/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)
|
/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...] |
/libcore/luni/src/test/java/libcore/java/io/ |
FileTest.java | 172 // .../l -> .../subdir/longer (using a relative link to subdir/longer). 174 ln_s("subdir/longer", linkName.toString()); 175 File longer = new File(base, "subdir/longer"); local 176 longer.createNewFile(); // The RI won't follow a dangling symlink, which seems like a bug! 177 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.
|
/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.
|
object-freeze.js | 69 // Make sure we are no longer extensible.
|
object-seal.js | 69 // Make sure we are no longer extensible.
|
/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
|
/build/tools/droiddoc/templates-sdk/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
|