/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/raid/ |
xor.h | 20 struct xor_block_template *next; member in struct:xor_block_template
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/raid/ |
xor.h | 20 struct xor_block_template *next; member in struct:xor_block_template
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/raid/ |
xor.h | 20 struct xor_block_template *next; member in struct:xor_block_template
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
stl_iterator_base_funcs.h | 182 next(_ForwardIterator __x, typename function
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
stl_iterator_base_funcs.h | 183 next(_ForwardIterator __x, typename function
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
stl_iterator_base_funcs.h | 184 next(_ForwardIterator __x, typename function
|
/libcore/luni/src/main/java/java/util/ |
AbstractSequentialList.java | 44 int next = it.nextIndex(); local 46 it.add(colIt.next()); 48 return next != it.nextIndex(); 54 return listIterator(location).next(); 72 E result = it.next(); 86 E result = it.next();
|
AbstractCollection.java | 76 if (add(it.next())) { 102 it.next(); 130 if (object.equals(it.next())) { 136 if (it.next() == null) { 167 if (!contains(it.next())) { 228 if (object.equals(it.next())) { 235 if (it.next() == null) { 277 if (collection.contains(it.next())) { 318 if (!collection.contains(it.next())) { 372 Object next = it.next() local [all...] |
/cts/tools/signature-tools/src/signature/compare/model/subst/ |
ViewpointAdapter.java | 58 substitution.put(paramsIterator.next(), argumentsIterator.next());
|
/dalvik/dexgen/src/com/android/dexgen/util/ |
ListIntSet.java | 97 add(iter.next()); 118 public int next() { method
|
/dalvik/dx/src/com/android/dx/util/ |
ListIntSet.java | 97 add(iter.next()); 118 public int next() { method
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
ListIntSet.java | 97 add(iter.next()); 118 public int next() { method
|
/external/smack/src/org/xbill/DNS/ |
NSECRecord.java | 8 * Next SECure name - this record contains the following name in an 23 private Name next; field in class:NSECRecord 35 * @param next The following name in an ordered list of the zone 39 NSECRecord(Name name, int dclass, long ttl, Name next, int [] types) { 41 this.next = checkName("next", next); 50 next = new Name(in); 56 // Note: The next name is not lowercased. 57 next.toWire(out, null, false) [all...] |
NXTRecord.java | 9 * Next name - this record contains the following name in an ordered list 21 private Name next; field in class:NXTRecord 33 * @param next The following name in an ordered list of the zone 37 NXTRecord(Name name, int dclass, long ttl, Name next, BitSet bitmap) { 39 this.next = checkName("next", next); 45 next = new Name(in); 58 next = st.getName(origin); 76 sb.append(next); [all...] |
/external/smack/src/org/xbill/DNS/tests/ |
xfrin.java | 86 System.out.println(it.next()); 92 delta = (ZoneTransferIn.Delta) it.next(); 98 System.out.println(it2.next()); 102 System.out.println(it2.next());
|
/bionic/libc/kernel/common/linux/ |
vmalloc.h | 14 *** Any manual change here will be lost the next time this script will 44 struct vm_struct *next; member in struct:vm_struct
|
/bionic/libc/stdlib/ |
atexit.h | 36 struct atexit *next; /* next in list */ member in struct:atexit 37 int ind; /* next index in this table */
|
/bootable/recovery/minadbd/ |
fdevent.h | 69 fdevent *next; member in struct:fdevent
|
/cts/tests/tests/holo/src/android/holo/cts/ |
AllThemesIterator.java | 48 public Intent next() { method in class:AllThemesIterator
|
SingleLayoutIterator.java | 47 public Intent next() { method in class:SingleLayoutIterator
|
SingleThemeIterator.java | 48 public Intent next() { method in class:SingleThemeIterator
|
SingleThemeLayoutIterator.java | 45 public Intent next() { method in class:SingleThemeLayoutIterator
|
/development/ndk/platforms/android-3/include/linux/ |
vmalloc.h | 37 struct vm_struct *next; member in struct:vm_struct
|
/device/samsung/manta/libsensors/ |
InputEventReader.cpp | 103 void InputEventCircularReader::next() function in class:InputEventCircularReader
|
/external/apache-harmony/support/src/test/java/tests/support/ |
Support_UnmodifiableCollectionTest.java | 75 ss.add(it.next()); 79 int nextValue = it.next().intValue(); 97 objArray[counter] == it.next()); 106 objArray[counter] == it.next());
|