MCPcopy Create free account

hub / github.com/acoustid/chromaprint / functions

Functions3,560 in github.com/acoustid/chromaprint

↓ 8 callersMethodassertNotFailFastBehavior
Assert --nofail_fast via flag.
src/3rdparty/googletest/googletest/test/googletest-failfast-unittest.py:291
↓ 8 callersFunctionlisteners
Provides access to the event listener list.
src/3rdparty/googletest/googletest/src/gtest-internal-inl.h:609
↓ 8 callersMethodnum_rows
src/utils/rolling_integral_image.h:30
↓ 8 callersMethodx
src/3rdparty/googletest/googletest/test/gtest_unittest.cc:5176
↓ 7 callersMethodAssertSetEqual
Asserts that two sets are equal.
src/3rdparty/googletest/googletest/test/googletest-filter-unittest.py:259
↓ 7 callersFunctionBoxFilter
src/utils/gaussian_filter.h:60
↓ 7 callersFunctionCheckTestFailureCount
src/3rdparty/googletest/googletest/test/gtest_stress_test.cc:109
↓ 7 callersMethodCompress
src/fingerprint_compressor.cpp:39
↓ 7 callersMethodCreateDirectoriesRecursively
Create directories so that path exists. Returns true if successful or if the directories already exist; returns false if unable to create directories
src/3rdparty/googletest/googletest/src/gtest-filepath.cc:334
↓ 7 callersFunctionDivisibleBy
src/3rdparty/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:2360
↓ 7 callersMethodEnqueue
Adds an element to the end of the queue. A copy of the element is created using the copy constructor, and then stored in the queue. Changes made to t
src/3rdparty/googletest/googletest/samples/sample3-inl.h:114
↓ 7 callersFunctionFOpen
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:2137
↓ 7 callersFunctionFail
Prints the given failure message and exits the program with non-zero. We use this instead of a Google Test assertion to indicate a failure, as the la
src/3rdparty/googletest/googletest/test/gtest_assert_by_exception_test.cc:52
↓ 7 callersMethodFileOrDirectoryExists
Returns true if pathname describes something findable in the file-system, either a file, directory, or whatever.
src/3rdparty/googletest/googletest/src/gtest-filepath.cc:251
↓ 7 callersFunctionFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, where two NANs are considered unequal.
src/3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4378
↓ 7 callersFunctionGetCurrentExecutableName
Returns the current application's name, removing directory path if that is present.
src/3rdparty/googletest/googletest/src/gtest.cc:661
↓ 7 callersFunctionGetLastErrnoDescription
Returns the message describing the last system error in errno.
src/3rdparty/googletest/googletest/src/gtest-death-test.cc:346
↓ 7 callersMethodGetSampleRate
src/audio/ffmpeg_audio_reader.h:234
↓ 7 callersMethodGetSize
src/fingerprint_decompressor.h:21
↓ 7 callersMethodGetTestInfo
src/3rdparty/googletest/googletest/test/gtest_unittest.cc:5310
↓ 7 callersMethodGetTestInfo
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.
src/3rdparty/googletest/googletest/src/gtest.cc:2986
↓ 7 callersFunctionGetTestTypeId
Returns the type ID of ::testing::Test. We should always call this instead of GetTypeId< ::testing::Test>() to get the type ID of testing::Test. Thi
src/3rdparty/googletest/googletest/src/gtest.cc:988
↓ 7 callersFunctionGlobalFunction
A global function that's expected to die.
src/3rdparty/googletest/googletest/test/googletest-death-test-test.cc:168
↓ 7 callersFunctionGrabOutput
Verifies that Log() behaves correctly for the given verbosity level and log severity.
src/3rdparty/googletest/googlemock/test/gmock-internal-utils_test.cc:507
↓ 7 callersFunctionGradient
src/utils/gradient.h:12
↓ 7 callersFunctionIsAsciiPunct
src/3rdparty/googletest/googletest/src/gtest-port.cc:764
↓ 7 callersFunctionNanSensitiveDoubleEq
Creates a matcher that matches any double argument approximately equal to rhs, including NaN values when rhs is NaN.
src/3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4356
↓ 7 callersFunctionNanSensitiveFloatEq
Creates a matcher that matches any float argument approximately equal to rhs, including NaN values when rhs is NaN.
src/3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4384
↓ 7 callersFunctionNotNull
Creates a polymorphic matcher that matches any non-NULL pointer. This is convenient as Not(NULL) doesn't compile (the compiler thinks that that expres
src/3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4332
↓ 7 callersFunctionPrepareHammingWindow
src/utils.h:37
↓ 7 callersFunctionPrintByRef
src/3rdparty/googletest/googletest/test/googletest-printers-test.cc:318
↓ 7 callersMethodRelease
src/3rdparty/googletest/googletest/src/gtest.cc:3855
↓ 7 callersFunctionRemoveMatchingTests
Removes output of specified tests from a Google Test program's output. This function strips not only the beginning and the end of a test but also
src/3rdparty/googletest/googletest/test/googletest-output-test.py:184
↓ 7 callersFunctionShuffle
src/3rdparty/googletest/googletest/src/gtest-internal-inl.h:329
↓ 7 callersFunctionSimHash
src/simhash.cpp:8
↓ 7 callersMethodSkipped
Returns true if and only if the test was skipped.
src/3rdparty/googletest/googletest/src/gtest.cc:2454
↓ 7 callersMethodUponLeavingGTest
src/3rdparty/googletest/googletest/src/gtest.cc:5368
↓ 7 callersMethodc_string
Gets the 0-terminated C string this MyString object represents.
src/3rdparty/googletest/googletest/samples/sample2.h:71
↓ 7 callersMethoddisabled_test_count
Gets the number of disabled tests.
src/3rdparty/googletest/googletest/src/gtest.cc:1137
↓ 7 callersMethodis_nan
Returns true if and only if this is NAN (not a number).
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-internal.h:324
↓ 7 callersMethodoriginal_working_dir
Returns the working directory when the first TEST() or TEST_F() was executed.
src/3rdparty/googletest/googletest/src/gtest.cc:5593
↓ 7 callersMethodrepeater
Returns repeater that broadcasts the TestEventListener events to all subscribers.
src/3rdparty/googletest/googletest/src/gtest.cc:5188
↓ 7 callersMethodset
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:1612
↓ 6 callersFunctionAddFatalFailure
AddFatalFailure() and AddNonfatalFailure() must be stand-alone functions (i.e. their definitions cannot be inlined at the call sites), or C++Builder w
src/3rdparty/googletest/googletest/test/gtest_unittest.cc:1163
↓ 6 callersFunctionAddNonfatalFailure
src/3rdparty/googletest/googletest/test/gtest_unittest.cc:1165
↓ 6 callersMethodAddRow
src/utils/rolling_integral_image.h:76
↓ 6 callersFunctionAllArgs
src/3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:5295
↓ 6 callersFunctionArrayAsVector
src/3rdparty/googletest/googletest/src/gtest.cc:2367
↓ 6 callersFunctionArrayAwareFind
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-internal.h:1028
↓ 6 callersFunctionBase64Unescape
src/3rdparty/googletest/googlemock/src/gmock-internal-utils.cc:229
↓ 6 callersFunctionChDir
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:2135
↓ 6 callersFunctionCharPtr
src/3rdparty/googletest/googlemock/test/gmock-actions_test.cc:1205
↓ 6 callersFunctionCheckString
tests/test_utils.h:14
↓ 6 callersFunctionChopLowBits
Chops off the n lowest bits from a bit pattern. Returns the n lowest bits. As a side effect, the original bit pattern will be shifted to the right b
src/3rdparty/googletest/googletest/src/gtest.cc:2018
↓ 6 callersMethodConservativeLowerBound
Conservative estimate on the lower/upper bound of the number of calls allowed.
src/3rdparty/googletest/googlemock/src/gmock-cardinalities.cc:72
↓ 6 callersMethodConservativeUpperBound
src/3rdparty/googletest/googlemock/src/gmock-cardinalities.cc:73
↓ 6 callersMethodConsume
tests/test_chroma.cpp:12
↓ 6 callersFunctionCopyArray
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-internal.h:1044
↓ 6 callersMethodDequeue
Removes the head of the queue and returns it. Returns NULL if the queue is empty.
src/3rdparty/googletest/googletest/samples/sample3-inl.h:129
↓ 6 callersMethodDescribeTo
Describes the Between(m, n) cardinality in human-friendly text.
src/3rdparty/googletest/googlemock/src/gmock-cardinalities.cc:107
↓ 6 callersFunctionDieIf
A unary function that may die.
src/3rdparty/googletest/googletest/test/googletest-death-test-test.cc:177
↓ 6 callersFunctionEquals
src/3rdparty/googletest/googlemock/include/gmock/gmock-function-mocker.h:84
↓ 6 callersFunctionExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTest
src/3rdparty/googletest/googletest/test/gtest_unittest.cc:2017
↓ 6 callersFunctionExpectNonFatalFailureRecordingPropertyWithReservedKeyForCurrentTestSuite
src/3rdparty/googletest/googletest/test/gtest_unittest.cc:2025
↓ 6 callersFunctionFilter1
src/filter_utils.h:43
↓ 6 callersFunctionFloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, where two NANs are conside
src/3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4391
↓ 6 callersMethodFoo
src/3rdparty/googletest/googlemock/test/gmock-actions_test.cc:1219
↓ 6 callersFunctionFormatCountableNoun
Formats a countable noun. Depending on its quantity, either the singular form or the plural form is used. e.g. FormatCountableNoun(1, "formula", "fo
src/3rdparty/googletest/googletest/src/gtest.cc:3130
↓ 6 callersFunctionFormatRegexSyntaxError
Helper function used by ValidateRegex() to format error messages.
src/3rdparty/googletest/googletest/src/gtest-port.cc:814
↓ 6 callersFunctionFromStringLike
src/3rdparty/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:1206
↓ 6 callersFunctionGenerateFatalFailureInAnotherThread
src/3rdparty/googletest/googletest/test/gtest_stress_test.cc:162
↓ 6 callersMethodGetAverage
src/moving_average.h:29
↓ 6 callersMethodGetChannels
src/audio/ffmpeg_audio_reader.h:238
↓ 6 callersFunctionGetDirFromEnv
Returns the value of the first environment variable that is set and contains a non-empty string. If there are none, returns the "fallback" string. Add
src/3rdparty/googletest/googletest/src/gtest.cc:6925
↓ 6 callersMethodGetNextPrime
src/3rdparty/googletest/googletest/samples/sample8_unittest.cc:68
↓ 6 callersFunctionInitGoogleMock
Initializes Google Mock. This must be called before running the tests. In particular, it parses a command line for the flags that Google Mock recogn
src/3rdparty/googletest/googlemock/src/gmock.cc:203
↓ 6 callersFunctionIsUTF8TrailByte
src/3rdparty/googletest/googletest/src/gtest-printers.cc:481
↓ 6 callersFunctionMakePolymorphicAction
src/3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:912
↓ 6 callersMethodMatchesName
Returns true if and only if name matches at least one of the patterns in the filter.
src/3rdparty/googletest/googletest/src/gtest.cc:806
↓ 6 callersFunctionMessage
Copy constructor.
src/3rdparty/googletest/googletest/include/gtest/gtest-message.h:112
↓ 6 callersFunctionNanSensitiveDoubleNear
Creates a matcher that matches any double argument approximately equal to rhs, up to the specified max absolute error bound, including NaN values when
src/3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4371
↓ 6 callersFunctionNanSensitiveFloatNear
Creates a matcher that matches any float argument approximately equal to rhs, up to the specified max absolute error bound, including NaN values when
src/3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:4399
↓ 6 callersMethodNumRows
src/image.h:63
↓ 6 callersFunctionPolymorphicIsEven
src/3rdparty/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:359
↓ 6 callersFunctionPrintValue
src/3rdparty/googletest/googletest/test/googletest-param-test-test.cc:72
↓ 6 callersMethodProcess
src/audio/audio_slicer.h:37
↓ 6 callersMethodReset
src/3rdparty/googletest/googletest/src/gtest-port.cc:283
↓ 6 callersFunctionSetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
src/3rdparty/googletest/googletest/test/googletest-filter-unittest.py:183
↓ 6 callersFunctionShort
For suppressing compiler warnings on conversion possibly losing precision.
src/3rdparty/googletest/googlemock/test/gmock-more-actions_test.cc:69
↓ 6 callersFunctionStringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
src/3rdparty/googletest/googletest/src/gtest-port.cc:1423
↓ 6 callersMethodVerifyRegisteredTestNames
Verifies that registered_tests match the test names in registered_tests_; returns registered_tests if successful, or aborts the program otherwise.
src/3rdparty/googletest/googletest/src/gtest-typed-test.cc:60
↓ 6 callersMethodassign
Changes the FFT-length and/or the transform direction. @post The @c kissfft object will be in the same state as if it had been newly constructed with
src/3rdparty/kissfft/kissfft.hh:61
↓ 6 callersFunctionchromaprint_decode_fingerprint
src/chromaprint.cpp:186
↓ 6 callersMethodend
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-param-util.h:201
↓ 6 callersFunctionkiss_fftnd
This works by tackling one dimension at a time. In effect, Each stage starts out by reshaping the matrix into a DixSi 2d matrix. A Di-sized fft is
src/3rdparty/kissfft/kiss_fftnd.c:156
↓ 6 callersFunctionkiss_fftnd_alloc
src/3rdparty/kissfft/kiss_fftnd.c:20
↓ 6 callersMethodline
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h:282
↓ 6 callersMethodnum_columns
src/utils/rolling_integral_image.h:29
↓ 6 callersMethodreportable_disabled_test_count
Gets the number of disabled tests that will be reported in the XML report.
src/3rdparty/googletest/googletest/src/gtest.cc:1131
↓ 6 callersMethodreportable_test_count
Gets the number of tests to be printed in the XML report.
src/3rdparty/googletest/googletest/src/gtest.cc:1142
← previousnext →301–400 of 3,560, ranked by callers