/external/icu4c/common/unicode/ |
usetiter.h | 38 * while (it.next()) { 84 * iterating over code points using <tt>next()</tt>, or if 110 * Create an iterator over nothing. <tt>next()</tt> and 127 * code point range, depending on whether <tt>next()</tt> or 162 * advanced to the next item, or until the iterator is deleted. 169 * Advances the iteration position to the next element in the set, 183 * calls to <tt>next()</tt> and <tt>nextRange()</tt> without 190 UBool next(); 193 * Returns the next element in the set, either a code point range 204 * <tt>next()</tt> and <tt>nextRange()</tt> without callin [all...] |
/external/icu4c/extra/scrptrun/ |
srtest.cpp | 31 while (scriptRun.next()) {
|
/external/icu4c/i18n/ |
astro.h | 271 * The average number of solar days from one new moon to the next. This is the time 527 * Find the next time at which the sun's ecliptic longitude will have 531 UDate getSunTime(double desired, UBool next); 623 * Find the next or previous time at which the Moon's ecliptic 627 * @param next <tt>true</tt> if the next occurrance of the phase 631 UDate getMoonTime(double desired, UBool next); 632 UDate getMoonTime(const MoonAge& desired, UBool next); 654 double periodDays, double epsilon, UBool next);
|
/external/icu4c/samples/translit/answers/ |
unaccent.cpp | 35 return (UChar) t->normalizer.next();
|
/external/icu4c/samples/translit/ |
unaccent.cpp | 37 return (UChar) t->normalizer.next();
|
/external/iproute2/tc/ |
em_cmp.c | 68 if (a->next == NULL) 79 if (a->next == NULL) 95 if (a->next == NULL) 114 if (a->next == NULL)
|
emp_ematch.l | 14 next: \ 19 goto next; \
|
/external/ipsec-tools/src/racoon/ |
evt.h | 69 TAILQ_ENTRY(evt) next; member in struct:evt
|
sainfo.h | 68 struct sainfoalg *next; member in struct:sainfoalg
|
/external/iputils/ |
rarpd.c | 50 struct iflink *next; member in struct:iflink 60 struct ifaddr *next; member in struct:ifaddr 68 struct rarp_map *next; member in struct:rarp_map 112 ifl->ifa_list = ifa->next; 115 ifl_list = ifl->next; 136 for (ifl = ifl_list; ifl; ifl = ifl->next) 152 ifl->next = ifl_list; 174 for (ifa = ifl->ifa_list; ifa; ifa = ifa->next) { 188 ifa->next = ifl->ifa_list; 247 for (ifl=ifl_list; ifl; ifl=ifl->next) [all...] |
/external/javassist/src/main/javassist/bytecode/analysis/ |
SubroutineScanner.java | 72 boolean next; 74 pos = iter.next(); 75 next = scanOp(pos, iter, sub) && iter.hasNext(); 76 } while (next);
|
/external/jmonkeyengine/engine/src/android/com/jme3/util/ |
RingBuffer.java | 17 private int indexIn = 0; // index of next available slot 69 public T next() { method in class:RingBuffer.RingBufferIterator
|
/external/jmonkeyengine/engine/src/tools/jme3tools/optimize/ |
FastOctnode.java | 45 FastOctnode next; field in class:FastOctnode 86 node = node.next; 144 node = node.next; 163 children = children.next;
|
/external/kernel-headers/original/linux/ |
pnp.h | 82 struct pnp_port *next; /* next port */ member in struct:pnp_port 90 struct pnp_irq *next; /* next IRQ */ member in struct:pnp_irq 96 struct pnp_dma *next; /* next port */ member in struct:pnp_dma 106 struct pnp_mem *next; /* next memory resource */ member in struct:pnp_mem 120 struct pnp_option *next; /* used to chain dependent resources */ member in struct:pnp_option 157 for((card) = global_to_pnp_card(pnp_cards.next); \ 289 struct pnp_id * next; member in struct:pnp_id [all...] |
/external/libppp/src/ |
cbcp.c | 260 char list[sizeof cbcp->fsm.phone], *next; local 282 for (next = strtok(list, ","); next; next = strtok(NULL, ",")) { 283 len = strlen(next); 287 strncpy(addr->addr, next, sizeof addr->addr - 1); 292 next); 427 char list[sizeof cbcp->fsm.phone], *next; local 431 for (next = strtok(list, ","); next; next = strtok(NULL, ",") 448 char list[sizeof cbcp->fsm.phone], *next, *end; local 554 char list[sizeof cbcp->fsm.phone], *next; local [all...] |
route.h | 49 struct sticky_route *next; /* next in list */ member in struct:sticky_route
|
/external/libselinux/src/ |
avc_sidtab.c | 68 newnode->next = s->htable[hvalue]; 90 cur = cur->next; 118 cur = cur->next; 144 cur = cur->next;
|
/external/libsepol/tests/ |
debug.c | 41 for (cur = exp; cur != NULL; cur = cur->next) {
|
/external/linux-tools-perf/util/ |
strlist.c | 176 struct rb_node *next = rb_first(&self->entries); local 178 while (next) { 179 pos = rb_entry(next, struct str_node, rb_node); 180 next = rb_next(&pos->rb_node);
|
trace-event-parse.c | 90 struct cmdline_list *next; member in struct:cmdline_list 95 char *next = NULL; local 98 line = strtok_r(file, "\n", &next); 103 item->next = list; 105 line = strtok_r(NULL, "\n", &next); 117 list = list->next; 147 struct func_list *next; member in struct:func_list 153 char *next = NULL; local 159 line = strtok_r(file, "\n", &next); 176 item->next = list 289 struct printk_list *next; member in struct:printk_list 294 char *next = NULL; local 2309 struct print_arg *args, *arg, **next; local 2405 struct print_arg *next; local [all...] |
/external/llvm/lib/CodeGen/ |
AllocationOrder.h | 45 /// Return the next physical register in the allocation order, or 0. 46 /// It is safe to call next() again after it returned 0, it will keep 48 unsigned next() { function in class:llvm::AllocationOrder 59 /// As next(), but allow duplicates to be returned, and stop before the 74 /// Return true if the last register returned from next() was a preferred register.
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_slab.h | 11 * The above copyright notice and this permission notice (including the next 49 struct util_slab_page *prev, *next; member in struct:util_slab_page
|
/external/mesa3d/src/gallium/drivers/nouveau/ |
nouveau_fence.h | 21 struct nouveau_fence *next; member in struct:nouveau_fence
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_graph.h | 67 Edge *next[2]; // next edge outgoing/incident from/to origin/target member in class:nv50_ir::Graph::Edge 85 virtual void next() function in class:nv50_ir::Graph::EdgeIterator 87 Graph::Edge *n = (rev ? e->prev[d] : e->next[d]); 220 for (EdgeIterator ei = incident(); !ei.end(); ei.next())
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_fs.h | 13 * The above copyright notice and this permission notice (including the next 56 struct r300_fragment_shader_code* next; member in struct:r300_fragment_shader_code
|