/external/libvpx/libvpx/vp9/encoder/ |
vp9_lookahead.c | 125 // 3. This is not a key frame, golden nor altref frame.
|
/external/protobuf/objectivec/Tests/ |
GPBUtilitiesTests.m | 115 // Not kGPBDefaultRepeatCount because we are comparing to golden master file
|
/external/protobuf/src/google/protobuf/stubs/ |
mathlimits.cc | 96 // Some code checks for errors by comparing a computed value to a golden
|
/external/python/cpython2/Demo/turtle/ |
tdemo_penrose.py | 22 f = (5**0.5-1)/2.0 # (sqrt(5)-1)/2 -- golden ratio
|
/external/python/cpython3/Lib/turtledemo/ |
penrose.py | 22 f = (5**0.5-1)/2.0 # (sqrt(5)-1)/2 -- golden ratio
|
/external/skia/site/user/sample/ |
viewer.md | 3 The Skia Viewer displays a series of slides that exhibit specific features of Skia, including the Skia golden master images (or GMs) and programmed samples that allow interaction. In addition, the Viewer is used to debug and understand different parts of the Skia system:
|
/external/skia/tools/skqp/ |
make_gmkb.go | 24 "go.skia.org/infra/golden/go/search"
|
/external/skqp/site/user/sample/ |
viewer.md | 3 The Skia Viewer displays a series of slides that exhibit specific features of Skia, including the Skia golden master images (or GMs) and programmed samples that allow interaction. In addition, the Viewer is used to debug and understand different parts of the Skia system:
|
/external/skqp/tools/skqp/ |
make_gmkb.go | 24 "go.skia.org/infra/golden/go/search"
|
/frameworks/base/libs/hwui/pipeline/skia/ |
SkiaOpenGLReadback.cpp | 118 // is codified by tests using golden images like DecodeAccuracyTest.
|
/frameworks/layoutlib/remote/tests/src/ |
RemoteBridgeTest.java | 54 String goldenImagePath = APP_TEST_DIR + "/golden/" + goldenFileName;
|
/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/ |
AlphaJumpActivity.java | 56 "Provel", "Torta del Casar", "Golden Cross", "Mascarpone", "Fougerus",
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
cmath | 86 // Constant Golden Ratio @f$ \phi @f$.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
cmath | 86 // Constant Golden Ratio @f$ \phi @f$.
|
/prebuilts/go/darwin-x86/src/compress/zlib/ |
reader_test.go | 21 // Compare-to-golden test data was generated by the ZLIB example program at
|
/prebuilts/go/darwin-x86/src/crypto/md5/ |
md5_test.go | 23 var golden = []md5Test{ var 58 for i := 0; i < len(golden); i++ { 59 g := golden[i] 89 for _, g := range golden {
|
/prebuilts/go/darwin-x86/src/crypto/sha1/ |
sha1_test.go | 24 var golden = []sha1Test{ var 60 for i := 0; i < len(golden); i++ { 61 g := golden[i] 96 for _, g := range golden {
|
/prebuilts/go/linux-x86/src/compress/zlib/ |
reader_test.go | 21 // Compare-to-golden test data was generated by the ZLIB example program at
|
/prebuilts/go/linux-x86/src/crypto/md5/ |
md5_test.go | 23 var golden = []md5Test{ var 58 for i := 0; i < len(golden); i++ { 59 g := golden[i] 89 for _, g := range golden {
|
/prebuilts/go/linux-x86/src/crypto/sha1/ |
sha1_test.go | 24 var golden = []sha1Test{ var 60 for i := 0; i < len(golden); i++ { 61 g := golden[i] 96 for _, g := range golden {
|
/test/vts-testcase/vndk/files/ |
VtsVndkFilesTest.py | 24 from vts.testcases.vndk.golden import vndk_data
|
/test/vts-testcase/vndk/golden/ |
vndk_data.py | 49 _GOLDEN_DIR = os.path.join("vts", "testcases", "vndk", "golden")
|
/test/vts-testcase/vndk/open_libraries/ |
VtsVndkOpenLibrariesTest.py | 25 from vts.testcases.vndk.golden import vndk_data
|
/tools/test/connectivity/acts/tests/google/wifi/ |
WifiRvrTest.py | 129 asserts.fail("Test failed: Golden file not found") 160 golden_path: path to golden file used to generate limits 243 legends.insert(0, "Golden Results") 259 self.log.warning("ValueError: Golden file not found") [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
TimeZoneGenericNames.java | 407 // golden zone at the given date. 413 // Check offset in the golden zone with wall time. 494 // if this time zone is not the golden zone of the meta zone, 535 * time zone is not a reference zone (golden zone) of the meta zone. 553 // Is this the golden zone for the region? [all...] |