Searched refs:pair (Results 151 - 175 of 2373) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/extensions/
H A Dextension_renderer_state.h42 typedef std::pair<int, int> RenderId;
43 typedef std::pair<int, int> TabAndWindowId;
/external/chromium_org/components/enhanced_bookmarks/
H A Dtest_image_store.h21 virtual std::pair<gfx::Image, GURL> Get(const GURL& page_url) OVERRIDE;
31 typedef std::map<const GURL, std::pair<gfx::Image, const GURL> > ImageMap;
/external/chromium_org/sandbox/mac/
H A Dpolicy.cc49 for (const auto& pair : policy.rules) {
50 if (!IsRuleValid(pair.second))
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXTableCell.h47 virtual void rowIndexRange(pair<unsigned, unsigned>& rowRange);
49 virtual void columnIndexRange(pair<unsigned, unsigned>& columnRange);
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DQuotesData.h41 void addPair(const std::pair<String, String> quotePair);
48 Vector<std::pair<String, String> > m_quotePairs;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
H A DMediaConstraints.java38 /** Simple String key/value pair. */
72 for (KeyValuePair pair : list) {
76 builder.append(pair.toString());
/external/chromium_org/third_party/skia/include/core/
H A DSkTDict.h39 Pair* pair = fArray.insert(~index); local
43 pair->fName = copy;
44 pair->fValue = value;
75 for (const Pair* pair = fArray.begin(); pair < end; pair++) {
76 if (pair->fValue != value) {
79 *name = pair->fName;
/external/clang/test/SemaCXX/
H A Dinvalid-member-expr.cpp25 template <class A, class B> struct pair {}; struct in namespace:test3
28 pair<int, int> z = minmax({}); // expected-error {{expected expression}}
/external/clang/test/SemaTemplate/
H A Dtypename-specifier.cpp27 // expected-note{{add a pair of parentheses}} expected-warning 2{{'typename' occurs outside of a template}}
122 template <class T1, class T2> struct pair {}; // expected-note 7 {{template parameter is declared here}} struct in namespace:missing_typename
145 pair<ExampleItemSet::iterator, int> i;
146 pair<this->ExampleItemSet::iterator, int> i; // expected-error-re {{template argument for template type parameter must be a type{{$}}}}
147 pair<ExampleItemSet::operator[], int> i; // expected-error-re {{template argument for template type parameter must be a type{{$}}}}
154 pair<ExampleItemSet::iterator, int> elt;
165 pair<ExampleItemMap::iterator, int> i;
172 pair<ExampleItemMap::iterator, int> entry;
173 pair<bar, int> foobar; // expected-error {{template argument for template type parameter must be a type}}
/external/deqp/modules/egl/
H A DteglColorClearCase.hpp43 virtual void executeForContexts (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts);
52 virtual void executeForContexts (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts);
/external/libcxx/test/containers/associative/map/map.access/
H A Dindex_rv_key.pass.cpp26 typedef std::pair<MoveOnly, double> V;
43 typedef std::pair<MoveOnly, double> V;
/external/libcxx/test/containers/associative/map/map.cons/
H A Dassign_initializer_list.pass.cpp25 typedef std::pair<const int, double> V;
50 typedef std::pair<const int, double> V;
H A Dcompare_alloc.pass.cpp27 typedef test_allocator<std::pair<const int, double> > A;
37 typedef min_allocator<std::pair<const int, double> > A;
H A Dinitializer_list.pass.cpp25 typedef std::pair<const int, double> V;
46 typedef std::pair<const int, double> V;
/external/libcxx/test/containers/associative/map/map.modifiers/
H A Dinsert_initializer_list.pass.cpp25 typedef std::pair<const int, double> V;
48 typedef std::pair<const int, double> V;
/external/libcxx/test/containers/associative/multimap/multimap.cons/
H A Dcompare_alloc.pass.cpp27 typedef test_allocator<std::pair<const int, double> > A;
37 typedef min_allocator<std::pair<const int, double> > A;
/external/libcxx/test/containers/unord/unord.map/unord.map.cnstr/
H A Dallocator.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
33 test_allocator<std::pair<const NotConstructible,
36 C c(test_allocator<std::pair<const NotConstructible, NotConstructible> >(10));
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >(10)));
53 min_allocator<std::pair<const NotConstructible,
56 C c(min_allocator<std::pair<const NotConstructible, NotConstructible> >{});
61 (min_allocator<std::pair<const NotConstructible, NotConstructible> >()));
71 typedef test_allocator<std::pair<const T, T>> A;
90 typedef test_allocator<std::pair<const T, T>> A;
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)
61 (test_allocator<std::pair<const int, std::string> >(10)));
73 min_allocator<std::pair<const int, std::string> >
75 typedef std::pair<int, std::string> P;
87 min_allocator<std::pair<const int, std::string> >()
98 (min_allocator<std::pair<const int, std::string> >()));
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)
66 (test_allocator<std::pair<const int, std::string> >(10)));
78 min_allocator<std::pair<const int, std::string> >
80 typedef std::pair<int, std::string> P;
94 min_allocator<std::pair<const int, std::string> >()
105 (min_allocator<std::pair<const int, std::string> >()));
/external/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/
H A Dallocator.pass.cpp13 // class Alloc = allocator<pair<const Key, T>>>
33 test_allocator<std::pair<const NotConstructible,
36 C c(test_allocator<std::pair<const NotConstructible, NotConstructible> >(10));
41 (test_allocator<std::pair<const NotConstructible, NotConstructible> >(10)));
53 min_allocator<std::pair<const NotConstructible,
56 C c(min_allocator<std::pair<const NotConstructible, NotConstructible> >{});
61 (min_allocator<std::pair<const NotConstructible, NotConstructible> >()));
71 typedef test_allocator<std::pair<const T, T>> A;
90 typedef test_allocator<std::pair<const T, T>> A;
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_standard_layout.pass.cpp35 struct pair struct
45 test_is_standard_layout<pair<int, double> > ();
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dconst_pair.pass.cpp14 // template <class U1, class U2> tuple(const pair<U1, U2>& u);
23 typedef std::pair<double, char> T0;
32 typedef std::pair<double, char> P0;
/external/libcxx/test/utilities/utility/pairs/pair.astuple/
H A Dpairs.by.type.pass.cpp28 const std::pair<int, const int> p1 { 1, 2 };
37 std::pair<upint, int> t(upint(new int(4)), 42);
/external/llvm/include/llvm/Support/
H A DLockFileManager.h16 #include <utility> // for std::pair
57 Optional<std::pair<std::string, int> > Owner;
63 static Optional<std::pair<std::string, int> >
/external/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.h26 std::pair<SDNode*, SDNode*> selectMULT(SDNode *N, unsigned Opc, SDLoc DL,
38 std::pair<bool, SDNode*> selectNode(SDNode *Node) override;

Completed in 433 milliseconds

1234567891011>>