HomeSort by relevance Sort by last modified time
    Searched defs:VerifyOutput (Results 1 - 8 of 8) sorted by null

  /external/webrtc/webrtc/common_audio/
fir_filter_unittest.cc 30 void VerifyOutput(const float* expected_output,
47 VerifyOutput(kInput, output, kInputLength);
sparse_fir_filter_unittest.cc 26 void VerifyOutput(const float (&expected_output)[N], const float (&output)[N]) {
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);
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
file_before_streaming_test.cc 60 void VerifyOutput(int16_t target_value) {
115 VerifyOutput(kInputValue);
121 VerifyOutput(kSilenceValue);
128 VerifyOutput(kInputValue);
  /external/llvm/include/llvm/Transforms/IPO/
PassManagerBuilder.h 132 bool VerifyOutput;
  /external/webrtc/webrtc/modules/audio_coding/neteq/
neteq_stereo_unittest.cc 164 void VerifyOutput(size_t num_samples) {
236 ASSERT_NO_FATAL_FAILURE(VerifyOutput(output_size_samples_));
  /external/gmock/test/
gmock-spec-builders_test.cc     [all...]
  /external/google-breakpad/src/testing/test/
gmock-spec-builders_test.cc     [all...]
  /external/v8/src/compiler/
register-allocator-verifier.cc 67 void RegisterAllocatorVerifier::VerifyOutput(
105 VerifyOutput(op_constraints[count]);

Completed in 516 milliseconds