/dalvik/vm/mterp/armv6t2/ |
OP_IPUT_QUICK.S | 15 GOTO_OPCODE(ip) @ jump to next instruction
|
OP_IPUT_WIDE_QUICK.S | 15 GOTO_OPCODE(ip) @ jump to next instruction
|
binop2addr.S | 31 GOTO_OPCODE(ip) @ jump to next instruction
|
unopWide.S | 20 GOTO_OPCODE(ip) @ jump to next instruction
|
/dalvik/vm/mterp/mips/ |
OP_CONST_WIDE.S | 16 GOTO_OPCODE(t0) # jump to next instruction
|
OP_FILL_ARRAY_DATA.S | 16 GOTO_OPCODE(t0) # jump to next instruction
|
OP_IPUT_QUICK.S | 15 GOTO_OPCODE(t0) # jump to next instruction
|
OP_MONITOR_EXIT.S | 23 GOTO_OPCODE(t0) # jump to next instruction
|
unflopWide.S | 30 GOTO_OPCODE(t0) # jump to next instruction
|
unflopWider.S | 32 GOTO_OPCODE(t0) # jump to next instruction
|
unopNarrower.S | 36 GOTO_OPCODE(t0) # jump to next instruction
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
RubyTarget.java | 55 add( "def" ); add( "next" ); add( "unless" ); 148 char next; local 156 next = value.charAt( i + 1 ); 161 if ( Character.isDigit( next ) || Character.isWhitespace( next ) ) { 163 } else if ( Character.isLowerCase( cur ) && Character.isUpperCase( next ) ) { 166 } else if ( ( i < cliff - 1 ) && Character.isUpperCase( cur ) && Character.isUpperCase( next ) ) { 171 /* if next is the start of word (indicated when peek is lowercase) 178 if ( Character.isLetter( next ) ) { 245 char next; local [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
Graph.java | 88 n = (Node)it.next(); 101 Node target = (Node) it.next();
|
/external/apache-http/src/org/apache/http/impl/conn/ |
AbstractPooledConnAdapter.java | 133 public void tunnelProxy(HttpHost next, boolean secure, HttpParams params) 137 poolEntry.tunnelProxy(next, secure, params);
|
/external/bluetooth/bluedroid/btif/src/ |
btif_profile_queue.c | 129 ** Description Add a new connection to the queue and trigger the next 152 ** Description Clear the queue's busy status and advance to the next 180 connect_node_t *next = current->p_next; local 182 current = next;
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
SignerInformationStore.java | 22 SignerInformation signer = (SignerInformation)it.next(); 50 return list.size() == 0 ? null : (SignerInformation) list.iterator().next();
|
/external/chromium_org/net/disk_cache/ |
disk_format.h | 103 CacheAddr next; // Next entry with the same hash or bucket. member in struct:disk_cache::EntryStore 141 CacheAddr next; // LRU list. member in struct:disk_cache::RankingsNode
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
VisitedLinkState.cpp | 66 for (Element* element = ElementTraversal::firstWithin(m_document); element; element = ElementTraversal::next(*element)) { 76 for (Element* element = ElementTraversal::firstWithin(m_document); element; element = ElementTraversal::next(*element)) {
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLNameCollection.cpp | 61 current = ElementTraversal::next(*previous, ownerNode()); 63 for (; current; current = ElementTraversal::next(*current, ownerNode())) {
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
HTMLContentElement.cpp | 94 for (const CSSSelector* selector = m_selectorList.first(); selector; selector = m_selectorList.next(selector)) { 113 for (const CSSSelector* selector = selectorList().first(); selector; selector = CSSSelectorList::next(selector)) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerStackingNodeIterator.cpp | 39 RenderLayerStackingNode* RenderLayerStackingNodeIterator::next() function in class:WebCore::RenderLayerStackingNodeIterator 71 RenderLayerStackingNode* RenderLayerStackingNodeReverseIterator::next() function in class:WebCore::RenderLayerStackingNodeReverseIterator
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
wbnf.cpp | 133 virtual const char* next() = 0; 296 // '''.' let the next char open the quoting 303 // '.'''\. let the next char close the quoting 482 int next(){ function in class:WeightedRand 508 virtual const char* next(){ function in class:Literal 531 virtual const char* next(){ function in class:Variable 536 return var_ref->next(); 550 virtual const char* next(){ function in class:Quote 551 return e(item.next()); 570 virtual const char* next(){ function in class:Morph 687 virtual const char* next(){ function in class:Sequence 727 virtual const char* next(){ function in class:Repeat 753 virtual const char* next(){ function in class:Alternation 1323 const char * next(){ function in class:LanguageGenerator_impl 1354 const char *LanguageGenerator::next(){ \/\/ Return a null-terminated c-string. The buffer is owned by callee. function in class:LanguageGenerator [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
xslt.c | 282 self->next = NULL; 341 tmp = iter->next; 365 for (result = style->decimalFormat->next; 367 result = result->next) { 436 template = template->next; 450 item = item->next; 464 item = item->next; 496 ret->next = cctxt->psData->nsMap; 516 ivar = ivar->next; 546 cur = cur->next; 845 xsltStylesheetPtr next; local 3499 xmlNsPtr ns = cur->nsDef, prev = NULL, next; local 4860 xmlNodePtr text = cur->children, next; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/ |
draw_vs_llvm.c | 15 * next paragraph) shall be included in all copies or substantial portions 72 struct draw_llvm_variant_list_item *next = next_elem(li); local 74 li = next;
|
/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
hash.c | 55 struct HashEntry *Next; /**< pointer to next entry */ 106 struct HashEntry *next = entry->Next; local 112 entry = next; 141 entry = entry->Next; 193 for (entry = table->Table[pos]; entry; entry = entry->Next) { 212 entry->Next = table->Table[pos]; 255 prev->Next = entry->Next; 293 struct HashEntry *entry, *next; local 330 struct HashEntry *entry, *next; local [all...] |