/libcore/support/src/test/java/org/apache/harmony/testframework/serialization/ |
SerializationTest.java | 55 * is performed but golden files are produced, which contain reference 58 * The location of golden files (in both modes) is controlled via 65 * Key to a system property defining root location of golden files. 96 * Tests that data objects can be deserialized from golden files, to verify 105 * Returns golden file for an object being tested. 109 * @return corresponding golden file 124 * returned by {@link #getData() getData()}to golden files, each object to 133 + ".golden."; 295 * Verifies that object deserialized from golden file correctly. 308 * Verifies that object deserialized from golden file correctly [all...] |
/build/make/tools/ |
check_builds.sh | 55 rm -rf $TEST_BUILD_DIR/golden-* $TEST_BUILD_DIR/dist-* 56 do_builds golden "$@" 64 inputs="$inputs $TEST_BUILD_DIR/golden-$1/installed-files.txt" 83 diff $TEST_BUILD_DIR/golden-$1/installed-files.txt $TEST_BUILD_DIR/dist-$1/installed-files.txt &> /dev/null 86 diff $TEST_BUILD_DIR/golden-$1/installed-files.txt $TEST_BUILD_DIR/dist-$1/installed-files.txt
|
/external/autotest/client/cros/image_comparison/ |
upload_on_fail_comparer.py | 14 Compares a test image against a golden image. 28 image and golden image has to exceed before the 44 Compares a test image against a golden image using up to two comparers. 55 comparer on test images that differ from their golden counterparts. 57 @param golden_image_path: path, complete path to the golden image.
|
rgb_image_comparer.py | 37 Compares a test image against a known golden image. 41 @param golden_img_path: path, complete path to a golden image. 53 logging.debug('Golden image was not RGB. Converting to RGB.')
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
logic_test.go | 11 // golden functions we use repeatedly 21 golden func(int64) int64 39 want := test.golden(v) 48 golden func(int64, int64) int64 69 want := test.golden(v, w) 82 // golden functions we use repeatedly 92 golden func(int32) int32 110 want := test.golden(v) 119 golden func(int32, int32) int32 140 want := test.golden(v, w [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
logic_test.go | 11 // golden functions we use repeatedly 21 golden func(int64) int64 39 want := test.golden(v) 48 golden func(int64, int64) int64 69 want := test.golden(v, w) 82 // golden functions we use repeatedly 92 golden func(int32) int32 110 want := test.golden(v) 119 golden func(int32, int32) int32 140 want := test.golden(v, w [all...] |
/prebuilts/go/darwin-x86/src/go/printer/ |
printer_test.go | 27 var update = flag.Bool("update", false, "update golden files") 117 func runcheck(t *testing.T, source, golden string, mode checkMode) { 130 // update golden files if necessary 132 if err := ioutil.WriteFile(golden, res, 0644); err != nil { 138 // get golden 139 gld, err := ioutil.ReadFile(golden) 145 // formatted source and golden must be the same 146 if err := diff(source, golden, res, gld); err != nil { 152 // formatting golden must be idempotent 156 if err := diff(golden, fmt.Sprintf("format(%s)", golden), gld, res); err != nil [all...] |
/prebuilts/go/linux-x86/src/go/printer/ |
printer_test.go | 27 var update = flag.Bool("update", false, "update golden files") 117 func runcheck(t *testing.T, source, golden string, mode checkMode) { 130 // update golden files if necessary 132 if err := ioutil.WriteFile(golden, res, 0644); err != nil { 138 // get golden 139 gld, err := ioutil.ReadFile(golden) 145 // formatted source and golden must be the same 146 if err := diff(source, golden, res, gld); err != nil { 152 // formatting golden must be idempotent 156 if err := diff(golden, fmt.Sprintf("format(%s)", golden), gld, res); err != nil [all...] |
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/ |
default_temporal_layers.h | 46 // For 1 layer case: reference all (last, golden, and alt ref), but only 50 // golden with alt ref dependency. 58 // Highest enhacement layer without dependency on golden with alt ref
|
/external/annotation-tools/scene-lib/ |
README | 14 TODO: there are currently two "golden" class files: the un-annoted file
|
/external/autotest/client/site_tests/platform_AddPrinter/ |
control.generic | 23 a fake printer which compares the request to a golden file to verify its
|
/external/autotest/client/site_tests/ui_AppLauncher/ |
control.daisy | 20 golden image to look for unwanted changes and regressions.
|
control.link | 20 golden image to look for unwanted changes and regressions.
|
control.peppy | 20 golden image to look for unwanted changes and regressions.
|
/external/golang-protobuf/protoc-gen-go/testdata/ |
Makefile | 37 test: golden testbuild 39 #test: golden testbuild extension_test 46 golden: 52 diff -w my_test/test.pb.go my_test/test.pb.go.golden
|
/external/skia/site/dev/testing/ |
index.md | 4 Skia relies heavily on our suite of unit and Golden Master \(GM\) tests, which
|
/external/skqp/site/dev/testing/ |
index.md | 4 Skia relies heavily on our suite of unit and Golden Master \(GM\) tests, which
|
/external/tensorflow/tensorflow/tools/api/tests/ |
BUILD | 20 "//tensorflow/tools/api/golden:api_golden",
|
/external/autotest/client/cros/video/ |
screenshot_file_namer.py | 17 When downloading golden images, we will have timestamps that we will want 23 the golden image and test image that are from the same timestamp have
|
/external/golang-protobuf/proto/testdata/ |
Makefile | 47 cp test.pb.go.golden test.pb.go 50 cp test.pb.go test.pb.go.golden
|
/prebuilts/go/darwin-x86/src/go/ast/ |
filter_test.go | 42 const golden = `package p const 83 if output != golden {
|
/prebuilts/go/linux-x86/src/go/ast/ |
filter_test.go | 42 const golden = `package p const 83 if output != golden {
|
/external/owasp/sanitizer/src/tests/org/owasp/html/ |
HtmlLexerTest.java | 53 // Get the golden. 54 String golden = Resources.toString( local 59 assertEquals(golden, actual.toString()); 133 // Do C style escaping of the token text so that each token in the golden 148 private static void assertTokens(String markup, String... golden) { 155 assertEquals(Arrays.asList(golden), actual);
|
/external/autotest/client/cros/audio/ |
audio_analysis.py | 240 is any block in golden signal that is similar to this block of test signal. 241 If there is such a block in golden signal, then this block of test 278 """Generates a golden pattern of certain frequency. 280 The golden pattern must cover all the possibilities of waveforms in a 281 block. So, we need a golden pattern covering 1 period + 1 block size, 292 @param freq: The frequency of golden pattern. 295 @returns: A 1-D array for golden pattern. 310 Compares test signal with each block of golden signal by correlation 311 index. If there is any block of golden signal that is similar to 314 @param golden_signal: A 1-D array for golden signal [all...] |
/tools/test/connectivity/acts/framework/acts/test_utils/audio_analysis_lib/ |
audio_analysis.py | 276 is any block in golden signal that is similar to this block of test signal. 277 If there is such a block in golden signal, then this block of test 317 """Generates a golden pattern of certain frequency. 319 The golden pattern must cover all the possibilities of waveforms in a 320 block. So, we need a golden pattern covering 1 period + 1 block size, 333 freq: The frequency of golden pattern. 337 A 1-D array for golden pattern. 351 Compares test signal with each block of golden signal by correlation 352 index. If there is any block of golden signal that is similar to 356 golden_signal: A 1-D array for golden signal [all...] |