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

1 2 3 4 56 7 8 91011>>

  /frameworks/opt/vcard/tests/res/raw/
v21_title_before_org.vcf 0 BEGIN:VCARD
v30_pager.vcf 0 BEGIN:VCARD
v30_sip.vcf 0 BEGIN:VCARD
v40_sort_as.vcf 0 BEGIN:VCARD
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/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...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 10 equal(__x.begin(), __x.end(), __y.begin());
17 return lexicographical_compare(__x.begin(), __x.end(),
18 __y.begin(), __y.end());
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_relops_cont.h 10 equal(__x.begin(), __x.end(), __y.begin());
17 return lexicographical_compare(__x.begin(), __x.end(),
18 __y.begin(), __y.end());
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/
checkbox.rc 2 BEGIN
combobox.rc 5 BEGIN
quoteclass.rc 5 BEGIN
strtab3.rc 8 BEGIN
strtab4.rc 8 BEGIN
version.rc 13 BEGIN
15 BEGIN
17 BEGIN
29 BEGIN
version_cat.rc 13 BEGIN
15 BEGIN
17 BEGIN
29 BEGIN
version_small.rc 13 BEGIN
15 BEGIN
17 BEGIN
29 BEGIN
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/xtensa/
entry_misalign2.s 1 .begin no-transform
weak-call.s 2 .begin no-longcalls
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
atend.s 0 begin:
1 begin: label
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-xtensa/
lcall1.s 7 .begin longcalls
  /external/libcxx/test/std/containers/associative/map/map.ops/
find.pass.cpp 44 assert(r == m.begin());
46 assert(r == next(m.begin()));
48 assert(r == next(m.begin(), 2));
50 assert(r == next(m.begin(), 3));
52 assert(r == next(m.begin(), 4));
54 assert(r == next(m.begin(), 5));
56 assert(r == next(m.begin(), 6));
58 assert(r == next(m.begin(), 7));
60 assert(r == next(m.begin(), 8));
77 assert(r == m.begin());
    [all...]
  /external/tcpdump/win32/prj/
WinDump.dsp 24 # Begin Project
82 # Begin Target
86 # Begin Source File
90 # Begin Source File
94 # Begin Source File
98 # Begin Source File
102 # Begin Source File
106 # Begin Source File
110 # Begin Source File
114 # Begin Source Fil
    [all...]
  /external/libcxx/test/std/containers/sequences/list/list.ops/
splice_pos_list.pass.cpp 32 assert(distance(l1.begin(), l1.end()) == 0);
34 assert(distance(l2.begin(), l2.end()) == 0);
41 assert(distance(l1.begin(), l1.end()) == 1);
43 assert(distance(l2.begin(), l2.end()) == 0);
44 std::list<int>::const_iterator i = l1.begin();
52 assert(distance(l1.begin(), l1.end()) == 2);
54 assert(distance(l2.begin(), l2.end()) == 0);
55 std::list<int>::const_iterator i = l1.begin();
65 assert(distance(l1.begin(), l1.end()) == 3);
67 assert(distance(l2.begin(), l2.end()) == 0)
    [all...]
splice_pos_list_iter_iter.pass.cpp 29 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin()));
31 assert(distance(l1.begin(), l1.end()) == 3);
32 std::list<int>::const_iterator i = l1.begin();
41 l1.splice(l1.begin(), l1, next(l1.begin()), next(l1.begin(), 2));
43 assert(distance(l1.begin(), l1.end()) == 3);
44 std::list<int>::const_iterator i = l1.begin();
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/list/list.ops/
splice_pos_list.pass.cpp 32 assert(distance(l1.begin(), l1.end()) == 0);
34 assert(distance(l2.begin(), l2.end()) == 0);
41 assert(distance(l1.begin(), l1.end()) == 1);
43 assert(distance(l2.begin(), l2.end()) == 0);
44 std::list<int>::const_iterator i = l1.begin();
52 assert(distance(l1.begin(), l1.end()) == 2);
54 assert(distance(l2.begin(), l2.end()) == 0);
55 std::list<int>::const_iterator i = l1.begin();
65 assert(distance(l1.begin(), l1.end()) == 3);
67 assert(distance(l2.begin(), l2.end()) == 0)
    [all...]

Completed in 932 milliseconds

1 2 3 4 56 7 8 91011>>