HomeSort by relevance Sort by last modified time
    Searched full:next (Results 1276 - 1300 of 30278) sorted by null

<<51525354555657585960>>

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_quad_stipple.c 54 qs->next->run(qs->next, quads, pass);
60 qs->next->begin(qs->next);
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wmesadef.h 37 struct wmesa_framebuffer *next; member in struct:wmesa_framebuffer
  /external/nist-sip/java/gov/nist/core/
LexerCore.java 141 /** Peek the next id but dont move the buffer pointer forward.
152 /** Get the next id.
238 char next = lookAhead(0); local
240 if (!isDigit(next))
244 String.valueOf(next);
249 if (!isAlpha(next))
253 String.valueOf(next);
262 char next = lookAhead(0); local
263 if (next == ch) {
272 + next + "<<<", ptr)
531 char next = getNextChar(); local
556 char next = getNextChar(); local
585 char next = lookAhead(0); local
609 char next = lookAhead(0); local
632 char next = lookAhead(0); local
671 char next = lookAhead(0); local
714 char next = lookAhead(0); local
    [all...]
  /external/openfst/src/include/fst/
partition.h 46 Element() : value(0), next(0), prev(0) {}
47 Element(T v) : value(v), next(0), prev(0) {}
50 Element* next; member in struct:fst::Partition::Element
70 // it current class and placing it at the head of the next class.
112 element->next = classes_[class_id];
126 if (element->next) element->next->prev = element->prev;
127 if (element->prev) element->prev->next = element->next;
128 else classes_[old_class_id] = element->next;
    [all...]
  /external/qemu/hw/
boards.h 20 struct QEMUMachine *next; member in struct:QEMUMachine
  /external/smack/src/org/jivesoftware/smackx/pubsub/provider/
SubscriptionProvider.java 37 int tag = parser.next();
41 tag = parser.next();
46 while (parser.next() != XmlPullParser.END_TAG && parser.getName() != "subscribe-options");
48 while (parser.getEventType() != XmlPullParser.END_TAG) parser.next();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
partition.h 41 Element() : value(0), next(0), prev(0) {}
42 Element(T v) : value(v), next(0), prev(0) {}
45 Element* next; member in struct:fst::Partition::Element
65 // it current class and placing it at the head of the next class.
107 element->next = classes_[class_id];
121 if (element->next) element->next->prev = element->prev;
122 if (element->prev) element->prev->next = element->next;
123 else classes_[old_class_id] = element->next;
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
blacklist.h 13 struct wpa_blacklist *next; member in struct:wpa_blacklist
  /frameworks/native/opengl/libs/tools/
glapigen 27 next if $line =~ /^\//;
28 next if $line =~ /^#/;
29 next if $line =~ /^\s*$/;
31 next;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
copy_assign.pass.cpp 49 assert(*next(m.begin()) == V(2, 1));
50 assert(*next(m.begin(), 2) == V(3, 1));
57 assert(*next(mo.begin()) == V(2, 1));
58 assert(*next(mo.begin(), 2) == V(3, 1));
84 assert(*next(m.begin()) == V(2, 1));
85 assert(*next(m.begin(), 2) == V(3, 1));
92 assert(*next(mo.begin()) == V(2, 1));
93 assert(*next(mo.begin(), 2) == V(3, 1));
120 assert(*next(m.begin()) == V(2, 1));
121 assert(*next(m.begin(), 2) == V(3, 1))
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
distance.hpp 21 #include <boost/mpl/next.hpp>
41 , next<>
49 , next<>
56 , next<>
  /ndk/tests/device/test-stlport_shared-exception/jni/
explarg1.cpp 3 // it should silently fail and go on to the next one.
  /ndk/tests/device/test-stlport_static-exception/jni/
explarg1.cpp 3 // it should silently fail and go on to the next one.
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
system.h 14 *** Any manual change here will be lost the next time this script will
34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/
system.h 14 *** Any manual change here will be lost the next time this script will
34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/
system.h 14 *** Any manual change here will be lost the next time this script will
34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/
system.h 14 *** Any manual change here will be lost the next time this script will
34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm/
system.h 14 *** Any manual change here will be lost the next time this script will
34 #define switch_to(prev, next, last) do { __mips_mt_fpaff_switch_to(prev); if (cpu_has_dsp) __save_dsp(prev); (last) = resume(prev, next, task_thread_info(next)); } while (0)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
check_soundcard.vbs 10 next
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
check_soundcard.vbs 10 next
  /prebuilts/tools/common/m2/
readme.txt 6 are needed at runtime. A NOTICE file should be put next to each
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
hash.c 55 struct HashEntry *Next; /**< pointer to next entry */
106 struct HashEntry *next = entry->Next; local
112 entry = next;
141 entry = entry->Next;
193 for (entry = table->Table[pos]; entry; entry = entry->Next) {
212 entry->Next = table->Table[pos];
255 prev->Next = entry->Next;
293 struct HashEntry *entry, *next; local
330 struct HashEntry *entry, *next; local
    [all...]
  /external/mesa3d/src/mesa/main/
hash.c 55 struct HashEntry *Next; /**< pointer to next entry */
106 struct HashEntry *next = entry->Next; local
112 entry = next;
141 entry = entry->Next;
193 for (entry = table->Table[pos]; entry; entry = entry->Next) {
212 entry->Next = table->Table[pos];
255 prev->Next = entry->Next;
293 struct HashEntry *entry, *next; local
330 struct HashEntry *entry, *next; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
parse-js.js 17 function to fetch the next token.
272 function next(signal_eof) {
324 next();
330 ret += next();
375 var ch = next(true);
393 var digit = parseInt(next(true), 16);
403 var quote = next(), ret = "";
405 var ch = next(true);
415 next();
428 next();
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonScope.java 32 * the next element.
43 * An object whose most recent element is a key. The next element must
50 * newline before the next element.

Completed in 2298 milliseconds

<<51525354555657585960>>