/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
attr-gnu-4-4.l | 2 .*: Warning: .gnu_attribute 4,4 is no longer supported
|
/external/valgrind/drd/tests/ |
fp_race.stderr.exp | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available) 16 (thread finished, call stack no longer available) 18 (thread finished, call stack no longer available)
|
sem_as_mutex.stderr.exp | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available) 16 (thread finished, call stack no longer available) 18 (thread finished, call stack no longer available)
|
sem_open.stderr.exp | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available) 16 (thread finished, call stack no longer available) 18 (thread finished, call stack no longer available)
|
sem_as_mutex3.stderr.exp | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available)
|
sem_open3.stderr.exp | 7 (thread finished, call stack no longer available) 9 (thread finished, call stack no longer available)
|
hg04_race.stderr.exp | 9 (thread finished, call stack no longer available) 11 (thread finished, call stack no longer available) 19 (thread finished, call stack no longer available) 21 (thread finished, call stack no longer available)
|
hg05_race2.stderr.exp | 9 (thread finished, call stack no longer available) 11 (thread finished, call stack no longer available) 19 (thread finished, call stack no longer available) 21 (thread finished, call stack no longer available)
|
tc21_pthonce.stderr.exp | 9 (thread finished, call stack no longer available) 11 (thread finished, call stack no longer available) 19 (thread finished, call stack no longer available) 21 (thread finished, call stack no longer available)
|
/external/valgrind/gdbserver_tests/ |
nlgone_abrt.stdoutB.exp | 6 The program no longer exists.
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
sec-5.d | 11 # longer works, because .text and .data now gets section descriptors at
|
/libcore/luni/src/main/java/java/math/ |
Logical.java | 163 /** @return sign = -1, magnitude = -(-longer.magnitude & -shorter.magnitude)*/ 164 static BigInteger andNegative(BigInteger longer, BigInteger shorter) { 165 // PRE: longer and shorter are negative 166 // PRE: longer has at least as many digits as shorter 167 int iLonger = longer.getFirstNonzeroDigit(); 172 return longer; 180 digit = -shorter.digits[i] & ~longer.digits[i]; 182 digit = ~shorter.digits[i] & -longer.digits[i]; 184 digit = -shorter.digits[i] & -longer.digits[i]; 187 for (i++; i < shorter.numberLength && (digit = ~(longer.digits[i] | shorter.digits[i])) == 0; i++ [all...] |
/external/autotest/docs/ |
test-that.md | 8 are no longer left behind. 11 - Running emerge after python-only test changes is no longer necessary. 39 even though these tests have binary dependencies, there is no longer a need to
|
/prebuilts/go/darwin-x86/test/ |
rename1.go | 7 // Verify that renamed identifiers no longer have their old meaning.
|
return.go | 334 // if there's a condition - even "true" - the loops are no longer syntactically terminating 552 // if no default or some case doesn't terminate, switch is no longer okay 603 // if any breaks refer to the switch, switch is no longer okay 668 // if no default or some case doesn't terminate, switch is no longer okay 708 // if any breaks refer to the switch, switch is no longer okay 1030 // if there's a condition - even "true" - the loops are no longer syntactically terminating 1229 // if no default or some case doesn't terminate, switch is no longer okay 1275 // if any breaks refer to the switch, switch is no longer okay 1335 // if no default or some case doesn't terminate, switch is no longer okay 1371 // if any breaks refer to the switch, switch is no longer oka [all...] |
/prebuilts/go/linux-x86/test/ |
rename1.go | 7 // Verify that renamed identifiers no longer have their old meaning.
|
return.go | 334 // if there's a condition - even "true" - the loops are no longer syntactically terminating 552 // if no default or some case doesn't terminate, switch is no longer okay 603 // if any breaks refer to the switch, switch is no longer okay 668 // if no default or some case doesn't terminate, switch is no longer okay 708 // if any breaks refer to the switch, switch is no longer okay 1030 // if there's a condition - even "true" - the loops are no longer syntactically terminating 1229 // if no default or some case doesn't terminate, switch is no longer okay 1275 // if any breaks refer to the switch, switch is no longer okay 1335 // if no default or some case doesn't terminate, switch is no longer okay 1371 // if any breaks refer to the switch, switch is no longer oka [all...] |
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug449.go | 16 // and if gc optimizes this case, then the test will no longer 17 // be correct (in the sense that it no longer tests runtime.equal).
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug449.go | 16 // and if gc optimizes this case, then the test will no longer 17 // be correct (in the sense that it no longer tests runtime.equal).
|
/system/bt/btcore/src/ |
property.c | 64 const bt_property_t *shorter = p1, *longer = p2; local 67 longer = p1; 69 return strlen((const char *)longer->val) == (size_t)shorter->len && !memcmp(longer->val, shorter->val, shorter->len);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
req.s | 17 # And make sure that it no longer works.
|
/libcore/luni/src/test/java/libcore/java/io/ |
FileTest.java | 178 // .../l -> .../subdir/longer (using a relative link to subdir/longer). 180 ln_s("subdir/longer", linkName.toString()); 181 File longer = new File(base, "subdir/longer"); local 182 longer.createNewFile(); // The RI won't follow a dangling symlink, which seems like a bug! 183 assertEquals(longer.getCanonicalPath(), linkName.getCanonicalPath());
|
/external/llvm/test/MC/X86/ |
x86_long_nop.s | 18 # On Silvermont we emit only 7 byte NOPs since longer NOPs are not profitable
|
/prebuilts/go/darwin-x86/src/io/ioutil/ |
tempfile.go | 46 // to remove the file when no longer needed. 75 // to remove the directory when no longer needed.
|
/prebuilts/go/darwin-x86/src/runtime/ |
os3_plan9.go | 28 // the trailing NUL). We should never receive a longer note. 30 print("sighandler: note is longer than ERRMAX\n")
|