/external/protobuf/src/google/protobuf/stubs/ |
map-util.h | 54 return it->second; 68 return &it->second; 84 return it->second; 96 if (!ret.second) { 98 ret.first->second = value; 113 return ret.second;
|
/external/testng/src/test/java/test/jarpackages/ |
JarPackagesTest.java | 33 String second = tla.getPassedTests().get(1).getName(); local 34 boolean fThenG = "f".equals(first) && "g".equals(second); 35 boolean gThenF = "g".equals(first) && "f".equals(second); 44 String second = tla.getPassedTests().get(1).getName(); local 45 boolean fThenG = "f".equals(first) && "g".equals(second); 46 boolean gThenF = "g".equals(first) && "f".equals(second);
|
/external/webrtc/webrtc/test/ |
histogram.cc | 46 return reinterpret_cast<Histogram*>(&it->second); 56 return reinterpret_cast<Histogram*>(&it->second); 77 return it->second.last_; 86 return it->second.total_; 92 it.second.last_ = -1; 93 it.second.total_ = 0;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/ |
insert_iter_iter.pass.cpp | 44 assert(m.begin()->second == 1); 46 assert(next(m.begin())->second == 1); 48 assert(next(m.begin(), 2)->second == 1); 70 assert(m.begin()->second == 1); 72 assert(next(m.begin())->second == 1); 74 assert(next(m.begin(), 2)->second == 1);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/ |
equal_range_const.pass.cpp | 43 assert(std::distance(r.first, r.second) == 1); 45 assert(r.first->second == "thirty"); 47 assert(std::distance(r.first, r.second) == 0); 68 assert(std::distance(r.first, r.second) == 1); 70 assert(r.first->second == "thirty"); 72 assert(std::distance(r.first, r.second) == 0);
|
equal_range_non_const.pass.cpp | 43 assert(std::distance(r.first, r.second) == 1); 45 assert(r.first->second == "thirty"); 47 assert(std::distance(r.first, r.second) == 0); 68 assert(std::distance(r.first, r.second) == 1); 70 assert(r.first->second == "thirty"); 72 assert(std::distance(r.first, r.second) == 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
reserve.pass.cpp | 28 assert(c.find(1)->second == "one"); 29 assert(next(c.find(1))->second == "four"); 30 assert(c.find(2)->second == "two"); 31 assert(next(c.find(2))->second == "four"); 32 assert(c.find(3)->second == "three"); 33 assert(c.find(4)->second == "four");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/ |
emplace.pass.cpp | 36 assert(r->second == Emplaceable()); 41 assert(r->second == Emplaceable(5, 6)); 47 assert(r->second == Emplaceable(6, 7)); 59 assert(r->second == Emplaceable()); 64 assert(r->second == Emplaceable(5, 6)); 70 assert(r->second == Emplaceable(6, 7));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multiset/ |
equal_range_const.pass.cpp | 44 assert(std::distance(r.first, r.second) == 1); 47 assert(std::distance(r.first, r.second) == 0); 49 assert(std::distance(r.first, r.second) == 3); 77 assert(std::distance(r.first, r.second) == 1); 80 assert(std::distance(r.first, r.second) == 0); 82 assert(std::distance(r.first, r.second) == 3);
|
equal_range_non_const.pass.cpp | 44 assert(std::distance(r.first, r.second) == 1); 47 assert(std::distance(r.first, r.second) == 0); 49 assert(std::distance(r.first, r.second) == 3); 77 assert(std::distance(r.first, r.second) == 1); 80 assert(std::distance(r.first, r.second) == 0); 82 assert(std::distance(r.first, r.second) == 3);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.set/ |
equal_range_const.pass.cpp | 44 assert(std::distance(r.first, r.second) == 1); 47 assert(std::distance(r.first, r.second) == 0); 49 assert(std::distance(r.first, r.second) == 1); 72 assert(std::distance(r.first, r.second) == 1); 75 assert(std::distance(r.first, r.second) == 0); 77 assert(std::distance(r.first, r.second) == 1);
|
equal_range_non_const.pass.cpp | 44 assert(std::distance(r.first, r.second) == 1); 47 assert(std::distance(r.first, r.second) == 0); 49 assert(std::distance(r.first, r.second) == 1); 72 assert(std::distance(r.first, r.second) == 1); 75 assert(std::distance(r.first, r.second) == 0); 77 assert(std::distance(r.first, r.second) == 1);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/ |
insert_store_hash_fn_imps.hpp | 59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); 70 std::make_pair(pos, pos_hash_pair.second) : 71 std::make_pair(ins_pos, pos_hash_pair.second)); 80 r_key, pos_hash_pair.second)) 84 return std::make_pair(pos, pos_hash_pair.second); 95 return std::make_pair(ins_pos, pos_hash_pair.second);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/ |
insert_store_hash_fn_imps.hpp | 59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); 70 std::make_pair(pos, pos_hash_pair.second) : 71 std::make_pair(ins_pos, pos_hash_pair.second)); 80 r_key, pos_hash_pair.second)) 84 return std::make_pair(pos, pos_hash_pair.second); 95 return std::make_pair(ins_pos, pos_hash_pair.second);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/ |
insert_store_hash_fn_imps.hpp | 59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); 70 std::make_pair(pos, pos_hash_pair.second) : 71 std::make_pair(ins_pos, pos_hash_pair.second)); 80 r_key, pos_hash_pair.second)) 84 return std::make_pair(pos, pos_hash_pair.second); 95 return std::make_pair(ins_pos, pos_hash_pair.second);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/gp_hash_table_map_/ |
insert_store_hash_fn_imps.hpp | 59 const size_type pos = ranged_probe_fn_base::operator()(r_key, pos_hash_pair.second, i); 70 std::make_pair(pos, pos_hash_pair.second) : 71 std::make_pair(ins_pos, pos_hash_pair.second)); 80 r_key, pos_hash_pair.second)) 84 return std::make_pair(pos, pos_hash_pair.second); 95 return std::make_pair(ins_pos, pos_hash_pair.second);
|
/system/core/logcat/tests/ |
logcat_benchmark.cpp | 38 int second; member in class:timestamp 48 &month, &day, &hour, &minute, &second, &millisecond) == 6; 68 && ((second < T.second) 69 || ((second == T.second)
|
/external/libcxx/test/std/re/re.alg/re.alg.search/ |
awk.pass.cpp | 40 assert(m.prefix().second == m[0].first); 42 assert(m.suffix().first == m[0].second); 43 assert(m.suffix().second == s+1); 55 assert(m.prefix().second == m[0].first); 57 assert(m.suffix().first == m[0].second); 58 assert(m.suffix().second == s+2); 77 assert(m.prefix().second == m[0].first); 79 assert(m.suffix().first == m[0].second); 80 assert(m.suffix().second == s+3); 99 assert(m.prefix().second == m[0].first) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ |
awk.pass.cpp | 34 assert(m.prefix().second == m[0].first); 36 assert(m.suffix().first == m[0].second); 37 assert(m.suffix().second == s+1); 49 assert(m.prefix().second == m[0].first); 51 assert(m.suffix().first == m[0].second); 52 assert(m.suffix().second == s+2); 71 assert(m.prefix().second == m[0].first); 73 assert(m.suffix().first == m[0].second); 74 assert(m.suffix().second == s+3); 93 assert(m.prefix().second == m[0].first) [all...] |
/external/compiler-rt/test/asan/TestCases/Linux/ |
unpoison_tls.cc | 22 void *second(void *arg) { function 32 assert(0 == pthread_create(&p, 0, second, 0));
|
/external/libcxx/test/std/containers/associative/map/map.modifiers/ |
insert_iter_cv.pass.cpp | 31 assert(r->second == 2.5); 37 assert(r->second == 1.5); 43 assert(r->second == 3.5); 49 assert(r->second == 3.5); 60 assert(r->second == 2.5); 66 assert(r->second == 1.5); 72 assert(r->second == 3.5); 78 assert(r->second == 3.5);
|
insert_iter_rv.pass.cpp | 35 assert(r->second == 2); 41 assert(r->second == 1); 47 assert(r->second == 3); 53 assert(r->second == 3); 65 assert(r->second == 2); 71 assert(r->second == 1); 77 assert(r->second == 3); 83 assert(r->second == 3);
|
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
insert_cv.pass.cpp | 31 assert(r->second == 2.5); 37 assert(r->second == 1.5); 43 assert(r->second == 3.5); 49 assert(r->second == 3.5); 60 assert(r->second == 2.5); 66 assert(r->second == 1.5); 72 assert(r->second == 3.5); 78 assert(r->second == 3.5);
|
insert_iter_cv.pass.cpp | 31 assert(r->second == 2.5); 37 assert(r->second == 1.5); 43 assert(r->second == 3.5); 49 assert(r->second == 4.5); 60 assert(r->second == 2.5); 66 assert(r->second == 1.5); 72 assert(r->second == 3.5); 78 assert(r->second == 4.5);
|
insert_iter_rv.pass.cpp | 35 assert(r->second == 2); 41 assert(r->second == 1); 47 assert(r->second == 3); 53 assert(r->second == 2); 65 assert(r->second == 2); 71 assert(r->second == 1); 77 assert(r->second == 3); 83 assert(r->second == 2);
|