MCPcopy Create free account

hub / github.com/MTG/essentia / functions

Functions5,001 in github.com/MTG/essentia

MethodGetCurrentDir
Returns the current working directory, or "" if unsuccessful.
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:100
FunctionGetCurrentOsStackTraceExceptTop
Returns the current OS stack trace as a String. The maximum number of stack frames to be included is specified by the gtest_stack_trace_depth flag.
test/3rdparty/gtest-1.6.0/src/gtest.cc:4518
MethodGetFileSize
Returns the size (in bytes) of a file.
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:556
MethodGetInstance
Gets the singleton UnitTest object. The first time this method is called, a UnitTest object is constructed and returned. Consecutive calls will retu
test/3rdparty/gtest-1.6.0/src/gtest.cc:3633
MethodGetMutableTestCase
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.cc:3714
MethodGetMutableTestInfo
Returns the i-th test among all the tests. i can range from 0 to total_test_count() - 1. If i is not in that range, returns NULL.
test/3rdparty/gtest-1.6.0/src/gtest.cc:2417
MethodGetOrCreateValue
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1375
MethodGetOutputFormat
Returns the output format, or "" for normal printed output.
test/3rdparty/gtest-1.6.0/src/gtest.cc:385
FunctionGetString
Gets the text streamed to this object so far as a String. Each '\0' character in the buffer is replaced with "\\0". INTERNAL IMPLEMENTATION - DO NOT
test/3rdparty/gtest-1.6.0/include/gtest/gtest-message.h:190
MethodGetTestCasePatternHolder
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:569
FunctionGetTypeId
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:492
FunctionGetTypeName
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-type-util.h:65
MethodGloub
src/examples/vampplugins.cpp:191
MethodGoogleTestFailureException
test/3rdparty/gtest-1.6.0/src/gtest.cc:2056
MethodHFC
src/examples/vamppluginsextra.cpp:339
MethodHPCP
src/examples/vamppluginsextra.cpp:1224
MethodHarmonicBpm
src/algorithms/highlevel/harmonicbpm.h:39
MethodHarmonicPeak
src/algorithms/spectral/hpcp.h:31
FunctionHasFailure
Returns true iff the current test has a (either fatal or non-fatal) failure.
test/3rdparty/gtest-1.6.0/include/gtest/gtest.h:392
MethodHasFatalFailure
Returns true iff the test fatally failed.
test/3rdparty/gtest-1.6.0/src/gtest.cc:1867
MethodHasNewFatalFailureHelper
test/3rdparty/gtest-1.6.0/src/gtest-test-part.cc:89
MethodHasNonfatalFailure
Returns true iff the test has a non-fatal failure.
test/3rdparty/gtest-1.6.0/src/gtest.cc:1877
FunctionHasOneFailure
This predicate-formatter checks that 'results' contains a test part failure of the given type and that the failure message contains the given substrin
test/3rdparty/gtest-1.6.0/src/gtest.cc:605
MethodHasSameFixtureClass
Google Test requires all tests in the same test case to use the same test fixture class. This function checks if the current test has the same fixtur
test/3rdparty/gtest-1.6.0/src/gtest.cc:1951
MethodHighPass
src/algorithms/filters/highpass.h:38
MethodHighResolutionFeatures
src/algorithms/tonal/highresolutionfeatures.h:38
MethodIFFTW
src/algorithms/standard/ifftw.h:38
MethodIIR
src/algorithms/filters/iir.h:40
MethodImpl
src/3rdparty/vamp-plugin-sdk-2.4/src/vamp-sdk/PluginAdapter.cpp:152
FunctionImplicitCast_
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:987
MethodInfinity
Returns the floating-point number that represent positive infinity.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:379
MethodInit
Initializes an RE from its string representation.
test/3rdparty/gtest-1.6.0/src/gtest-port.cc:145
MethodInit
test/3rdparty/gtest-1.6.0/src/gtest.cc:554
MethodInit
Initializes this object; makes a copy of the input array if 'relation' is kCopy.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:1070
MethodInstantPower
src/algorithms/stats/instantpower.h:35
MethodIntensity
src/algorithms/highlevel/intensity.h:54
MethodInternalRunDeathTestFlag
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-death-test-internal.h:225
MethodInterval
src/essentia/range.cpp:47
FunctionIsAlNum
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1519
FunctionIsAlpha
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1516
FunctionIsContainerTest
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:929
FunctionIsEmpty
Returns true iff the path is NULL or "".
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-filepath.h:115
FunctionIsHRESULTFailure
test/3rdparty/gtest-1.6.0/src/gtest.cc:1385
FunctionIsHRESULTSuccess
test/3rdparty/gtest-1.6.0/src/gtest.cc:1378
FunctionIsLower
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1525
MethodIsNormalizableWhitespace
Is c a whitespace character that is normalized to a space character when it appears in an XML attribute value?
test/3rdparty/gtest-1.6.0/src/gtest.cc:3019
FunctionIsNotSubstring
test/3rdparty/gtest-1.6.0/src/gtest.cc:1292
MethodIsRootDirectory
Returns true if pathname describes a root directory. (Windows has one root directory per disk drive.)
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:246
FunctionIsSubstring
test/3rdparty/gtest-1.6.0/src/gtest.cc:1280
FunctionIsUpper
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1531
MethodIsValidXmlCharacter
May c appear in a well-formed XML document?
test/3rdparty/gtest-1.6.0/src/gtest.cc:3024
MethodIterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:200
MethodIterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util.h:287
MethodIterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:2858
MethodIterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:2974
MethodIterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:3108
MethodIterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:3259
MethodIterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:3429
MethodIterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:3616
MethodIterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:3822
MethodIterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:4044
MethodIterator
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-param-util-generated.h:4284
MethodJoin
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1165
MethodKey
src/algorithms/tonal/key.h:40
MethodKeyExtractor
src/algorithms/extractor/keyextractor.cpp:32
MethodKilledBySignal
KilledBySignal constructor.
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:129
MethodLPC
src/examples/vamppluginsextra.cpp:1003
MethodLU
src/essentia/utils/tnt/jama_lu.h:77
MethodLarm
src/algorithms/temporal/larm.h:37
MethodLastMessage
test/3rdparty/gtest-1.6.0/src/gtest-death-test.cc:311
MethodLeq
src/algorithms/temporal/leq.h:35
FunctionLevel
src/examples/streaming_extractor_archivemusic_lowlevel.cpp:335
FunctionLevelAverage
src/examples/streaming_extractor_archivemusic_lowlevel.cpp:365
MethodLevelExtractor
src/algorithms/extractor/levelextractor.cpp:33
MethodListTestsMatchingFilter
Prints the names of the tests matching the user-specified filter flag.
test/3rdparty/gtest-1.6.0/src/gtest.cc:4431
MethodLogger
src/essentia/debugging.h:113
MethodLoudnessVickers
src/algorithms/temporal/loudnessvickers.h:40
FunctionLowLevelSpectral
src/examples/streaming_extractor_archivemusic_lowlevel.cpp:29
FunctionLowLevelSpectralEqLoud
expects the audio source to already be equal-loudness filtered
src/examples/streaming_extractor_archivemusic_lowlevel.cpp:262
MethodLowLevelSpectralEqloudExtractor
src/algorithms/extractor/lowlevelspectraleqloudextractor.cpp:34
MethodLowLevelSpectralExtractor
src/algorithms/extractor/lowlevelspectralextractor.cpp:33
MethodLowPass
src/algorithms/filters/lowpass.h:38
MethodMTRand
src/essentia/utils/MersenneTwister.h:138
MethodMagnitude
src/algorithms/complex/magnitude.h:41
MethodMakeConnection
test/3rdparty/gtest-1.6.0/src/gtest.cc:3459
MethodMakeFileName
Given directory = "dir", base_name = "test", number = 0, extension = "xml", returns "dir/test.xml". If number is greater than zero (e.g., 12), returns
test/3rdparty/gtest-1.6.0/src/gtest-filepath.cc:176
MethodMatchesFilter
test/3rdparty/gtest-1.6.0/src/gtest.cc:450
MethodMatrix
src/essentia/utils/tnt/tnt_cmat.h:175
MethodMaxMagFreq
src/algorithms/spectral/maxmagfreq.h:36
MethodMedian
src/algorithms/stats/median.h:35
MethodMelBands
src/algorithms/spectral/melbands.h:36
MethodMeter
src/algorithms/experimental/meter.h:35
MethodMonoLoader
src/algorithms/io/monoloader.h:88
MethodMonoMixer
src/algorithms/standard/monomixer.h:38
MethodMonoWriter
src/algorithms/io/monowriter.h:37
MethodMultiplexer
src/algorithms/standard/multiplexer.h:39
MethodMutex
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-port.h:1255
MethodMutexLocker
src/essentia/threading.h:45
MethodNativeArray
Constructs from a native array.
test/3rdparty/gtest-1.6.0/include/gtest/internal/gtest-internal.h:1040
MethodNetwork
src/essentia/scheduler/network.cpp:156
← previousnext →1,601–1,700 of 5,001, ranked by callers