HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 76 - 100 of 5944) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_pair.h 93 * @tparam _T2 Type of second object.
99 typedef _T2 second_type; /// @c second_type is the second bound type
102 _T2 second; /// @c second is a copy of the second object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), second(__p.second) { }
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 91 typedef _T2 second_type; /// @c second_type is the second bound type
94 _T2 second; /// @c second is a copy of the second object member in struct:pair
98 /** The default constructor creates @c first and @c second using their
101 : first(), second() { }
105 : first(__a), second(__b) { }
111 : first(__p.first), second(__p.second) { }
117 : first(__p.first), second(__p.second) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_pair.h 91 typedef _T2 second_type; /// @c second_type is the second bound type
94 _T2 second; /// @c second is a copy of the second object member in struct:pair
98 /** The default constructor creates @c first and @c second using their
101 : first(), second() { }
105 : first(__a), second(__b) { }
111 : first(__p.first), second(__p.second) { }
117 : first(__p.first), second(__p.second) {
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
stl_pair.h 93 * @tparam _T2 Type of second object.
99 typedef _T2 second_type; /// @c second_type is the second bound type
102 _T2 second; /// @c second is a copy of the second object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), second(__p.second) { }
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
stl_pair.h 93 * @tparam _T2 Type of second object.
99 typedef _T2 second_type; /// @c second_type is the second bound type
102 _T2 second; /// @c second is a copy of the second object member in struct:pair
106 /** The default constructor creates @c first and @c second using their
109 : first(), second() { }
113 : first(__a), second(__b) { }
119 : first(__p.first), second(__p.second) { }
    [all...]
  /bionic/libstdc++/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /external/llvm/lib/Transforms/Instrumentation/
MaximumSpanningTree.h 47 if (X.second > Y.second) return true;
48 if (X.second < Y.second) return false;
56 size_t XSizeB = getBlockSize(X.first.second);
57 size_t YSizeB = getBlockSize(Y.first.second);
83 Forest.insert(e.second);
91 if (Forest.findLeader(e.first) != Forest.findLeader(e.second)) {
92 Forest.unionSets(e.first, e.second);
  /ndk/sources/cxx-stl/gabi++/include/
stl_pair.h 77 _T2 second; member in struct:pair
78 pair() : first(), second() {}
79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
88 return __x.first == __y.first && __x.second == __y.second;
95 (!(__y.first < __x.first) && __x.second < __y.second);
  /ndk/sources/cxx-stl/system/include/
stl_pair.h 77 _T2 second; member in struct:pair
78 pair() : first(), second() {}
79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
88 return __x.first == __y.first && __x.second == __y.second;
95 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/5/sources/cxx-stl/system/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/6/sources/cxx-stl/system/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
stl_pair.h 69 _T2 second; member in struct:pair
70 pair() : first(), second() {}
71 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
74 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
80 return __x.first == __y.first && __x.second == __y.second;
87 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
stl_pair.h 77 _T2 second; member in struct:pair
78 pair() : first(), second() {}
79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
88 return __x.first == __y.first && __x.second == __y.second;
95 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/
stl_pair.h 77 _T2 second; member in struct:pair
78 pair() : first(), second() {}
79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
88 return __x.first == __y.first && __x.second == __y.second;
95 (!(__y.first < __x.first) && __x.second < __y.second);
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
stl_pair.h 77 _T2 second; member in struct:pair
78 pair() : first(), second() {}
79 pair(const _T1& __a, const _T2& __b) : first(__a), second(__b) {}
82 pair(const pair<_U1, _U2>& __p) : first(__p.first), second(__p.second) {}
88 return __x.first == __y.first && __x.second == __y.second;
95 (!(__y.first < __x.first) && __x.second < __y.second);
  /external/chromium_org/tools/gyp/test/ninja/normalize-paths-win/
gyptest-normalize-paths.py 29 second = open(test.built_file_path('obj/second.ninja')).read() variable
30 if ('..\\..\\things\\AnotherName.exe' in second or
31 'AnotherName.exe' not in second):

Completed in 716 milliseconds

1 2 34 5 6 7 8 91011>>