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

1 2 3 4 56 7 8 91011>>

  /prebuilts/go/darwin-x86/src/hash/adler32/
adler32_test.go 14 var golden = []struct { var
76 for _, g := range golden {
94 for _, g := range golden {
  /prebuilts/go/linux-x86/src/hash/adler32/
adler32_test.go 14 var golden = []struct { var
76 for _, g := range golden {
94 for _, g := range golden {
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/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...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/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...]
  /frameworks/support/graphics/drawable/animated/src/androidTest/java/androidx/vectordrawable/graphics/drawable/tests/
DrawableUtils.java 32 // This is only for debugging or golden image (re)generation purpose.
  /frameworks/support/graphics/drawable/static/src/androidTest/java/androidx/vectordrawable/graphics/drawable/tests/
VectorDrawableTest.java 122 // exactly with the golden image.
173 Bitmap golden = BitmapFactory.decodeResource(mResources, goldenImages[i]); local
174 compareImages(mBitmap, golden, mResources.getString(resIds[i]));
179 // This is only for debugging or golden image (re)generation purpose.
  /hardware/intel/common/libva/va/
va_enc_vp8.h 127 /* don't reference the golden frame */
190 * Determines if the current decoded frame refreshes the golden frame.
204 * Determines if the golden reference is replaced by another reference.
212 * Controls the sign of motion vectors when the golden frame is referenced.
  /hardware/interfaces/neuralnetworks/1.0/vts/functional/
GeneratedTestHarness.cpp 79 const MixedTyped& golden = example.second; local
110 resize_accordingly(golden, test);
111 for_all(golden, [&outputs_info, &outputSize](int index, auto, auto s) {
174 MixedTyped filtered_golden = filter(golden, is_ignored);
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
GlobalSearchSupportTest.java 163 * Tests that the contacts provider return the appropriate information from the golden
192 * Returns the expected Quick Search Box content values for the golden contact.
211 * Returns the expected Quick Search Box content values for the golden contact.
270 * Tests that the contacts provider return the appropriate information from the golden
  /tools/test/connectivity/tools/lab/metrics/
adb_hash_metric.py 27 matches the 'golden' directory.
  /prebuilts/go/darwin-x86/src/encoding/json/
decode_test.go 380 golden bool
707 golden: true,
718 golden: true,
729 golden: true,
740 golden: true,
748 golden: true,
754 golden: true,
760 golden: true,
766 golden: true,
769 {in: `0.000001`, ptr: new(float64), out: 0.000001, golden: true}
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
decode_test.go 380 golden bool
707 golden: true,
718 golden: true,
729 golden: true,
740 golden: true,
748 golden: true,
754 golden: true,
760 golden: true,
766 golden: true,
769 {in: `0.000001`, ptr: new(float64), out: 0.000001, golden: true}
    [all...]
  /external/autotest/client/cros/ui/
ui_test_base.py 72 3. Download golden image.
153 Computes the folder name to look for golden images in
  /external/fio/
hash.h 11 * Knuth recommends primes in approximately golden ratio to the maximum
37 * Although a random odd number will do, it turns out that the golden
  /external/libvpx/libvpx/vp9/encoder/
vp9_aq_cyclicrefresh.c 245 // Also check conditions for forcing golden update, or preventing golden
275 // Check for golden frame update: only for non-SVC and non-golden boost.
278 // Force this frame as a golden update frame if this frame changes the
293 // Don't update golden reference if the amount of low_content for the
305 // Set golden frame update interval, for non-svc 1 pass CBR mode.
474 // turn-off (no refresh) on golden refresh (since it's already boosted).
  /external/protobuf/src/google/protobuf/compiler/ruby/
ruby_generator_unittest.cc 66 // This test is a simple golden-file test over the output of the Ruby code
69 // code generator with the extension, and (ii) update the golden output above.
  /external/skia/tests/
RecordingXfermodeTest.cpp 139 BitmapBackedCanvasStrategy golden(drawer.imageInfo());
151 const SkBitmap& goldenBM = golden.recordAndReplay(drawer, clip, mode);
  /external/skqp/tests/
RecordingXfermodeTest.cpp 139 BitmapBackedCanvasStrategy golden(drawer.imageInfo());
151 const SkBitmap& goldenBM = golden.recordAndReplay(drawer, clip, mode);
  /external/tensorflow/tensorflow/compiler/aot/
BUILD 83 "codegen_test_h.golden",
84 "codegen_test_o.golden",
  /frameworks/base/core/tests/coretests/src/com/android/internal/util/
LineBreakBufferedWriterTest.java 199 private void assertOutput(String... golden) {
200 List<String> goldList = createTestGolden(golden);
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/
CameraTest.java 225 * TODO(yslau): Need to setup the golden rawData and compare the
226 * the new captured rawData with the golden one.
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
SimpleImmutableEntryTest.java 141 if (!(SerializationTester.readObject(e, "serialization/org/apache/harmony/tests/java/util/AbstractMapTest_SimpleImmutableEntry.golden.ser") instanceof SimpleImmutableEntry)) {
144 SerializationTester.assertCompabilityEquals(e, "serialization/org/apache/harmony/tests/java/util/AbstractMapTest_SimpleImmutableEntry.golden.ser");
  /tools/dexter/dexter/
dexter_tests.py 19 # update expected (golden) output?
65 # the expected ('golden') output has the same base name as the input .dex,
  /prebuilts/go/darwin-x86/src/hash/crc32/
crc32_test.go 23 var golden = []test{ var
60 for _, g := range golden {
70 for _, g := range golden {
114 for _, g := range golden {
146 for _, g := range golden {
  /prebuilts/go/darwin-x86/src/hash/crc64/
crc64_test.go 21 var golden = []test{ var
59 for i := 0; i < len(golden); i++ {
60 g := golden[i]
81 for _, g := range golden {
113 for _, g := range golden {

Completed in 1203 milliseconds

1 2 3 4 56 7 8 91011>>