MCPcopy Create free account

hub / github.com/Qihoo360/logkafka / functions

Functions3,133 in github.com/Qihoo360/logkafka

↓ 1 callersFunctionTestEq1
A subroutine used by the following test.
unittest/lib/gtest-1.6.0/test/gtest_output_test_.cc:64
↓ 1 callersFunctionTestEq1
A subroutine used by the following test.
unittest/lib/gtest-1.6.0/test/gtest_unittest.cc:3741
↓ 1 callersFunctionTestExitCodeAndOutput
Runs the given command and verifies its exit code and output.
unittest/lib/gtest-1.6.0/test/gtest_uninitialized_test.py:54
↓ 1 callersFunctionTestFailureThrowsRuntimeError
Tests that an assertion failure throws a subclass of std::runtime_error.
unittest/lib/gtest-1.6.0/test/gtest_throw_on_failure_ex_test.cc:53
↓ 1 callersFunctionTestPartResultTypeToString
Converts a TestPartResult::Type enum to human-friendly string representation. Both kNonFatalFailure and kFatalFailure are translated to "Failure", as
unittest/lib/gtest-1.6.0/src/gtest.cc:2500
↓ 1 callersFunctionTestPartResultTypeToString
Converts a TestPartResult::Type enum to human-friendly string representation. Both kNonFatalFailure and kFatalFailure are translated to "Failure", as
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:3804
↓ 1 callersFunctionTestRepeatUnspecified
Tests the behavior of Google Test when --gtest_repeat is not specified.
unittest/lib/gtest-1.6.0/test/gtest_repeat_test.cc:165
↓ 1 callersFunctionTestRepeatWithFilterForFailedTests
Tests using --gtest_repeat when --gtest_filter specifies a set of failed tests.
unittest/lib/gtest-1.6.0/test/gtest_repeat_test.cc:211
↓ 1 callersFunctionTestRepeatWithFilterForSuccessfulTests
Tests using --gtest_repeat when --gtest_filter specifies a set of successful tests.
unittest/lib/gtest-1.6.0/test/gtest_repeat_test.cc:193
↓ 1 callersFunctionTestsForArity
Returns the tests for n-ary predicate assertions.
unittest/lib/gtest-1.6.0/scripts/gen_gtest_pred_impl.py:411
↓ 1 callersFunctionTokenize
A generator that yields the tokens in the given string.
unittest/lib/gtest-1.6.0/scripts/pump.py:382
↓ 1 callersFunctionTokenizeLines
(lines, pos)
unittest/lib/gtest-1.6.0/scripts/pump.py:310
↓ 1 callersFunctionUnitTestPostamble
Returns the postamble for the tests.
unittest/lib/gtest-1.6.0/scripts/gen_gtest_pred_impl.py:700
↓ 1 callersFunctionUnitTestPreamble
Returns the preamble for the unit test file.
unittest/lib/gtest-1.6.0/scripts/gen_gtest_pred_impl.py:325
↓ 1 callersFunctionUniversalPrintArray
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:9796
↓ 1 callersFunctionUniversalPrintArray
unittest/lib/gtest-1.6.0/include/gtest/gtest-printers.h:611
↓ 1 callersMethodUnlock
Releases this mutex.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:2275
↓ 1 callersMethodUnlock
Releases this mutex.
unittest/lib/gtest-1.6.0/include/gtest/internal/gtest-port.h:1213
↓ 1 callersFunctionValidateGTestRootDir
Makes sure gtest_root points to a valid gtest root directory. The function aborts the program on failure.
unittest/lib/gtest-1.6.0/scripts/fuse_gtest_files.py:100
↓ 1 callersFunctionValidateOutputDir
Makes sure output_dir points to a valid output directory. The function aborts the program on failure.
unittest/lib/gtest-1.6.0/scripts/fuse_gtest_files.py:136
↓ 1 callersFunctionValidateRegex
Generates non-fatal failures and returns false if regex is invalid; otherwise returns true.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:8034
↓ 1 callersFunctionVerifyResults
unittest/lib/gtest-1.6.0/test/gtest-listener_test.cc:180
↓ 1 callersMethodWaitForNotification
Blocks until the controller thread notifies. Must be called from a test thread.
unittest/lib/gtest-1.6.0/include/gtest/internal/gtest-port.h:1095
↓ 1 callersFunctionWrapComment
(line, output)
unittest/lib/gtest-1.6.0/scripts/pump.py:717
↓ 1 callersFunctionWrapLongLine
(line, output)
unittest/lib/gtest-1.6.0/scripts/pump.py:784
↓ 1 callersFunctionWrapPlainCode
(line, output)
unittest/lib/gtest-1.6.0/scripts/pump.py:775
↓ 1 callersFunctionWrapPreprocessorDirevative
(line, output)
unittest/lib/gtest-1.6.0/scripts/pump.py:771
↓ 1 callersFunctionWriteToShardStatusFileIfNeeded
Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file if the variable is present. If a file already exists at this location, th
unittest/lib/gtest-1.6.0/src/gtest.cc:4281
↓ 1 callersFunctionWriteToShardStatusFileIfNeeded
Reads the GTEST_SHARD_STATUS_FILE environment variable, and creates the file if the variable is present. If a file already exists at this location, th
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:5585
↓ 1 callersFunction_Main
The entry point of the script. Generates the header file and its unit test.
unittest/lib/gtest-1.6.0/scripts/gen_gtest_pred_impl.py:715
↓ 1 callersMethod__construct
formated string for display
tools/base/Exception.php:14
↓ 1 callersFunctionad_hoc_test_result
Returns the TestResult for the ad hoc test.
unittest/lib/gtest-1.6.0/src/gtest-internal-inl.h:585
↓ 1 callersFunctionad_hoc_test_result
Returns the TestResult for the ad hoc test.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:983
↓ 1 callersMethodaddDefaultValues
* If there are options with default values that were not overridden by the parsed option string, * add them to the list of known options. */
tools/getopt-php/CommandLineParser.php:184
↓ 1 callersMethodaddLongOption
($arguments, &$i)
tools/getopt-php/CommandLineParser.php:121
↓ 1 callersMethodaddOptions
* Extends the list of known options. Takes the same argument types as the constructor. * * @param mixed $options * @throws \InvalidArgu
tools/getopt-php/Getopt.php:58
↓ 1 callersMethodaddShortOption
($arguments, &$i)
tools/getopt-php/CommandLineParser.php:85
↓ 1 callersFunctioncheckArgs
* Print usage and exit */
tools/log_config.php:288
↓ 1 callersMethodcheckExtention
($name, $version_min)
tools/log_config.php:440
↓ 1 callersMethodcheckRequiredExtentions
()
tools/log_config.php:432
↓ 1 callersMethodcheckZkState
()
tools/log_config.php:922
↓ 1 callersMethodclose
src/logkafka/logkafka.cc:123
↓ 1 callersMethodcloseWatcher
src/logkafka/manager.cc:685
↓ 1 callersMethodcompleteOptionArray
* When using arrays, instead of a full option spec ([short, long, type]) users can leave out one or more of * these parts and have Getopt fill th
tools/getopt-php/OptionParser.php:116
↓ 1 callersMethodcreate
* Fluent interface for constructor so options can be added during construction * @see Options::__construct() */
tools/getopt-php/Option.php:131
↓ 1 callersFunctioncreateConfig
($adminUtils, $parser)
tools/log_config.php:302
↓ 1 callersMethodcreateConfig
($configs)
tools/log_config.php:538
↓ 1 callersFunctioncreateMonitor
($monitor_name)
tools/log_config.php:382
↓ 1 callersMethodcreateOption
* @param array $row * @return Option */
tools/getopt-php/OptionParser.php:90
↓ 1 callersMethodcreatePath_
($path)
tools/log_config.php:775
↓ 1 callersMethodcurrent_test_case
Returns the TestCase object for the test that's currently running, or NULL if no test is running. L < mutex_
unittest/lib/gtest-1.6.0/src/gtest.cc:3886
↓ 1 callersMethodcurrent_test_case
Returns the TestCase object for the test that's currently running, or NULL if no test is running. L < mutex_
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:5190
↓ 1 callersFunctiondaemonize
src/logkafka/main.cc:62
↓ 1 callersFunctiondeleteConfig
($adminUtils, $parser)
tools/log_config.php:317
↓ 1 callersMethoddeleteConfig
($configs)
tools/log_config.php:564
↓ 1 callersMethodfailed_test_case_count
Gets the number of failed test cases.
unittest/lib/gtest-1.6.0/src/gtest.cc:709
↓ 1 callersMethodfilter
src/logkafka/filter_regex.cc:50
↓ 1 callersMethodforwarding_enabled
Controls whether events will be forwarded to listeners_. Set to false in death test child processes.
unittest/lib/gtest-1.6.0/src/gtest.cc:2906
↓ 1 callersMethodforwarding_enabled
Controls whether events will be forwarded to listeners_. Set to false in death test child processes.
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest-all.cc:4210
↓ 1 callersFunctionget
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:1446
↓ 1 callersFunctionget
unittest/lib/gtest-1.6.0/include/gtest/internal/gtest-tuple.h:885
↓ 1 callersMethodgetBanner
* Returns the banner string * * @return string */
tools/getopt-php/Getopt.php:194
↓ 1 callersMethodgetBrokerUrls
src/logkafka/zookeeper.cc:626
↓ 1 callersMethodgetCollectingState
src/logkafka/manager.cc:855
↓ 1 callersMethodgetDescription
()
tools/getopt-php/Option.php:112
↓ 1 callersMethodgetFileInode
src/logkafka/io_handler.cc:323
↓ 1 callersMethodgetFileSize
src/logkafka/io_handler.cc:333
↓ 1 callersMethodgetHelpText
* Returns an usage information text generated from the given options. * @param int $padding Number of characters to pad output of options to
tools/getopt-php/Getopt.php:217
↓ 1 callersFunctiongetHostname
src/base/tools.cc:311
↓ 1 callersMethodgetInode
src/logkafka/task_conf.h:264
↓ 1 callersMethodgetLastIOTime
src/logkafka/io_handler.cc:250
↓ 1 callersMethodgetLastRotateTime
src/logkafka/rotate_handler.cc:115
↓ 1 callersMethodgetLogConfig
src/logkafka/zookeeper.cc:334
↓ 1 callersMethodgetLogkafkaHosts_
()
tools/log_config.php:952
↓ 1 callersMethodgetOperands
* Returns the list of operands. Must be invoked after parse(). * * @return array */
tools/getopt-php/Getopt.php:173
↓ 1 callersMethodgetOption
* Returns the value of the given option. Must be invoked after parse(). * * The return value can be any of the following: * <ul> *
tools/getopt-php/Getopt.php:153
↓ 1 callersMethodgetOptions
* Returns the list of options. Must be invoked after parse() (otherwise it returns an empty array). * * @return array */
tools/getopt-php/Getopt.php:163
↓ 1 callersMethodgetPath
src/logkafka/task_conf.h:237
↓ 1 callersMethodgetTraceAsString
An array of the backtrace()
tools/base/Exception.php:10
↓ 1 callersFunctionglobPath
src/base/tools.cc:265
↓ 1 callersMethodhasDefaultValue
* Check whether the argument has a default value * * @return boolean */
tools/getopt-php/Argument.php:89
↓ 1 callersMethodhasValidation
* Check if the argument has a validation function * * @return bool */
tools/getopt-php/Argument.php:79
↓ 1 callersMethodinit
()
tools/log_config.php:533
↓ 1 callersMethodinit
src/logkafka/output_kafka.cc:47
↓ 1 callersFunctionisAbsPath
src/base/tools.cc:131
↓ 1 callersMethodisBufferStuck
src/logkafka/io_handler.cc:282
↓ 1 callersMethodisCompressionCodecValid
($compression_codec)
tools/log_config.php:900
↓ 1 callersMethodisFilePathValid
($filepath)
tools/log_config.php:857
↓ 1 callersMethodisFilenameValid
($filename)
tools/log_config.php:845
↓ 1 callersMethodisLogkafkaIdValid
($logkafka_id)
tools/log_config.php:815
↓ 1 callersMethodisMonitorNameValid
($monitor_name)
tools/log_config.php:916
↓ 1 callersMethodisRegexFilterPatternValid
($regex_filter_pattern)
tools/log_config.php:905
↓ 1 callersMethodisTopicValid
($topic)
tools/log_config.php:888
↓ 1 callersMethodis_nan
Returns true iff this is NAN (not a number).
unittest/lib/gtest-1.6.0/fused-src/gtest/gtest.h:7078
↓ 1 callersMethodis_nan
Returns true iff this is NAN (not a number).
unittest/lib/gtest-1.6.0/include/gtest/internal/gtest-internal.h:398
↓ 1 callersMethodjoin
Join an existing circle. L < g_linked_ptr_mutex
unittest/lib/gtest-1.6.0/include/gtest/internal/gtest-linked_ptr.h:109
↓ 1 callersFunctionlistConfig
($adminUtils, $parser)
tools/log_config.php:334
↓ 1 callersMethodlistConfig
($configs)
tools/log_config.php:583
↓ 1 callersMethodlock
src/base/scoped_lock.h:45
↓ 1 callersFunctionmain
()
tools/log_config.php:12
← previousnext →901–1,000 of 3,133, ranked by callers