HomeSort by relevance Sort by last modified time
    Searched refs:next (Results 276 - 300 of 8760) sorted by null

<<11121314151617181920>>

  /external/libcxx/test/containers/associative/set/
insert_iter_iter.pass.cpp 45 assert(*next(m.begin()) == 2);
46 assert(*next(m.begin(), 2) == 3);
69 assert(*next(m.begin()) == 2);
70 assert(*next(m.begin(), 2) == 3);
  /external/libcxx/test/containers/associative/set/set.cons/
iter_iter.pass.cpp 44 assert(*next(m.begin()) == 2);
45 assert(*next(m.begin(), 2) == 3);
67 assert(*next(m.begin()) == 2);
68 assert(*next(m.begin(), 2) == 3);
  /external/mesa3d/src/gallium/drivers/trace/
tr_screen.h 15 * next paragraph) shall be included in all copies or substantial portions
42 struct tr_list *next; member in struct:tr_list
  /external/mockito/cglib-and-asm/src/org/mockito/asm/
Handler.java 67 * Next exception handler block info.
69 Handler next; field in class:Handler
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObjectList.java 111 /** returns the next element
114 public GenericObject next() { method in class:NetObjectList
115 return (NetObject) super.next();
118 /** returns the next element
122 public GenericObject next(ListIterator li) { method in class:NetObjectList
123 return (NetObject) super.next(li);
  /external/skia/src/pathops/
SkAddIntersections.h 14 bool AddIntersectTs(SkOpContour* test, SkOpContour* next);
  /hardware/intel/img/libdrm/libdrm/radeon/
radeon_track.c 23 * next paragraph) shall be included in all copies or substantial portions
61 event->next = track->events;
72 track->next = tracker->tracks.next;
74 tracker->tracks.next = track;
75 if (track->next) {
76 track->next->prev = track;
93 track->prev->next = track->next;
94 if (track->next) {
    [all...]
  /libcore/luni/src/main/java/java/text/
CharacterIterator.java 90 * @return the character at the next index, or {@code DONE} if the next
93 public char next(); method in interface:CharacterIterator
  /libcore/luni/src/test/java/libcore/java/util/
OldLinkedHashMapTest.java 36 String id = (String) iterator.next();
39 iterator.next();
41 // iterator.next() Operation takes place after a get
52 id = (String) iterator.next();
54 iterator.next();
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
assign_initializer_list.pass.cpp 45 assert(*next(m.begin()) == V(2, 1));
46 assert(*next(m.begin(), 2) == V(3, 1));
70 assert(*next(m.begin()) == V(2, 1));
71 assert(*next(m.begin(), 2) == V(3, 1));
initializer_list.pass.cpp 41 assert(*next(m.begin()) == V(2, 1));
42 assert(*next(m.begin(), 2) == V(3, 1));
62 assert(*next(m.begin()) == V(2, 1));
63 assert(*next(m.begin(), 2) == V(3, 1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/
insert_initializer_list.pass.cpp 43 assert(*next(m.begin()) == V(2, 1));
44 assert(*next(m.begin(), 2) == V(3, 1));
66 assert(*next(m.begin()) == V(2, 1));
67 assert(*next(m.begin(), 2) == V(3, 1));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
insert_iter_iter.pass.cpp 45 assert(*next(m.begin()) == 2);
46 assert(*next(m.begin(), 2) == 3);
69 assert(*next(m.begin()) == 2);
70 assert(*next(m.begin(), 2) == 3);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/
iter_iter.pass.cpp 44 assert(*next(m.begin()) == 2);
45 assert(*next(m.begin(), 2) == 3);
67 assert(*next(m.begin()) == 2);
68 assert(*next(m.begin(), 2) == 3);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/raid/
xor.h 20 struct xor_block_template *next; member in struct:xor_block_template
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/raid/
xor.h 20 struct xor_block_template *next; member in struct:xor_block_template
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/raid/
xor.h 20 struct xor_block_template *next; member in struct:xor_block_template
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/raid/
xor.h 20 struct xor_block_template *next; member in struct:xor_block_template
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/raid/
xor.h 20 struct xor_block_template *next; member in struct:xor_block_template
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/raid/
xor.h 20 struct xor_block_template *next; member in struct:xor_block_template
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/raid/
xor.h 20 struct xor_block_template *next; member in struct:xor_block_template
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/raid/
xor.h 20 struct xor_block_template *next; member in struct:xor_block_template
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/raid/
xor.h 20 struct xor_block_template *next; member in struct:xor_block_template
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/raid/
xor.h 20 struct xor_block_template *next; member in struct:xor_block_template
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/raid/
xor.h 20 struct xor_block_template *next; member in struct:xor_block_template

Completed in 302 milliseconds

<<11121314151617181920>>