| /frameworks/base/tests/CoreTests/android/core/ |
| SocketTest.java | 88 Socket s2 = new Socket(); local 89 s2.bind(new InetSocketAddress((InetAddress) null, 12345)); 90 byte[] addr = s2.getLocalAddress().getAddress();
|
| /external/javasqlite/src/main/java/SQLite/ |
| Shell.java | 655 Shell s2 = (Shell) s.clone(); local 656 s2.mode = Shell.MODE_Insert; 657 s2.set_table_name(args[0]); 661 if (s2.db.is3()) { 663 t = s2.db.get_table("PRAGMA table_info('%q')", qargs); 678 s2.mode = Shell.MODE_Insert2; 682 s2.db.exec(query, s2, qargs); 684 s2.db.exec("SELECT * from '%q'", s2, qargs) [all...] |
| /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
| SignatureTest.java | 71 MySignature1 s2 = new MySignature1("ABCD@#&^%$)(*&"); local 72 assertEquals("ABCD@#&^%$)(*&", s2.getAlgorithm()); 73 assertNull(s2.getProvider()); 74 assertEquals(0, s2.getState());
|
| /art/runtime/ |
| parsed_options.cc | 59 char* s2; local 60 size_t val = strtoul(s, &s2, 10); 61 if (s2 != s) { 62 // s2 should be pointing just after the number. 67 if (*s2 != '\0') { 71 char c = *s2++; 72 if (*s2 == '\0') { [all...] |
| /bionic/libc/arch-mips/include/machine/ |
| regdef.h | 77 #define s2 $18 macro
|
| /bionic/libc/arch-mips64/include/machine/ |
| regdef.h | 84 #define s2 $18 macro
|
| /bionic/libc/upstream-openbsd/lib/libc/gdtoa/ |
| dtoa.c | 119 j, j1, k, k0, k_check, leftright, m2, m5, s2, s5, local 271 s2 = j; 275 s2 = 0; 280 s2 += k; 512 s2 += i; 517 if (m2 > 0 && s2 > 0) { 518 i = m2 < s2 ? m2 : s2; 521 s2 -= i; 571 s2 += Log2P [all...] |
| gdtoa.c | 160 int rdir, s2, s5, spec_case, try_quick; local 268 s2 = j; 272 s2 = 0; 277 s2 += k; 535 s2 += i; 540 if (m2 > 0 && s2 > 0) { 541 i = m2 < s2 ? m2 : s2; 544 s2 -= i; 586 s2++ [all...] |
| /bionic/libm/upstream-freebsd/lib/msun/src/ |
| e_pow.c | 207 double ss,s2,s_h,s_l,t_h,t_l; local 233 s2 = ss*ss; 234 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); 236 s2 = s_h*s_h [all...] |
| e_powf.c | 149 float s2,s_h,s_l,t_h,t_l; local 176 s2 = s*s; 177 r = s2*s2*(L1+s2*(L2+s2*(L3+s2*(L4+s2*(L5+s2*L6))))); 179 s2 = s_h*s_h [all...] |
| /bionic/tests/ |
| stdio_test.cpp | 510 char s2[123]; local 511 ASSERT_EQ(3, sscanf(" hello 123 1.23 ", "%s %i %lf %s", s1, &i1, &d1, s2));
|
| /cts/tests/tests/renderscript/src/android/renderscript/cts/ |
| Matrix2fTest.java | 61 String s2 = getString(data); local 62 assertEquals(s2, s1);
|
| Matrix3fTest.java | 62 String s2 = getString(data); local 63 assertEquals(s2, s1);
|
| Matrix4fTest.java | 63 String s2 = getString(data); local 64 assertEquals(s2, s1);
|
| /dalvik/dexgen/src/com/android/dexgen/dex/file/ |
| CatchStructs.java | 253 String s2 = handlers.toHuman(subPrefix, ""); local 257 annotateTo.annotate(amt2, s2); 260 printTo.println(s2);
|
| /dalvik/dexgen/src/com/android/dexgen/rop/code/ |
| RegisterSpecSet.java | 71 RegisterSpec s2 = otherSpecs[i]; local 73 if (s1 == s2) { 77 if ((s1 == null) || !s1.equals(s2)) {
|
| /dalvik/dx/src/com/android/dx/dex/file/ |
| CatchStructs.java | 250 String s2 = handlers.toHuman(subPrefix, ""); local 254 annotateTo.annotate(amt2, s2); 257 printTo.println(s2);
|
| /dalvik/dx/src/com/android/dx/rop/code/ |
| RegisterSpecSet.java | 70 RegisterSpec s2 = otherSpecs[i]; local 72 if (s1 == s2) { 76 if ((s1 == null) || !s1.equals(s2)) {
|
| /dalvik/vm/ |
| Common.h | 90 typedef int16_t s2; typedef 109 s2 s; 130 s2 _s; 131 s2 s;
|
| /development/ndk/platforms/android-9/arch-mips/include/asm/ |
| regdef.h | 46 #define s2 $18 macro 96 #define s2 $18 macro
|
| /development/ndk/platforms/android-9/arch-mips/include/machine/ |
| regdef.h | 77 #define s2 $18 macro
|
| /development/ndk/platforms/android-L/arch-mips/include/machine/ |
| regdef.h | 77 #define s2 $18 macro
|
| /development/ndk/platforms/android-L/arch-mips64/include/machine/ |
| regdef.h | 84 #define s2 $18 macro
|
| /external/aac/libSBRenc/src/ |
| resampler.cpp | 376 int s1,s2; local 379 s2 = s1 ^ 1; 394 state2 = states[0][s2]; 403 state2b = states[i+1][s2]; 409 states[i+1][s2] = y<<1; 411 states[i][s2] = input<<1; 438 state2 = states[i][s2]; 448 states[i][s2] = (FIXP_BQS)(LONG)((state0 + (FIXP_DBL)(1<<(DFRACT_BITS-FRACT_BITS-2))) >> (DFRACT_BITS-FRACT_BITS-1)); 450 states[i][s2] = state0<<1;
|
| /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
| TestIntervalSet.java | 70 IntervalSet s2 = IntervalSet.of(13,15); local 72 String result = (s.and(s2)).toString(); 78 IntervalSet s2 = IntervalSet.of('d'); local 80 String result = (s.and(s2)).toString(); 86 IntervalSet s2 = IntervalSet.of('0','9'); local 88 String result = (s.and(s2)).toString(); 94 IntervalSet s2 = IntervalSet.of('d'); local 96 String result = (s.and(s2)).toString(); 150 IntervalSet s2 = IntervalSet.of(12,15); local 152 String result = (s.subtract(s2)).toString() 158 IntervalSet s2 = IntervalSet.of(5,11); local 171 IntervalSet s2 = IntervalSet.of(15,25); local 184 IntervalSet s2 = IntervalSet.of(1,25); local 194 IntervalSet s2 = IntervalSet.of(5,55); \/\/ covers one and touches 2nd range local 211 IntervalSet s2 = IntervalSet.of(0,115); local 220 IntervalSet s2 = IntervalSet.of(10,20); local 235 IntervalSet s2 = IntervalSet.of(10,20); local 251 IntervalSet s2 = IntervalSet.of(1,5); local 273 IntervalSet s2 = IntervalSet.of(2,2); local 283 IntervalSet s2 = IntervalSet.of(2,2); local 294 IntervalSet s2 = IntervalSet.of(100,102); local 302 IntervalSet s2 = IntervalSet.of(100,102); local 384 IntervalSet s2 = IntervalSet.of(0,'q'); local [all...] |