HomeSort by relevance Sort by last modified time
    Searched full:begin (Results 401 - 425 of 17279) sorted by null

<<11121314151617181920>>

  /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-----
  /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);
innerprod_test.cpp 58 size_t result = inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)0);
69 size_t result=inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)1, mult, add);
  /ndk/tests/device/test-stlport/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);
innerprod_test.cpp 58 size_t result = inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)0);
69 size_t result=inner_product(v1.begin(), v1.end(), v2.begin(), (size_t)1, mult, add);
  /packages/apps/Contacts/tests/assets/
v30_simple.vcf 0 BEGIN:VCARD
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
syslimits.h 7 /* APPLE LOCAL begin 4401222 */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
syslimits.h 7 /* APPLE LOCAL begin 4401222 */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
badcert.pem 1 -----BEGIN RSA PRIVATE KEY-----
16 -----BEGIN CERTIFICATE-----
19 -----BEGIN RSA PRIVATE KEY-----
34 -----BEGIN CERTIFICATE-----
badkey.pem 1 -----BEGIN RSA PRIVATE KEY-----
4 -----BEGIN CERTIFICATE-----
21 -----BEGIN RSA PRIVATE KEY-----
24 -----BEGIN CERTIFICATE-----
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
badcert.pem 1 -----BEGIN RSA PRIVATE KEY-----
16 -----BEGIN CERTIFICATE-----
19 -----BEGIN RSA PRIVATE KEY-----
34 -----BEGIN CERTIFICATE-----
badkey.pem 1 -----BEGIN RSA PRIVATE KEY-----
4 -----BEGIN CERTIFICATE-----
21 -----BEGIN RSA PRIVATE KEY-----
24 -----BEGIN CERTIFICATE-----
  /sdk/emulator/opengl/host/renderer/
Android.mk 4 $(call emugl-begin-host-executable,emulator_renderer)
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
Android.mk 5 $(call emugl-begin-host-static-library,libEGL_host_wrapper)
  /sdk/emulator/opengl/tests/event_injector/
Android.mk 3 $(call emugl-begin-host-static-library,event_injector)

Completed in 1315 milliseconds

<<11121314151617181920>>