/external/libcxx/test/std/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/std/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/okhttp/okio/okio/src/main/java/okio/ |
AsyncTimeout.java | 46 * <p>Head's 'next' points to the first element of the linked list. The first 47 * element is the next node to time out, or null if the queue is empty. The 55 /** The next node in the linked list. */ 56 private AsyncTimeout next; field in class:AsyncTimeout 95 for (AsyncTimeout prev = head; true; prev = prev.next) { 96 if (prev.next == null || remainingNanos < prev.next.remainingNanos(now)) { 97 node.next = prev.next; 98 prev.next = node [all...] |
/external/squashfs-tools/squashfs-tools/ |
sort.h | 29 struct priority_entry *next; member in struct:priority_entry
|
/external/tlsdate/src/ |
conf.h | 12 struct conf_entry *next; member in struct:conf_entry
|
/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();
|
/libcore/ojluni/src/main/java/java/text/ |
CharacterIterator.java | 56 * The methods previous() and next() are used for iteration. They return DONE if 67 * for(char c = iter.first(); c != CharacterIterator.DONE; c = iter.next()) { 89 * c = iter.next()) { 147 public char next(); method in interface:CharacterIterator
|
/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/current/platforms/android-12/arch-arm/usr/include/linux/raid/ |
xor.h | 20 struct xor_block_template *next; member in struct:xor_block_template
|
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/raid/ |
xor.h | 20 struct xor_block_template *next; member in struct:xor_block_template
|
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/raid/ |
xor.h | 20 struct xor_block_template *next; member in struct:xor_block_template
|
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/raid/ |
xor.h | 20 struct xor_block_template *next; member in struct:xor_block_template
|
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/raid/ |
xor.h | 20 struct xor_block_template *next; member in struct:xor_block_template
|
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/raid/ |
xor.h | 20 struct xor_block_template *next; member in struct:xor_block_template
|
/prebuilts/ndk/current/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/current/platforms/android-14/arch-mips/usr/include/linux/raid/ |
xor.h | 20 struct xor_block_template *next; member in struct:xor_block_template
|
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/raid/ |
xor.h | 20 struct xor_block_template *next; member in struct:xor_block_template
|
/prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/linux/raid/ |
xor.h | 20 struct xor_block_template *next; member in struct:xor_block_template
|