Searched refs:pair (Results 201 - 225 of 1401) sorted by relevance

1234567891011>>

/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
H A Dinsert_rvalue.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
31 typedef std::pair<double, short> P;
57 typedef std::pair<MoveOnly, MoveOnly> P;
83 min_allocator<std::pair<const double, int>>> C;
85 typedef std::pair<double, short> P;
110 min_allocator<std::pair<const MoveOnly, MoveOnly>>> C;
112 typedef std::pair<MoveOnly, MoveOnly> P;
H A Demplace.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
38 r = c.emplace(std::pair<const int, Emplaceable>(4, Emplaceable(5, 6)));
52 min_allocator<std::pair<const int, Emplaceable>>> C;
61 r = c.emplace(std::pair<const int, Emplaceable>(4, Emplaceable(5, 6)));
/external/llvm/include/llvm/Target/
H A DTargetSelectionDAGInfo.h102 virtual std::pair<SDValue, SDValue>
116 virtual std::pair<SDValue, SDValue>
129 virtual std::pair<SDValue, SDValue>
143 virtual std::pair<SDValue, SDValue>
152 virtual std::pair<SDValue, SDValue>
158 virtual std::pair<SDValue, SDValue>
/external/valgrind/drd/tests/
H A Dbar_bad_xml.stderr.exp286 <pair>
289 </pair>
290 <pair>
293 </pair>
294 <pair>
297 </pair>
298 <pair>
301 </pair>
302 <pair>
305 </pair>
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
H A DKeyPairGeneratorSpi.java75 AsymmetricCipherKeyPair pair = engine.generateKeyPair();
76 DSAPublicKeyParameters pub = (DSAPublicKeyParameters)pair.getPublic();
77 DSAPrivateKeyParameters priv = (DSAPrivateKeyParameters)pair.getPrivate();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
H A DKeyPairGeneratorSpi.java71 AsymmetricCipherKeyPair pair = engine.generateKeyPair();
72 RSAKeyParameters pub = (RSAKeyParameters)pair.getPublic();
73 RSAPrivateCrtKeyParameters priv = (RSAPrivateCrtKeyParameters)pair.getPrivate();
/external/ceres-solver/internal/ceres/
H A Dvisibility_based_preconditioner.h87 // similarity or the degree of interaction between a pair of cameras
161 HashSet<pair<int, int> >* cluster_pairs) const;
180 // each pair), then column (second).
181 set<pair<int, int> > block_pairs_;
185 HashSet<pair<int, int> > cluster_pairs_;
H A Dblock_random_access_sparse_matrix.cc49 const set<pair<int, int> >& block_pairs)
67 for (set<pair<int, int> >::const_iterator it = block_pairs.begin();
86 for (set<pair<int, int> >::const_iterator it = block_pairs.begin();
97 for (set<pair<int, int> >::const_iterator it = block_pairs.begin();
H A Dcompressed_row_jacobian_writer.h83 vector<pair<int, int> >* evaluated_jacobian_blocks);
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp3-0x.cpp19 struct pair { struct in namespace:std
20 pair(const A&, const B&);
52 Map(std::initializer_list<std::pair<std::string,int>>) {}
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp33 bool operator()(const std::pair<int,int>& p) const
42 typedef std::pair<int,int> P;
71 typedef std::pair<int,int> P;
111 typedef std::pair<int,int> P;
140 typedef std::pair<int,int> P;
169 typedef std::pair<int,int> P;
198 typedef std::pair<int,int> P;
227 typedef std::pair<int,int> P;
256 typedef std::pair<int,int> P;
307 test<bidirectional_iterator<std::pair<in
[all...]
/external/libcxx/test/std/containers/associative/map/map.access/
H A Dindex_key.pass.cpp25 typedef std::pair<const int, double> V;
51 typedef std::pair<const int, double> V;
79 typedef std::pair<const int, double> V;
/external/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dinsert_iter_iter.pass.cpp27 typedef std::pair<int, double> P;
52 typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
53 typedef std::pair<int, double> P;
/external/libcxx/test/std/containers/unord/unord.map/
H A Drehash.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
38 typedef std::pair<int, std::string> P;
65 min_allocator<std::pair<const int, std::string>>> C;
66 typedef std::pair<int, std::string> P;
H A Dreserve.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
38 typedef std::pair<int, std::string> P;
65 min_allocator<std::pair<const int, std::string>>> C;
66 typedef std::pair<int, std::string> P;
/external/libcxx/test/std/containers/unord/unord.multimap/
H A Dbucket_size.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
32 typedef std::pair<int, std::string> P;
55 min_allocator<std::pair<const int, std::string>>> C;
56 typedef std::pair<int, std::string> P;
H A Dreserve.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
40 typedef std::pair<int, std::string> P;
67 min_allocator<std::pair<const int, std::string>>> C;
68 typedef std::pair<int, std::string> P;
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Dmove_alloc.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
34 typedef std::pair<int, std::string> P;
35 typedef test_allocator<std::pair<const int, std::string>> A;
59 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
93 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >(12)));
98 typedef std::pair<int, std::string> P;
99 typedef test_allocator<std::pair<const int, std::string>> A;
123 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
157 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >(10)));
163 typedef std::pair<in
[all...]
/external/lldb/include/lldb/Target/
H A DPathMappingList.h152 typedef std::pair <ConstString, ConstString> pair; typedef in class:lldb_private::PathMappingList
153 typedef std::vector <pair> collection;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h50 std::pair<const SectionAddressInfo*, std::string> findSectionAddrInfo(
54 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
58 std::pair<uint64_t, std::string> getStubAddrFor(StringRef FileName,
/external/openfst/src/include/fst/script/
H A Dscript-impl.h100 using std::pair; using std::make_pair;
115 // The pair<string, string> is understood to be the operation name and arc
121 : public GenericRegister<pair<string, string>,
138 const pair<string, string>& key) const {
137 ConvertKeyToSoFilename( const pair<string, string>& key) const argument
/external/sfntly/cpp/src/sfntly/table/
H A Dtable.h110 typedef std::pair<int32_t, TablePtr> TableMapEntry;
113 typedef std::pair<HeaderPtr, WritableFontDataPtr> DataBlockEntry;
115 typedef std::pair<int32_t, TableBuilderPtr> TableBuilderEntry;
/external/ceres-solver/include/ceres/
H A Dcovariance.h186 // vector<pair<const double*, const double*> > covariance_blocks;
356 const vector<pair<const double*, const double*> >& covariance_blocks,
363 // GetCovarianceBlock and the pair <parameter_block1,
364 // parameter_block2> OR the pair <parameter_block2,
/external/clang/include/clang/Lex/
H A DPreprocessorOptions.h46 std::vector<std::pair<std::string, bool/*isUndef*/> > Macros;
83 std::pair<unsigned, bool> PrecompiledPreambleBytes;
97 /// the system (the first part of each pair) and gives them the
99 /// pair).
100 std::vector<std::pair<std::string, std::string>> RemappedFiles;
103 /// on the system (the first part of each pair) and gives them the contents
104 /// of the specified memory buffer (the second part of each pair).
105 std::vector<std::pair<std::string, llvm::MemoryBuffer *>> RemappedFileBuffers;
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
H A Dp1-0x.cpp22 template<typename T, typename U> struct pair { }; struct
23 template<typename T, typename U> pair<T, U> make_pair(T, U);
58 typename get_nth_type<0, Args1...>::type first_arg_pair(pair<Args1, Args2>...); // expected-note{{candidate template ignored: could not match 'pair<type-parameter-0-0, type-parameter-0-1>' against 'int'}}
61 typename get_nth_type<1, Args1...>::type second_arg_pair(pair<Args1, Args2>...);

Completed in 553 milliseconds

1234567891011>>