/external/valgrind/main/drd/tests/ |
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)
|
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)
|
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)
|
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)
|
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)
|
/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/junit/ |
Android.mk | 41 # TODO: remove extensions once core-tests is no longer dependent on it 59 # TODO: remove extensions once apache-harmony/luni/ is no longer dependent
|
/libcore/luni/src/test/java/libcore/java/io/ |
FileTest.java | 165 // .../l -> .../subdir/longer (using a relative link to subdir/longer). 167 ln_s("subdir/longer", linkName.toString()); 168 File longer = new File(base, "subdir/longer"); local 169 longer.createNewFile(); // The RI won't follow a dangling symlink, which seems like a bug! 170 assertEquals(longer.getCanonicalPath(), linkName.getCanonicalPath());
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/ |
string-validate-input.js | 51 r = zip + " is longer than five characters.";
|
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/ |
string-validate-input.js | 51 r = zip + " is longer than five characters.";
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLEntityParser.cpp | 208 // We can't an entity because there might be a longer entity
|
/external/v8/test/mjsunit/regress/ |
regress-192.js | 33 // UPDATE: This bug report is no longer valid. In ES5, creating object
|
regress-490.js | 31 // Build a string longer than 2^11. See StringBuilderConcatHelper and
|
regress-815.js | 30 // allocated scope. Test that this no longer happens.
|
/ndk/sources/host-tools/nawk-20071023/ |
FIXES | 78 longer be necessary. 114 was longer than the number of states triggered a failure to initialize 182 this no longer compiles on windows: LC_MESSAGES isn't defined 251 removed -m option; no longer needed, and it was actually 412 longer than 1 digit, part of the input would be pushed back and 429 analyzer with one written in C. it's longer, generates less code, 622 things will continue to run slow, but maybe a bit longer. [all...] |
/external/iproute2/doc/ |
api-ip6-flowlabels.tex | 223 longer than boot time require to store allocated labels at stable 247 we cannot lease labels with lifetimes longer than boot time, the second, 324 unprivileged user to set linger longer than 60 sec. 329 unprivileged user to set timeout longer than 60 sec. Proviledged applications 330 MAY set longer lifetimes, but in this case they MUST save allocated
|
/external/v8/test/mjsunit/ |
debug-evaluate.js | 143 // String which is longer than 80 chars.
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/ |
set-href-attribute-prevents-rebase.js | 1 description('Tests that when an href attribute is set, the href is no longer subject to updates to the document base URI.');
|
/external/zlib/contrib/masm686/ |
match.asm | 338 ;/* Calculate the length of the match. If it is longer than MAX_MATCH, */
347 ;/* If the length of the match is not longer than the best match we */
|
/external/chromium/build/ |
install-build-deps.sh | 106 - // We should no longer need the local symbol values.
|
/build/tools/droiddoc/templates-pdk/assets/ |
search_autocomplete.js | 84 //start hiding rows that are no longer matches
|
/external/doclava/res/assets/templates/assets/ |
search_autocomplete.js | 84 //start hiding rows that are no longer matches
|