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

<<41424344454647484950>>

  /external/skia/tools/lua/
count_effects.lua 3 for k, v in next, t do
28 for k, v in next, t do
glyph-usage.lua 3 for k, v in next, t do
58 for k, v in next, array do
73 for k, v in next, other do
81 for k, v in next, t do
90 for k in next, array do
122 for k, v in next, strikes do
140 for k, v in next, histogram do
152 for k, v in next, strikes do
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractEmptyIterator.java 41 public E next() { method in class:AbstractEmptyIterator
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.cpp 112 char* next = full; local
113 while((next = strsep(&full, delim)) != NULL) {
114 if (omit_empty_strings && next[0] == '\0') continue;
115 vec->push_back(next);
  /external/stlport/src/
cxa.c 60 struct exit_function_list *next; member in struct:exit_function_list
120 for (l = __exit_funcs; l != NULL; l = l->next) {
136 l->next = __exit_funcs;
171 for (funcs = __exit_funcs; funcs; funcs = funcs->next) {
  /external/wpa_supplicant_8/src/ap/
ap_list.h 15 /* Note: next/prev pointers are updated whenever a new beacon is
18 struct ap_info *next; /* next entry in AP list */ member in struct:ap_info
20 struct ap_info *hnext; /* next entry in hash table list */
  /frameworks/base/core/java/android/content/
CursorEntityIterator.java 56 * @see EntityIterator#next()
67 * Returns the next object in the iteration, i.e. returns the element in
70 * @return the next object.
75 public Entity next() { method in class:CursorEntityIterator
77 throw new IllegalStateException("calling next() when the iterator is closed");
80 throw new IllegalStateException("you may only call next() if hasNext() is true");
  /frameworks/base/tools/aidl/
aidl_language.h 18 struct extra_text_type* next; member in struct:extra_text_type
39 struct arg_type *next; member in struct:arg_type
48 struct interface_item_type* next; member in struct:interface_item_type
77 struct document_item_type* next; member in struct:document_item_type
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/src/
mm_jpeg_queue.c 72 pos = head->next;
116 pos = head->next;
129 pos = pos->next;
145 pos = head->next;
  /hardware/qcom/display/msm8960/libcopybit/
copybit_priv.h 35 this->next = iterate;
  /hardware/qcom/display/msm8974/libcopybit/
copybit_priv.h 35 this->next = iterate;
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_priv.h 35 this->next = iterate;
  /libcore/luni/src/main/java/java/util/prefs/
NodeSet.java 14 list.add(nodes.next());
  /libcore/luni/src/test/java/libcore/java/util/
OldMapEntryTest.java 75 me = (Map.Entry)i.next();
89 Map.Entry me1 = (Map.Entry)i.next();
97 Map.Entry me1 = (Map.Entry)i.next();
108 me = (Map.Entry)i.next();
RandomTest.java 26 // functioning of next.
31 @Override protected synchronized int next(int bits) { return state.length(); } method in class:RandomTest.MyRandom
  /libcore/luni/src/test/java/libcore/util/
CollectionUtilsTest.java 46 assertEquals("a", i.next());
49 assertEquals("c", i.next());
50 assertEquals("d", i.next());
57 assertEquals("e", i.next());
  /libcore/support/src/test/java/tests/support/
Support_UnmodifiableMapTest.java 65 Map.Entry<?, ?> me = (Map.Entry<?, ?>) entrySetIterator.next();
134 keySet.contains(it.next()));
148 objArray[counter] == it.next());
157 objArray[counter] == it.next());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
move.pass.cpp 65 assert(*next(m.begin()) == 2);
66 assert(*next(m.begin(), 2) == 3);
97 assert(*next(m.begin()) == 2);
98 assert(*next(m.begin(), 2) == 3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/
insert_iter_value.pass.cpp 48 std::list<int>::iterator i = l1.insert(next(l1.cbegin()), 4);
49 assert(i == next(l1.begin()));
81 std::list<int, min_allocator<int>>::iterator i = l1.insert(next(l1.cbegin()), 4);
82 assert(i == next(l1.begin()));
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 60 struct exit_function_list *next; member in struct:exit_function_list
120 for (l = __exit_funcs; l != NULL; l = l->next) {
136 l->next = __exit_funcs;
171 for (funcs = __exit_funcs; funcs; funcs = funcs->next) {
  /ndk/sources/host-tools/make-3.81/
rule.h 23 struct rule *next; member in struct:rule
  /packages/apps/Mms/src/com/android/mms/transaction/
Observable.java 72 mIterator.next().update(this);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
binary_dictionary_bigrams_iterator.h 37 AK_FORCE_INLINE void next() { function in class:latinime::BinaryDictionaryBigramsIterator
  /system/core/include/cutils/
config_utils.h 29 cnode *next; member in struct:cnode
  /system/core/libzipfile/
private.h 18 struct Zipentry* next; member in struct:Zipentry

Completed in 647 milliseconds

<<41424344454647484950>>