/libcore/dom/src/test/java/org/w3c/domts/ |
DOMErrorMonitor.java | 60 DOMError error = (DOMError) iter.next();
|
/libcore/luni/src/main/java/java/security/ |
SecureRandom.java | 283 protected final int next(int numBits) { method in class:SecureRandom 292 byte[] next = new byte[bytes]; 295 nextBytes(next); 297 ret = (next[i] & 0xFF) | (ret << 8);
|
/libcore/luni/src/main/java/java/text/ |
AttributedString.java | 165 Range range = it.next(); 194 Map.Entry<Attribute, List<Range>> entry = it.next(); 209 Range range = it.next(); 237 Map.Entry<Attribute, List<Range>> entry = it.next(); 288 AttributedCharacterIterator.Attribute attribute = it.next(); 305 Range range = it.next(); 336 AttributedCharacterIterator.Attribute attribute = it.next(); 353 public char next() { method in class:AttributedString.AttributedIterator 395 iterator.next(); 408 AttributedCharacterIterator.Attribute attribute = it.next(); [all...] |
/libcore/luni/src/main/java/libcore/icu/ |
NativeCollation.java | 38 public static native int next(long address); method in class:NativeCollation
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
ASN1Explicit.java | 68 in.next();
|
/libcore/luni/src/test/java/tests/java/sql/ |
DeleteFunctionalityTest.java | 63 while (userTab.next()) { 160 r.next(); 177 r.next(); 196 r.next();
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/ |
move.pass.cpp | 64 assert(*next(m.begin()) == V(2, 1)); 65 assert(*next(m.begin(), 2) == V(3, 1)); 110 assert(*next(m.begin()) == V(2, 1)); 111 assert(*next(m.begin(), 2) == V(3, 1));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/ |
splice_pos_list_iter.pass.cpp | 54 l1.splice(l1.end(), l2, next(l2.begin())); 82 l1.splice(l1.end(), l2, next(l2.begin())); 97 l1.splice(l1.end(), l2, next(l2.begin(), 2)); 133 l1.splice(next(l1.begin()), l2, l2.begin()); 155 l1.splice(l1.begin(), l1, next(l1.begin())); 165 l1.splice(next(l1.begin()), l1, l1.begin()); 175 l1.splice(next(l1.begin()), l1, next(l1.begin())); 219 l1.splice(l1.end(), l2, next(l2.begin())); 247 l1.splice(l1.end(), l2, next(l2.begin())) [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/list/aux_/ |
item.hpp | 27 , typename Next 40 typedef Next next; typedef in struct:boost::mpl::l_item
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/ |
converter_policies.hpp | 106 S next = ceil(s); local 108 S rt = (s - prev) - (next - s); // remainder type 116 return next; 120 return ( is_prev_even ? prev : next ) ;
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
execution_monitor.hpp | 62 explicit translate_exception_base( boost::scoped_ptr<translate_exception_base>& next ) 64 next.swap( m_next ); 208 explicit translate_exception( ExceptionTranslator const& tr, base_ptr& next ) 209 : translate_exception_base( next ), m_translator( tr ) {}
|
/packages/apps/Nfc/src/com/android/nfc/ |
NfcApplication.java | 52 RunningAppProcessInfo appInfo = (RunningAppProcessInfo)(i.next());
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
Collapser.java | 73 if (itr.next() == null) {
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-dump.h | 50 /* The next node in the queue. */ 51 struct dump_queue *next; member in struct:dump_queue 65 /* The next unused node index. */ 67 /* The next column. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-dump.h | 50 /* The next node in the queue. */ 51 struct dump_queue *next; member in struct:dump_queue 65 /* The next unused node index. */ 67 /* The next column. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-dump.h | 50 /* The next node in the queue. */ 51 struct dump_queue *next; member in struct:dump_queue 65 /* The next unused node index. */ 67 /* The next column. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-dump.h | 50 /* The next node in the queue. */ 51 struct dump_queue *next; member in struct:dump_queue 65 /* The next unused node index. */ 67 /* The next column. */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/ |
ainstr_fm.h | 125 snd_seq_kinstr_ops_t * next);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
romfs_fs.h | 32 __be32 next; /* low 4 bits see ROMFH_ */ member in struct:romfs_inode
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_fm.h | 125 snd_seq_kinstr_ops_t * next);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
romfs_fs.h | 32 __be32 next; /* low 4 bits see ROMFH_ */ member in struct:romfs_inode
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ainstr_fm.h | 126 struct snd_seq_kinstr_ops * next);
|
pcm_oss.h | 36 struct snd_pcm_oss_setup *next; member in struct:snd_pcm_oss_setup
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/ |
ainstr_fm.h | 125 snd_seq_kinstr_ops_t * next);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
romfs_fs.h | 32 __be32 next; /* low 4 bits see ROMFH_ */ member in struct:romfs_inode
|