MCPcopy Create free account

hub / github.com/MTG/essentia / functions

Functions5,001 in github.com/MTG/essentia

↓ 1 callersFunctionGetStatusFileDescriptor
Recreates the pipe and event handles from the provided parameters, signals the event, and returns a file descriptor wrapped around the pipe handle. Th
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:1119
↓ 1 callersFunctionGetTestCase
Gets the i-th test case among all the test cases. i can range from 0 to total_test_case_count() - 1. If i is not in that range, returns NULL.
test/3rdparty/gtest-1.6.0/src/gtest-internal-inl.h:565
↓ 1 callersMethodGetTestCaseTypeId
Test case id to verify identity.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:459
↓ 1 callersFunctionGetThreadCount
Returns the number of threads running in the process, or 0 to indicate that we cannot detect it.
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:84
↓ 1 callersMethodHFC
src/algorithms/spectral/hfc.h:38
↓ 1 callersFunctionHasGoogleTestFlagPrefix
Determines whether a string has a prefix that Google Test uses for its flags, i.e., starts with GTEST_FLAG_PREFIX_ or GTEST_FLAG_PREFIX_DASH_. If Goog
test/3rdparty/gtest-1.6.0/src/gtest.cc:4650
↓ 1 callersMethodImpulseTrain
(self, frameSize, factor, precision)
test/src/unittest/highlevel/test_streamingonsetrate.py:55
↓ 1 callersMethodIncreasingPulseTrain
(self, period, phase, length)
test/src/unittest/rhythm/test_bpmrubato.py:35
↓ 1 callersMethodInharmonicity
src/algorithms/tonal/inharmonicity.h:36
↓ 1 callersFunctionInitDeathTestSubprocessControlInfo
test/3rdparty/gtest-1.6.0/src/gtest-internal-inl.h:732
↓ 1 callersFunctionIsATTY
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1560
↓ 1 callersMethodIsAbsolutePath
Returns true if pathname describes an absolute path.
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:258
↓ 1 callersFunctionIsDigit
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1522
↓ 1 callersFunctionIsDir
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1585
↓ 1 callersFunctionIsPrintableAscii
Returns true if c is a printable ASCII character. We test the value of c directly instead of calling isprint(), which is buggy on Windows Mobile.
test/3rdparty/gtest-1.6.0/src/gtest-printers.cc:141
↓ 1 callersFunctionIsSubstringPred
test/3rdparty/gtest-1.6.0/src/gtest.cc:1231
↓ 1 callersFunctionIsUtf16SurrogatePair
Determines if the arguments constitute UTF-16 surrogate pair and thus should be combined into a single Unicode code point using CreateCodePointFromUtf
test/3rdparty/gtest-1.6.0/src/gtest.cc:1475
↓ 1 callersFunctionIsValidEscape
Returns true iff "\\c" is a supported escape sequence.
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:197
↓ 1 callersMethodLPC
src/algorithms/temporal/lpc.h:39
↓ 1 callersMethodLock
Acquires this mutex.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1212
↓ 1 callersMethodLogAttackTime
src/algorithms/sfx/logattacktime.h:37
↓ 1 callersFunctionLogToStderr
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:932
↓ 1 callersMethodLoudness
src/algorithms/temporal/loudness.h:35
↓ 1 callersMethodMFCC
src/examples/vamppluginsextra.cpp:677
↓ 1 callersFunctionMatchRepetitionAndRegexAtHead
Matches a repeated regex atom followed by a valid simple regular expression. The regex atom is defined as c if escaped is false, or \c otherwise. re
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:295
↓ 1 callersMethodMean
src/algorithms/stats/mean.h:35
↓ 1 callersMethodMetadataReader
src/algorithms/io/metadatareader.h:49
↓ 1 callersMethodMovingAverage
src/algorithms/filters/movingaverage.h:38
↓ 1 callersMethodOddToEvenHarmonicEnergyRatio
src/algorithms/tonal/oddtoevenharmonicenergyratio.h:36
↓ 1 callersMethodOnEnvironmentsSetUpEnd
test/3rdparty/gtest-1.6.0/src/gtest.cc:2697
↓ 1 callersMethodOnEnvironmentsSetUpStart
test/3rdparty/gtest-1.6.0/src/gtest.cc:2750
↓ 1 callersMethodOnEnvironmentsTearDownEnd
test/3rdparty/gtest-1.6.0/src/gtest.cc:2704
↓ 1 callersMethodOnEnvironmentsTearDownStart
test/3rdparty/gtest-1.6.0/src/gtest.cc:2822
↓ 1 callersMethodOnTestCaseEnd
test/3rdparty/gtest-1.6.0/src/gtest.cc:2809
↓ 1 callersMethodOnTestCaseStart
test/3rdparty/gtest-1.6.0/src/gtest.cc:2757
↓ 1 callersMethodOnTestEnd
test/3rdparty/gtest-1.6.0/src/gtest.cc:2790
↓ 1 callersMethodOnTestIterationEnd
test/3rdparty/gtest-1.6.0/src/gtest.cc:2854
↓ 1 callersMethodOnTestIterationStart
Fired before each iteration of tests starts.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2715
↓ 1 callersMethodOnTestPartResult
Called after an assertion failure.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2779
↓ 1 callersMethodOnTestProgramEnd
test/3rdparty/gtest-1.6.0/src/gtest.cc:3350
↓ 1 callersMethodOnTestProgramStart
test/3rdparty/gtest-1.6.0/src/gtest.cc:3346
↓ 1 callersMethodOnTestStart
test/3rdparty/gtest-1.6.0/src/gtest.cc:2771
↓ 1 callersMethodOnsetRate
src/algorithms/highlevel/onsetrate.cpp:177
↓ 1 callersFunctionPCA
src/examples/python/streaming_extractor/streaming_extractorutils.cpp:208
↓ 1 callersFunctionParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test.
test/3rdparty/gtest-1.6.0/src/gtest.cc:4842
↓ 1 callersFunctionParseInternalRunDeathTestFlag
Returns a newly created InternalRunDeathTestFlag object with fields initialized from the GTEST_FLAG(internal_run_death_test) flag if the flag is speci
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:1184
↓ 1 callersFunctionPartialMatch
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:845
↓ 1 callersFunctionPassed
Returns true iff the unit test passed (i.e. all test cases passed).
test/3rdparty/gtest-1.6.0/src/gtest-internal-inl.h:555
↓ 1 callersMethodPitchSalience
src/algorithms/sfx/pitchsalience.h:40
↓ 1 callersMethodPopGTestTrace
Pops a trace from the per-thread Google Test trace stack. L < mutex_
test/3rdparty/gtest-1.6.0/src/gtest.cc:3932
↓ 1 callersMethodPostFlagParsingInit
Performs initialization dependent upon flag values obtained in ParseGoogleTestFlagsOnly. Is called from InitGoogleTest after the call to ParseGoogleT
test/3rdparty/gtest-1.6.0/src/gtest.cc:4035
↓ 1 callersFunctionPrintAsNarrowStringLiteralTo
Prints a char c as if it's part of a string literal, escaping it when necessary; returns how c was formatted.
test/3rdparty/gtest-1.6.0/src/gtest-printers.cc:211
↓ 1 callersFunctionPrintBytesInObjectTo
Delegates to PrintBytesInObjectToImpl() to print the bytes in the given object. The delegation simplifies the implementation, which uses the << opera
test/3rdparty/gtest-1.6.0/src/gtest-printers.cc:118
↓ 1 callersFunctionPrintBytesInObjectToImpl
Prints the bytes in the given value to the given ostream.
test/3rdparty/gtest-1.6.0/src/gtest-printers.cc:86
↓ 1 callersFunctionPrintColorEncoded
Prints a string containing code-encoded text. The following escape sequences can be used in the string to control the text color: @@ prints a sin
test/3rdparty/gtest-1.6.0/src/gtest.cc:4670
↓ 1 callersFunctionPrintTestPartResult
Prints a TestPartResult.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2528
↓ 1 callersFunctionPrintTo
test/3rdparty/gtest-1.6.0/include/gtest/gtest-printers.h:353
↓ 1 callersMethodPushGTestTrace
Pushes a trace defined by SCOPED_TRACE() on to the per-thread Google Test trace stack. L < mutex_
test/3rdparty/gtest-1.6.0/src/gtest.cc:3925
↓ 1 callersFunctionPythonDictToParameter
src/python/parsing.cpp:27
↓ 1 callersFunctionRE
Constructs an RE from a string.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:821
↓ 1 callersMethodRecordProperty
Adds a test property to the list. If a property with the same key as the supplied property is already represented, the value of this test_property rep
test/3rdparty/gtest-1.6.0/src/gtest.cc:1814
↓ 1 callersMethodRecordPropertyForCurrentTest
Creates and adds a property to the current TestResult. If a property matching the supplied value already exists, updates its value instead.
test/3rdparty/gtest-1.6.0/src/gtest.cc:3811
↓ 1 callersMethodRemoveDirectoryName
Returns a copy of the FilePath with the directory part removed. Example: FilePath("path/to/file").RemoveDirectoryName() returns FilePath("file"). If t
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:148
↓ 1 callersMethodRemoveExtension
Returns a copy of the FilePath with the case-insensitive extension removed. Example: FilePath("dir/file.exe").RemoveExtension("EXE") returns FilePath(
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:118
↓ 1 callersMethodReplayGain
src/algorithms/standard/replaygain.cpp:105
↓ 1 callersFunctionReportInvalidTestCaseType
test/3rdparty/gtest-1.6.0/src/gtest.cc:2245
↓ 1 callersMethodReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
test/3rdparty/gtest-1.6.0/src/gtest.cc:578
↓ 1 callersMethodRollOff
src/algorithms/spectral/rolloff.h:35
↓ 1 callersMethodRun
Runs the test and updates the test result.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2152
↓ 1 callersMethodRun
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1172
↓ 1 callersMethodSBic
src/algorithms/highlevel/sbic.h:44
↓ 1 callersMethodScale
src/algorithms/standard/scale.h:38
↓ 1 callersFunctionSet
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-filepath.h:77
↓ 1 callersMethodSetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
test/3rdparty/gtest-1.6.0/src/gtest.cc:3587
↓ 1 callersMethodSetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
test/3rdparty/gtest-1.6.0/src/gtest.cc:3603
↓ 1 callersMethodSetUp
Sets up the test fixture. A sub-class may override this.
test/3rdparty/gtest-1.6.0/src/gtest.cc:1909
↓ 1 callersMethodSetValue
Sets a new value, overriding the one supplied in the constructor.
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:491
↓ 1 callersFunctionShouldRunTestOnShard
Given the total number of shards, the shard index, and the test id, returns true iff the test should be run on this shard. The test id is some arbitra
test/3rdparty/gtest-1.6.0/src/gtest.cc:4366
↓ 1 callersFunctionShouldUseColor
Returns true iff Google Test should use colors in the output.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2585
↓ 1 callersFunctionShuffle
test/3rdparty/gtest-1.6.0/src/gtest-internal-inl.h:323
↓ 1 callersMethodSingleGaussian
src/algorithms/stats/singlegaussian.h:39
↓ 1 callersFunctionSkipSpaces
Skips to the first non-space char in str. Returns an empty string if str contains only whitespace characters.
test/3rdparty/gtest-1.6.0/src/gtest-typed-test.cc:42
↓ 1 callersFunctionSleepMilliseconds
Sleeps for (roughly) n milli-seconds. This function is only for testing Google Test's own constructs. Don't use it in user tests, either directly or
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1076
↓ 1 callersMethodSpectralCentroid
src/examples/vampplugins.cpp:33
↓ 1 callersMethodSpectralComplexity
src/algorithms/spectral/spectralcomplexity.h:37
↓ 1 callersMethodSpectralContrast
src/examples/vamppluginsextra.cpp:286
↓ 1 callersMethodSpectralWhitening
src/examples/vamppluginsextra.cpp:1270
↓ 1 callersFunctionSplitString
Splits a given string on a given delimiter, populating a given vector with the fields. GTEST_HAS_DEATH_TEST implies that we have ::std::string, so we
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:1098
↓ 1 callersFunctionStackGrowsDown
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:945
↓ 1 callersFunctionStackLowerThanAddress
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:940
↓ 1 callersFunctionStrCaseCmp
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1561
↓ 1 callersFunctionStrError
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1643
↓ 1 callersFunctionString
The default c'tor constructs a NULL string.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-string.h:192
↓ 1 callersMethodStrongDecay
src/algorithms/sfx/strongdecay.h:37
↓ 1 callersMethodStrongPeak
src/algorithms/spectral/strongpeak.h:35
↓ 1 callersMethodTCToTotal
src/algorithms/sfx/tctototal.h:35
↓ 1 callersFunctionTR_DESC
Escape necessary characters / adjust layout for ReST formatting for the description field
doc/sphinxdoc/generate_reference.py:48
↓ 1 callersMethodTearDown
Tears down the test fixture. A sub-class may override this.
test/3rdparty/gtest-1.6.0/src/gtest.cc:1915
↓ 1 callersMethodTempoScaleBands
src/algorithms/rhythm/temposcalebands.h:42
↓ 1 callersMethodTempoTap
src/algorithms/rhythm/tempotap.h:41
← previousnext →801–900 of 5,001, ranked by callers