HomeSort by relevance Sort by last modified time
    Searched full:begin (Results 226 - 250 of 15437) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
tmmintrin.h 37 /* APPLE LOCAL begin nodebug inline */
41 /* APPLE LOCAL begin radar 5618945 */
50 /* APPLE LOCAL begin radar 5618945 */
58 /* APPLE LOCAL begin radar 5618945 */
66 /* APPLE LOCAL begin radar 5618945 */
74 /* APPLE LOCAL begin radar 5618945 */
82 /* APPLE LOCAL begin radar 5618945 */
90 /* APPLE LOCAL begin radar 5618945 */
98 /* APPLE LOCAL begin radar 5618945 */
106 /* APPLE LOCAL begin radar 5618945 *
    [all...]
mmintrin.h 48 /* APPLE LOCAL begin nodebug inline 4152603 */
52 /* APPLE LOCAL begin radar 5618945 */
62 /* APPLE LOCAL begin radar 4152603 */
63 /* APPLE LOCAL begin radar 5618945 */
71 /* APPLE LOCAL begin radar 5618945 */
80 /* APPLE LOCAL begin radar 5618945 */
88 /* APPLE LOCAL begin radar 5618945 */
100 /* APPLE LOCAL begin radar 5618945 */
108 /* APPLE LOCAL begin radar 5618945 */
117 /* APPLE LOCAL begin radar 5618945 *
    [all...]
  /external/libcxx/test/std/containers/associative/multimap/multimap.cons/
move.pass.cpp 35 assert(distance(m.begin(), m.end()) == 0);
40 assert(distance(mo.begin(), mo.end()) == 0);
62 assert(distance(m.begin(), m.end()) == 9);
63 assert(*m.begin() == V(1, 1));
64 assert(*next(m.begin()) == V(1, 1.5));
65 assert(*next(m.begin(), 2) == V(1, 2));
66 assert(*next(m.begin(), 3) == V(2, 1));
67 assert(*next(m.begin(), 4) == V(2, 1.5));
68 assert(*next(m.begin(), 5) == V(2, 2));
69 assert(*next(m.begin(), 6) == V(3, 1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
move.pass.cpp 35 assert(distance(m.begin(), m.end()) == 0);
40 assert(distance(mo.begin(), mo.end()) == 0);
62 assert(distance(m.begin(), m.end()) == 9);
63 assert(*m.begin() == V(1, 1));
64 assert(*next(m.begin()) == V(1, 1.5));
65 assert(*next(m.begin(), 2) == V(1, 2));
66 assert(*next(m.begin(), 3) == V(2, 1));
67 assert(*next(m.begin(), 4) == V(2, 1.5));
68 assert(*next(m.begin(), 5) == V(2, 2));
69 assert(*next(m.begin(), 6) == V(3, 1))
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
mmintrin.h 48 /* APPLE LOCAL begin nodebug inline 4152603 */
52 /* APPLE LOCAL begin radar 5618945 */
62 /* APPLE LOCAL begin radar 4152603 */
63 /* APPLE LOCAL begin radar 5618945 */
71 /* APPLE LOCAL begin radar 5618945 */
80 /* APPLE LOCAL begin radar 5618945 */
88 /* APPLE LOCAL begin radar 5618945 */
100 /* APPLE LOCAL begin radar 5618945 */
108 /* APPLE LOCAL begin radar 5618945 */
117 /* APPLE LOCAL begin radar 5618945 *
    [all...]
  /external/libcxx/test/std/containers/associative/map/map.cons/
copy_assign.pass.cpp 47 assert(distance(m.begin(), m.end()) == 3);
48 assert(*m.begin() == V(1, 1));
49 assert(*next(m.begin()) == V(2, 1));
50 assert(*next(m.begin(), 2) == V(3, 1));
55 assert(distance(mo.begin(), mo.end()) == 3);
56 assert(*mo.begin() == V(1, 1));
57 assert(*next(mo.begin()) == V(2, 1));
58 assert(*next(mo.begin(), 2) == V(3, 1));
73 assert(std::equal(m.begin(), m.end(), ar));
97 assert(distance(m.begin(), m.end()) == 3)
    [all...]
copy_alloc.pass.cpp 46 assert(distance(m.begin(), m.end()) == 3);
47 assert(*m.begin() == V(1, 1));
48 assert(*next(m.begin()) == V(2, 1));
49 assert(*next(m.begin(), 2) == V(3, 1));
54 assert(distance(mo.begin(), mo.end()) == 3);
55 assert(*mo.begin() == V(1, 1));
56 assert(*next(mo.begin()) == V(2, 1));
57 assert(*next(mo.begin(), 2) == V(3, 1));
81 assert(distance(m.begin(), m.end()) == 3);
82 assert(*m.begin() == V(1, 1))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.cons/
copy_assign.pass.cpp 47 assert(distance(m.begin(), m.end()) == 3);
48 assert(*m.begin() == V(1, 1));
49 assert(*next(m.begin()) == V(2, 1));
50 assert(*next(m.begin(), 2) == V(3, 1));
55 assert(distance(mo.begin(), mo.end()) == 3);
56 assert(*mo.begin() == V(1, 1));
57 assert(*next(mo.begin()) == V(2, 1));
58 assert(*next(mo.begin(), 2) == V(3, 1));
73 assert(std::equal(m.begin(), m.end(), ar));
97 assert(distance(m.begin(), m.end()) == 3)
    [all...]
  /bootable/recovery/tests/testdata/
testkey_ecdsa.x509.pem 1 -----BEGIN CERTIFICATE-----
  /device/moto/shamu/location/
Android.mk 3 #only /etc/gps.conf to begin with
  /external/boringssl/src/ssl/test/runner/
channel_id_key.pem 1 -----BEGIN EC PRIVATE KEY-----
  /external/clang/test/SemaCXX/
PR11358.cpp 8 iterator begin() { return iterator(); } function in struct:test1::container
15 Container::iterator i = c.begin(); // expected-error{{missing 'typename'}}
25 const_iterator begin() const;
31 for (hash_map<KeyType, ValueType>::const_iterator it = map.begin(); // expected-error{{missing 'typename'}}
  /external/conscrypt/src/test/resources/
ct-server-key-public.pem 1 -----BEGIN PUBLIC KEY-----
  /external/curl/tests/certs/
Server-localhost-sv.pub.pem 1 -----BEGIN PUBLIC KEY-----
Server-localhost.nn-sv.pub.pem 1 -----BEGIN PUBLIC KEY-----
  /external/dbus/test/data/auth/
cancel.auth-script 15 SEND 'BEGIN'
external-root.auth-script 9 SEND 'BEGIN'
extra-bytes.auth-script 7 SEND 'BEGIN\r\nHello'
  /external/jemalloc/
.autom4te.cfg 0 begin-language: "Autoconf-without-aclocal-m4"
  /external/libcxx/test/std/containers/associative/set/set.cons/
copy.pass.cpp 45 assert(distance(m.begin(), m.end()) == 3);
46 assert(*m.begin() == 1);
47 assert(*next(m.begin()) == 2);
48 assert(*next(m.begin(), 2) == 3);
53 assert(distance(mo.begin(), mo.end()) == 3);
54 assert(*mo.begin() == 1);
55 assert(*next(mo.begin()) == 2);
56 assert(*next(mo.begin(), 2) == 3);
80 assert(distance(m.begin(), m.end()) == 3);
81 assert(*m.begin() == 1)
    [all...]
  /external/libcxx/test/std/containers/sequences/list/list.modifiers/
erase_iter.pass.cpp 24 std::list<int>::const_iterator i = l1.begin();
28 assert(distance(l1.begin(), l1.end()) == 2);
30 assert(*l1.begin() == 1);
31 assert(*next(l1.begin()) == 3);
35 assert(distance(l1.begin(), l1.end()) == 1);
36 assert(*l1.begin() == 1);
37 j = l1.erase(l1.begin());
40 assert(distance(l1.begin(), l1.end()) == 0);
46 std::list<int, min_allocator<int>>::const_iterator i = l1.begin();
50 assert(distance(l1.begin(), l1.end()) == 2)
    [all...]
  /external/libcxx/test/std/containers/sequences/vector/vector.modifiers/
erase_iter.pass.cpp 26 std::vector<int>::const_iterator i = l1.begin();
31 assert(distance(l1.begin(), l1.end()) == 2);
33 assert(*l1.begin() == 1);
34 assert(*next(l1.begin()) == 3);
39 assert(distance(l1.begin(), l1.end()) == 1);
40 assert(*l1.begin() == 1);
42 j = l1.erase(l1.begin());
45 assert(distance(l1.begin(), l1.end()) == 0);
52 std::vector<int, min_allocator<int>>::const_iterator i = l1.begin();
57 assert(distance(l1.begin(), l1.end()) == 2)
    [all...]
  /external/libcxx/test/std/containers/sequences/vector.bool/
erase_iter.pass.cpp 25 std::vector<bool>::const_iterator i = l1.begin();
29 assert(distance(l1.begin(), l1.end()) == 2);
31 assert(*l1.begin() == 1);
32 assert(*next(l1.begin()) == true);
36 assert(distance(l1.begin(), l1.end()) == 1);
37 assert(*l1.begin() == true);
38 j = l1.erase(l1.begin());
41 assert(distance(l1.begin(), l1.end()) == 0);
46 std::vector<bool, min_allocator<bool>>::const_iterator i = l1.begin();
50 assert(distance(l1.begin(), l1.end()) == 2)
    [all...]
  /external/libcxx/test/std/experimental/string.view/string.view.iterators/
end.pass.cpp 28 assert( e == s.begin());
29 assert(ce1 == cs.begin());
30 assert(ce2 == s.begin());
34 assert( e != s.begin());
35 assert(ce1 != cs.begin());
36 assert(ce2 != s.begin());
39 assert( e - s.begin() == s.size());
40 assert(ce1 - cs.begin() == cs.size());
74 static_assert ( sv.begin() != sv.end(), "" );
75 static_assert ( u16sv.begin() != u16sv.end(), "" )
    [all...]
  /external/libmicrohttpd/src/microhttpd/
microhttpd_dll_res.rc.in 14 BEGIN
16 BEGIN
18 BEGIN
31 BEGIN

Completed in 902 milliseconds

1 2 3 4 5 6 7 8 91011>>