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

/external/webrtc/webrtc/voice_engine/test/auto_test/standard/
H A Dfile_before_streaming_test.cc60 void VerifyOutput(int16_t target_value) { function in class:FileBeforeStreamingTest
115 VerifyOutput(kInputValue);
121 VerifyOutput(kSilenceValue);
128 VerifyOutput(kInputValue);
/external/webrtc/webrtc/common_audio/
H A Dsparse_fir_filter_unittest.cc26 void VerifyOutput(const float (&expected_output)[N], const float (&output)[N]) { function in namespace:webrtc::__anon24439
40 VerifyOutput(kInput, output);
61 VerifyOutput(low_sparsity_output, high_sparsity_output);
159 VerifyOutput(output_block_based, output_sample_based);
209 VerifyOutput(output, output_swapped);
H A Dfir_filter_unittest.cc30 void VerifyOutput(const float* expected_output, function in namespace:webrtc::__anon24420
47 VerifyOutput(kInput, output, kInputLength);
/external/llvm/include/llvm/Transforms/IPO/
H A DPassManagerBuilder.h135 bool VerifyOutput; member in class:llvm::PassManagerBuilder
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dneteq_stereo_unittest.cc164 void VerifyOutput(size_t num_samples) { function in class:webrtc::NetEqStereoTest
236 ASSERT_NO_FATAL_FAILURE(VerifyOutput(output_size_samples_));
/external/llvm/lib/Transforms/IPO/
H A DPassManagerBuilder.cpp143 VerifyOutput = false;
756 if (VerifyOutput)
783 if (VerifyOutput)
/external/v8/src/compiler/
H A Dregister-allocator-verifier.h234 static void VerifyOutput(const OperandConstraint& constraint);
H A Dregister-allocator-verifier.cc82 VerifyOutput(op_constraints[count]);
107 void RegisterAllocatorVerifier::VerifyOutput( function in class:v8::internal::compiler::RegisterAllocatorVerifier
/external/google-breakpad/src/testing/test/
H A Dgmock-spec-builders_test.cc1961 void VerifyOutput(const String& output, bool should_print, function in class:__anon6906::GMockVerboseFlagTest
1989 VerifyOutput(
2000 VerifyOutput(
2017 VerifyOutput(
2029 VerifyOutput(
/external/googletest/googlemock/test/
H A Dgmock-spec-builders_test.cc2064 void VerifyOutput(const std::string& output, bool should_print, function in class:__anon6995::GMockVerboseFlagTest
2092 VerifyOutput(
2103 VerifyOutput(
2126 VerifyOutput(
2138 VerifyOutput(
/external/v8/testing/gmock/test/
H A Dgmock-spec-builders_test.cc2064 void VerifyOutput(const std::string& output, bool should_print, function in class:__anon21890::GMockVerboseFlagTest
2092 VerifyOutput(
2103 VerifyOutput(
2126 VerifyOutput(
2138 VerifyOutput(
/external/llvm/lib/LTO/
H A DLTOCodeGenerator.cpp546 PMB.VerifyOutput = !DisableVerify;
H A DThinLTOCodeGenerator.cpp166 PMB.VerifyOutput = false;
/external/llvm/tools/gold/
H A Dgold-plugin.cpp1020 PMB.VerifyOutput = !options::DisableVerify;

Completed in 2824 milliseconds