Searched refs:last (Results 76 - 100 of 1636) sorted by relevance

1234567891011>>

/external/chromium_org/components/autofill/core/browser/
H A Dautofill_type_unittest.cc38 AutofillType last(NAME_BILLING_SUFFIX);
39 EXPECT_EQ(NAME_SUFFIX, last.GetStorableType());
40 EXPECT_EQ(NAME_BILLING, last.group());
75 AutofillType last(HTML_TYPE_CREDIT_CARD_EXP_4_DIGIT_YEAR, HTML_MODE_NONE);
76 EXPECT_EQ(CREDIT_CARD_EXP_4_DIGIT_YEAR, last.GetStorableType());
77 EXPECT_EQ(CREDIT_CARD, last.group());
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-set.cc226 * @last:
235 hb_codepoint_t last)
237 set->add_range (first, last);
260 * @last:
269 hb_codepoint_t last)
271 set->del_range (first, last);
456 * @last: (inout): input current last and output last codepoint in the range.
459 * are greater than current value of @last
233 hb_set_add_range(hb_set_t *set, hb_codepoint_t first, hb_codepoint_t last) argument
267 hb_set_del_range(hb_set_t *set, hb_codepoint_t first, hb_codepoint_t last) argument
466 hb_set_next_range(const hb_set_t *set, hb_codepoint_t *first, hb_codepoint_t *last) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-set.cc226 * @last:
235 hb_codepoint_t last)
237 set->add_range (first, last);
260 * @last:
269 hb_codepoint_t last)
271 set->del_range (first, last);
456 * @last: (inout): input current last and output last codepoint in the range.
459 * are greater than current value of @last
233 hb_set_add_range(hb_set_t *set, hb_codepoint_t first, hb_codepoint_t last) argument
267 hb_set_del_range(hb_set_t *set, hb_codepoint_t first, hb_codepoint_t last) argument
466 hb_set_next_range(const hb_set_t *set, hb_codepoint_t *first, hb_codepoint_t *last) argument
[all...]
H A Dhb-ot-shape-complex-sea-machine.rl71 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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dmergesort.c69 #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
279 unsigned char *f1, *f2, *s, *l2, *last, *p2; local
[all...]
/external/zlib/src/examples/
H A Dgzjoin.c272 /* Copy the compressed data from name, zeroing the last block bit of the last
274 boundary. If clr is false, then the last block becomes the last block of
283 int pos; /* where the "last block" bit is in byte */
284 int last; /* true if processing the last block */ local
309 /* inflate and copy compressed data, clear last-block bit if requested */
313 last = start[0] & 1;
314 if (last
[all...]
H A Dgun.c47 encountered in an input file, it is the last stream in that file.
156 last = have ? (have--, (int)(*next++)) : -1)
203 int last; /* last byte read by NEXT(), or -1 if EOF */ local
212 unsigned end; /* last valid entry in prefix/suffix tables */
215 unsigned final; /* last character written for previous code */
227 if (last == -1)
251 final = prev = (unsigned)last; /* low 8 bits of code */
254 if (last & 1) { /* code must be < 256 */
258 rem = (unsigned)last >>
385 int ret, first, last; local
[all...]
/external/chromium_org/third_party/boringssl/src/util/
H A Dall_tests.sh64 echo $bin failed to print PASS on the last line.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_tcl.h41 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/
H A Dradeon_tcl.h42 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/
H A Drtp_format_vp8_test_helper.h53 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/
H A Dsettings.css13 #tabs-settings table td:last-of-type {
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DGroupedLinkedMap.java50 LinkedEntry<K, V> last = head.prev;
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/libcxx/test/numerics/numeric.ops/accumulate/
H A Daccumulate.pass.cpp16 // accumulate(Iter first, Iter last, T init);
25 test(Iter first, Iter last, T init, T x) argument
27 assert(std::accumulate(first, last, init) == x);
/external/libcxx/test/re/re.regex/re.regex.construct/
H A Diter_iter.pass.cpp15 // basic_regex(ForwardIterator first, ForwardIterator last);
24 test(Iter first, Iter last, unsigned mc) argument
26 std::basic_regex<typename std::iterator_traits<Iter>::value_type> r(first, last);
/external/libcxx/test/strings/basic.string/string.cons/
H A Diter_alloc.pass.cpp26 test(It first, It last) argument
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) argument
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/
H A Dr200_tcl.h41 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/
H A Dradeon_tcl.h42 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/
H A DSoundex.java263 char last, mapped;
266 last = getMappingCode(str, 0);
270 if ((mapped != '0') && (mapped != last)) {
273 last = mapped;
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DContextNodeList.java122 * 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); argument
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DMatchResult.cpp54 MatchedProperties& newProperties = matchedProperties.last();
/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsOp.cpp22 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
[all...]
/external/clang/test/Index/
H A Dcomplete-exprs.cpp15 vector(InputIterator first, InputIterator last);
61 // CHECK-CC1: FunctionTemplate:{ResultType void}{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder InputIterator first}{Comma , }{Placeholder InputIterator last}{RightParen )} (50)
75 // CHECK-CC3: FunctionTemplate:{ResultType void}{TypedText vector}{LeftAngle <}{Placeholder typename T}{RightAngle >}{LeftParen (}{Placeholder InputIterator first}{Comma , }{Placeholder InputIterator last}{RightParen )} (50)
/external/dhcpcd/
H A Deloop.c65 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/glide/library/src/main/java/com/bumptech/glide/util/
H A DLruCache.java78 Map.Entry<T, Y> last;
80 last = cache.entrySet().iterator().next();
81 final Y toRemove = last.getValue();
83 final T key = last.getKey();

Completed in 668 milliseconds

1234567891011>>