HomeSort by relevance Sort by last modified time
    Searched refs:pair (Results 1 - 25 of 2312) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/tests/build/issue41387-uniform-initialized-rvalue/jni/
issue41387-uniform-initialized-rvalue.cpp 1 struct pair { struct
7 (pair { 0, 0 }).method();
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.min.max/
minmax_init_list.pass.cpp 13 // pair<T, T>
22 assert((std::minmax({1, 2, 3}) == std::pair<int, int>(1, 3)));
23 assert((std::minmax({1, 3, 2}) == std::pair<int, int>(1, 3)));
24 assert((std::minmax({2, 1, 3}) == std::pair<int, int>(1, 3)));
25 assert((std::minmax({2, 3, 1}) == std::pair<int, int>(1, 3)));
26 assert((std::minmax({3, 1, 2}) == std::pair<int, int>(1, 3)));
27 assert((std::minmax({3, 2, 1}) == std::pair<int, int>(1, 3)));
minmax_init_list_comp.pass.cpp 13 // pair<T, T>
23 assert((std::minmax({1, 2, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)));
24 assert((std::minmax({1, 3, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)));
25 assert((std::minmax({2, 1, 3}, std::greater<int>()) == std::pair<int, int>(3, 1)));
26 assert((std::minmax({2, 3, 1}, std::greater<int>()) == std::pair<int, int>(3, 1)));
27 assert((std::minmax({3, 1, 2}, std::greater<int>()) == std::pair<int, int>(3, 1)));
28 assert((std::minmax({3, 2, 1}, std::greater<int>()) == std::pair<int, int>(3, 1)));
  /external/webkit/Source/WebCore/loader/mac/
DocumentLoaderMac.cpp 39 static void scheduleAll(const ResourceLoaderSet& loaders, SchedulePair* pair)
45 handle->schedule(pair);
48 static void unscheduleAll(const ResourceLoaderSet& loaders, SchedulePair* pair)
54 handle->unschedule(pair);
58 void DocumentLoader::schedule(SchedulePair* pair)
62 m_mainResourceLoader->handle()->schedule(pair);
63 scheduleAll(m_subresourceLoaders, pair);
64 scheduleAll(m_plugInStreamLoaders, pair);
65 scheduleAll(m_multipartSubresourceLoaders, pair);
67 UNUSED_PARAM(pair);
    [all...]
  /bionic/libstdc++/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /ndk/sources/cxx-stl/gabi++/include/
stl_pair.h 72 struct pair { struct
78 pair() : first(), second() {} function in struct:pair
79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /ndk/sources/cxx-stl/system/include/
stl_pair.h 72 struct pair { struct
78 pair() : first(), second() {} function in struct:pair
79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
86 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
92 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
99 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
stl_pair.h 64 struct pair { struct
70 pair() : first(), second() {} function in struct:pair
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {} function in struct:pair
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {} function in struct:pair
78 inline bool operator==(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
84 inline bool operator<(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
91 inline bool operator!=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
    [all...]
  /external/clang/test/PCH/
crash-12631281.cpp 15 template <class _T1, class _T2> struct pair { struct
19 pair(_U1&& , _U2&& ); // expected-note {{candidate}}
23 pair<_ForwardIterator, _ForwardIterator> __equal_range(_ForwardIterator) {
24 return pair<_ForwardIterator, _ForwardIterator>(0, 0); // expected-error {{no matching constructor}}
28 pair<_ForwardIterator, _ForwardIterator> equal_range( _ForwardIterator a) {
33 pair<int, int> range() {
  /external/valgrind/main/none/tests/
allexec_prepare_prereq 11 pair() function
31 pair x86 amd64
32 pair ppc32 ppc64
33 pair s390x_unexisting_in_32bits s390x
34 pair arm arm_unexisting_in_64bits
35 pair mips32 mips_unexisting_in_64bits
  /external/webkit/Source/WebCore/accessibility/
AccessibilityARIAGridCell.h 45 virtual void rowIndexRange(pair<int, int>& rowRange);
47 virtual void columnIndexRange(pair<int, int>& columnRange);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pairs.pair/
const_pair_U_V.pass.cpp 12 // template <class T1, class T2> struct pair
14 // template <class U, class V> pair(const pair<U, V>& p);
22 typedef std::pair<int, short> P1;
23 typedef std::pair<double, long> P2;
  /external/llvm/lib/DebugInfo/
DWARFRelocMap.h 17 typedef DenseMap<uint64_t, std::pair<uint8_t, int64_t> > RelocAddrMap;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pair.astuple/
tuple_size.pass.cpp 12 // template <class T1, class T2> struct pair
14 // tuple_size<pair<T1, T2> >::value
21 typedef std::pair<int, short> P1;

Completed in 1391 milliseconds

1 2 3 4 5 6 7 8 91011>>