Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/acoustid/chromaprint
/ functions
Functions
3,560 in github.com/acoustid/chromaprint
⨍
Functions
3,560
◇
Types & classes
1,211
↓ 2 callers
Method
MatchAndExplain
src/3rdparty/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:95
↓ 2 callers
Method
Matches
Returns true if and only if the given arguments match the matchers.
src/3rdparty/googletest/googlemock/include/gmock/gmock-spec-builders.h:323
↓ 2 callers
Method
MatchesTest
Returns true if and only if test name (this is generated by appending test suit name and test name via a '.' character) matches the positive filter an
src/3rdparty/googletest/googletest/src/gtest.cc:858
↓ 2 callers
Function
NaggyMock
src/3rdparty/googletest/googlemock/include/gmock/gmock-nice-strict.h:213
↓ 2 callers
Method
NextGraph
src/3rdparty/googletest/googlemock/src/gmock-matchers.cc:246
↓ 2 callers
Function
NormalizeToCurrentPlatform
Normalizes platform specific output details for easier comparison.
src/3rdparty/googletest/googletest/test/googletest-output-test.py:158
↓ 2 callers
Method
NormalizeXml
Normalizes XML that may change from run to run. Normalizes Google Test's XML output to eliminate references to transient information that may
src/3rdparty/googletest/googletest/test/gtest_xml_test_utils.py:186
↓ 2 callers
Method
Nullary
src/3rdparty/googletest/googlemock/test/gmock-actions_test.cc:1221
↓ 2 callers
Function
OkHRESULTSuccess
src/3rdparty/googletest/googletest/test/gtest_unittest.cc:4051
↓ 2 callers
Method
OnTestCaseEnd
src/3rdparty/googletest/googletest/src/gtest.cc:3551
↓ 2 callers
Method
OnTestCaseStart
src/3rdparty/googletest/googletest/src/gtest.cc:3472
↓ 2 callers
Method
OnTestEnd
src/3rdparty/googletest/googletest/src/gtest.cc:3529
↓ 2 callers
Method
OnTestIterationEnd
src/3rdparty/googletest/googletest/test/gtest_unittest.cc:6960
↓ 2 callers
Method
OnTestProgramEnd
src/3rdparty/googletest/googletest/test/gtest_unittest.cc:6951
↓ 2 callers
Method
OnTestStart
src/3rdparty/googletest/googletest/src/gtest.cc:3500
↓ 2 callers
Method
OnTestSuiteEnd
src/3rdparty/googletest/googletest/src/gtest.cc:3562
↓ 2 callers
Method
OnTestSuiteStart
src/3rdparty/googletest/googletest/src/gtest.cc:3485
↓ 2 callers
Method
Open
src/audio/ffmpeg_audio_reader.h:130
↓ 2 callers
Function
ParseGoogleTestFlag
src/3rdparty/googletest/googletest/src/gtest.cc:6663
↓ 2 callers
Function
ParseGoogleTestFlagsOnly
Parses the command line for Google Test flags, without initializing other parts of Google Test. This function updates argc and argv by removing flags
src/3rdparty/googletest/googletest/src/gtest.cc:6774
↓ 2 callers
Function
ParseGoogleTestFlagsOnlyImpl
src/3rdparty/googletest/googletest/src/gtest.cc:6719
↓ 2 callers
Method
PassedArgument
src/3rdparty/googletest/googletest/test/googletest-death-test-test.cc:927
↓ 2 callers
Function
PortableLocaltime
src/3rdparty/googletest/googletest/src/gtest.cc:4153
↓ 2 callers
Function
PrintAsCharLiteralTo
src/3rdparty/googletest/googletest/src/gtest-printers.cc:151
↓ 2 callers
Function
PrintOnOneLine
Prints the given C-string on a single line by replacing all '\n' characters with string "\\n". If the output takes more than max_length characters, o
src/3rdparty/googletest/googletest/src/gtest.cc:6238
↓ 2 callers
Function
PrintResult
src/cmd/fpcalc.cpp:156
↓ 2 callers
Function
PrintTestPartResult
Prints a TestPartResult.
src/3rdparty/googletest/googletest/src/gtest.cc:3187
↓ 2 callers
Function
PrintTestPartResultToString
Prints a TestPartResult to an std::string.
src/3rdparty/googletest/googletest/src/gtest.cc:3175
↓ 2 callers
Function
RE
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:983
↓ 2 callers
Function
Read
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:2156
↓ 2 callers
Method
Read
src/audio/ffmpeg_audio_reader.h:254
↓ 2 callers
Function
ReadEntireFile
src/3rdparty/googletest/googletest/src/gtest-port.cc:1247
↓ 2 callers
Method
Ref
src/3rdparty/googletest/googletest/include/gtest/gtest-matchers.h:208
↓ 2 callers
Function
ReferencesBarOrIsZero
This function verifies that MakePolymorphicMatcher() returns a PolymorphicMatcher<T> where T is the argument's type.
src/3rdparty/googletest/googlemock/test/gmock-matchers-comparisons_test.cc:318
↓ 2 callers
Method
RegisterTests
UnitTest class invokes this method to register tests in this test suite right before running tests in RUN_ALL_TESTS macro. This method should not be c
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-param-util.h:554
↓ 2 callers
Function
RemoveTestCounts
Removes test counts from a Google Test program's output.
src/3rdparty/googletest/googletest/test/googletest-output-test.py:172
↓ 2 callers
Function
RemoveTypeInfoDetails
Removes compiler-specific type info from Google Test program's output. Args: test_output: the output of a Google Test program. Returns:
src/3rdparty/googletest/googletest/test/googletest-output-test.py:144
↓ 2 callers
Function
RepeatFlag
(n)
src/3rdparty/googletest/googletest/test/googletest-shuffle-test.py:64
↓ 2 callers
Method
ReportFailure
src/3rdparty/googletest/googlemock/src/gmock-internal-utils.cc:104
↓ 2 callers
Method
ReportTestPartResult
Increments the test part result count and remembers the result. This method is from the TestPartResultReporterInterface interface.
src/3rdparty/googletest/googletest/src/gtest.cc:972
↓ 2 callers
Function
ReturnRoundRobin
src/3rdparty/googletest/googlemock/include/gmock/gmock-actions.h:1945
↓ 2 callers
Function
ReturnZeroFromNullaryFunction
src/3rdparty/googletest/googlemock/test/gmock-actions_test.cc:634
↓ 2 callers
Function
Run
Runs googletest-list-tests-unittest_ and returns the list of tests printed.
src/3rdparty/googletest/googletest/test/googletest-list-tests-unittest.py:120
↓ 2 callers
Method
Run
Runs the test and updates the test result.
src/3rdparty/googletest/googletest/src/gtest.cc:2718
↓ 2 callers
Method
Run
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:1375
↓ 2 callers
Function
RunFromThread
src/3rdparty/googletest/googletest/test/googletest-port-test.cc:1122
↓ 2 callers
Function
Second
src/3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:2984
↓ 2 callers
Method
SetDefaultResultPrinter
Sets the default_result_printer attribute to the provided listener. The listener is also added to the listener list and previous default_result_printe
src/3rdparty/googletest/googletest/src/gtest.cc:5195
↓ 2 callers
Method
SetDefaultXmlGenerator
Sets the default_xml_generator attribute to the provided listener. The listener is also added to the listener list and previous default_xml_generator
src/3rdparty/googletest/googletest/src/gtest.cc:5210
↓ 2 callers
Function
SetEnvVar
Sets the env variable to 'value'; unsets it when 'value' is None.
src/3rdparty/googletest/googletest/test/googletest-color-test.py:44
↓ 2 callers
Function
SetEnvVar
Sets an environment variable. Sets an environment variable to a given value; unsets it when the given value is None. Args: env_var: enviro
src/3rdparty/googletest/googletest/test/googletest-throw-on-failure-test.py:57
↓ 2 callers
Method
SetGlobalTestPartResultReporter
Sets the global test part result reporter.
src/3rdparty/googletest/googletest/src/gtest.cc:1076
↓ 2 callers
Method
SetInputChannels
src/audio/ffmpeg_audio_reader.h:119
↓ 2 callers
Method
SetInputFormat
src/audio/ffmpeg_audio_reader.h:108
↓ 2 callers
Method
SetOutputSampleRate
src/audio/ffmpeg_audio_reader.h:55
↓ 2 callers
Function
SetSigprofActionAndTimer
Sets SIGPROF action and ITIMER_PROF timer (interval: 1ms).
src/3rdparty/googletest/googletest/test/googletest-death-test-test.cc:389
↓ 2 callers
Method
ShortDebugString
src/3rdparty/googletest/googletest/test/gtest_unittest.cc:7241
↓ 2 callers
Function
SkipComma
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-internal.h:635
↓ 2 callers
Function
SplitEscapedString
The string representation of the values received in EqFailure() are already escaped. Split them on escaped '\n' boundaries. Leave all other escaped ch
src/3rdparty/googletest/googletest/src/gtest.cc:1579
↓ 2 callers
Function
SrcDir
src/3rdparty/googletest/googletest/src/gtest.cc:6963
↓ 2 callers
Function
StartsWith
src/3rdparty/googletest/googlemock/include/gmock/gmock-function-mocker.h:74
↓ 2 callers
Function
StartsWith
src/3rdparty/googletest/googletest/test/gtest_dirs_test.cc:67
↓ 2 callers
Function
SubWithoutTrace
A helper function for testing SCOPED_TRACE.
src/3rdparty/googletest/googletest/test/googletest-output-test_.cc:161
↓ 2 callers
Function
Subroutine
src/3rdparty/googletest/googletest/test/gtest_sole_header_test.cc:38
↓ 2 callers
Function
Sum
src/utils.h:59
↓ 2 callers
Method
SuppressEventForwarding
src/3rdparty/googletest/googletest/src/gtest.cc:5226
↓ 2 callers
Function
TestExitMacros
Tests the *_EXIT family of macros, using a variety of predicates.
src/3rdparty/googletest/googletest/test/googletest-death-test-test.cc:811
↓ 2 callers
Function
TestRepeatWithEmptyFilter
Tests using --gtest_repeat when --gtest_filter specifies an empty set of tests.
src/3rdparty/googletest/googletest/test/gtest_repeat_test.cc:151
↓ 2 callers
Method
TestSehExceptions
(self, test_output)
src/3rdparty/googletest/googletest/test/googletest-catch-exceptions-test.py:88
↓ 2 callers
Function
ThreadLocal
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:1800
↓ 2 callers
Function
ToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
src/3rdparty/googletest/googlemock/test/gmock_output_test.py:58
↓ 2 callers
Function
ToUnixLineEnding
Changes all Windows/Mac line endings in s to UNIX line endings.
src/3rdparty/googletest/googletest/test/googletest-output-test.py:96
↓ 2 callers
Function
TransformTupleValues
src/3rdparty/googletest/googlemock/include/gmock/gmock-matchers.h:748
↓ 2 callers
Function
TryTestSubroutine
This function calls a test subroutine, catches the fatal failure it generates, and then returns early.
src/3rdparty/googletest/googletest/test/googletest-output-test_.cc:64
↓ 2 callers
Method
Unary
src/3rdparty/googletest/googlemock/test/gmock-more-actions_test.cc:155
↓ 2 callers
Function
UnexpectedHRESULTFailure
src/3rdparty/googletest/googletest/test/gtest_unittest.cc:4049
↓ 2 callers
Function
UniqueInt
src/3rdparty/googletest/googlemock/test/gmock-actions_test.cc:2107
↓ 2 callers
Method
Unlock
src/3rdparty/googletest/googletest/include/gtest/internal/gtest-port.h:1913
↓ 2 callers
Method
_GetChildren
Fetches all of the child nodes of element, a DOM Element object. Returns them as the values of a dictionary keyed by the IDs of the children.
src/3rdparty/googletest/googletest/test/gtest_xml_test_utils.py:131
↓ 2 callers
Method
_GetJsonOutput
Returns the JSON output generated by running the program gtest_prog_name. Furthermore, the program's exit code must be expected_exit_code. A
src/3rdparty/googletest/googletest/test/googletest-json-output-unittest.py:848
↓ 2 callers
Method
_GetXmlOutput
Returns the XML output generated by running the program gtest_prog_name. Furthermore, the program's exit code must be expected_exit_code. Ar
src/3rdparty/googletest/googletest/test/gtest_xml_output_unittest.py:435
↓ 2 callers
Function
_ParseAndStripGTestFlags
Parses and strips Google Test flags from argv. This is idempotent.
src/3rdparty/googletest/googletest/test/gtest_test_utils.py:78
↓ 2 callers
Method
_TestOutFile
(self, test_name, expected)
src/3rdparty/googletest/googletest/test/googletest-json-outfiles-test.py:151
↓ 2 callers
Method
_TestOutFile
(self, test_name, expected_xml)
src/3rdparty/googletest/googletest/test/gtest_xml_outfiles_test.py:116
↓ 2 callers
Method
_TestOutput
(self, test_format, expected_output)
src/3rdparty/googletest/googletest/test/gtest_list_output_unittest.py:270
↓ 2 callers
Method
assertFailFastXmlAndTxtOutput
Assert XML and text output of a test execution.
src/3rdparty/googletest/googletest/test/googletest-failfast-unittest.py:242
↓ 2 callers
Method
assertXmlStatusCount
(self, status, count, xml)
src/3rdparty/googletest/googletest/test/googletest-failfast-unittest.py:234
↓ 2 callers
Function
av_resample_close
src/avresample/resample2.c:221
↓ 2 callers
Function
cardinality_specified
Returns true if and only if the user specified the cardinality explicitly using a .Times().
src/3rdparty/googletest/googlemock/include/gmock/gmock-spec-builders.h:759
↓ 2 callers
Function
chromaprint_decode_fingerprint_header
src/chromaprint.cpp:212
↓ 2 callers
Function
chromaprint_encode_fingerprint
src/chromaprint.cpp:173
↓ 2 callers
Function
chromaprint_get_fingerprint_hash
src/chromaprint.cpp:159
↓ 2 callers
Function
chromaprint_get_num_channels
src/chromaprint.cpp:80
↓ 2 callers
Function
chromaprint_get_raw_fingerprint
src/chromaprint.cpp:140
↓ 2 callers
Function
chromaprint_get_sample_rate
src/chromaprint.cpp:85
↓ 2 callers
Method
consumer
src/chroma_filter.h:20
↓ 2 callers
Function
curtime
src/3rdparty/kissfft/test/testcpp.cc:14
↓ 2 callers
Method
delay_in_seconds
src/fingerprinter_configuration.h:130
↓ 2 callers
Method
failed_test_suite_count
Gets the number of failed test suites.
src/3rdparty/googletest/googletest/src/gtest.cc:1100
↓ 2 callers
Function
fastconv1buf
src/3rdparty/kissfft/tools/kiss_fastfir.c:167
← previous
next →
701–800 of 3,560, ranked by callers