HomeSort by relevance Sort by last modified time
    Searched defs:next (Results 51 - 75 of 6142) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/icu/icu4c/source/i18n/
fpositer.cpp 93 UBool FieldPositionIterator::next(FieldPosition& fp) { function in class:FieldPositionIterator
  /external/iproute2/genl/
genl_utils.h 9 struct genl_util *next; member in struct:genl_util
  /external/ipsec-tools/src/racoon/
grabmyaddr.h 38 struct myaddrs *next; member in struct:myaddrs
throttle.h 39 TAILQ_ENTRY(throttle_entry) next; member in struct:throttle_entry
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
FwdRef.java 28 FwdRef next; field in class:FwdRef
  /external/ltp/tools/pounder21/
proclist.h 28 struct proclist_item_t *next; member in struct:proclist_item_t
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_pipe.h 15 * next paragraph) shall be included in all copies or substantial portions
47 struct quad_stage *next; member in struct:quad_stage
  /external/mockito/src/main/java/org/mockito/internal/progress/
SequenceNumber.java 11 public static synchronized int next() { method in class:SequenceNumber
  /external/owasp/sanitizer/src/main/org/owasp/html/
TokenStream.java 32 HtmlToken next(); method in interface:TokenStream
  /external/pdfium/fxjs/xfa/
cjx_keep.cpp 15 void CJX_Keep::next(CFXJSE_Value* pValue, function in class:CJX_Keep
  /external/python/cpython2/Doc/includes/sqlite3/
executemany_1.py 10 def next(self): member in class:IterChars
  /external/selinux/libsemanage/src/
utilities.h 39 struct list *next; member in struct:list
  /external/syslinux/core/include/
cache.h 13 struct cache *next; member in struct:cache
  /external/v8/tools/
consarray.js 56 this.tail_ = this.tail_.next = new ConsArray.Cell(null, null);
72 * Returns the current item, moves to the next one.
74 ConsArray.prototype.next = function() { method in class:ConsArray
77 this.currCell_ = this.currCell_.next;
89 ConsArray.Cell = function(data, next) {
91 this.next = next;
  /external/valgrind/include/
pub_tool_hashtable.h 47 struct _VgHashNode * next; member in struct:_VgHashNode
83 * It must *not* compare the 'next' pointer.
112 next one. Returns NULL if the last one has been passed, or if
  /libcore/ojluni/src/main/java/java/util/
Iterator.java 57 * (In other words, returns {@code true} if {@link #next} would
65 * Returns the next element in the iteration.
67 * @return the next element in the iteration
70 E next(); method in interface:Iterator
75 * only once per call to {@link #next}. The behavior of an iterator
87 * @throws IllegalStateException if the {@code next} method has not
89 * been called after the last call to the {@code next}
106 * action.accept(next());
116 action.accept(next()); method
  /prebuilts/go/darwin-x86/src/strings/
search.go 21 // shift the matching frame at least badCharSkip[b] until the next time
31 // shift the matching frame to align with the next suffix chunk. For
32 // example, the pattern "mississi" has the suffix "issi" next occurring
69 // First pass: set each value to the next index which starts a prefix of
100 // next returns the index in text of the first occurrence of the pattern. If
102 func (f *stringFinder) next(text string) int { func
  /prebuilts/go/linux-x86/src/strings/
search.go 21 // shift the matching frame at least badCharSkip[b] until the next time
31 // shift the matching frame to align with the next suffix chunk. For
32 // example, the pattern "mississi" has the suffix "issi" next occurring
69 // First pass: set each value to the next index which starts a prefix of
100 // next returns the index in text of the first occurrence of the pattern. If
102 func (f *stringFinder) next(text string) int { func
  /system/core/libcutils/include/cutils/
config_utils.h 29 cnode *next; member in struct:cnode
  /toolchain/binutils/binutils-2.27/gold/testsuite/
script_test_12a.c 65 int next = *p & mask; local
66 if (next <= last)
68 last = next;
  /toolchain/binutils/binutils-2.27/ld/
ldfile.h 33 /* Next directory on list. */
34 struct search_dirs *next; member in struct:search_dirs
  /external/junit/src/main/java/org/junit/internal/runners/statements/
ExpectException.java 7 private final Statement next; field in class:ExpectException
10 public ExpectException(Statement next, Class<? extends Throwable> expected) {
11 this.next = next;
19 next.evaluate();
RunAfters.java 11 private final Statement next; field in class:RunAfters
17 public RunAfters(Statement next, List<FrameworkMethod> afters, Object target) {
18 this.next = next;
27 next.evaluate();
RunBefores.java 9 private final Statement next; field in class:RunBefores
15 public RunBefores(Statement next, List<FrameworkMethod> befores, Object target) {
16 this.next = next;
26 next.evaluate();
  /bionic/libc/bionic/
__cxa_thread_atexit_impl.cpp 27 thread_local_dtor* next; member in class:thread_local_dtor
43 dtor->next = thread->thread_local_dtors;
55 thread->thread_local_dtors = current->next;

Completed in 520 milliseconds

1 23 4 5 6 7 8 91011>>