HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 51 - 75 of 3303) sorted by null

1 23 4 5 6 7 8 91011>>

  /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);
  /external/chromium/chrome/browser/chromeos/notifications/
balloon_view_host.cc 23 if (!ret.second)
25 return ret.second;
39 callback->second->Run(&params.arguments);
  /external/clang/lib/StaticAnalyzer/Core/
FunctionSummary.cpp 20 delete(I->second);
27 Total += I->second->TotalBasicBlocks;
35 Total += I->second->VisitedBasicBlocks.count();
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.set/
emplace.pass.cpp 34 assert(r.second);
39 assert(r.second);
44 assert(!r.second);
insert_const_lvalue.pass.cpp 31 assert(r.second);
36 assert(!r.second);
41 assert(r.second);
46 assert(r.second);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pairs.spec/
make_pair.pass.cpp 24 assert(p1.second == 4);
31 assert(p1.second == 4);
37 assert(p1.second == 4);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/unord.multimap.modifiers/
erase_range.pass.cpp 44 assert(std::distance(eq.first, eq.second) == 2);
47 assert(k->second == "one");
50 assert(k->second == "four");
52 assert(std::distance(eq.first, eq.second) == 2);
55 assert(k->second == "two");
58 assert(k->second == "four");
60 assert(std::distance(eq.first, eq.second) == 1);
63 assert(k->second == "three");
65 assert(std::distance(eq.first, eq.second) == 1);
68 assert(k->second == "four")
    [all...]
insert_const_lvalue.pass.cpp 31 assert(r->second == 3);
36 assert(r->second == 4);
41 assert(r->second == 4);
46 assert(r->second == 4);
insert_hint_const_lvalue.pass.cpp 32 assert(r->second == 3);
37 assert(r->second == 4);
42 assert(r->second == 4);
47 assert(r->second == 4);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.ops/
equal_range.pass.cpp 40 assert(r.second == next(m.begin(), 1));
43 assert(r.second == next(m.begin(), 2));
46 assert(r.second == next(m.begin(), 3));
49 assert(r.second == next(m.begin(), 4));
52 assert(r.second == next(m.begin(), 5));
55 assert(r.second == next(m.begin(), 6));
58 assert(r.second == next(m.begin(), 7));
61 assert(r.second == next(m.begin(), 8));
64 assert(r.second == next(m.begin(), 0));
67 assert(r.second == next(m.begin(), 1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/set/
equal_range.pass.cpp 40 assert(r.second == next(m.begin(), 1));
43 assert(r.second == next(m.begin(), 2));
46 assert(r.second == next(m.begin(), 3));
49 assert(r.second == next(m.begin(), 4));
52 assert(r.second == next(m.begin(), 5));
55 assert(r.second == next(m.begin(), 6));
58 assert(r.second == next(m.begin(), 7));
61 assert(r.second == next(m.begin(), 8));
64 assert(r.second == next(m.begin(), 0));
67 assert(r.second == next(m.begin(), 1))
    [all...]
  /external/chromium/chrome/browser/content_settings/
content_settings_base_provider.cc 94 i->second.content_settings_for_resources.find(requested_setting) !=
95 i->second.content_settings_for_resources.end()) {
96 return i->second.content_settings_for_resources.find(
97 requested_setting)->second;
105 i->second.content_settings_for_resources.find(requested_setting) !=
106 i->second.content_settings_for_resources.end()) {
107 return i->second.content_settings_for_resources.find(
108 requested_setting)->second;
116 i->second.content_settings_for_resources.find(requested_setting) !=
117 i->second.content_settings_for_resources.end())
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.modifiers/
erase_iter_iter.pass.cpp 42 assert(m.begin()->second == 1.5);
44 assert(next(m.begin())->second == 2.5);
46 assert(next(m.begin(), 2)->second == 3.5);
48 assert(next(m.begin(), 3)->second == 4.5);
50 assert(next(m.begin(), 4)->second == 5.5);
52 assert(next(m.begin(), 5)->second == 6.5);
54 assert(next(m.begin(), 6)->second == 7.5);
56 assert(next(m.begin(), 7)->second == 8.5);
62 assert(next(m.begin(), 0)->second == 3.5);
64 assert(next(m.begin(), 1)->second == 4.5)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/multimap.modifiers/
erase_iter_iter.pass.cpp 42 assert(m.begin()->second == 1.5);
44 assert(next(m.begin())->second == 2.5);
46 assert(next(m.begin(), 2)->second == 3.5);
48 assert(next(m.begin(), 3)->second == 4.5);
50 assert(next(m.begin(), 4)->second == 5.5);
52 assert(next(m.begin(), 5)->second == 6.5);
54 assert(next(m.begin(), 6)->second == 7.5);
56 assert(next(m.begin(), 7)->second == 8.5);
62 assert(next(m.begin(), 0)->second == 3.5);
64 assert(next(m.begin(), 1)->second == 4.5)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.map/unorder.map.modifiers/
insert_hint_const_lvalue.pass.cpp 32 assert(r->second == 3);
37 assert(r->second == 3);
42 assert(r->second == 4);
47 assert(r->second == 4);
insert_hint_rvalue.pass.cpp 36 assert(r->second == 3);
41 assert(r->second == 3);
46 assert(r->second == 4);
51 assert(r->second == 4);
63 assert(r->second == 3);
68 assert(r->second == 3);
73 assert(r->second == 4);
78 assert(r->second == 4);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/temporary.buffer/
temporary_buffer.pass.cpp 27 assert(ip.second == 5);
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/utility/pairs/pairs.pair/
const_pair_U_V.pass.cpp 27 assert(p2.second == 4);
copy_ctor.pass.cpp 26 assert(p2.second == 4);
default.pass.cpp 24 assert(p.second == nullptr);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_pair.h 90 typedef _T2 second_type; /// @c second_type is the second bound type
93 _T2 second; /// @c second is a copy of the second object member in struct:pair
97 /** The default constructor creates @c first and @c second using their
100 : first(), second() { }
104 : first(__a), second(__b) { }
109 : first(__p.first), second(__p.second) { }
121 : first(std::forward<_U1>(__x)), second(__y) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_pair.h 90 typedef _T2 second_type; /// @c second_type is the second bound type
93 _T2 second; /// @c second is a copy of the second object member in struct:pair
97 /** The default constructor creates @c first and @c second using their
100 : first(), second() { }
104 : first(__a), second(__b) { }
109 : first(__p.first), second(__p.second) { }
121 : first(std::forward<_U1>(__x)), second(__y) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_pair.h 90 typedef _T2 second_type; /// @c second_type is the second bound type
93 _T2 second; /// @c second is a copy of the second object member in struct:pair
97 /** The default constructor creates @c first and @c second using their
100 : first(), second() { }
104 : first(__a), second(__b) { }
109 : first(__p.first), second(__p.second) { }
121 : first(std::forward<_U1>(__x)), second(__y) {
    [all...]

Completed in 667 milliseconds

1 23 4 5 6 7 8 91011>>