/external/llvm/unittests/ADT/ |
MapVectorTest.cpp | 23 EXPECT_EQ(R.first->second, 2); 24 EXPECT_TRUE(R.second); 29 EXPECT_EQ(R.first->second, 2); 30 EXPECT_FALSE(R.second); 35 EXPECT_EQ(R.first->second, 5); 36 EXPECT_TRUE(R.second); 49 EXPECT_EQ(R.first->second, 7); 50 EXPECT_TRUE(R.second);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/ |
insert_iter_iter.pass.cpp | 44 assert(m.begin()->second == 1); 46 assert(next(m.begin())->second == 1.5); 48 assert(next(m.begin(), 2)->second == 2); 50 assert(next(m.begin(), 3)->second == 1); 52 assert(next(m.begin(), 4)->second == 1.5); 54 assert(next(m.begin(), 5)->second == 2); 56 assert(next(m.begin(), 6)->second == 1); 58 assert(next(m.begin(), 7)->second == 1.5); 60 assert(next(m.begin(), 8)->second == 2); 82 assert(m.begin()->second == 1) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.modifiers/ |
erase_const_iter.pass.cpp | 45 assert(std::distance(eq.first, eq.second) == 2); 48 assert(k->second == "one"); 51 assert(k->second == "four"); 53 assert(std::distance(eq.first, eq.second) == 1); 56 assert(k->second == "four"); 58 assert(std::distance(eq.first, eq.second) == 1); 61 assert(k->second == "three"); 63 assert(std::distance(eq.first, eq.second) == 1); 66 assert(k->second == "four"); 91 assert(std::distance(eq.first, eq.second) == 2) [all...] |
/packages/experimental/PrintService2/res/values/ |
strings.xml | 12 <string name="input_tray_second">Second input tray</string> 14 <string name="output_tray_second">Second output tray</string>
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.alg/re.alg.search/ |
extended.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...] |
basic.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...] |
/external/chromium_org/gpu/command_buffer/service/ |
safe_shared_memory_pool.cc | 84 DCHECK(it->second.reference_count); 85 DCHECK(it->second.safe_shared_memory); 86 DCHECK(it->second.safe_shared_memory->memory()); 87 it->second.reference_count++; 88 return it->second.safe_shared_memory; 101 CHECK(it->second.reference_count); 102 CHECK(it->second.safe_shared_memory); 103 if (--it->second.reference_count == 0) { 107 DCHECK_LE(it->second.shm_size, address_space_consumed_); 108 address_space_consumed_ -= it->second.shm_size [all...] |
id_manager.cc | 18 return result.second; 23 if (iter != id_map_.end() && iter->second == service_id) { 34 *service_id = iter->second; 46 if (iter->second == service_id) {
|
/external/llvm/test/CodeGen/ARM/ |
returned-trunc-tail-calls.ll | 30 %second = extractvalue {i32, i32} %in, 1 31 %second.trunc = trunc i32 %second to i8 34 %callval = insertvalue {i32, i8} %tmp, i8 %second.trunc, 1 38 %res = insertvalue {i8, i8} %restmp, i8 %second.trunc, 1 49 %second = extractvalue {i32, {i32, i32}} %val, 1, 0 53 %reseventmper = insertvalue {{i32, i32}, i32} %restmp, i32 %second, 0, 1 73 %second = extractvalue {i32, {i32, i32}} %agg, 1, 0 76 %res = insertvalue {{}, {{}, i32, {}}, [1 x i32]} %restmp, i32 %second, 2, 0 104 %second = extractvalue {i64, i32} %agg, [all...] |
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/ |
ResourceManager.cpp | 133 if (bufferObject->second) bufferObject->second->release(); 144 if (shaderObject->second->getRefCount() == 0) 147 delete shaderObject->second; 152 shaderObject->second->flagForDeletion(); 163 if (programObject->second->getRefCount() == 0) 166 delete programObject->second; 171 programObject->second->flagForDeletion(); 183 if (textureObject->second) textureObject->second->release() [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.cnstr/ |
move_alloc.pass.cpp | 61 assert(std::distance(eq.first, eq.second) == 2); 64 assert(i->second == "one"); 67 assert(i->second == "four"); 69 assert(std::distance(eq.first, eq.second) == 2); 72 assert(i->second == "two"); 75 assert(i->second == "four"); 78 assert(std::distance(eq.first, eq.second) == 1); 81 assert(i->second == "three"); 83 assert(std::distance(eq.first, eq.second) == 1); 86 assert(i->second == "four") [all...] |
/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...] |
/prebuilts/ndk/9/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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/ |
swap_member.pass.cpp | 83 assert(c1.find(10)->second == "ten"); 84 assert(c1.find(20)->second == "twenty"); 85 assert(c1.find(30)->second == "thirty"); 86 assert(c1.find(40)->second == "fourty"); 87 assert(c1.find(50)->second == "fifty"); 88 assert(c1.find(60)->second == "sixty"); 89 assert(c1.find(70)->second == "seventy"); 90 assert(c1.find(80)->second == "eighty"); 138 assert(c2.find(1)->second == "one"); 139 assert(next(c2.find(1))->second == "four") [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.multimap/unord.multimap.swap/ |
swap_non_member.pass.cpp | 82 assert(c1.find(10)->second == "ten"); 83 assert(c1.find(20)->second == "twenty"); 84 assert(c1.find(30)->second == "thirty"); 85 assert(c1.find(40)->second == "fourty"); 86 assert(c1.find(50)->second == "fifty"); 87 assert(c1.find(60)->second == "sixty"); 88 assert(c1.find(70)->second == "seventy"); 89 assert(c1.find(80)->second == "eighty"); 137 assert(c2.find(1)->second == "one"); 138 assert(next(c2.find(1))->second == "four") [all...] |
/art/runtime/ |
class_reference.h | 30 if (lhs.second < rhs.second) { 32 } else if (lhs.second > rhs.second) {
|
/external/chromium_org/content/browser/ |
cert_store_impl.cc | 24 return (value == p.second); 86 cert_id = cert_iter->second; 92 if (std::find_if(process_ids.first, process_ids.second, 93 MatchSecond<int>(cert_id)) == process_ids.second) { 100 if (std::find_if(cert_ids.first, cert_ids.second, 101 MatchSecond<int>(process_id)) == cert_ids.second) { 116 *cert = iter->second; 124 ReverseCertMap::iterator id_iter = cert_to_id_.find(cert_iter->second.get()); 128 cert_iter->second->Release(); 139 ids_iter != process_ids.second; ++ids_iter) [all...] |
/external/chromium_org/third_party/WebKit/ManualTests/ |
empty-title-popup.html | 2 <p>Select the second item on the pop up.
|
remove-on-drop-crash.html | 2 Load <a href="http://www.google.com/">Google</a> and drag the logo onto this page. The second time you drag it on, Safari will crash.
|
/external/chromium_org/third_party/WebKit/Source/core/svg/ |
SVGAnimatedAngle.cpp | 49 animatedPair.second = orientType; 89 if (fromAngleAndEnumeration.second != toAngleAndEnumeration.second || fromAngleAndEnumeration.second != SVGMarkerOrientAngle) 106 if (fromAngleAndEnumeration.second != toAngleAndEnumeration.second) { 108 if (fromAngleAndEnumeration.second == SVGMarkerOrientAngle) { 110 if (toAngleAndEnumeration.second == SVGMarkerOrientAuto) { 113 animatedAngleAndEnumeration.second = SVGMarkerOrientAngle; 117 animatedAngleAndEnumeration.second = SVGMarkerOrientAuto [all...] |
/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):
|
/external/clang/test/CXX/class/class.mem/ |
p1b.cpp | 4 // The second run checks the order of inline method definitions: 32 // CHECK: error: use of undeclared identifier 'second' 33 void b2(int a = second); // expected-error{{use of undeclared identifier 'second'}}
|
/external/clang/test/SemaCXX/ |
non-empty-class-size-zero.cpp | 15 int second; member in struct:Y
|