HomeSort by relevance Sort by last modified time
    Searched refs:last (Results 76 - 100 of 1662) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/harfbuzz_ng/src/
gen-arabic-table.py 27 last = -1
43 if u < last:
53 if last != -1:
54 last += 1
55 while last < u:
56 print " JOINING_TYPE_X, /* %04X */" % last
57 last += 1
59 last = u
hb-ot-shape-complex-sea-machine.rl 71 if (0) fprintf (stderr, "syllable %d..%d %s\n", last, p+1, #syllable_type); \
72 for (unsigned int i = last; i < p+1; i++) \
74 last = p+1; \
93 unsigned int last = 0;
  /external/iptables/extensions/
libxt_NFQUEUE.c 33 " --queue-balance first:last Balance flows between queues <value> to <value>.\n");
107 unsigned int last = tinfo->queues_total; local
109 if (last > 1) {
110 last += tinfo->queuenum - 1;
111 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last);
138 unsigned int last = tinfo->queues_total; local
140 if (last > 1) {
141 last += tinfo->queuenum - 1;
142 printf(" --queue-balance %u:%u", tinfo->queuenum, last);
  /external/webkit/Tools/Scripts/
run-jsc 56 last;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/touch/
ListGetSelectedViewTest.java 58 View last = mListView.getChildAt(1); local
59 TouchUtils.clickView(this, last);
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/numeric.ops/accumulate/
accumulate.pass.cpp 16 // accumulate(Iter first, Iter last, T init);
25 test(Iter first, Iter last, T init, T x)
27 assert(std::accumulate(first, last, init) == x);
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.regex/re.regex.construct/
iter_iter.pass.cpp 15 // basic_regex(ForwardIterator first, ForwardIterator last);
24 test(Iter first, Iter last, unsigned mc)
26 std::basic_regex<typename std::iterator_traits<Iter>::value_type> r(first, last);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/
assoc_container.hpp 212 cc_hash_table(It first, It last)
213 { base_type::copy_from_range(first, last); }
219 cc_hash_table(It first, It last, const hash_fn& h)
221 { copy_from_range(first, last); }
230 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
232 { copy_from_range(first, last); }
242 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
245 { copy_from_range(first, last); }
256 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
259 { copy_from_range(first, last); }
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/
assoc_container.hpp 228 cc_hash_table(It first, It last)
229 { base_type::copy_from_range(first, last); }
235 cc_hash_table(It first, It last, const hash_fn& h)
237 { copy_from_range(first, last); }
246 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
248 { copy_from_range(first, last); }
258 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
261 { copy_from_range(first, last); }
272 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
275 { copy_from_range(first, last); }
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/
assoc_container.hpp 228 cc_hash_table(It first, It last)
229 { base_type::copy_from_range(first, last); }
235 cc_hash_table(It first, It last, const hash_fn& h)
237 { copy_from_range(first, last); }
246 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
248 { copy_from_range(first, last); }
258 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
261 { copy_from_range(first, last); }
272 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
275 { copy_from_range(first, last); }
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 212 cc_hash_table(It first, It last)
213 { base_type::copy_from_range(first, last); }
219 cc_hash_table(It first, It last, const hash_fn& h)
221 { copy_from_range(first, last); }
230 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
232 { copy_from_range(first, last); }
242 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
245 { copy_from_range(first, last); }
256 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
259 { copy_from_range(first, last); }
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 212 cc_hash_table(It first, It last)
213 { base_type::copy_from_range(first, last); }
219 cc_hash_table(It first, It last, const hash_fn& h)
221 { copy_from_range(first, last); }
230 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
232 { copy_from_range(first, last); }
242 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
245 { copy_from_range(first, last); }
256 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
259 { copy_from_range(first, last); }
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/
assoc_container.hpp 212 cc_hash_table(It first, It last)
213 { base_type::copy_from_range(first, last); }
219 cc_hash_table(It first, It last, const hash_fn& h)
221 { copy_from_range(first, last); }
230 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
232 { copy_from_range(first, last); }
242 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
245 { copy_from_range(first, last); }
256 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
259 { copy_from_range(first, last); }
    [all...]
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/
system.h 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 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/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/
assoc_container.hpp 212 cc_hash_table(It first, It last)
213 { base_type::copy_from_range(first, last); }
219 cc_hash_table(It first, It last, const hash_fn& h)
221 { copy_from_range(first, last); }
230 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
232 { copy_from_range(first, last); }
242 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
245 { copy_from_range(first, last); }
256 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
259 { copy_from_range(first, last); }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/
assoc_container.hpp 228 cc_hash_table(It first, It last)
229 { base_type::copy_from_range(first, last); }
235 cc_hash_table(It first, It last, const hash_fn& h)
237 { copy_from_range(first, last); }
246 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e)
248 { copy_from_range(first, last); }
258 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
261 { copy_from_range(first, last); }
272 cc_hash_table(It first, It last, const hash_fn& h, const eq_fn& e,
275 { copy_from_range(first, last); }
    [all...]
  /sdk/emulator/opengl/host/tools/emugen/
TypeFactory.cpp 84 size_t pos = 0, last; local
86 name = getNextToken(str, pos, &last, WHITESPACE);
91 pos = last + 1;
93 size = getNextToken(str, pos, &last, WHITESPACE);
98 pos = last + 1;
100 printString = getNextToken(str, pos, &last, WHITESPACE);
106 pos = last + 1;
108 pointerDef = getNextToken(str, pos, &last, WHITESPACE);
  /external/zlib/src/examples/
gun.c 46 encountered in an input file, it is the last stream in that file.
155 last = have ? (have--, (int)(*next++)) : -1)
202 int last; /* last byte read by NEXT(), or -1 if EOF */ local
211 unsigned end; /* last valid entry in prefix/suffix tables */
214 unsigned final; /* last character written for previous code */
226 if (last == -1)
250 final = prev = (unsigned)last; /* low 8 bits of code */
253 if (last & 1) { /* code must be < 256 */
257 rem = (unsigned)last >> 1; /* remaining 7 bits *
384 int ret, first, last; local
    [all...]
  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 258 char last, mapped; local
261 last = getMappingCode(str, 0);
265 if ((mapped != '0') && (mapped != last)) {
268 last = mapped;
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
ContextNodeList.java 122 * Get the index of the last node in this list.
125 * @return the index of the last node in this list.
130 * Set the index of the last node in this list.
133 * @param last the index of the last node in this list.
135 public void setLast(int last);
  /external/chromium/chrome/browser/autofill/
autofill_type_unittest.cc 35 // Last value, to check any offset errors.
36 AutofillType last(COMPANY_NAME);
37 EXPECT_EQ(COMPANY_NAME, last.field_type());
38 EXPECT_EQ(AutofillType::COMPANY, last.group());
39 EXPECT_EQ(AutofillType::NO_SUBGROUP, last.subgroup());
  /external/dhcpcd/
eloop.c 65 struct event *e, *last = NULL; local
74 last = e;
87 if (last)
88 last->next = e;
96 struct event *e, *last = NULL; local
100 if (last)
101 last->next = e->next;
108 last = e;
189 struct timeout *t, *tt, *last = NULL; local
203 if (last)
229 struct timeout *t, *tt, *last = NULL; local
    [all...]
  /external/oprofile/libpp/
symbol_sort.h 30 last enumerator in enum:sort_options::sort_order
  /external/wpa_supplicant_8/src/eap_server/
eap_server_methods.c 107 struct eap_method *m, *last = NULL; local
118 last = m;
121 if (last)
122 last->next = method;

Completed in 577 milliseconds

1 2 34 5 6 7 8 91011>>