/external/apache-harmony/math/src/test/java/tests/api/java/math/ |
BigIntegerTest.java | 29 BigInteger zero = new BigInteger("0", 10); field in class:BigIntegerTest 94 assertTrue("Random number is negative", bi.compareTo(zero) >= 0); 100 assertTrue("Not zero", new BigInteger(0, rand).equals(BigInteger.ZERO)); 109 assertTrue("Random number one is negative", bi.compareTo(zero) >= 0); 112 assertTrue("Random number two is negative", bi2.compareTo(zero) >= 0); 135 assertTrue("Incorrect value for pos number", bi.equals(BigInteger.ZERO 149 assertTrue("Incorrect value for pos number", bi.equals(BigInteger.ZERO 152 assertTrue("Incorrect value for neg number", bi.equals(BigInteger.ZERO 156 assertTrue("Incorrect value for zero", bi.equals(zero)) [all...] |
/external/clang/test/Analysis/ |
idempotent-operations.c | 10 int x = 10, zero = 0, one = 1; local 35 test(x + zero); // expected-warning {{The right operand to '+' is always 0}} 36 test(x - zero); // expected-warning {{The right operand to '-' is always 0}} 37 test(x * zero); // expected-warning {{The right operand to '*' is always 0}} 38 test(x & zero); // expected-warning {{The right operand to '&' is always 0}} 39 test(x | zero); // expected-warning {{The right operand to '|' is always 0}} 40 test(x ^ zero); // expected-warning {{The right operand to '^' is always 0}} 41 test(x << zero); // expected-warning {{The right operand to '<<' is always 0}} 42 test(x >> zero); // expected-warning {{The right operand to '>>' is always 0}} 45 test(zero + x); // expected-warning {{The left operand to '+' is always 0} 179 int zero = 0; \/\/ pseudo-constant local [all...] |
div-zero.cpp | 11 return (a % (qX-1)); // expected-warning {{Division by zero}}
|
/bionic/libc/arch-x86/bionic/ |
crtend.S | 15 .zero 4
|
/external/chromium/chrome/browser/net/ |
url_request_tracking.h | 24 // set a PID of zero (the default). 26 // TODO(wez): Get rid of the zero-PID hack & enforce that one is always set. 30 // SetOriginProcessIDForRequest, or zero if no PID has been set. A PID of zero
|
/external/e2fsprogs/tests/f_clear_xattr/ |
expect.1 | 11 i_file_acl for inode 12 (/dir) is 22, should be zero. 14 i_file_acl for inode 13 (/file) is 22, should be zero. 17 i_file_acl for inode 14 (/symlink) is 22, should be zero. 20 i_file_acl for inode 15 (/long-symlink) is 23, should be zero.
|
/external/llvm/test/CodeGen/X86/ |
subreg-to-reg-3.ll | 3 ; Don't eliminate or coalesce away the explicit zero-extension!
|
/external/llvm/test/Transforms/ConstProp/ |
2002-05-03-DivideByZeroException.ll | 1 ; Make sure that the constant propogator doesn't divide by zero!
|
/external/oprofile/events/i386/arch_perfmon/ |
events | 4 event:0x3c counters:cpuid um:zero minimum:6000 filter:0 name:CPU_CLK_UNHALTED : Clock cycles when not halted 6 event:0xc0 counters:cpuid um:zero minimum:6000 filter:1 name:INST_RETIRED : number of instructions retired 9 event:0xc4 counters:cpuid um:zero minimum:500 filter:5 name:BR_INST_RETIRED : number of branch instructions retired 10 event:0xc5 counters:cpuid um:zero minimum:500 filter:6 name:BR_MISS_PRED_RETIRED : number of mispredicted branches retired (precise)
|
/external/oprofile/events/i386/athlon/ |
unit_masks | 3 name:zero type:mandatory default:0x0
|
/external/oprofile/events/ppc64/970MP/ |
unit_masks | 8 name:zero type:mandatory default:0x0
|
/external/oprofile/events/ppc64/ibm-compat-v1/ |
unit_masks | 8 name:zero type:mandatory default:0x0
|
/external/oprofile/events/ppc64/power6/ |
unit_masks | 8 name:zero type:mandatory default:0x0
|
/external/oprofile/events/ppc64/power7/ |
unit_masks | 8 name:zero type:mandatory default:0x0
|
/external/oprofile/libdb/ |
db_travel.c | 15 /* node zero is unused */
|
/external/v8/test/mjsunit/ |
math-min-max.js | 43 // Prepare a non-Smi zero value. 45 var ZERO = (function() { 55 assertEquals(0, ZERO); 56 assertEquals(Infinity, 1/ZERO); 57 assertEquals(-Infinity, 1/-ZERO); 58 // Here we would like to have assertFalse(%_IsSmi(ZERO)); This is, however, 60 // us into the runtime system, which would quite legitimately put a Smi zero 62 assertFalse(%_IsSmi(-ZERO)); 72 assertEquals(-Infinity, Infinity / Math.min(-0, ZERO)); 73 assertEquals(-Infinity, Infinity / Math.min(ZERO, -0)) [all...] |
/external/valgrind/main/exp-ptrcheck/tests/ |
zero.stderr.exp | 3 at 0x........: main (zero.c:10) 7 by 0x........: main (zero.c:8) 10 at 0x........: main (zero.c:21) 15 by 0x........: main (zero.c:18)
|
/external/valgrind/main/memcheck/tests/ |
malloc_free_fill.stderr.exp | 15 PASSED: zero
|
manuel2.c | 8 int *x = m[0] + &y; // we know m[0] will be zero
|
/external/valgrind/main/none/tests/ |
shell.stdout.exp | 10 Execute a zero-length file
|
/external/webkit/LayoutTests/fast/dom/Geolocation/ |
timeout-expected.txt | 1 Tests that when timeout is non-zero, the success callback is called as expected.
|
timeout-zero-expected.txt | 1 Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT.
|
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/ |
X509TrustManagerImpl.java | 13 throw new IllegalArgumentException("null or zero-length certificate chain"); 15 throw new IllegalArgumentException("null or zero-length authentication type"); 28 throw new IllegalArgumentException("null or zero-length certificate chain"); 30 throw new IllegalArgumentException("null or zero-length authentication type");
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
JCERSAPrivateKey.java | 26 private static BigInteger ZERO = BigInteger.valueOf(0); 81 PrivateKeyInfo info = new PrivateKeyInfo(new AlgorithmIdentifier(PKCSObjectIdentifiers.rsaEncryption, DERNull.INSTANCE), new RSAPrivateKeyStructure(getModulus(), ZERO, getPrivateExponent(), ZERO, ZERO, ZERO, ZERO, ZERO).getDERObject());
|
/external/v8/test/mjsunit/regress/ |
regress-176.js | 32 "zero length match in (?:) with capture in lookahead"); 35 "zero length match in (?=) with capture in lookahead"); 38 "non-zero length match with capture in lookahead"); 41 "non-zero length match with greedy ? in (?:)"); 44 "non-zero length match with non-greedy ? in (?:), o forces backtrack"); 47 "non-zero length match with non-greedy ? in (?:), zero length match causes backtrack");
|