/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
ObjectStreamFieldTest.java | 41 int ham = 9999;
|
/libcore/ojluni/src/main/java/java/sql/ |
Date.java | 50 * 8099 is 9999 minus 1900.)
|
/ndk/sources/host-tools/make-3.81/ |
filedef.h | 139 since the year might be less than -999 or greater than 9999.
|
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/ |
SpeechRecorderActivity.java | 340 "Dial 999 999 9999",
|
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/ |
NotificationHelper.java | 101 if (pin >= 0 && pin <= 9999) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
esd.h | 130 /* server = listen socket (localhost:5001, 192.168.168.0:9999 */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
esd.h | 130 /* server = listen socket (localhost:5001, 192.168.168.0:9999 */
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_time.py | 127 # year > 9999, but Linux implementation does not.
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_time.py | 127 # year > 9999, but Linux implementation does not.
|
/prebuilts/go/darwin-x86/src/net/http/ |
readrequest_test.go | 186 "Content-Length: 9999\r\n\r\n" + // to be removed.
|
/prebuilts/go/darwin-x86/src/time/ |
time_test.go | 744 {Date(9999, 4, 12, 23, 20, 50, 520*1e6, UTC), `"9999-04-12T23:20:50.52Z"`}, 778 {Date(10000, 1, 1, 0, 0, 0, 0, UTC), "Time.MarshalJSON: year outside of range [0,9999]"}, 779 {Date(-1, 1, 1, 0, 0, 0, 0, UTC), "Time.MarshalJSON: year outside of range [0,9999]"},
|
/prebuilts/go/linux-x86/src/net/http/ |
readrequest_test.go | 186 "Content-Length: 9999\r\n\r\n" + // to be removed.
|
/prebuilts/go/linux-x86/src/time/ |
time_test.go | 744 {Date(9999, 4, 12, 23, 20, 50, 520*1e6, UTC), `"9999-04-12T23:20:50.52Z"`}, 778 {Date(10000, 1, 1, 0, 0, 0, 0, UTC), "Time.MarshalJSON: year outside of range [0,9999]"}, 779 {Date(-1, 1, 1, 0, 0, 0, 0, UTC), "Time.MarshalJSON: year outside of range [0,9999]"},
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_time.py | 127 # year > 9999, but Linux implementation does not.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_time.py | 127 # year > 9999, but Linux implementation does not.
|
/system/netd/server/ |
BandwidthControllerTest.cpp | 105 "-I bw_happy_box -m owner --uid-owner 0-9999 --jump RETURN\n"
|
/bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
dtoa.c | 88 then *decpt is set to 9999. 170 *decpt = 9999;
|
/external/llvm/unittests/IR/ |
InstructionsTest.cpp | 74 ConstantInt::get(Type::getInt32Ty(Ctx), 9999), 92 ConstantInt::get(Type::getInt32Ty(Ctx), 9999),
|
/external/okhttp/okio/okio/src/test/java/okio/ |
BufferedSourceTest.java | 257 source.readFully(sink, 9999); 258 assertEquals(repeat('a', 9999), sink.readUtf8());
|
/external/srtp/doc/ |
intro.txt | 215 [sh1]$ test/rtpw -s -k $k -ea 0.0.0.0 9999 230 [sh2]$ test/rtpw -r -k $k -ea 0.0.0.0 9999
|
/external/valgrind/none/tests/amd64/ |
insn_mmx.def | 44 paddusw mm.uw[22222,33333,44444,55555] mm.uw[6666,7777,8888,9999] => 1.uw[28888,41110,53332,65535] 45 paddusw m64.uw[22222,33333,44444,55555] mm.uw[6666,7777,8888,9999] => 1.uw[28888,41110,53332,65535]
|
/external/valgrind/none/tests/x86/ |
insn_mmx.def | 24 paddusw mm.uw[22222,33333,44444,55555] mm.uw[6666,7777,8888,9999] => 1.uw[28888,41110,53332,65535] 25 paddusw m64.uw[22222,33333,44444,55555] mm.uw[6666,7777,8888,9999] => 1.uw[28888,41110,53332,65535]
|
/frameworks/base/core/java/com/android/internal/os/ |
ZygoteInit.java | 185 private static final int UNPRIVILEGED_UID = 9999; 186 private static final int UNPRIVILEGED_GID = 9999; [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
PhoneNumberUtilsTest.java | 404 assertEquals("222-333-444-555-666-7777-888-9999", 407 assertEquals("222-333-444-555-666-7777-888-9999",
|
/libcore/luni/src/test/java/libcore/java/security/ |
ProviderTest.java | 594 put("Alg.Alias.Signature.OID.1.2.9999.9999.9999", "NEWALG"); 600 EncryptedPrivateKeyInfo epki2 = new EncryptedPrivateKeyInfo("OID.1.2.9999.9999.9999", new byte[1]);
|