| /frameworks/base/sax/java/android/sax/ |
| Children.java | 52 current = current.next; 57 previous.next = current; 79 current = current.next; 89 Child next; field in class:Children.Child
|
| /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
|
| /frameworks/native/opengl/libs/tools/ |
| gltracegen | 27 next if $line =~ /^\//; 28 next if $line =~ /^#/; 29 next if $line =~ /^\s*$/; 31 next;
|
| /libcore/crypto/src/main/java/org/conscrypt/ |
| AbstractSessionContext.java | 88 private SSLSession next; 90 if (next != null) { 94 SSLSession session = i.next(); 96 next = session; 100 next = null; 105 byte[] id = next.getId(); 106 next = null; 132 SSLSession session = i.next(); 150 SSLSession session = i.next();
|
| /libcore/luni/src/main/java/java/text/ |
| RuleBasedBreakIterator.java | 66 @Override public int next() { method in class:RuleBasedBreakIterator 67 return wrapped.next(); 70 @Override public int next(int n) { method in class:RuleBasedBreakIterator 71 return wrapped.next(n);
|
| /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();
|
| /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));
|
| initializer_list_compare.pass.cpp | 41 assert(*next(m.begin()) == V(2, 1)); 42 assert(*next(m.begin(), 2) == V(3, 1)); 63 assert(*next(m.begin()) == V(2, 1)); 64 assert(*next(m.begin(), 2) == V(3, 1));
|
| iter_iter.pass.cpp | 42 assert(*next(m.begin()) == V(2, 1)); 43 assert(*next(m.begin(), 2) == V(3, 1)); 64 assert(*next(m.begin()) == V(2, 1)); 65 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/ |
| copy_alloc.pass.cpp | 46 assert(*next(m.begin()) == 2); 47 assert(*next(m.begin(), 2) == 3); 54 assert(*next(mo.begin()) == 2); 55 assert(*next(mo.begin(), 2) == 3);
|
| 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);
|
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
| next.hpp | 13 // $Id: next.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
|
| /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/vector/aux_/ |
| item.hpp | 37 typedef typename next<index_>::type upper_bound_; 38 typedef typename next<typename Base::size>::type size; 57 typedef typename next<typename Base::size>::type size; 90 typedef typename next<index_>::type lower_bound_;
|
| /packages/apps/DeskClock/src/com/android/deskclock/timer/ |
| Timers.java | 52 TimerObj t = i.next(); 62 TimerObj t = i.next(); 74 TimerObj timer = it.next(); 86 TimerObj timer = it.next();
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/ |
| Event.java | 39 // A dead key, which means a character that should combine with what is coming next. Examples 64 // The next event, if any. Null if there is no next event yet. 68 private Event(final int type, final int codePoint, final Event next) { 71 mNextEvent = next; 74 public static Event createDeadEvent(final int codePoint, final Event next) { 75 return new Event(EVENT_DEAD, codePoint, next); 78 public static Event createCommittableEvent(final int codePoint, final Event next) { 79 return new Event(EVENT_COMMITTABLE, codePoint, next);
|
| /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/i686-linux-android/lib/ldscripts/ |
| i386linux.xr | 11 /* The next six sections are for SunOS dynamic linking. The order
|
| i386linux.xu | 11 /* The next six sections are for SunOS dynamic linking. The order
|
| /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/i686-linux-android/lib/ldscripts/ |
| i386linux.xr | 11 /* The next six sections are for SunOS dynamic linking. The order
|
| i386linux.xu | 11 /* The next six sections are for SunOS dynamic linking. The order
|
| /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ldscripts/ |
| i386linux.xr | 11 /* The next six sections are for SunOS dynamic linking. The order
|
| i386linux.xu | 11 /* The next six sections are for SunOS dynamic linking. The order
|