/external/libcxx/test/std/containers/associative/map/map.ops/ |
upper_bound.pass.cpp | 43 assert(r == next(m.begin(), 1)); 45 assert(r == next(m.begin(), 2)); 47 assert(r == next(m.begin(), 3)); 49 assert(r == next(m.begin(), 4)); 51 assert(r == next(m.begin(), 5)); 53 assert(r == next(m.begin(), 6)); 55 assert(r == next(m.begin(), 7)); 57 assert(r == next(m.begin(), 8)); 59 assert(r == next(m.begin(), 0)); 61 assert(r == next(m.begin(), 1)) [all...] |
/external/libcxx/test/std/containers/associative/set/ |
lower_bound.pass.cpp | 43 assert(r == m.begin()); 45 assert(r == next(m.begin())); 47 assert(r == next(m.begin(), 2)); 49 assert(r == next(m.begin(), 3)); 51 assert(r == next(m.begin(), 4)); 53 assert(r == next(m.begin(), 5)); 55 assert(r == next(m.begin(), 6)); 57 assert(r == next(m.begin(), 7)); 59 assert(r == next(m.begin(), 0)); 61 assert(r == next(m.begin(), 1)) [all...] |
upper_bound.pass.cpp | 43 assert(r == next(m.begin(), 1)); 45 assert(r == next(m.begin(), 2)); 47 assert(r == next(m.begin(), 3)); 49 assert(r == next(m.begin(), 4)); 51 assert(r == next(m.begin(), 5)); 53 assert(r == next(m.begin(), 6)); 55 assert(r == next(m.begin(), 7)); 57 assert(r == next(m.begin(), 8)); 59 assert(r == next(m.begin(), 0)); 61 assert(r == next(m.begin(), 1)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.ops/ |
lower_bound.pass.cpp | 43 assert(r == m.begin()); 45 assert(r == next(m.begin())); 47 assert(r == next(m.begin(), 2)); 49 assert(r == next(m.begin(), 3)); 51 assert(r == next(m.begin(), 4)); 53 assert(r == next(m.begin(), 5)); 55 assert(r == next(m.begin(), 6)); 57 assert(r == next(m.begin(), 7)); 59 assert(r == next(m.begin(), 0)); 61 assert(r == next(m.begin(), 1)) [all...] |
upper_bound.pass.cpp | 43 assert(r == next(m.begin(), 1)); 45 assert(r == next(m.begin(), 2)); 47 assert(r == next(m.begin(), 3)); 49 assert(r == next(m.begin(), 4)); 51 assert(r == next(m.begin(), 5)); 53 assert(r == next(m.begin(), 6)); 55 assert(r == next(m.begin(), 7)); 57 assert(r == next(m.begin(), 8)); 59 assert(r == next(m.begin(), 0)); 61 assert(r == next(m.begin(), 1)) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/ |
lower_bound.pass.cpp | 43 assert(r == m.begin()); 45 assert(r == next(m.begin())); 47 assert(r == next(m.begin(), 2)); 49 assert(r == next(m.begin(), 3)); 51 assert(r == next(m.begin(), 4)); 53 assert(r == next(m.begin(), 5)); 55 assert(r == next(m.begin(), 6)); 57 assert(r == next(m.begin(), 7)); 59 assert(r == next(m.begin(), 0)); 61 assert(r == next(m.begin(), 1)) [all...] |
upper_bound.pass.cpp | 43 assert(r == next(m.begin(), 1)); 45 assert(r == next(m.begin(), 2)); 47 assert(r == next(m.begin(), 3)); 49 assert(r == next(m.begin(), 4)); 51 assert(r == next(m.begin(), 5)); 53 assert(r == next(m.begin(), 6)); 55 assert(r == next(m.begin(), 7)); 57 assert(r == next(m.begin(), 8)); 59 assert(r == next(m.begin(), 0)); 61 assert(r == next(m.begin(), 1)) [all...] |
/external/lzma/CPP/7zip/Bundles/SFXSetup/ |
SFXSetup.dsp | 25 # Begin Project
117 # Begin Target
122 # Begin Group "Spec"
125 # Begin Source File
129 # Begin Source File
134 # Begin Source File
139 # Begin Group "Interface"
143 # Begin Group "7z"
146 # Begin Source File
150 # Begin Source File [all...] |
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
SFXWin.dsp | 25 # Begin Project
117 # Begin Target
122 # Begin Group "Spec"
125 # Begin Source File
130 # Begin Source File
135 # Begin Group "7z"
138 # Begin Source File
142 # Begin Source File
146 # Begin Source File
150 # Begin Source File [all...] |
/external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/ |
erase_after_one.pass.cpp | 25 C c(std::begin(t), std::end(t)); 29 assert(distance(c.begin(), c.end()) == 4); 30 assert(*next(c.begin(), 0) == 0); 31 assert(*next(c.begin(), 1) == 1); 32 assert(*next(c.begin(), 2) == 2); 33 assert(*next(c.begin(), 3) == 3); 36 assert(i == c.begin()); 37 assert(distance(c.begin(), c.end()) == 3); 38 assert(*next(c.begin(), 0) == 1); 39 assert(*next(c.begin(), 1) == 2) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/ |
erase_after_one.pass.cpp | 25 C c(std::begin(t), std::end(t)); 29 assert(distance(c.begin(), c.end()) == 4); 30 assert(*next(c.begin(), 0) == 0); 31 assert(*next(c.begin(), 1) == 1); 32 assert(*next(c.begin(), 2) == 2); 33 assert(*next(c.begin(), 3) == 3); 36 assert(i == c.begin()); 37 assert(distance(c.begin(), c.end()) == 3); 38 assert(*next(c.begin(), 0) == 1); 39 assert(*next(c.begin(), 1) == 2) [all...] |
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
LzmaCon.dsp | 24 # Begin Project
81 # Begin Target
85 # Begin Group "Spec"
88 # Begin Source File
93 # Begin Source File
98 # Begin Group "Compress"
101 # Begin Source File
105 # Begin Source File
109 # Begin Source File
113 # Begin Source File [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
rndshf_test.cpp | 56 __iota(v1.begin(), v1.end(), 0); 61 random_shuffle(v1.begin(), v1.end(), r); 62 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 0)==1); 63 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 1)==1); 64 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 2)==1); 65 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 3)==1); 66 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 4)==1); 67 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 5)==1); 68 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 6)==1); 69 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 7)==1) [all...] |
/ndk/tests/device/test-stlport/unit/ |
rndshf_test.cpp | 56 __iota(v1.begin(), v1.end(), 0); 61 random_shuffle(v1.begin(), v1.end(), r); 62 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 0)==1); 63 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 1)==1); 64 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 2)==1); 65 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 3)==1); 66 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 4)==1); 67 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 5)==1); 68 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 6)==1); 69 CPPUNIT_ASSERT(count(v1.begin(), v1.end(), 7)==1) [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t032subrulePredict.g | 6 a: 'BEGIN' b WS+ 'END';
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t032subrulePredict.g | 6 a: 'BEGIN' b WS+ 'END';
|
/external/e2fsprogs/ |
.missing-copyright | 3 find . -type f \! -name \*~ \! -exec grep -q Begin-Header \{\} \; -print \
|
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
insert_iter_iter.pass.cpp | 43 assert(m.begin()->first == 1); 44 assert(m.begin()->second == 1); 45 assert(next(m.begin())->first == 1); 46 assert(next(m.begin())->second == 1.5); 47 assert(next(m.begin(), 2)->first == 1); 48 assert(next(m.begin(), 2)->second == 2); 49 assert(next(m.begin(), 3)->first == 2); 50 assert(next(m.begin(), 3)->second == 1); 51 assert(next(m.begin(), 4)->first == 2); 52 assert(next(m.begin(), 4)->second == 1.5) [all...] |
/external/libcxx/test/std/containers/associative/multiset/ |
erase_key.pass.cpp | 44 assert(*next(m.begin(), 0) == 3); 45 assert(*next(m.begin(), 1) == 3); 46 assert(*next(m.begin(), 2) == 3); 47 assert(*next(m.begin(), 3) == 5); 48 assert(*next(m.begin(), 4) == 5); 49 assert(*next(m.begin(), 5) == 5); 50 assert(*next(m.begin(), 6) == 7); 51 assert(*next(m.begin(), 7) == 7); 52 assert(*next(m.begin(), 8) == 7); 57 assert(*next(m.begin(), 0) == 3) [all...] |
/external/toybox/tests/ |
uudecode.test | 8 "yes\n" "" "begin 744 test\n\`\nend\n" 10 "begin 744 test\n!80 \n\`\nend\n" 12 "begin 744 test\n\"86( \n\`\nend\n" 14 "begin 744 test\n#86)C\n\`\nend\n" 17 "yes\n" "" "begin-base64 744 test\n====\n" 19 "begin-base64 744 test\nYQ==\n====\n" 21 "begin-base64 744 test\nYWI=\n====\n" 23 "begin-base64 744 test\nYWJj\n====\n" 26 "yes" "" "begin-base64 744 uudecode-fn-test\nYWJj\n====\n"
|
/frameworks/opt/vcard/tests/res/raw/ |
v21_backslash.vcf | 0 BEGIN:VCARD
|
v21_invalid_multiple_line.vcf | 0 BEGIN:VCARD
|
v21_malformed_photo.vcf | 0 BEGIN:VCARD
|
v21_org_before_title.vcf | 0 BEGIN:VCARD
|
v21_sip.vcf | 0 BEGIN:VCARD
|