/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
TimeZoneRegression.java | 385 final int GOOD = 1, BAD = 0; 387 1, GOOD, 390 60*60*1000, GOOD, 396 boolean valid = DATA[i+1] == GOOD; 463 final int GOOD = 1; 472 GOOD, Integer.MIN_VALUE, 0, Integer.MAX_VALUE, Integer.MIN_VALUE, 473 GOOD, Calendar.JANUARY, -5, Calendar.SUNDAY, 0, 474 GOOD, Calendar.DECEMBER, 5, Calendar.SATURDAY, 24*60*60*1000-1, 479 GOOD, Calendar.DECEMBER, 1, 0, 0, 480 GOOD, Calendar.DECEMBER, 31, 0, 0 [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneRegression.java | 381 final int GOOD = 1, BAD = 0; 383 1, GOOD, 386 60*60*1000, GOOD, 392 boolean valid = DATA[i+1] == GOOD; 459 final int GOOD = 1; 468 GOOD, Integer.MIN_VALUE, 0, Integer.MAX_VALUE, Integer.MIN_VALUE, 469 GOOD, Calendar.JANUARY, -5, Calendar.SUNDAY, 0, 470 GOOD, Calendar.DECEMBER, 5, Calendar.SATURDAY, 24*60*60*1000-1, 475 GOOD, Calendar.DECEMBER, 1, 0, 0, 476 GOOD, Calendar.DECEMBER, 31, 0, 0 [all...] |
/external/libchrome/base/time/ |
time_unittest.cc | [all...] |
/external/wpa_supplicant_8/src/tls/ |
tlsv1_client_read.c | 896 int good = 0, revoked = 0; local 942 good++; 948 else if (good) 974 * of the trusted certificates has a good status. If not, [all...] |
/cts/tests/tests/security/src/android/security/cts/ |
StagefrightTest.java | 316 .openRawResourceFd(R.raw.good); 324 // this is a known-good file, so no failure should occur 325 fail("setDataSource of known-good file failed");
|
/external/harfbuzz_ng/src/ |
hb-ot-layout-gpos-table.hh | [all...] |
/external/v8/src/ |
typing-asm.cc | 196 bool good = true; local 198 good = false; 216 good = true; 218 if (!good) FAIL(fun, "missing parameter type annotations"); [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/ |
shdl-1.s | 20 ! For good measure, we start with a nop to get a non-zero offset within
|
/external/autotest/server/ |
frontend.py | 678 Result must be None, 'FAIL', 'WARN' or 'GOOD' 705 not yet Good. 707 Good. 745 self.set_platform_results(job, platform, 'GOOD') 774 print 'Result good - all platforms passed: ', platform_list 794 self.good = [] 805 self.good.append(result) [all...] |
/external/avahi/avahi-core/ |
iface.c | 690 goto good; 695 good:
|
/external/libpcap/Win32/Src/ |
getaddrinfo.c | 439 goto good; 497 good:
|
/external/libvncserver/webclients/novnc/ |
README.md | 31 for a place to start contributing to noVNC, a good place to start
|
/external/v8/src/third_party/fdlibm/ |
fdlibm.js | 73 // 33+53 bit pi is good enough 87 // 33+53 bit pi is good enough 104 // First round good to 85 bit 107 // 2nd iteration needed, good to 118 [all...] |
/external/valgrind/none/tests/ |
cmdline1.stdout.exp | 123 than <number> good frames found [0, meaning "disabled"]
|
/external/webrtc/tools/matlab/ |
rtpAnalyze.m | 37 % vectors are good to use as they are.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
prefix.s | 362 # Get a good alignment.
|
/art/compiler/utils/ |
assembler_test_base.h | 456 return infile.good();
|
/external/mesa3d/src/mesa/program/ |
ir_to_mesa.cpp | 2587 bool good = true; local [all...] |
/external/opencv3/3rdparty/jinja2/ |
filters.py | 811 filter and the arguments afterwards. A good example would be applying a
|
/external/zlib/src/contrib/masmx64/ |
gvmat64.asm | 81 nicematch equ (rsp + 16 - LocalVarsSize) ; a good enough match size
117 ; Note : these value are good with a 8 bytes boundary pack structure
|
/external/zlib/src/contrib/masmx86/ |
match686.asm | 82 ; Note : these value are good with a 8 bytes boundary pack structure
127 nicematch equ esp + 24 ; a good enough match size
|
/system/bt/service/client/ |
main.cpp | 878 if (!istream.good()) {
|
/libcore/luni/src/test/java/libcore/java/util/ |
LocaleTest.java | 401 Locale good = new Locale("EN", "us", "variant-VARIANT"); local 402 b.setLocale(good); [all...] |
/ndk/build/core/ |
setup-toolchain.mk | 45 # Filter out 4.6, 4.7 and 4.8 which don't have good 64-bit support in all supported arch
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
difflib.py | 7 Use SequenceMatcher to return list of the best "good enough" matches. 444 # side of it too. Can't think of a good reason not to, and it 704 """Use SequenceMatcher to return list of the best "good enough" matches. [all...] |