Searched refs:pair (Results 226 - 250 of 2179) sorted by relevance

1234567891011>>

/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dmock_calls.py22 def call_action(pair):
23 if isinstance(pair, type(mock.call)):
24 return (pair, None)
26 return pair
48 self._expected_calls = [call_action(pair) for pair in expected_calls]
168 calls: each argument is either a pair (expected_call, action) or just an
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGTargetInfo.h90 virtual std::pair<SDValue, SDValue>
102 virtual std::pair<SDValue, SDValue>
115 virtual std::pair<SDValue, SDValue>
127 virtual std::pair<SDValue, SDValue>
135 virtual std::pair<SDValue, SDValue>
141 virtual std::pair<SDValue, SDValue>
H A DTailDuplicator.h43 typedef std::vector<std::pair<MachineBasicBlock *, unsigned>> AvailableValsTy;
65 SmallVectorImpl<std::pair<unsigned, RegSubRegPair>> &Copies,
84 SmallVectorImpl<std::pair<unsigned,RegSubRegPair>> &CopyInfos,
/external/v8/src/zone/
H A Dzone-containers.h110 : public std::map<K, V, Compare, zone_allocator<std::pair<const K, V>>> {
114 : std::map<K, V, Compare, zone_allocator<std::pair<const K, V>>>(
115 Compare(), zone_allocator<std::pair<const K, V>>(zone)) {}
123 zone_allocator<std::pair<const K, V>>> {
127 : std::multimap<K, V, Compare, zone_allocator<std::pair<const K, V>>>(
128 Compare(), zone_allocator<std::pair<const K, V>>(zone)) {}
/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/rsa/
H A DKeyPairGeneratorSpi.java77 AsymmetricCipherKeyPair pair = engine.generateKeyPair();
78 RSAKeyParameters pub = (RSAKeyParameters)pair.getPublic();
79 RSAPrivateCrtKeyParameters priv = (RSAPrivateCrtKeyParameters)pair.getPrivate();
/external/libbrillo/brillo/dbus/
H A Ddbus_object.cc41 for (const auto& pair : handlers_) {
42 std::string method_name = pair.first;
75 for (const auto& pair : handlers_) {
76 std::string method_name = pair.first;
119 auto pair = handlers_.find(method_name); local
120 if (pair == handlers_.end()) {
129 pair->second->HandleMethod(method_call, sender);
210 for (const auto& pair : interfaces_) {
211 pair.second->ExportAsync(
216 sequencer->GetHandler("Failed to export interface " + pair
[all...]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
H A Dstable_partition.pass.cpp32 bool operator()(const std::pair<int,int>& p) const
41 typedef std::pair<int,int> P;
70 typedef std::pair<int,int> P;
110 typedef std::pair<int,int> P;
139 typedef std::pair<int,int> P;
168 typedef std::pair<int,int> P;
197 typedef std::pair<int,int> P;
226 typedef std::pair<int,int> P;
255 typedef std::pair<int,int> P;
307 test<bidirectional_iterator<std::pair<in
[all...]
/external/libcxx/test/std/containers/associative/map/map.cons/
H A Dmove_alloc.pass.cpp29 typedef std::pair<MoveOnly, MoveOnly> V;
30 typedef std::pair<const MoveOnly, MoveOnly> VC;
68 typedef std::pair<MoveOnly, MoveOnly> V;
69 typedef std::pair<const MoveOnly, MoveOnly> VC;
107 typedef std::pair<MoveOnly, MoveOnly> V;
108 typedef std::pair<const MoveOnly, MoveOnly> VC;
147 typedef std::pair<int, T> V;
148 typedef std::pair<const int, T> VC;
194 typedef std::pair<MoveOnly, MoveOnly> V;
195 typedef std::pair<cons
[all...]
/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/associative/multimap/multimap.cons/
H A Dmove_alloc.pass.cpp29 typedef std::pair<MoveOnly, MoveOnly> V;
30 typedef std::pair<const MoveOnly, MoveOnly> VC;
68 typedef std::pair<MoveOnly, MoveOnly> V;
69 typedef std::pair<const MoveOnly, MoveOnly> VC;
107 typedef std::pair<MoveOnly, MoveOnly> V;
108 typedef std::pair<const MoveOnly, MoveOnly> VC;
147 typedef std::pair<int, T> V;
148 typedef std::pair<const int, T> VC;
194 typedef std::pair<MoveOnly, MoveOnly> V;
195 typedef std::pair<cons
[all...]
/external/libcxx/test/std/containers/unord/unord.map/
H A Drehash.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
45 typedef std::pair<int, std::string> P;
75 min_allocator<std::pair<const int, std::string>>> C;
76 typedef std::pair<int, std::string> P;
/external/libcxx/test/std/containers/unord/unord.map/unord.map.modifiers/
H A Derase_const_iter.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
38 typedef std::pair<int, std::string> P;
59 min_allocator<std::pair<const int, std::string>>> C;
60 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>>>
33 typedef std::pair<int, std::string> P;
56 min_allocator<std::pair<const int, std::string>>> C;
57 typedef std::pair<int, std::string> P;
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.modifiers/
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/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldCheckerImpl.h49 std::pair<const SectionAddressInfo*, std::string> findSectionAddrInfo(
53 std::pair<uint64_t, std::string> getSectionAddr(StringRef FileName,
57 std::pair<uint64_t, std::string> getStubAddrFor(StringRef FileName,
/external/pdfium/core/fpdfapi/parser/
H A Dcfdf_document.cpp93 for (const auto& pair : *this)
94 buf << pair.first << " 0 obj\r\n"
95 << pair.second.get() << "\r\nendobj\r\n\r\n";
/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/swiftshader/third_party/LLVM/lib/Support/
H A DStringExtras.cpp36 /// The function returns a pair containing the extracted token and the
38 std::pair<StringRef, StringRef> llvm::getToken(StringRef Source,
54 std::pair<StringRef, StringRef> S = getToken(Source, Delimiters);
71 std::pair<llvm::StringRef, llvm::StringRef> p = rest.split(Separators);
/external/v8/src/compiler-dispatcher/
H A Dcompiler-dispatcher-tracer.h80 const base::RingBuffer<std::pair<size_t, double>>& buffer, size_t num);
84 base::RingBuffer<std::pair<size_t, double>> parse_events_;
87 base::RingBuffer<std::pair<size_t, double>> compile_events_;
/external/v8/src/
H A Dproperty.cc83 AccessorPair* pair = AccessorPair::cast(value); local
84 os << "(get: " << Brief(pair->getter())
85 << ", set: " << Brief(pair->setter()) << ") ";
/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/include/clang/Sema/
H A DExternalSemaSource.h88 FieldDecl *, llvm::SmallVector<std::pair<SourceLocation, bool>, 4>> &);
156 SmallVectorImpl<std::pair<Selector, SourceLocation> > &Sels) {}
166 SmallVectorImpl<std::pair<IdentifierInfo *, WeakInfo> > &WI) {}
183 SmallVectorImpl<std::pair<ValueDecl *,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerHelpers.h42 std::pair<const clang::VarDecl *, const clang::Expr *>
/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 839 milliseconds

1234567891011>>