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

1 2 3 4 5 6 7 8 91011>>

  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
TimeZoneGenericNames.java 405 // golden zone at the given date.
411 // Check offset in the golden zone with wall time.
492 // if this time zone is not the golden zone of the meta zone,
533 * time zone is not a reference zone (golden zone) of the meta zone.
551 // Is this the golden zone for the region?
    [all...]
  /external/libmojo/base/android/jni_generator/
jni_generator_tests.py 10 code generator and ensures the output matches a golden
29 # Set this environment variable in order to regenerate the golden text
70 self.fail('Golden text mismatch.')
106 golden_file = os.path.join(script_dir, caller + '.golden')
837 golden_file = os.path.join(script_dir, 'SampleForTests_jni.golden')
    [all...]
  /external/protobuf/python/google/protobuf/internal/
test_util.py 596 """Finds the given golden file and returns a file object representing it."""
602 # Found it. Load the golden file from the testdata directory.
612 # Found it. Load the golden file from the testdata directory.
616 'Could not find golden files. This test must be run from within the '
622 """Finds the given golden file and returns its contents."""
text_format_test.py 88 # these zeros in order to match the golden file.
595 golden = ''.join((
598 self.CompareToGoldenText(text_format.MessageToString(message), golden)
604 # valuable to test against a common golden file.
814 golden = 'message_set {\n}\n'
815 self.CompareToGoldenText(text_format.MessageToString(message), golden)
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
union_unittest.cc     [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
BitmapDrawableTest.java 72 // exactly with the golden image.
78 // Set true to generate golden images, false for normal tests.
VectorDrawableTest.java 272 Bitmap golden = BitmapFactory.decodeResource(mResources, goldenImages[i]); local
273 DrawableTestUtils.compareImages(mResources.getString(resIds[i]), mBitmap, golden, local
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoManager.java 224 * background color to golden yellow
227 // Sets background color to golden yellow
  /external/libvpx/libvpx/test/
error_resilience_test.cc 63 // LAST is updated on base/layer 0, GOLDEN updated on layer 1.
412 // LAST is always update on base/layer 0, GOLDEN is updated on layer 1,
  /external/libvpx/libvpx/vp9/encoder/
vp9_mbgraph.c 181 // Golden frame MV search, if it exists and is different than last frame
196 // last/golden frame.
  /external/turbine/javatests/com/google/turbine/lower/
LowerTest.java 229 LowerTest.class.getResourceAsStream("testdata/golden/outer.txt")),
235 LowerTest.class.getResourceAsStream("testdata/golden/inner.txt")),
  /frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
ImageUtils.java 69 String message = "Unable to load golden thumbnail: " + relativePath + "\n";
168 // Golden on the right
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderVP8.cpp 395 /* Refresh golden frame reference buffer using the currently reconstructed frame */
430 /* Save previous golden reference */
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/xml/parsers/
SAXParserTestSupport.java 33 * Support for SAXParserTest. Shares the element keys used in the golden files.
34 * Compares the result of the parser with golden data.
  /prebuilts/go/darwin-x86/src/math/rand/
regress_test.go 8 // Do NOT make changes to the golden outputs. If bugs need to be fixed
22 var printgolden = flag.Bool("printgolden", false, "print golden results for regression test")
  /prebuilts/go/linux-x86/src/math/rand/
regress_test.go 8 // Do NOT make changes to the golden outputs. If bugs need to be fixed
22 var printgolden = flag.Bool("printgolden", false, "print golden results for regression test")
  /cts/apps/CameraITS/pymodules/its/
dng.py 29 tags respectively. These values have both golden module and per-unit
  /cts/tests/tests/location/src/android/location/cts/
AddressTest.java 104 String featureName = "Golden Gate Bridge";
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
Cheeses.java 78 "Geitost", "Gippsland Blue", "Gjetost", "Gloucester", "Golden Cross", "Gorgonzola",
  /developers/build/prebuilts/gradle/CustomChoiceList/Application/src/main/java/com/example/android/customchoicelist/
Cheeses.java 78 "Geitost", "Gippsland Blue", "Gjetost", "Gloucester", "Golden Cross", "Gorgonzola",
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListPopupMenu/Application/src/main/java/com/example/android/actionbarcompat/listpopupmenu/
Cheeses.java 78 "Geitost", "Gippsland Blue", "Gjetost", "Gloucester", "Golden Cross", "Gorgonzola",
  /developers/samples/android/ui/lists/CustomChoiceList/Application/src/main/java/com/example/android/customchoicelist/
Cheeses.java 78 "Geitost", "Gippsland Blue", "Gjetost", "Gloucester", "Golden Cross", "Gorgonzola",
  /development/samples/ApiDemos/src/com/example/android/apis/view/
Cheeses.java 77 "Geitost", "Gippsland Blue", "Gjetost", "Gloucester", "Golden Cross", "Gorgonzola",
  /development/samples/browseable/ActionBarCompat-ListPopupMenu/src/com.example.android.actionbarcompat.listpopupmenu/
Cheeses.java 78 "Geitost", "Gippsland Blue", "Gjetost", "Gloucester", "Golden Cross", "Gorgonzola",
  /development/samples/browseable/CustomChoiceList/src/com.example.android.customchoicelist/
Cheeses.java 78 "Geitost", "Gippsland Blue", "Gjetost", "Gloucester", "Golden Cross", "Gorgonzola",

Completed in 1698 milliseconds

1 2 3 4 5 6 7 8 91011>>