Searched refs:first (Results 151 - 175 of 2550) sorted by relevance

1234567891011>>

/external/v8/src/
H A Ddata-flow.cc15 bool first = true; local
19 if (!first) PrintF(",");
20 first = false;
/external/libcxx/test/std/algorithms/alg.sorting/alg.binary.search/equal.range/
H A Dequal_range_comp.pass.cpp16 // equal_range(Iter first, Iter last, const T& value, Compare comp);
27 test(Iter first, Iter last, const T& value) argument
29 std::pair<Iter, Iter> i = std::equal_range(first, last, value, std::greater<int>());
30 for (Iter j = first; j != i.first; ++j)
32 for (Iter j = i.first; j != last; ++j)
34 for (Iter j = first; j != i.second; ++j)
/external/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dinsert_iter_iter.pass.cpp15 // void insert(InputIterator first, InputIterator last);
43 assert(m.begin()->first == 1);
45 assert(next(m.begin())->first == 2);
47 assert(next(m.begin(), 2)->first == 3);
69 assert(m.begin()->first == 1);
71 assert(next(m.begin())->first == 2);
73 assert(next(m.begin(), 2)->first == 3);
H A Dinsert_iter_cv.pass.cpp30 assert(r->first == 2);
36 assert(r->first == 1);
42 assert(r->first == 3);
48 assert(r->first == 3);
59 assert(r->first == 2);
65 assert(r->first == 1);
71 assert(r->first == 3);
77 assert(r->first == 3);
H A Dinsert_iter_rv.pass.cpp34 assert(r->first == 2);
40 assert(r->first == 1);
46 assert(r->first == 3);
52 assert(r->first == 3);
64 assert(r->first == 2);
70 assert(r->first == 1);
76 assert(r->first == 3);
82 assert(r->first == 3);
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Demplace.pass.cpp35 assert(r->first == 3);
40 assert(r->first == 4);
46 assert(r->first == 5);
58 assert(r->first == 3);
63 assert(r->first == 4);
69 assert(r->first == 5);
H A Dinsert_hint_const_lvalue.pass.cpp37 assert(r->first == 3.5);
42 assert(r->first == 3.5);
47 assert(r->first == 4.5);
52 assert(r->first == 5.5);
65 assert(r->first == 3.5);
70 assert(r->first == 3.5);
75 assert(r->first == 4.5);
80 assert(r->first == 5.5);
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DElementPolicy.java79 join(jep.first);
121 final ElementPolicy first, second; field in class:JoinedElementPolicy
123 JoinedElementPolicy(ElementPolicy first, ElementPolicy second) { argument
124 this.first = first;
129 elementName = first.apply(elementName, attrs);
/external/sfntly/cpp/src/sample/subtly/
H A Dstats.cc47 char *name = TagToString(it->first);
50 TableSizePercent(font, it->first));
53 Ptr<FontDataTable> new_table = new_font->GetTable(it->first);
58 size_percent = subtly::TableSizePercent(new_font, it->first);
75 char *name = TagToString(it->first);
78 TableSizePercent(font, it->first));
/external/libcxx/test/std/re/re.alg/re.alg.match/
H A Dextended.pass.cpp16 // regex_match(BidirectionalIterator first, BidirectionalIterator last,
38 assert(m.prefix().first == s);
39 assert(m.prefix().second == m[0].first);
41 assert(m.suffix().first == m[0].second);
53 assert(m.prefix().first == s);
54 assert(m.prefix().second == m[0].first);
56 assert(m.suffix().first == m[0].second);
94 assert(m.prefix().first == s);
95 assert(m.prefix().second == m[0].first);
97 assert(m.suffix().first
[all...]
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dunpoison_tls.cc16 void *first(void *arg) { function
30 assert(0 == pthread_create(&p, 0, first, 0));
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DUniformListItem.java33 * output list size (which is four bytes) and before the first item.</p>
98 OffsettedItem first = items.get(0);
99 return (items.size() * first.writeSize()) + getAlignment(items);
131 boolean first = true;
136 if (first) {
137 first = false;
162 boolean first = true;
168 if (first) {
171 first = false;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DFilteredNormalizer2.java71 StringBuilder first, CharSequence second) {
72 return normalizeSecondAndAppend(first, second, true);
79 public StringBuilder append(StringBuilder first, CharSequence second) { argument
80 return normalizeSecondAndAppend(first, second, false);
255 private StringBuilder normalizeSecondAndAppend(StringBuilder first, CharSequence second, argument
257 if(first==second) {
260 if(first.length()==0) {
262 return normalize(second, first);
264 return first.append(second);
267 // merge the in-filter suffix of the first strin
70 normalizeSecondAndAppend( StringBuilder first, CharSequence second) argument
[all...]
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dinsert_cv.pass.cpp30 assert(r->first == 2);
36 assert(r->first == 1);
42 assert(r->first == 3);
48 assert(r->first == 3);
59 assert(r->first == 2);
65 assert(r->first == 1);
71 assert(r->first == 3);
77 assert(r->first == 3);
H A Dinsert_iter_cv.pass.cpp30 assert(r->first == 2);
36 assert(r->first == 1);
42 assert(r->first == 3);
48 assert(r->first == 3);
59 assert(r->first == 2);
65 assert(r->first == 1);
71 assert(r->first == 3);
77 assert(r->first == 3);
H A Dinsert_iter_rv.pass.cpp34 assert(r->first == 2);
40 assert(r->first == 1);
46 assert(r->first == 3);
52 assert(r->first == 3);
64 assert(r->first == 2);
70 assert(r->first == 1);
76 assert(r->first == 3);
82 assert(r->first == 3);
H A Dinsert_rv.pass.cpp33 assert(r->first == 2);
39 assert(r->first == 1);
45 assert(r->first == 3);
51 assert(r->first == 3);
62 assert(r->first == 2);
68 assert(r->first == 1);
74 assert(r->first == 3);
80 assert(r->first == 3);
/external/libcxx/test/std/containers/unord/unord.map/unorder.map.modifiers/
H A Dinsert_hint_const_lvalue.pass.cpp37 assert(r->first == 3.5);
42 assert(r->first == 3.5);
47 assert(r->first == 4.5);
52 assert(r->first == 5.5);
65 assert(r->first == 3.5);
70 assert(r->first == 3.5);
75 assert(r->first == 4.5);
80 assert(r->first == 5.5);
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Dcopy.pass.cpp56 assert(i->first == 1);
59 assert(i->first == 1);
62 assert(i->first == 2);
65 assert(i->first == 2);
68 assert(i->first == 3);
71 assert(i->first == 4);
110 assert(i->first == 1);
113 assert(i->first == 1);
116 assert(i->first == 2);
119 assert(i->first
[all...]
/external/libcxx/test/std/iterators/iterator.primitives/iterator.operations/
H A Ddistance.pass.cpp14 // distance(Iter first, Iter last);
18 // distance(Iter first, Iter last);
27 test(It first, It last, typename std::iterator_traits<It>::difference_type x) argument
29 assert(std::distance(first, last) == x);
/external/libcxx/test/std/re/re.submatch/re.submatch.members/
H A Dlength.pass.cpp27 sm.first = s;
38 sm.first = s;
/external/libxml2/
H A Ddbgen.pl26 $first = $firstnames [$i % 10];
33 printf " <firstname>$first</firstname>\n", $i;
H A Ddbgenattr.pl26 $first = $firstnames [$i % 10];
33 printf " firstname='$first'\n", $i;
/external/llvm/include/llvm/ExecutionEngine/
H A DGenericValue.h28 unsigned int first; member in struct:llvm::GenericValue::IntPair
45 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
/external/llvm/include/llvm/MC/
H A DStringTableBuilder.h29 return StringIndexMap.insert(std::make_pair(s, 0)).first->first();

Completed in 561 milliseconds

1234567891011>>