HomeSort by relevance Sort by last modified time
    Searched refs:pair (Results 226 - 250 of 4015) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/http/
http_network_layer.cc 54 PortAlternateProtocolPair pair; local
55 pair.port = 443;
56 pair.protocol = NPN_SPDY_3;
57 HttpServerPropertiesImpl::ForceAlternateProtocol(pair);
  /external/chromium_org/third_party/libevent/test/
test-weof.c 34 int pair[2]; variable
52 EVUTIL_CLOSESOCKET(pair[0]);
69 if (evutil_socketpair(AF_UNIX, SOCK_STREAM, 0, pair) == -1)
76 event_set(&ev, pair[1], EV_WRITE, write_cb, &ev);
  /external/chromium_org/ui/gfx/
break_list_unittest.cc 43 std::vector<std::pair<size_t, bool> > expected;
44 expected.push_back(std::pair<size_t, bool>(0, false));
45 expected.push_back(std::pair<size_t, bool>(2, true));
46 expected.push_back(std::pair<size_t, bool>(3, false));
94 std::vector<std::pair<size_t, bool> > overlap;
95 overlap.push_back(std::pair<size_t, bool>(0, true));
96 overlap.push_back(std::pair<size_t, bool>(2, false));
97 overlap.push_back(std::pair<size_t, bool>(3, true));
98 overlap.push_back(std::pair<size_t, bool>(6, false));
99 overlap.push_back(std::pair<size_t, bool>(7, true))
    [all...]
  /external/clang/lib/AST/
CXXABI.h 32 virtual std::pair<uint64_t, unsigned>
  /external/libcxx/test/containers/associative/map/
compare.pass.cpp 13 // class Allocator = allocator<pair<const Key, T>>>
30 std::pair<std::map<Key, int>::iterator, bool> result =
  /external/libcxx/test/containers/associative/map/map.access/
max_size.pass.cpp 30 typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
  /external/libcxx/test/containers/associative/multimap/
max_size.pass.cpp 30 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
  /external/libcxx/test/containers/unord/unord.map/
max_size.pass.cpp 13 // class Alloc = allocator<pair<const Key, T>>>
32 min_allocator<std::pair<const int, int>>> u;
  /external/libcxx/test/containers/unord/unord.multimap/
max_size.pass.cpp 13 // class Alloc = allocator<pair<const Key, T>>>
32 min_allocator<std::pair<const int, int>>> u;
  /external/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
const_pair.pass.cpp 15 // tuple& operator=(const pair<U1, U2>& u);
24 typedef std::pair<double, char> T0;
  /external/libcxx/test/utilities/utility/pairs/pair.astuple/
get_rv.pass.cpp 12 // template <class T1, class T2> struct pair
15 // typename tuple_element<I, std::pair<T1, T2> >::type&&
16 // get(pair<T1, T2>&&);
26 typedef std::pair<std::unique_ptr<int>, short> P;
  /external/libcxx/test/utilities/utility/pairs/pairs.pair/
U_V.pass.cpp 12 // template <class T1, class T2> struct pair
14 // template<class U, class V> pair(U&& x, V&& y);
24 typedef std::pair<std::unique_ptr<int>, short*> P;
assign_rv_pair.pass.cpp 12 // template <class T1, class T2> struct pair
14 // pair& operator=(pair&& p);
24 typedef std::pair<std::unique_ptr<int>, short> P;
const_first_const_second.pass.cpp 12 // template <class T1, class T2> struct pair
14 // pair(const T1& x, const T2& y);
42 typedef std::pair<float, short*> P;
48 typedef std::pair<A, int> P;
56 typedef std::pair<float, short*> P;
62 typedef std::pair<AC, int> P;
swap.pass.cpp 12 // template <class T1, class T2> struct pair
14 // void swap(pair& p);
22 typedef std::pair<int, short> P1;
  /external/libcxx/test/utilities/utility/pairs/pairs.spec/
non_member_swap.pass.cpp 12 // template <class T1, class T2> struct pair
14 // template <class T1, class T2> void swap(pair<T1, T2>& x, pair<T1, T2>& y);
22 typedef std::pair<int, short> P1;
  /frameworks/compile/slang/
slang_rs.h 61 // ReflectedDefinitions maps record type name to a pair:
64 typedef std::pair<RSExportRecordType*, const char*> ReflectedDefinitionTy;
110 bool compile(const std::list<std::pair<const char*, const char*> > &IOFiles64,
111 const std::list<std::pair<const char*, const char*> > &IOFiles32,
112 const std::list<std::pair<const char*, const char*> > &DepFiles,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/
compare.pass.cpp 13 // class Allocator = allocator<pair<const Key, T>>>
30 std::pair<std::map<Key, int>::iterator, bool> result =
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.access/
max_size.pass.cpp 30 typedef std::map<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/
max_size.pass.cpp 30 typedef std::multimap<int, double, std::less<int>, min_allocator<std::pair<const int, double>>> M;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
max_size.pass.cpp 13 // class Alloc = allocator<pair<const Key, T>>>
32 min_allocator<std::pair<const int, int>>> u;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/
max_size.pass.cpp 13 // class Alloc = allocator<pair<const Key, T>>>
32 min_allocator<std::pair<const int, int>>> u;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.assign/
const_pair.pass.cpp 15 // tuple& operator=(const pair<U1, U2>& u);
24 typedef std::pair<double, char> T0;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pair.astuple/
get_rv.pass.cpp 12 // template <class T1, class T2> struct pair
15 // typename tuple_element<I, std::pair<T1, T2> >::type&&
16 // get(pair<T1, T2>&&);
26 typedef std::pair<std::unique_ptr<int>, short> P;
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
U_V.pass.cpp 12 // template <class T1, class T2> struct pair
14 // template<class U, class V> pair(U&& x, V&& y);
24 typedef std::pair<std::unique_ptr<int>, short*> P;

Completed in 4043 milliseconds

1 2 3 4 5 6 7 8 91011>>