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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/v8/test/mjsunit/
cyrillic.js 35 LAST: "\u042f", // YA
36 last: "\u044f", // ya
50 LAST: "\u03a9", // OMEGA
51 last: "\u03c9", // omega
71 var last = lc ? chars.last : chars.LAST;
74 var last_other_case = lc ? chars.LAST : chars.last;
76 assertTrue(Range(first, last).test(first), 1)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
mergesort.c 69 #define ICOPY_LIST(src, dst, last) \
72 while(src < last)
78 #define CCOPY_LIST(src, dst, last) \
81 while (src < last)
112 unsigned char *list2, *list1, *p2, *p, *last, **p1;
137 last = list2 + nmemb * size;
140 while (*EVAL(list2) != last) {
143 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) {
147 if (p2 != last)
233 last = list2 + nmemb*size
279 unsigned char *f1, *f2, *s, *l2, *last, *p2; local
    [all...]
  /build/tools/releasetools/
rangelib.py 71 last = -1
78 if last <= s <= e:
79 last = e
86 if last <= s:
87 last = s+1
96 last = None
98 if i == last:
99 last = None
101 if last is not None:
102 yield last
    [all...]
  /development/ndk/platforms/android-9/arch-mips/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)
  /external/antlr/antlr-3.4/runtime/Perl5/examples/zero-one/
t-error.pl 22 last if $token->get_type() == $TLexer::EOF;
t.pl 17 last if $token->get_type() == $TLexer::EOF;
  /external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
ContentDistribution.h 46 PassRefPtrWillBeRawPtr<Node> last() const { return m_nodes.last(); } function in class:blink::FINAL
  /external/chromium_org/third_party/boringssl/src/util/
all_tests.sh 64 echo $bin failed to print PASS on the last line.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_tcl.h 41 extern void r200EmitEltPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
43 extern void r200EmitPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tcl.h 42 extern void radeonEmitEltPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
44 extern void radeonEmitPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_format_vp8_test_helper.h 53 void CheckLast(bool last) const;
54 void CheckPacket(int send_bytes, int expect_bytes, bool last,
  /external/chromium_org/tools/memory_inspector/memory_inspector/frontends/www_content/css/
settings.css 13 #tabs-settings table td:last-of-type {
  /external/doclava/res/assets/templates/
jd_lists.cs 6 tags:[<?cs var:page.tags ?>], type:"<?cs var:page.type ?>" }<?cs if:!last(page) ?>,<?cs /if ?><?cs
lists.cs 3 ?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>", deprecated:"<?cs var:page.deprecated ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
GroupedLinkedMap.java 50 LinkedEntry<K, V> last = head.prev; local
52 while (last != head) {
53 V removed = last.removeLast();
61 removeEntry(last);
62 keyToEntry.remove(last.key);
63 last.key.offer();
66 last = last.prev;
  /external/harfbuzz_ng/src/
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/libcxx/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);
  /external/libcxx/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);
  /external/libcxx/test/strings/basic.string/string.cons/
iter_alloc.pass.cpp 26 test(It first, It last)
32 S s2(first, last);
34 assert(s2.size() == std::distance(first, last));
36 for (It it = first; it != last; ++it, ++i)
44 test(It first, It last, const A& a)
49 S s2(first, last, a);
51 assert(s2.size() == std::distance(first, last));
53 for (It it = first; it != last; ++it, ++i)
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_tcl.h 41 extern void r200EmitEltPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
43 extern void r200EmitPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tcl.h 42 extern void radeonEmitEltPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
44 extern void radeonEmitPrimitive( struct gl_context *ctx, GLuint first, GLuint last,
  /external/apache-http/src/org/apache/commons/codec/language/
Soundex.java 263 char last, mapped; local
266 last = getMappingCode(str, 0);
270 if ((mapped != '0') && (mapped != last)) {
273 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_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.cpp 54 MatchedProperties& newProperties = matchedProperties.last();
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsOp.cpp 22 if (const SkOpAngle* last = segment->activeAngle(*tIndex, tIndex, endIndex, &done,
24 if (last->unorderable()) {
27 *tIndex = last->start();
28 *endIndex = last->end();
34 return last->segment();
204 SkOpSpan* last = current->markAndChaseDoneBinary(index, endIndex); local
205 if (last && !last->fChased && !last->fLoop) {
206 last->fChased = true
    [all...]

Completed in 1637 milliseconds

1 2 34 5 6 7 8 91011>>