Searched refs:first (Results 226 - 250 of 4757) sorted by relevance

1234567891011>>

/external/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dinsert_iter_rv.pass.cpp36 assert(r->first == 2);
42 assert(r->first == 1);
48 assert(r->first == 3);
54 assert(r->first == 3);
76 assert(r->first == 2);
82 assert(r->first == 1);
88 assert(r->first == 3);
94 assert(r->first == 3);
/external/libcxx/test/std/containers/associative/map/map.ops/
H A Dequal_range0.pass.cpp36 assert(result.first == result.second);
43 assert(result.first == result.second);
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dinsert_iter_rv.pass.cpp36 assert(r->first == 2);
42 assert(r->first == 1);
48 assert(r->first == 3);
54 assert(r->first == 3);
78 assert(r->first == 2);
84 assert(r->first == 1);
90 assert(r->first == 3);
96 assert(r->first == 3);
H A Dinsert_rv.pass.cpp36 assert(r->first == 2);
42 assert(r->first == 1);
48 assert(r->first == 3);
54 assert(r->first == 3);
72 assert(r->first == 2);
78 assert(r->first == 1);
84 assert(r->first == 3);
90 assert(r->first == 3);
/external/libcxx/test/std/containers/associative/multimap/multimap.ops/
H A Dequal_range0.pass.cpp36 assert(result.first == result.second);
43 assert(result.first == result.second);
/external/libcxx/test/std/containers/unord/unord.map/unord.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.cpp59 assert(i->first == 1);
62 assert(i->first == 1);
65 assert(i->first == 2);
68 assert(i->first == 2);
71 assert(i->first == 3);
74 assert(i->first == 4);
113 assert(i->first == 1);
116 assert(i->first == 1);
119 assert(i->first == 2);
122 assert(i->first
[all...]
H A Dcopy_alloc.pass.cpp59 assert(i->first == 1);
62 assert(i->first == 1);
65 assert(i->first == 2);
68 assert(i->first == 2);
71 assert(i->first == 3);
74 assert(i->first == 4);
113 assert(i->first == 1);
116 assert(i->first == 1);
119 assert(i->first == 2);
122 assert(i->first
[all...]
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.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/re/re.submatch/re.submatch.members/
H A Dlength.pass.cpp28 sm.first = s;
39 sm.first = s;
/external/libcxx/test/std/utilities/utility/pairs/pairs.pair/
H A Ddefault.pass.cpp37 assert(p.first == 0.0f);
44 static_assert(p.first == 0.0f, "");
/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.h29 unsigned int first; member in struct:llvm::GenericValue::IntPair
46 GenericValue() : IntVal(1,0) {UIntPairVal.first = 0; UIntPairVal.second = 0;}
/external/llvm/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp29 const MCSymbol *LHSS = ((const PairTy *)LHS)->first;
30 const MCSymbol *RHSS = ((const PairTy *)RHS)->first;
/external/mesa3d/src/gallium/state_trackers/clover/util/
H A Dfactor.hpp80 block.first *= f;
83 if (block.first <= limits.first &&
93 block.first /= f;
120 block.first != 0 && best.first != product_limit;
122 if (block.first > best.first)
/external/mesa3d/src/mesa/x86/
H A D3dnow.c58 _mesa_3dnow_project_vertices( GLfloat *first,
64 _mesa_3dnow_project_clipped_vertices( GLfloat *first,
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/
H A DFakeUnixFileSystem.groovy62 def first = components[0]
63 if (first == "" || isRoot(first)) {
64 return first + this.separator
H A DFakeWindowsFileSystem.groovy67 def first = components[0]
68 if (first == "" || isRoot(first)) {
69 return first + this.separator
/external/opencv/cvaux/src/
H A Dcvcorrespond.cpp50 icvDynamicCorrespond( int *first, /* first sequence of runs */ argument
81 if( (first == 0) ||
115 prev = first[0];
121 l_end = first[curr];
158 l_beg = first[first_curr];
160 l_color = first[first_curr];
162 l_end = first[first_curr];
258 second_corr[second_curr] = first[first_curr];
259 second_corr[second_curr + 1] = first[first_cur
324 icvDynamicCorrespondMulti( int lines, int *first, int *first_runs, int *second, int *second_runs, int *first_corr, int *second_corr ) argument
387 cvDynamicCorrespondMulti( int lines, int *first, int *first_runs, int *second, int *second_runs, int *first_corr, int *second_corr ) argument
[all...]
/external/parameter-framework/asio/include/asio/detail/
H A Dhash_map.hpp104 iterator it = buckets_[bucket].first;
111 if (it->first == k)
125 const_iterator it = buckets_[bucket].first;
132 if (it->first == k)
145 size_t bucket = calculate_hash_value(v.first) % num_buckets_;
146 iterator it = buckets_[bucket].first;
149 buckets_[bucket].first = buckets_[bucket].last =
158 if (it->first == v.first)
173 size_t bucket = calculate_hash_value(it->first)
303 iterator first; member in struct:asio::detail::hash_map::bucket_type
[all...]
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dhash_map.hpp104 iterator it = buckets_[bucket].first;
111 if (it->first == k)
125 const_iterator it = buckets_[bucket].first;
132 if (it->first == k)
145 size_t bucket = calculate_hash_value(v.first) % num_buckets_;
146 iterator it = buckets_[bucket].first;
149 buckets_[bucket].first = buckets_[bucket].last =
158 if (it->first == v.first)
173 size_t bucket = calculate_hash_value(it->first)
303 iterator first; member in struct:asio::detail::hash_map::bucket_type
[all...]
/external/parameter-framework/upstream/parameter/
H A DParameterBlackboard.cpp51 auto first = MAKE_ARRAY_ITERATOR(static_cast<const uint8_t *>(pvSrcData), size); local
52 auto last = first + size;
55 std::copy(first, last, dest_first);
62 auto first = atOffset(offset); local
63 auto last = first + size;
66 std::copy(first, last, dest_first);
84 const uint8_t *first = &mBlackboard[offset]; local
85 output = reinterpret_cast<const char *>(first);
/external/python/cpython2/Tools/framer/framer/
H A Dutil.py16 Removes indentation on lines following the first one, using the
17 leading whitespace of the first indented line that is not blank
23 first = lines.pop(0)
24 L = [first]
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineModuleInfoImpls.cpp29 const MCSymbol *LHSS = ((const PairTy *)LHS)->first;
30 const MCSymbol *RHSS = ((const PairTy *)RHS)->first;

Completed in 734 milliseconds

1234567891011>>