HomeSort by relevance Sort by last modified time
    Searched full:golden (Results 76 - 100 of 495) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/autotest/client/site_tests/platform_AddPrinter/
control.epson 27 a fake printer which compares the request to a golden file to verify its
  /external/autotest/server/site_tests/audio_AudioARCPlayback/
control.headphone 12 CRITERIA = "This test will fail if the recorded audio does not match golden one."
  /external/autotest/server/site_tests/audio_AudioARCRecord/
control.ext_mic 12 CRITERIA = "This test will fail if the recorded signal does not match golden signal."
  /external/desugar/test/java/com/google/devtools/build/android/desugar/classes_for_testing_type_inference/
generate_jar.sh 19 # byte code type inference uses golden files, which consequently relies on the version of javac
  /external/google-breakpad/src/testing/test/
gmock_output_test.py 50 # The flag for generating the golden file
160 golden = golden_file.read()
163 # The normalized output should match the golden file.
164 self.assertEquals(golden, output)
  /external/googletest/googlemock/test/
gmock_output_test.py 50 # The flag for generating the golden file
160 golden = golden_file.read()
163 # The normalized output should match the golden file.
164 self.assertEquals(golden, output)
  /external/libvpx/libvpx/vpx/
vp8cx.h 60 /*!\brief Don't reference the golden frame
62 * When this flag is set, the encoder will not use the golden frame as a
64 * golden frame or not automatically.
83 /*!\brief Don't update the golden frame
85 * When this flag is set, the encoder will not update the golden frame with
97 /*!\brief Force golden frame update
100 * to the golden frame buffer.
274 /*!\brief Boost percentage for Golden Frame in CBR mode.
276 * This value controls the amount of boost given to Golden Frame in
279 * the feature is off, i.e., no golden frame boost in CBR mode an
    [all...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
EncodingTest.java 43 String golden = local
45 assertEquals(golden, Encoding.decodeHtml(html));
48 assertSame(golden, Encoding.decodeHtml(golden));
CssTokensTest.java 85 // input golden
117 golden = tests[i+1]; local
119 assertEquals(input, golden != null ? golden : "", tokens.normalizedCss);
121 assertEquals(input, it.hasNext(), golden != null);
122 if (golden != null) {
124 assertEquals(input, golden, it.next());
156 // input golden
197 golden = tests[i+1]; local
201 if (golden != null)
    [all...]
  /external/perf_data_converter/src/quipper/
conversion_utils_test.cc 34 LOG(INFO) << "golden: " << golden_file;
test_utils.cc 183 // diffing against the old golden files when writing new golden files.
213 LOG(ERROR) << "Not writing non-identical golden file: "
217 LOG(INFO) << "Writing new golden file: " << existing_input_pb_text;
  /external/v8/testing/gmock/test/
gmock_output_test.py 50 # The flag for generating the golden file
160 golden = golden_file.read()
163 # The normalized output should match the golden file.
164 self.assertEquals(golden, output)
  /prebuilts/go/darwin-x86/src/cmd/api/
goapi_test.go 23 updateGolden = flag.Bool("updategolden", false, "update golden files")
41 goldenFile := filepath.Join("testdata", "src", "pkg", fi.Name(), "golden.txt")
60 t.Fatalf("opening golden.txt for package %q: %v", fi.Name(), err)
76 t.Errorf("package %s: extra feature not in golden file: %q", fi.Name(), feature)
  /prebuilts/go/darwin-x86/src/compress/lzw/
writer_test.go 27 // Read the file, as golden output.
28 golden, err := os.Open(fn)
33 defer golden.Close()
70 b0, err0 := ioutil.ReadAll(golden)
  /prebuilts/go/linux-x86/src/cmd/api/
goapi_test.go 23 updateGolden = flag.Bool("updategolden", false, "update golden files")
41 goldenFile := filepath.Join("testdata", "src", "pkg", fi.Name(), "golden.txt")
60 t.Fatalf("opening golden.txt for package %q: %v", fi.Name(), err)
76 t.Errorf("package %s: extra feature not in golden file: %q", fi.Name(), feature)
  /prebuilts/go/linux-x86/src/compress/lzw/
writer_test.go 27 // Read the file, as golden output.
28 golden, err := os.Open(fn)
33 defer golden.Close()
70 b0, err0 := ioutil.ReadAll(golden)
  /test/vts/compilation_tools/vtsc/test/
Android.mk 29 $(LOCAL_BUILT_MODULE): PRIVATE_CANONICAL_DIR := $(LOCAL_PATH)/golden
  /external/google-breakpad/src/testing/gtest/test/
gtest_output_test.py 49 # The flag for generating the golden file
283 # sequences when we read the golden file irrespective of an operating
286 golden = ToUnixLineEnding(golden_file.read())
294 normalized_golden = RemoveTypeInfoDetails(golden)
304 # This code is very handy when debugging golden file differences:
327 """Unable to write a golden file when compiled in an environment
329 and multiple threads). Please generate the golden file using a binary built
  /external/protobuf/gtest/test/
gtest_output_test.py 49 # The flag for generating the golden file
271 # sequences when we read the golden file irrespective of an operating
274 golden = ToUnixLineEnding(golden_file.read())
282 normalized_golden = RemoveTypeInfoDetails(golden)
291 # This code is very handy when debugging golden file differences:
314 """Unable to write a golden file when compiled in an environment
322 golden file using a binary built with those features enabled."""
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_output_test.py 49 # The flag for generating the golden file
283 # sequences when we read the golden file irrespective of an operating
286 golden = ToUnixLineEnding(golden_file.read())
294 normalized_golden = RemoveTypeInfoDetails(golden)
304 # This code is very handy when debugging golden file differences:
327 """Unable to write a golden file when compiled in an environment
329 and multiple threads). Please generate the golden file using a binary built
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest_output_test.py 49 # The flag for generating the golden file
283 # sequences when we read the golden file irrespective of an operating
286 golden = ToUnixLineEnding(golden_file.read())
294 normalized_golden = RemoveTypeInfoDetails(golden)
304 # This code is very handy when debugging golden file differences:
327 """Unable to write a golden file when compiled in an environment
329 and multiple threads). Please generate the golden file using a binary built
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/test/
gtest_output_test.py 49 # The flag for generating the golden file
283 # sequences when we read the golden file irrespective of an operating
286 golden = ToUnixLineEnding(golden_file.read())
294 normalized_golden = RemoveTypeInfoDetails(golden)
304 # This code is very handy when debugging golden file differences:
327 """Unable to write a golden file when compiled in an environment
329 and multiple threads). Please generate the golden file using a binary built
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
VectorDrawableScaleTest.java 78 Bitmap golden = BitmapFactory.decodeResource(mResources, local
80 DrawableTestUtils.compareImages("vectorDrawableScale", screenShot, golden,
  /external/autotest/client/cros/image_comparison/
publisher.py 42 @param golden_image_path: path, complete path to a golden image.
51 base64_images["golden"] = base64.b64encode(image_file.read())
  /external/desugar/test/java/com/google/devtools/build/android/desugar/
BytecodeTypeInferenceTest.java 47 String golden = Files.asCharSource(GOLDEN_PATH.toFile(), StandardCharsets.UTF_8).read().trim(); local
48 assertThat(inferenceResult).isEqualTo(golden);

Completed in 714 milliseconds

1 2 34 5 6 7 8 91011>>