Home
last modified time | relevance | path

Searched refs:VerifyOutput (Results 1 – 14 of 14) sorted by relevance

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
Dfile_before_streaming_test.cc60 void VerifyOutput(int16_t target_value) { in VerifyOutput() function in FileBeforeStreamingTest
115 VerifyOutput(kInputValue); in TEST_F()
121 VerifyOutput(kSilenceValue); in TEST_F()
128 VerifyOutput(kInputValue); in TEST_F()
/external/webrtc/webrtc/common_audio/
Dsparse_fir_filter_unittest.cc26 void VerifyOutput(const float (&expected_output)[N], const float (&output)[N]) { in VerifyOutput() function
40 VerifyOutput(kInput, output); in TEST()
61 VerifyOutput(low_sparsity_output, high_sparsity_output); in TEST()
159 VerifyOutput(output_block_based, output_sample_based); in TEST()
209 VerifyOutput(output, output_swapped); in TEST()
Dfir_filter_unittest.cc30 void VerifyOutput(const float* expected_output, in VerifyOutput() function
47 VerifyOutput(kInput, output, kInputLength); in TEST()
/external/llvm/include/llvm/Transforms/IPO/
DPassManagerBuilder.h135 bool VerifyOutput; variable
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dneteq_stereo_unittest.cc164 void VerifyOutput(size_t num_samples) { in VerifyOutput() function in webrtc::NetEqStereoTest
236 ASSERT_NO_FATAL_FAILURE(VerifyOutput(output_size_samples_)); in RunTest()
/external/llvm/lib/Transforms/IPO/
DPassManagerBuilder.cpp143 VerifyOutput = false; in PassManagerBuilder()
756 if (VerifyOutput) in populateThinLTOPassManager()
783 if (VerifyOutput) in populateLTOPassManager()
/external/v8/src/compiler/
Dregister-allocator-verifier.h235 static void VerifyOutput(const OperandConstraint& constraint);
Dregister-allocator-verifier.cc84 VerifyOutput(op_constraints[count]); in RegisterAllocatorVerifier()
109 void RegisterAllocatorVerifier::VerifyOutput( in VerifyOutput() function in v8::internal::compiler::RegisterAllocatorVerifier
/external/google-breakpad/src/testing/test/
Dgmock-spec-builders_test.cc1961 void VerifyOutput(const String& output, bool should_print, in VerifyOutput() function in __anonc6a711b90111::GMockVerboseFlagTest
1989 VerifyOutput( in TestExpectedCall()
2000 VerifyOutput( in TestExpectedCall()
2017 VerifyOutput( in TestUninterestingCall()
2029 VerifyOutput( in TestUninterestingCall()
/external/v8/testing/gmock/test/
Dgmock-spec-builders_test.cc2064 void VerifyOutput(const std::string& output, bool should_print, in VerifyOutput() function in __anone4c78d6c0111::GMockVerboseFlagTest
2092 VerifyOutput( in TestExpectedCall()
2103 VerifyOutput( in TestExpectedCall()
2126 VerifyOutput( in TestUninterestingCallOnNaggyMock()
2138 VerifyOutput( in TestUninterestingCallOnNaggyMock()
/external/googletest/googlemock/test/
Dgmock-spec-builders_test.cc2063 void VerifyOutput(const std::string& output, bool should_print, in VerifyOutput() function in __anon785e9f040111::GMockVerboseFlagTest
2091 VerifyOutput( in TestExpectedCall()
2102 VerifyOutput( in TestExpectedCall()
2125 VerifyOutput( in TestUninterestingCallOnNaggyMock()
2137 VerifyOutput( in TestUninterestingCallOnNaggyMock()
/external/llvm/lib/LTO/
DLTOCodeGenerator.cpp546 PMB.VerifyOutput = !DisableVerify; in optimize()
DThinLTOCodeGenerator.cpp166 PMB.VerifyOutput = false; in optimizeModule()
/external/llvm/tools/gold/
Dgold-plugin.cpp1020 PMB.VerifyOutput = !options::DisableVerify; in runLTOPasses()