Searched
full:begin (Results
451 -
475 of
15437) sorted by null
<<11121314151617181920>>
/external/llvm/unittests/ADT/ |
SparseSetTest.cpp | 23 EXPECT_TRUE(Set.begin() == Set.end()); 35 EXPECT_TRUE(CSet.begin() == CSet.end()); 48 EXPECT_TRUE(IP.first == Set.begin()); 51 EXPECT_FALSE(Set.begin() == Set.end()); 52 EXPECT_TRUE(Set.begin() + 1 == Set.end()); 64 EXPECT_TRUE(IP.first == Set.begin()); 69 EXPECT_EQ(5u, *Set.begin()); 73 EXPECT_TRUE(I == Set.begin()); 92 USet::const_iterator I = Set.begin(); 108 EXPECT_TRUE(IP.first == Set.begin() + 1) [all...] |
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
resource.rc | 9 BEGIN
|
/external/lzma/CPP/7zip/UI/FileManager/ |
PasswordDialog.rc | 9 BEGIN
|
ProgressDialog.rc | 9 BEGIN
|
/external/v8/src/compiler/ |
graph-trimmer.h | 28 // or any of the roots in the sequence [{begin},{end}[. 30 void TrimGraph(ForwardIterator begin, ForwardIterator end) { 31 while (begin != end) MarkAsLive(*begin++);
|
/external/valgrind/gdbserver_tests/ |
nlgone_exit.stdinB.gdb | 5 echo filter_gdb BEGIN drop\n
|
/external/valgrind/memcheck/tests/ |
vcpu_fbench.stdout.exp | 1 Ready to begin John Walker's floating point accuracy
|
/external/vboot_reference/tests/testkeys/ |
key_rsa1024.crt | 1 -----BEGIN CERTIFICATE-----
|
/frameworks/base/core/tests/coretests/certs/ |
keyset_A.x509.pem | 1 -----BEGIN CERTIFICATE-----
|
keyset_B.x509.pem | 1 -----BEGIN CERTIFICATE-----
|
/frameworks/opt/vcard/tests/res/raw/ |
v21_adr_multiple_line.vcf | 0 BEGIN:VCARD
|
v21_invalid_comment_line.vcf | 0 BEGIN:vCard
|
v21_pref_handling.vcf | 0 BEGIN:VCARD
|
v21_winmo_65.vcf | 0 BEGIN:VCARD
|
v21_x_param.vcf | 0 BEGIN:VCARD
|
v30_simple.vcf | 0 BEGIN:VCARD
|
/libcore/support/src/test/java/tests/resources/ |
test.cert | 1 -----BEGIN CERTIFICATE-----
|
/libcore/support/src/test/java/tests/resources/x509/ |
cacert.pem | 1 -----BEGIN CERTIFICATE-----
|
crl-rsa-dsa-sigopt.pem | 1 -----BEGIN X509 CRL-----
|
ecpriv.pem | 1 -----BEGIN EC PRIVATE KEY-----
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
unique.pass.cpp | 27 C c1(std::begin(t1), std::end(t1)); 28 C c2(std::begin(t2), std::end(t2)); 37 C c1(std::begin(t1), std::end(t1)); 38 C c2(std::begin(t2), std::end(t2)); 47 C c1(std::begin(t1), std::end(t1)); 48 C c2(std::begin(t2), std::end(t2)); 65 C c1(std::begin(t1), std::end(t1)); 66 C c2(std::begin(t2), std::end(t2)); 76 C c1(std::begin(t1), std::end(t1)); 77 C c2(std::begin(t2), std::end(t2)) [all...] |
unique_pred.pass.cpp | 32 C c1(std::begin(t1), std::end(t1)); 33 C c2(std::begin(t2), std::end(t2)); 42 C c1(std::begin(t1), std::end(t1)); 43 C c2(std::begin(t2), std::end(t2)); 52 C c1(std::begin(t1), std::end(t1)); 53 C c2(std::begin(t2), std::end(t2)); 70 C c1(std::begin(t1), std::end(t1)); 71 C c2(std::begin(t2), std::end(t2)); 81 C c1(std::begin(t1), std::end(t1)); 82 C c2(std::begin(t2), std::end(t2)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.modifiers/ |
insert_iter_iter_iter.pass.cpp | 48 std::list<int>::iterator i = l1.insert(l1.begin(), a1, a1+3); 49 assert(i == l1.begin()); 51 assert(distance(l1.begin(), l1.end()) == 3); 52 i = l1.begin(); 62 assert(distance(l1.begin(), l1.end()) == 6); 63 i = l1.begin(); 87 assert(distance(l1.begin(), l1.end()) == 6); 88 i = l1.begin(); 117 std::list<int, min_allocator<int>>::iterator i = l1.insert(l1.begin(), a1, a1+3); 118 assert(i == l1.begin()); [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/ |
rend.hpp | 18 #include <boost/range/begin.hpp> 30 return BOOST_DEDUCED_TYPENAME range_reverse_iterator<C>::type( boost::begin( c ) ); 41 return iter_type( boost::begin( c ) ); 50 return iter_type( boost::begin( c ) );
|
/ndk/tests/device/test-gnustl-full/unit/ |
count_test.cpp | 49 int elements = count(numbers.begin(), numbers.end(), 2); 53 count(numbers.begin(), numbers.end(), 2, elements); 62 int elements = count_if(numbers.begin(), numbers.end(), odd); 66 count_if(numbers.begin(), numbers.end(), odd, elements);
|
Completed in 874 milliseconds
<<11121314151617181920>>