/external/v8/test/mjsunit/ |
array-shift.js | 57 // ... but keeps the rest as holes: 98 // ... but keeps the rest as holes:
|
array-slice.js | 168 // ... but keeps the rest as holes: 211 // ... but keeps the rest as holes:
|
array-unshift.js | 102 // ... but keeps the rest as holes: 181 // ... but keeps the rest as holes:
|
debug-clearbreakpointgroup.js | 114 // rest are preserved.
|
/external/grub/stage2/ |
fsys_reiserfs.c | 466 * we can still read the rest from the disk on demand. 997 char *rest, ch; local [all...] |
/system/core/libpixelflinger/ |
Android.mk | 51 # the rest of the basic log stuff.
|
/external/mesa3d/src/glsl/ |
glsl_parser.h | 263 ast_expression *rest; member in struct:YYSTYPE::__anon8562
|
/external/icu4c/test/perf/perldriver/ |
Output.pm | 187 my ($t, $rest); 188 ($t, $rest) = split(/\.\w+/, $0);
|
/external/webkit/LayoutTests/dom/html/level2/html/ |
HTMLTableElement10.js | 79 rest of the document.
|
table33.js | 78 Specifies the table's position with respect to the rest of the document.
|
/external/webkit/LayoutTests/dom/xhtml/level2/html/ |
HTMLTableElement10.js | 79 rest of the document.
|
table33.js | 78 Specifies the table's position with respect to the rest of the document.
|
/libcore/luni/src/main/java/java/lang/ |
IntegralToString.java | 378 int rest = ((int) ((n - midDigit) >>> 1)) * 0xCCCCCCCD; local 379 cursor = intIntoCharArray(buf, cursor, rest);
|
/system/vold/ |
Volume.cpp | 265 char rest[256]; local 276 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
|
VolumeManager.cpp | 857 char rest[256]; local 880 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest); 1137 char rest[256]; local 1148 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest); [all...] |
/dalvik/dx/src/com/android/dx/gen/ |
Code.java | 557 private static RegisterSpecList concatenate(Local<?> first, Local<?>[] rest) { 559 RegisterSpecList result = new RegisterSpecList(offset + rest.length); 563 for (int i = 0; i < rest.length; i++) { 564 result.set(i + offset, rest[i].spec());
|
/external/icu4c/common/ |
utrie.c | 289 int32_t block, rest, repeatBlock; local 324 rest=limit&UTRIE_MASK; 361 if(rest>0) { 368 utrie_fillBlock(trie->data+block, 0, rest, value, initialValue, overwrite); [all...] |
utrie2_builder.c | 705 int32_t block, rest, repeatBlock; local 748 rest=limit&UTRIE2_DATA_MASK; 828 if(rest>0) { 836 fillBlock(newTrie->data+block, 0, rest, value, newTrie->initialValue, overwrite); [all...] |
/system/netd/ |
BandwidthController.cpp | 928 char rest[MAX_IPT_OUTPUT_LINE_LEN]; local 935 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0; 937 &packets, &bytes, iface0, iface1, rest); 938 LOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res, 939 iface0, iface1, packets, bytes, rest, buffPtr);
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
relative.js | 9 // leaving the rest unchanged.
|
/external/webkit/Source/WebCore/dom/ |
XMLDocumentParserQt.cpp | 271 SegmentedString rest = m_pendingSrc; 273 append(rest);
|
/external/iproute2/ip/ |
ipxfrm.c | 48 int rest = sizeof(buf) - 1 - strlen(buf); \ 49 if (rest > 0) { \ 51 if (len > rest) \ 52 len = rest; \
|
/external/wpa_supplicant_8/src/drivers/ |
driver_bsd.c | 1352 int len, rest; local [all...] |
/external/v8/tools/ |
test.py | 459 def RunProcess(context, timeout, args, **rest): 475 **rest 636 (name, rest) = CarCdr(path) 640 result += test.GetBuildRequirements(rest, context) 644 (name, rest) = CarCdr(path) [all...] |
/external/libvpx/vp8/common/arm/neon/ |
sixtappredict4x4_neon.asm | 113 vld1.u8 {q3}, [r0], r1 ;load rest 5-line src data 125 ;First Pass on rest 5-line data
|