/external/tensorflow/tensorflow/core/kernels/ |
mfcc_mel_filterbank_test.cc | 26 // This test verifies the Mel filterbank against "golden values". 27 // Golden values are from an independent Python Mel implementation.
|
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
reference_picture_selection_unittest.cc | 58 // Should propagate the golden reference. 80 // therefore get both a refresh from golden and a propagation of alt-ref.
|
/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/ |
E2eCarTestBase.java | 88 Log.d(TAG, "Reading golden test data" + fileName); 111 Log.d(TAG, "Copying golden test data to " + internalFile.getAbsolutePath());
|
/external/desugar/test/java/com/google/devtools/build/android/desugar/ |
testdata_desugared_jar_test.sh | 17 # Test that lists the content of the desugared Jar and compares it to a golden
|
/external/libvpx/libvpx/vp8/encoder/ |
segmentation.c | 30 /* If using golden then set GF active flag if not already set.
|
/external/tensorflow/tensorflow/compiler/aot/ |
codegen_test.cc | 130 // To update the golden file, flip update_golden to true and run the 149 TEST(CodegenTest, Golden) { 191 CompareWithGoldenFile("compiler/aot/codegen_test_o.golden", 198 CompareWithGoldenFile("compiler/aot/codegen_test_h.golden", header);
|
/hardware/intel/common/libmix/videodecoder/ |
VideoDecoderVP8.h | 85 //[VP8_REF_SIZE] : [0 for last ref pic, 1 for golden ref pic, 2 for alt ref pic]
|
/prebuilts/go/darwin-x86/src/compress/zlib/ |
writer_test.go | 30 // Read the file, as golden output. 31 golden, err := os.Open(fn) 36 defer golden.Close() 37 b0, err0 := ioutil.ReadAll(golden)
|
/prebuilts/go/linux-x86/src/compress/zlib/ |
writer_test.go | 30 // Read the file, as golden output. 31 golden, err := os.Open(fn) 36 defer golden.Close() 37 b0, err0 := ioutil.ReadAll(golden)
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/univariate/ |
BrentOptimizer.java | 36 * Golden section. 157 // Golden section step. 166 // Golden section step.
|
/external/autotest/client/site_tests/platform_AddPrinter/ |
platform_AddPrinter.py | 124 @param golden_file_path: path to printing request golden file. 137 # Verify print request with a golden file. 190 @param golden_file: printing request golden file name
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_aq_cyclicrefresh.h | 111 // Also check conditions for forcing golden update, or preventing golden 115 // Set golden frame update interval, for non-svc 1 pass CBR mode.
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.h | 137 // For 1 layer case: reference all (last, golden, and alt ref), but only 141 // golden with alt ref dependency. 149 // Highest enhacement layer without dependency on golden with alt ref
|
/frameworks/ml/nn/runtime/test/ |
TestGenerated.cpp | 92 const MixedTyped& golden = example.second; local 104 resize_accordingly(golden, test); 122 MixedTyped filteredGolden = filter(golden, isIgnored);
|
/prebuilts/go/darwin-x86/src/image/ |
decode_test.go | 87 golden := make(map[string]image.Image) 90 g := golden[it.goldenFilename] 98 golden[it.goldenFilename] = g
|
/prebuilts/go/linux-x86/src/image/ |
decode_test.go | 87 golden := make(map[string]image.Image) 90 g := golden[it.goldenFilename] 98 golden[it.goldenFilename] = g
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
HtmlStreamRendererTest.java | 283 private void assertNormalized(String golden, String htmlInput) 285 assertEquals(golden, normalize(htmlInput)); 288 if (!golden.equals(htmlInput)) { 289 assertNormalized(golden, golden);
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ |
Collections2Test.java | 420 SerializationTester.assertCompabilityEquals(c, "serialization/org/apache/harmony/tests/java/util/Collections_CheckedCollection.golden.ser"); 427 SerializationTester.assertCompabilityEquals(c, "serialization/org/apache/harmony/tests/java/util/Collections_CheckedListRandomAccess.golden.ser"); 434 SerializationTester.assertCompabilityEquals(c, "serialization/org/apache/harmony/tests/java/util/Collections_CheckedList.golden.ser"); 441 SerializationTester.assertCompabilityEquals(c, "serialization/org/apache/harmony/tests/java/util/Collections_CheckedSet.golden.ser"); 448 SerializationTester.assertCompabilityEquals(c, "serialization/org/apache/harmony/tests/java/util/Collections_CheckedMap.golden.ser"); 454 SerializationTester.assertCompabilityEquals(c, "serialization/org/apache/harmony/tests/java/util/Collections_CheckedSortedSet.golden.ser"); 460 SerializationTester.assertCompabilityEquals(c, "serialization/org/apache/harmony/tests/java/util/Collections_CheckedSortedMap.golden.ser");
|
/external/autotest/client/cros/audio/ |
audio_helper.py | 686 @param test_data: A list containing the data to compare against golden data. 687 @param golden_data: A list containing the golden data. 711 # golden data: 744 # of the trimmed test data to the first sample of golden data. 745 # The best delay calculated from trimmed test data and golden data 759 @param test_data: A list containing the data to compare against golden data. 760 @param golden_data: A list containing the golden data. 766 best_delay: The best delay of test data in relative to golden 792 @param golden_data_binary: The binary containing golden data. 793 @param golden_data_format: The data format of golden data [all...] |
/external/protobuf/src/google/protobuf/io/ |
zero_copy_stream_unittest.cc | 567 string golden; local 571 &golden, true)); 574 string gzip_compressed = Compress(golden, options); 577 string not_compressed = Compress(golden, options); 582 string zlib_compressed = Compress(golden, options); 586 EXPECT_GT(not_compressed.size(), golden.size()); 595 EXPECT_TRUE(Uncompress(not_compressed) == golden); 596 EXPECT_TRUE(Uncompress(gzip_compressed) == golden); 597 EXPECT_TRUE(Uncompress(zlib_compressed) == golden); 666 string golden = "abcdefghijklmnopqrstuvwxyz" local [all...] |
/external/autotest/client/cros/chameleon/ |
audio_test_utils.py | 360 # The deviation of estimated dominant frequency from golden frequency. 370 """Checks if the recorded data contains sine tone of golden frequency. 372 @param golden_file: An AudioTestData object that serves as golden data. 379 frequency of test signal and golden 400 golden frequency. 451 'Channel %d: Dominant frequency %s is away from golden %s' % 682 """Checks recorded audio in an AudioInputWidget against a golden file. 684 Compares recorded data with golden data by cross correlation method. 687 @param golden_file: An AudioTestData object that serves as golden data. 692 logging.info('Comparing recorded data with golden file %s ...' [all...] |
/external/googletest/googletest/test/ |
gtest_output_test_.cc | 111 const char* golden = kGoldenString; local 112 EXPECT_EQ(golden, actual); 555 // golden file to check that Google Test generates the right error message. 562 // Expected to fail. We rely on the golden file to check that Google Test 579 // Expected to fail. We rely on the golden file to check that Google Test 588 // Expected to fail. We rely on the golden file to check that Google Test 829 // We rely on the golden file to verify that tests whose test case 837 // We rely on the golden file to verify that typed tests whose test 855 // We rely on the golden file to verify that type-parameterized tests 1023 // with the "golden" file [all...] |
/external/v8/testing/gtest/test/ |
gtest_output_test_.cc | 111 const char* golden = kGoldenString; local 112 EXPECT_EQ(golden, actual); 555 // golden file to check that Google Test generates the right error message. 562 // Expected to fail. We rely on the golden file to check that Google Test 579 // Expected to fail. We rely on the golden file to check that Google Test 588 // Expected to fail. We rely on the golden file to check that Google Test 829 // We rely on the golden file to verify that tests whose test case 837 // We rely on the golden file to verify that typed tests whose test 855 // We rely on the golden file to verify that type-parameterized tests 1023 // with the "golden" file [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_output_test_.cc | 112 const char* golden = kGoldenString; local 113 EXPECT_EQ(golden, actual); 550 // golden file to check that Google Test generates the right error message. 557 // Expected to fail. We rely on the golden file to check that Google Test 574 // Expected to fail. We rely on the golden file to check that Google Test 583 // Expected to fail. We rely on the golden file to check that Google Test 798 // We rely on the golden file to verify that tests whose test case 806 // We rely on the golden file to verify that typed tests whose test 824 // We rely on the golden file to verify that type-parameterized tests 994 // with the "golden" file [all...] |
/hardware/google/av/media/codecs/vpx/ |
C2SoftVpxEnc.h | 112 // For 1 layer case: reference all (last, golden, and alt ref), but only 116 // golden with alt ref dependency. 124 // Highest enhacement layer without dependency on golden with alt ref
|