HomeSort by relevance Sort by last modified time
    Searched defs:next (Results 1126 - 1150 of 3921) sorted by null

<<41424344454647484950>>

  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicIntegerArray.java 229 int next = current + delta; local
230 if (compareAndSetRaw(offset, current, next))
231 return next;
AtomicIntegerFieldUpdater.java 149 int next = current + 1; local
150 if (compareAndSet(obj, current, next))
165 int next = current - 1; local
166 if (compareAndSet(obj, current, next))
182 int next = current + delta; local
183 if (compareAndSet(obj, current, next))
198 int next = current + 1; local
199 if (compareAndSet(obj, current, next))
200 return next;
214 int next = current - 1 local
231 int next = current + delta; local
    [all...]
AtomicLong.java 147 long next = current + 1; local
148 if (compareAndSet(current, next))
161 long next = current - 1; local
162 if (compareAndSet(current, next))
176 long next = current + delta; local
177 if (compareAndSet(current, next))
190 long next = current + 1; local
191 if (compareAndSet(current, next))
192 return next;
204 long next = current - 1 local
219 long next = current + delta; local
    [all...]
AtomicLongArray.java 228 long next = current + delta; local
229 if (compareAndSetRaw(offset, current, next))
230 return next;
  /libcore/luni/src/main/java/libcore/icu/
CollationElementIteratorICU.java 23 * data string depending on whether next() is called or previous().
29 * ce = iterator.next();
59 * Get the ordering priority of the next collation element in the text.
61 * @return next collation elements ordering, or NULLORDER if the end of the
65 public int next() { method in class:CollationElementIteratorICU
66 return NativeCollation.next(address);
83 * @param order collation order returned by previous or next.
  /libcore/luni/src/test/java/libcore/java/text/
CollatorTest.java 121 it.next();
123 assertEquals(CollationElementIterator.NULLORDER, it.next());
  /libcore/luni/src/test/java/tests/api/java/util/
ConcurrentModificationExceptionTest.java 64 myIterator.next();
  /ndk/sources/android/support/tests/minitest/
minitest.cc 14 TestInfo* next; member in struct:__anon33098::TestInfo
177 g_test_infos_tail = &info->next;
187 for ( ; info != NULL; info = info->next) {
  /ndk/sources/cxx-stl/stlport/src/
cxa.c 60 struct exit_function_list *next; member in struct:exit_function_list
120 for (l = __exit_funcs; l != NULL; l = l->next) {
136 l->next = __exit_funcs;
171 for (funcs = __exit_funcs; funcs; funcs = funcs->next) {
  /ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/stlport/
printers.py 85 def next (self): member in class:RbtreeIterator
165 def next (self): member in class:DequePrinter.Iterator
231 def next (self): member in class:ListPrinter.Iterator
277 def next (self): member in class:MapPrinter.Iterator
279 item = self.rbiter.next().dereference()
322 def next (self): member in class:SetPrinter.Iterator
323 item = self.rbiter.next().dereference()
360 def next (self): member in class:SlistPrinter.Iterator
447 def next (self): member in class:VectorPrinter.Iterator
544 def next (self) member in class:UnorderedMapPrinter.Iterator
596 def next (self): member in class:UnorderedSetPrinter.Iterator
    [all...]
  /ndk/sources/host-tools/make-3.81/
strcache.c 32 struct strcache *next; /* The next block of strings. */ member in struct:strcache
51 new->next = strcache;
73 for (sp = strcache; sp != NULL; sp = sp->next)
139 for (sp = strcache; sp != 0; sp = sp->next)
190 for (sp = strcache; sp != NULL; sp = sp->next)
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_die.cc 29 DIEObject* next = to_del->prev_sibling(); local
31 to_del = next;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
bind.hpp 32 typedef Arg next; typedef in struct:boost::mpl::aux::replace_unnamed_arg
41 typedef typename Arg::next next; typedef in struct:boost::mpl::aux::replace_unnamed_arg
80 typedef typename r0::next n1;
132 typedef typename r0::next n1;
137 typedef typename r1::next n2;
190 typedef typename r0::next n1;
195 typedef typename r1::next n2;
200 typedef typename r2::next n3;
253 typedef typename r0::next n1
    [all...]
  /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/utils/
foreach.hpp 159 // ************** next ************** //
164 next( static_any_t cur, C&, mpl::false_ ) function in namespace:boost::unit_test::for_each
173 next( static_any_t cur, C const&, mpl::true_ ) function in namespace:boost::unit_test::for_each
230 ::boost::unit_test::for_each::next( \
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
PathMatcher.java 46 Node next = current.getChild(segments[i]); local
47 if (next == null) {
48 next = current.getChild("*");
49 if (next != null) {
55 current = next;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ConversationPositionTracker.java 155 * when transitioning to the next conversation. Transitions don't happen frequently, but
186 // Pre-emptively try to load the next cursor position so that the cursor window
219 * Get the next conversation according to the AutoAdvance settings and the list of
220 * conversations available in the folder. If no next conversation can be found, this method
224 * @param mTarget conversations to overlook while finding the next conversation. (These are
226 * @return the next conversation to be shown, or null if no next conversation exists.
231 final Conversation next = getNewer ? getNewer(mTarget) : local
234 "getNewer = %b, getOlder = %b, Next conversation is %s",
235 getNewer, getOlder, next);
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameLookupBuilder.java 332 builder.appendName(it.next());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
extutil.h 47 struct _XExtDisplayInfo *next; /* keep a linked list */ member in struct:_XExtDisplayInfo
  /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.4.3/sysroot/usr/include/
term_entry.h 67 struct entry *next; member in struct:entry
96 #define for_entry_list(qp) for (qp = _nc_head; qp; qp = qp->next)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
extutil.h 47 struct _XExtDisplayInfo *next; /* keep a linked list */ member in struct:_XExtDisplayInfo
  /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/
seq_instr.h 31 struct snd_seq_kcluster *next; member in struct:snd_seq_kcluster
46 struct snd_seq_kinstr *next; member in struct:snd_seq_kinstr
86 struct snd_seq_kinstr_ops *next; member in struct:snd_seq_kinstr_ops
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
term_entry.h 67 struct entry *next; member in struct:entry
96 #define for_entry_list(qp) for (qp = _nc_head; qp; qp = qp->next)

Completed in 533 milliseconds

<<41424344454647484950>>