HomeSort by relevance Sort by last modified time
    Searched refs:next (Results 1901 - 1925 of 7540) sorted by null

<<71727374757677787980>>

  /external/chromium_org/third_party/mesa/src/src/mesa/program/
program_parser.h 11 * The above copyright notice and this permission notice (including the next
40 struct asm_symbol *next; /**< List linkage for freeing. */ member in struct:asm_symbol
126 struct asm_instruction *next; member in struct:asm_instruction
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_ctx.c 96 struct bignum_pool_item *prev, *next; member in struct:bignum_pool_item
166 item = item->next;
245 pool = pool->next;
377 p->current = p->head->next;
396 item = item->next;
416 item->next = NULL;
422 p->tail->next = item;
434 p->current = p->current->next;
  /external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
RopeByteStringSubstringTest.java 49 ByteString sourceString = iter.next();
51 sourceString = sourceString.concat(iter.next());
  /external/chromium_org/third_party/skia/include/core/
SkTDStack.h 27 Rec* next = rec->fNext; local
29 rec = next;
  /external/chromium_org/third_party/skia/src/core/
SkDeque.cpp 62 Block* next = head->fNext; local
66 head = next;
247 // Due to how reset and next work, next actually returns the current element
248 // pointed to by fPos and then updates fPos to point to the next one.
249 void* SkDeque::Iter::next() { function in class:SkDeque::Iter
252 if (pos) { // if we were valid, try to move to the next setting
253 char* next = pos + fElemSize; local
254 SkASSERT(next <= fCurBlock->fEnd);
255 if (next == fCurBlock->fEnd) { // exhausted this chunk, move to nex
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/Mkfiles/vc9/genperf/
run.bat 4 goto next%errorlevel%
  /external/clang/test/Sema/
block-return.c 79 void next();
84 int (^nested)(char *s) = ^(char *str) { void (^nest)(void) = ^(void) { printf("%s\n", str); }; next(); return 1; }; // expected-warning{{implicitly declaring library function 'printf' with type 'int (const char *, ...)'}} \
  /external/clang/test/SemaCXX/
constexpr-turing.cpp 12 unsigned next; member in struct:Action
39 tm[state][tape.val].next) + 1;
  /external/dexmaker/src/dx/java/com/android/dx/util/
ListIntSet.java 97 add(iter.next());
118 public int next() { method
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
UnmodifiableCollectionTests.java 63 iterator.next();
81 Object expected = expectedIterator.next();
87 Object actual = actualIterator.next();
93 + ", expected is exhausted, actual <" + actualIterator.next() + ">");
297 multimap.asMap().entrySet().iterator().next().getValue();
324 K key = multimap.keySet().iterator().next();
388 K presentKey = multimap.keySet().iterator().next();
397 multimap.asMap().values().iterator().next().remove(sampleValue);
398 fail("asMap().values().iterator().next().remove() succeeded on " +
  /external/guava/guava-tests/test/com/google/common/collect/
HashMultisetTest.java 67 assertSame(copy, copy.iterator().next());
86 assertSame(copy, copy.iterator().next().member);
  /external/icu4c/i18n/
regeximp.cpp 26 UChar32 CaseFoldingUTextIterator::next() { function in class:CaseFoldingUTextIterator
31 // Start handling the next char from the input UText.
74 UChar32 CaseFoldingUCharIterator::next() { function in class:CaseFoldingUCharIterator
79 // Start handling the next char from the input UText.
  /external/icu4c/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/ipsec-tools/src/racoon/
isakmp_unity.c 297 netentry = netentry->next;
321 newentry->next = NULL;
331 while (tmpentry->next != NULL)
332 tmpentry = tmpentry->next;
333 tmpentry->next = newentry;
352 netentry = netentry->next;
378 netentry = netentry->next;
405 netentry = netentry->next;
  /external/javassist/src/main/javassist/convert/
TransformNew.java 26 public TransformNew(Transformer next,
28 super(next);
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
UniqueStack.java 69 public T next() { method in class:UniqueStack.ImmutableIterator
70 return iterator.next();
  /external/libppp/src/
datalink.h 79 int next_timeout; /* Redial next timeout value */
94 char *next; /* Next phone from the list */ member in struct:datalink::__anon23756
122 struct datalink *next; /* Next in the list */ member in struct:datalink
  /external/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/linux-tools-perf/util/
probe-event.h 19 struct probe_trace_arg_ref *next; /* Next reference */ member in struct:probe_trace_arg_ref
52 struct perf_probe_arg_field *next; /* Next field */ member in struct:perf_probe_arg_field
  /external/mesa3d/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/mesa3d/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...]
  /external/mesa3d/src/mesa/program/
program_parser.h 11 * The above copyright notice and this permission notice (including the next
40 struct asm_symbol *next; /**< List linkage for freeing. */ member in struct:asm_symbol
126 struct asm_instruction *next; member in struct:asm_instruction
  /external/nist-sip/java/gov/nist/core/
ThreadAuditor.java 139 ThreadHandle threadHandle = (ThreadHandle) it.next();
188 ThreadHandle threadHandle = (ThreadHandle)it.next();
  /external/openssl/crypto/bn/
bn_ctx.c 96 struct bignum_pool_item *prev, *next; member in struct:bignum_pool_item
166 item = item->next;
245 pool = pool->next;
377 p->current = p->head->next;
396 item = item->next;
416 item->next = NULL;
422 p->tail->next = item;
434 p->current = p->current->next;
  /external/oprofile/module/
oprofile.h 49 /* next in buffer (atomic) */
105 /* add any handler-specific sysctls at the position given by @next. Return 0 on success */
106 int (*add_sysctls)(ctl_table * next);
108 void (*remove_sysctls)(ctl_table * next);

Completed in 617 milliseconds

<<71727374757677787980>>