/external/oprofile/daemon/ |
opd_cookie.h | 20 * Shift value to remove trailing zero on a dcookie value, 7 is sufficient
|
/external/qemu/android/protocol/ |
core-commands.h | 69 /* Zero-terminated NetworkSpeed's "name" strings starts here. The "display" 71 * zero-terminator. */ 86 /* Zero-terminated NetworkLatency's "name" strings starts here. The "display" 88 * zero-terminator. */
|
/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_WM_IconifyWindow.3 | 14 Returns non-zero on success or \fB0\fR if iconification is not support or was refused by the window manager\&.
|
/external/v8/src/ |
compiler-intrinsics.h | 36 // Returns number of zero bits preceding least significant 1 bit. 37 // Undefined for zero value. 40 // Returns number of zero bits following most significant 1 bit. 41 // Undefined for zero value.
|
/external/valgrind/main/gdbserver_tests/ |
mcbreak.stdout.exp | 7 called from level int_und is not zero
|
/external/valgrind/main/massif/tests/ |
long-time.c | 4 // for the snapshots, including a zero-sized detailed snapshot.
|
zero1.vgtest | 1 prog: zero
|
zero2.vgtest | 1 prog: zero
|
/external/valgrind/main/memcheck/tests/ |
strchr.c | 13 // Nb: s[0] is uninitialised, but almost certainly a zero
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
timeout.js | 1 description("Tests that when timeout is non-zero, the success callback is called as expected.");
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
timeout-zero.html | 10 <script src="script-tests/timeout-zero.js"></script>
|
/external/wpa_supplicant_8/src/tls/ |
pkcs8.c | 23 struct bignum *zero; local 49 zero = bignum_init(); 50 if (zero == NULL) 53 if (bignum_set_unsigned_bin(zero, hdr.payload, hdr.length) < 0) { 55 bignum_deinit(zero); 60 if (bignum_cmp_d(zero, 0) != 0) { 61 wpa_printf(MSG_DEBUG, "PKCS #8: Expected zero INTEGER in the " 64 bignum_deinit(zero); 67 bignum_deinit(zero);
|
/frameworks/base/core/tests/coretests/src/android/widget/listview/touch/ |
ListTouchTest.java | 67 assertEquals("Item zero not the first child in the list", 0, firstChild.getId()); 69 assertEquals("Item zero not at the top of the list", mListView.getListPaddingTop(), 85 assertEquals("Item zero not the first child in the list", 0, firstChild.getId()); 87 assertEquals("Item zero not at the top of the list", mListView.getListPaddingTop(),
|
/frameworks/compile/libbcc/tests/data/src/ |
pointers.c | 10 printf("Pointer comparison to zero: %d %d %d\n", pa == 0, pb == 0, pc == 0);
|
/frameworks/native/opengl/libagl/arch-mips/ |
fixed_asm.S | 49 subu $t2,$zero,$v0 51 or $t1,$a0,$zero /* a0=0? */ 52 movz $v0,$zero,$t1 53 movz $v0,$zero,$t3 /* t3=0 then res=0 */
|
/hardware/msm7k/libcamera/ |
Android.mk | 4 # When zero we link against libqcamera; when 1, we dlopen libqcamera.
|
/hardware/ti/wlan/mac80211/ti-utils/scripts/ |
mkcard.sh | 5 dd if=/dev/zero of=$DRIVE bs=1024 count=1024
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ScheduledFuture.java | 4 * http://creativecommons.org/publicdomain/zero/1.0/
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLSessionContext.java | 48 * {@code zero} if unlimited. 56 * @return the timeout in seconds, or {@code zero} if unlimited. 64 * the size of the session cache, or {@code zero} for unlimited 76 * the timeout in seconds, or {@code zero} if unlimited.
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
memchr.c | 115 four* bytes in longword1 is zero. 124 - If a byte of longword1 is zero, step 1 and 2 transform it into 0xff, 132 So, if longword1 has only non-zero bytes, tmp is zero. 133 Whereas if longword1 has a zero byte, call j the position of the least 134 significant zero byte. Then the result has a zero at positions 0, ..., 137 already have a non-zero bit at position 8*j+7. 139 So, the test whether any byte in longword1 is zero is equivalent to
|
/system/core/adb/ |
utils.c | 29 if (avail == 1) { /* overflowing, the last byte is reserved for zero */ 34 buff[0] = (char) c; /* add char and terminating zero */ 62 /* ensure there is a terminating zero */ 99 /* ensure that there is a terminating zero */
|
/external/openfst/src/include/fst/ |
string-weight.h | 86 static const StringWeight<L, S> &Zero() { 87 static const StringWeight<L, S> zero(kStringInfinity); 88 return zero; 347 w = StringWeight<L, S>::Zero(); 367 // equality is required (for non-Zero() input. This restriction 374 if (w1 == StringWeight<L, S>::Zero()) 376 if (w2 == StringWeight<L, S>::Zero()) 397 if (w1 == StringWeight<L, STRING_LEFT>::Zero()) 399 if (w2 == StringWeight<L, STRING_LEFT>::Zero()) 418 if (w1 == StringWeight<L, STRING_RIGHT>::Zero()) [all...] |
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
string-weight.h | 83 static const StringWeight<L, S> &Zero() { 84 static const StringWeight<L, S> zero(kStringInfinity); 85 return zero; 339 w = StringWeight<L, S>::Zero(); 359 // equality is required (for non-Zero() input. This restriction 364 if (w1 == StringWeight<L, S>::Zero()) 366 if (w2 == StringWeight<L, S>::Zero()) 381 if (w1 == StringWeight<L, STRING_LEFT>::Zero()) 383 if (w2 == StringWeight<L, STRING_LEFT>::Zero()) 400 if (w1 == StringWeight<L, STRING_RIGHT>::Zero()) [all...] |
/external/fdlibm/ |
k_standard.c | 27 static double zero = 0.0; /* used as const */ variable 102 exc.retval = zero; 116 exc.retval = zero; 132 exc.retval = zero; 188 exc.retval = zero; 401 exc.retval = zero; 415 if(x<zero&&ieee_rint(y)!=y) exc.retval = -HUGE; 419 if(x<zero&&ieee_rint(y)!=y) exc.retval = -HUGE_VAL; 431 exc.retval = zero; 443 exc.retval = zero; [all...] |
/external/valgrind/main/none/tests/ppc64/ |
round.stdout.exp | 4 zero:PASSED:(double)(0x1p-149 ) = 0x1.cp-149 5 zero:PASSED:(double)(0x1p-149 ) = 0x1.4p-149 13 zero:PASSED:(double)(0x1.000002p-126 ) = 0x1.0000038p-126 14 zero:PASSED:(double)(0x1.000002p-126 ) = 0x1.0000028p-126 24 zero:PASSED:(float)( int) 67047421 = 67047420.0 25 zero:PASSED:(float)(long) 67047421 = 67047420.0 26 zero:PASSED:(float)( int) 67047423 = 67047420.0 27 zero:PASSED:(float)(long) 67047423 = 67047420.0 40 zero:PASSED:(float)( int)-67047421 = -67047420.0 41 zero:PASSED:(float)(long)-67047421 = -67047420. [all...] |