/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ObjC/ |
AST.stg | 546 [[treeAdaptor createTree:<tokenType> <if(first(args))>FromToken:<first(args)><endif> <if(first(rest(args)))>Text:<first(rest(args))><else>Text:@"<tokenType>"<endif>] retain] 558 [[treeAdaptor createTree:<token> Text:<first(rest(args))> <args; separator=", ">] retain]
|
/external/guava/guava-tests/test/com/google/common/collect/ |
ListsTest.java | 108 String[] rest = new String[elements.length - 1]; 109 Platform.unsafeArrayCopy(elements, 1, rest, 0, elements.length - 1); 110 return Lists.asList(elements[0], rest); 120 String[] rest = new String[elements.length - 2]; 121 Platform.unsafeArrayCopy(elements, 2, rest, 0, elements.length - 2); 122 return Lists.asList(elements[0], elements[1], rest);
|
AbstractImmutableSetTest.java | 55 String e5, String e6, String... rest);
|
/system/vold/ |
Volume.cpp | 268 char rest[256]; local 279 sscanf(line, "%255s %255s %255s\n", device, mount_path, rest);
|
VolumeManager.cpp | 1187 char rest[256]; local 1528 char rest[256]; local [all...] |
/external/dexmaker/src/main/java/com/google/dexmaker/ |
Code.java | [all...] |
/external/icu4c/common/ |
utrie.cpp | 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.cpp | 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...] |
/external/v8/test/mjsunit/ |
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.
|
/system/netd/ |
BandwidthController.cpp | 999 char rest[MAX_IPT_OUTPUT_LINE_LEN]; local 1006 iface0[0] = iface1[0] = rest[0] = packets = bytes = 0; 1008 &packets, &bytes, iface0, iface1, rest); 1009 ALOGV("parse res=%d iface0=<%s> iface1=<%s> pkts=%lld bytes=%lld rest=<%s> orig line=<%s>", res, 1010 iface0, iface1, packets, bytes, rest, buffPtr); [all...] |
/external/v8/tools/ |
test.py | 470 def RunProcess(context, timeout, args, **rest): 486 **rest 657 (name, rest) = CarCdr(path) 661 result += test.GetBuildRequirements(rest, context) 665 (name, rest) = CarCdr(path) 671 (name, rest) = CarCdr(path) [all...] |
/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);
|
/frameworks/base/data/fonts/ |
Android.mk | 104 # Build the rest font files as prebuilt.
|
/external/icu4c/i18n/ |
alphaindex.cpp | 374 UChar rest = current.charAt(BASE_LENGTH); local 375 if (0x2800 < rest && rest <= 0x28FF) { // stroke count 376 int32_t count = rest-0x2800; [all...] |
/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 | 1339 int len, rest; local [all...] |
/ndk/build/core/ |
definitions-graph.mk | 161 $(eval _ndk_mod_wq := $$(call rest,$$(_ndk_mod_wq))) 402 -ndk-mod-get-topological-depends = $(call rest,$(call -ndk-mod-get-topo-list,$1,$2)) 490 -ndk-mod-get-bfs-depends = $(call rest,$(call -ndk-mod-get-bfs-list,$1,$2))
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/ |
antlr3.rb | 48 immediately. The rest are configured to autoload when any of the constant names
|
/external/libvpx/libvpx/vp8/common/arm/neon/ |
sixtappredict4x4_neon.asm | 124 vld1.u8 {q3}, [r0], r1 ;load rest 5-line src data 136 ;First Pass on rest 5-line data
|
/external/opencv/cvaux/src/ |
cveigenobjects.cpp | [all...] |
/external/svox/pico/lib/ |
picoos.c | 283 picoos_ptrdiff_t rest; local 293 rest = raw_mem_size - alloc_size; 294 if (rest < 0) { 297 *rest_mem_size = rest; [all...] |
/external/ceres-solver/docs/ |
faq.tex | 32 For example consider the following residual block of size 18 which depends on four parameter blocks of size 4 each. Shown below is the Jacobian structure of this residual block, the numbers in the columns indicate the size, and the numbers in the rows show a grouping of the matrix that best capture its sparsity structure. \texttt{X} indicates a non-zero block, the rest of the blocks are zero.
|