Searched refs:pair (Results 176 - 200 of 1401) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_program_pair.h102 int rc_pair_alloc_source(struct rc_pair_instruction *pair,
107 struct rc_pair_instruction * pair,
112 struct rc_pair_instruction * pair,
/external/openfst/src/extensions/pdt/
H A Dpdtreplace.cc21 using std::pair; using std::make_pair;
53 typedef pair<Label, const s::FstClass* > FstTuple;
66 vector<pair<int64, int64> > parens;
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DPairTest.java17 Pair<String, Integer> pair = new Pair<String, Integer>("a", 1);
18 assertThat(pair.first, equalTo("a"));
19 assertThat(pair.second, equalTo(1));
/external/google-tv-pairing-protocol/java/src/com/google/polo/ssl/
H A DSslUtil.java63 * Generates a new RSA key pair.
91 * @param pair the {@link KeyPair} to be used
98 public static X509Certificate generateX509V1Certificate(KeyPair pair, argument
118 certGen.setPublicKey(pair.getPublic());
121 X509Certificate cert = certGen.generate(pair.getPrivate());
128 * @param pair the {@link KeyPair} to be used
137 public static X509Certificate generateX509V3Certificate(KeyPair pair, argument
149 certGen.setPublicKey(pair.getPublic());
177 pair.getPublic(), dnName, serialNumber);
182 createSubjectKeyIdentifier(pair
248 generateX509V3Certificate(KeyPair pair, String name) argument
269 generateX509V3Certificate(KeyPair pair, String name, BigInteger serialNumber) argument
[all...]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryExporter.java241 BinaryIdContentPair pair = contentTable.get(savable);
243 .get(savableName + getChunk(pair));
244 int prevLoc = findPrevMatch(pair, bucket);
246 locationTable.put(pair.getId(), prevLoc);
250 locationTable.put(pair.getId(), location);
253 alreadySaved.put(savableName + getChunk(pair), bucket);
255 bucket.add(pair);
302 protected String getChunk(BinaryIdContentPair pair) { argument
303 return new String(pair.getContent().bytes, 0, Math.min(64, pair
[all...]
/external/clang/test/CodeGenCXX/
H A Dconstructor-init.cpp230 struct pair : X { // Make the copy constructor non-trivial, so we actually generate it. struct in namespace:PR10720
232 pair(const pair&) = default;
235 void foo(const pair &x, const pair2 &x2) {
236 pair y(x);
/external/libcxx/test/std/containers/unord/unord.map/unorder.map.modifiers/
H A Demplace.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
17 // pair<iterator, bool> emplace(Args&&... args);
30 typedef std::pair<C::iterator, bool> R;
39 r = c.emplace(std::pair<const int, Emplaceable>(4, Emplaceable(5, 6)));
55 min_allocator<std::pair<const int, Emplaceable>>> C;
56 typedef std::pair<C::iterator, bool> R;
65 r = c.emplace(std::pair<const int, Emplaceable>(4, Emplaceable(5, 6)));
H A Dinsert_rvalue.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
18 // pair<iterator, bool> insert(P&& x);
30 typedef std::pair<C::iterator, bool> R;
31 typedef std::pair<double, short> P;
60 typedef std::pair<C::iterator, bool> R;
61 typedef std::pair<MoveOnly, MoveOnly> P;
91 min_allocator<std::pair<const double, int>>> C;
92 typedef std::pair<C::iterator, bool> R;
93 typedef std::pair<double, short> P;
122 min_allocator<std::pair<cons
[all...]
/external/libcxx/test/std/containers/unord/unord.multimap/
H A Dequal_range_const.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
16 // pair<const_iterator, const_iterator> equal_range(const key_type& k) const;
29 typedef std::pair<int, std::string> P;
44 std::pair<I, I> r = c.equal_range(30);
63 min_allocator<std::pair<const int, std::string>>> C;
65 typedef std::pair<int, std::string> P;
80 std::pair<I, I> r = c.equal_range(30);
H A Dequal_range_non_const.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
16 // pair<iterator, iterator> equal_range(const key_type& k);
29 typedef std::pair<int, std::string> P;
44 std::pair<I, I> r = c.equal_range(30);
63 min_allocator<std::pair<const int, std::string>>> C;
65 typedef std::pair<int, std::string> P;
80 std::pair<I, I> r = c.equal_range(30);
H A Diterators.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
33 typedef std::pair<int, std::string> P;
55 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;
98 min_allocator<std::pair<const int, std::string>>> C;
99 typedef std::pair<int, std::string> P;
/external/clang/tools/libclang/
H A DCXCursor.h68 std::pair<const ObjCInterfaceDecl *, SourceLocation>
78 std::pair<const ObjCProtocolDecl *, SourceLocation>
88 std::pair<const ObjCInterfaceDecl *, SourceLocation>
97 std::pair<const TypeDecl *, SourceLocation> getCursorTypeRef(CXCursor C);
105 std::pair<const TemplateDecl *, SourceLocation>
115 std::pair<const NamedDecl *, SourceLocation> getCursorNamespaceRef(CXCursor C);
123 std::pair<const VarDecl *, SourceLocation> getCursorVariableRef(CXCursor C);
131 std::pair<const FieldDecl *, SourceLocation> getCursorMemberRef(CXCursor C);
219 std::pair<const LabelStmt *, SourceLocation> getCursorLabelRef(CXCursor C);
241 std::pair<OverloadedDeclRefStorag
[all...]
/external/valgrind/drd/tests/
H A Dannotate_barrier_xml.stderr.exp294 <pair>
297 </pair>
298 <pair>
301 </pair>
302 <pair>
305 </pair>
306 <pair>
309 </pair>
310 <pair>
313 </pair>
[all...]
H A Dthread_name_xml.stderr.exp398 <pair>
401 </pair>
402 <pair>
405 </pair>
406 <pair>
409 </pair>
410 <pair>
413 </pair>
414 <pair>
417 </pair>
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DRule.java185 Grammar.LabelElementPair pair = grammar.new LabelElementPair(label,elementRef);
186 pair.type = type;
187 labelNameSpace.put(label.getText(), pair);
191 tokenLabels.put(label.getText(), pair);
195 wildcardTreeLabels.put(label.getText(), pair);
199 wildcardTreeListLabels.put(label.getText(), pair);
203 ruleLabels.put(label.getText(), pair);
207 tokenListLabels.put(label.getText(), pair);
211 ruleListLabels.put(label.getText(), pair);
215 charLabels.put(label.getText(), pair);
[all...]
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DActionAnalysis.g85 Grammar.LabelElementPair pair = enclosingRule.getRuleLabel($x.text);
86 pair.actionReferencesLabel = true;
87 refdRuleName = pair.referencedRuleName;
113 Grammar.LabelElementPair pair = enclosingRule.getRuleLabel($x.text);
114 pair.actionReferencesLabel = true;
/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/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/unord.map.cnstr/
H A Dinit.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
35 test_allocator<std::pair<const int, std::string> >
37 typedef std::pair<int, std::string> P;
55 (test_allocator<std::pair<const int, std::string> >()));
67 min_allocator<std::pair<const int, std::string> >
69 typedef std::pair<int, std::string> P;
87 (min_allocator<std::pair<const int, std::string> >()));
96 typedef std::pair<int, std::string> P;
97 typedef test_allocator<std::pair<const int, std::string>> A;
127 typedef std::pair<in
[all...]
H A Drange.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
37 test_allocator<std::pair<const int, std::string> >
39 typedef std::pair<int, std::string> P;
59 (test_allocator<std::pair<const int, std::string> >()));
71 min_allocator<std::pair<const int, std::string> >
73 typedef std::pair<int, std::string> P;
93 (min_allocator<std::pair<const int, std::string> >()));
102 typedef std::pair<int, std::string> P;
103 typedef test_allocator<std::pair<const int, std::string>> A;
134 typedef std::pair<in
[all...]
H A Drange_size_hash.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
38 test_allocator<std::pair<const int, std::string> >
40 typedef std::pair<int, std::string> P;
63 (test_allocator<std::pair<const int, std::string> >()));
75 min_allocator<std::pair<const int, std::string> >
77 typedef std::pair<int, std::string> P;
100 (min_allocator<std::pair<const int, std::string> >()));
H A Drange_size_hash_equal.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
38 test_allocator<std::pair<const int, std::string> >
40 typedef std::pair<int, std::string> P;
64 (test_allocator<std::pair<const int, std::string> >()));
76 min_allocator<std::pair<const int, std::string> >
78 typedef std::pair<int, std::string> P;
102 (min_allocator<std::pair<const int, std::string> >()));
/external/libcxx/test/std/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Dinit_size_hash_equal_allocator.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
36 test_allocator<std::pair<const int, std::string> >
38 typedef std::pair<int, std::string> P;
50 test_allocator<std::pair<const int, std::string> >(10)
54 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
88 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >(10)));
95 min_allocator<std::pair<const int, std::string> >
97 typedef std::pair<int, std::string> P;
109 min_allocator<std::pair<const int, std::string> >()
113 typedef std::pair<
[all...]
H A Drange_size_hash_equal_allocator.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
39 test_allocator<std::pair<const int, std::string> >
41 typedef std::pair<int, std::string> P;
55 test_allocator<std::pair<const int, std::string> >(10)
59 typedef std::pair<C::const_iterator, C::const_iterator> Eq;
93 assert((c.get_allocator() == test_allocator<std::pair<const int, std::string> >(10)));
100 min_allocator<std::pair<const int, std::string> >
102 typedef std::pair<int, std::string> P;
116 min_allocator<std::pair<const int, std::string> >()
120 typedef std::pair<
[all...]
/external/libcxx/test/std/containers/unord/unord.map/
H A Diterators.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
33 typedef std::pair<int, std::string> P;
52 typedef std::pair<int, std::string> P;
72 min_allocator<std::pair<const int, std::string>>> C;
73 typedef std::pair<int, std::string> P;
92 min_allocator<std::pair<const int, std::string>>> C;
93 typedef std::pair<int, std::string> P;

Completed in 3181 milliseconds

1234567891011>>