HomeSort by relevance Sort by last modified time
    Searched full:begin (Results 1 - 25 of 10864) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/Inputs/
pragma-arc-cf-code-audited.h 16 #pragma clang arc_cf_code_audited begin
  /external/libvorbis/doc/
Vorbis_I_spec.cfg 2 \begin{document}
  /frameworks/opt/vcard/tests/res/raw/
v21_simple_1.vcf 0 BEGIN:VCARD
v21_simple_2.vcf 0 BEGIN:VCARD
v21_nest.vcf 0 BEGIN:VCARD
4 BEGIN:VCARD
8 BEGIN:VCARD
v21_simple_3.vcf 0 BEGIN:VCARD
v30_multibyte_param.vcf 0 BEGIN:VCARD
v30_pause_wait.vcf 0 BEGIN:VCARD
  /packages/apps/Contacts/tests/assets/
v21_simple.vcf 0 BEGIN:VCARD
  /external/valgrind/main/none/tests/
pth_mutexspeed.stdout.exp 0 begin 100000 lock--unlocks
  /sdk/files/
plugin.prop 0 # begin plugin.prop
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/multimap.modifiers/
erase_iter.pass.cpp 41 assert(i == next(m.begin(), 3));
42 assert(m.begin()->first == 1);
43 assert(m.begin()->second == 1);
44 assert(next(m.begin())->first == 1);
45 assert(next(m.begin())->second == 1.5);
46 assert(next(m.begin(), 2)->first == 1);
47 assert(next(m.begin(), 2)->second == 2);
48 assert(next(m.begin(), 3)->first == 2);
49 assert(next(m.begin(), 3)->second == 1.5);
50 assert(next(m.begin(), 4)->first == 2)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.modifiers/
erase_key.pass.cpp 41 assert(m.begin()->first == 1);
42 assert(m.begin()->second == 1.5);
43 assert(next(m.begin())->first == 2);
44 assert(next(m.begin())->second == 2.5);
45 assert(next(m.begin(), 2)->first == 3);
46 assert(next(m.begin(), 2)->second == 3.5);
47 assert(next(m.begin(), 3)->first == 4);
48 assert(next(m.begin(), 3)->second == 4.5);
49 assert(next(m.begin(), 4)->first == 5);
50 assert(next(m.begin(), 4)->second == 5.5)
    [all...]
erase_iter.pass.cpp 40 assert(i == next(m.begin(), 3));
41 assert(m.begin()->first == 1);
42 assert(m.begin()->second == 1.5);
43 assert(next(m.begin())->first == 2);
44 assert(next(m.begin())->second == 2.5);
45 assert(next(m.begin(), 2)->first == 3);
46 assert(next(m.begin(), 2)->second == 3.5);
47 assert(next(m.begin(), 3)->first == 5);
48 assert(next(m.begin(), 3)->second == 5.5);
49 assert(next(m.begin(), 4)->first == 6)
    [all...]
  /external/oprofile/libregex/
demangle_java_symbol.cpp 40 string::const_iterator & begin, string::const_iterator end);
42 string::const_iterator & begin, string::const_iterator end);
46 string::const_iterator & begin, string::const_iterator end)
50 if (begin == end)
53 switch (*begin) {
66 ++begin;
72 string::const_iterator & begin, string::const_iterator end)
74 if (base_type(result, begin, end))
77 if (object_type(result, begin, end))
80 if (array_type(result, begin, end)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/map/map.ops/
equal_range.pass.cpp 39 assert(r.first == next(m.begin(), 0));
40 assert(r.second == next(m.begin(), 1));
42 assert(r.first == next(m.begin(), 1));
43 assert(r.second == next(m.begin(), 2));
45 assert(r.first == next(m.begin(), 2));
46 assert(r.second == next(m.begin(), 3));
48 assert(r.first == next(m.begin(), 3));
49 assert(r.second == next(m.begin(), 4));
51 assert(r.first == next(m.begin(), 4));
52 assert(r.second == next(m.begin(), 5))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/set/
equal_range.pass.cpp 39 assert(r.first == next(m.begin(), 0));
40 assert(r.second == next(m.begin(), 1));
42 assert(r.first == next(m.begin(), 1));
43 assert(r.second == next(m.begin(), 2));
45 assert(r.first == next(m.begin(), 2));
46 assert(r.second == next(m.begin(), 3));
48 assert(r.first == next(m.begin(), 3));
49 assert(r.second == next(m.begin(), 4));
51 assert(r.first == next(m.begin(), 4));
52 assert(r.second == next(m.begin(), 5))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/re/re.traits/
isctype.pass.cpp 25 assert( t.isctype('_', t.lookup_classname(s.begin(), s.end())));
26 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end())));
27 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end())));
28 assert( t.isctype('5', t.lookup_classname(s.begin(), s.end())));
29 assert(!t.isctype(' ', t.lookup_classname(s.begin(), s.end())));
30 assert(!t.isctype('-', t.lookup_classname(s.begin(), s.end())));
31 assert(!t.isctype('@', t.lookup_classname(s.begin(), s.end())));
34 assert(!t.isctype('_', t.lookup_classname(s.begin(), s.end())));
35 assert( t.isctype('a', t.lookup_classname(s.begin(), s.end())));
36 assert( t.isctype('Z', t.lookup_classname(s.begin(), s.end())))
    [all...]
  /external/clang/test/CodeGen/
2002-07-17-StringConstant.c 4 char * foo() { return "\\begin{"; }
  /external/e2fsprogs/misc/
profile-to-c.awk 2 BEGIN {
  /external/icu4c/common/
chariter.cpp 22 : textLength(0), pos(0), begin(0), end(0) {
26 : textLength(length), pos(0), begin(0), end(length) {
33 : textLength(length), pos(position), begin(0), end(length) {
45 : textLength(length), pos(position), begin(textBegin), end(textEnd) {
49 if(begin < 0) {
50 begin = 0;
51 } else if(begin > textLength) {
52 begin = textLength;
54 if(end < begin) {
55 end = begin;
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.modifiers/
erase_after_many.pass.cpp 23 C c(std::begin(t), std::end(t));
27 assert(distance(c.begin(), c.end()) == 10);
28 assert(*next(c.begin(), 0) == 0);
29 assert(*next(c.begin(), 1) == 1);
30 assert(*next(c.begin(), 2) == 2);
31 assert(*next(c.begin(), 3) == 3);
32 assert(*next(c.begin(), 4) == 4);
33 assert(*next(c.begin(), 5) == 5);
34 assert(*next(c.begin(), 6) == 6);
35 assert(*next(c.begin(), 7) == 7)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.spec/
member_swap.pass.cpp 26 C c1(std::begin(t1), std::end(t1), A(1));
28 C c2(std::begin(t2), std::end(t2), A(2));
31 assert(distance(c1.begin(), c1.end()) == 3);
32 assert(*next(c1.begin(), 0) == 10);
33 assert(*next(c1.begin(), 1) == 11);
34 assert(*next(c1.begin(), 2) == 12);
37 assert(distance(c2.begin(), c2.end()) == 6);
38 assert(*next(c2.begin(), 0) == 0);
39 assert(*next(c2.begin(), 1) == 1);
40 assert(*next(c2.begin(), 2) == 2)
    [all...]
non_member_swap.pass.cpp 27 C c1(std::begin(t1), std::end(t1), A(1));
29 C c2(std::begin(t2), std::end(t2), A(2));
32 assert(distance(c1.begin(), c1.end()) == 3);
33 assert(*next(c1.begin(), 0) == 10);
34 assert(*next(c1.begin(), 1) == 11);
35 assert(*next(c1.begin(), 2) == 12);
38 assert(distance(c2.begin(), c2.end()) == 6);
39 assert(*next(c2.begin(), 0) == 0);
40 assert(*next(c2.begin(), 1) == 1);
41 assert(*next(c2.begin(), 2) == 2)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/VisualC/SDL/
SDL.dsp 24 # Begin Project
85 # Begin Target
89 # Begin Source File
93 # Begin Source File
97 # Begin Source File
101 # Begin Source File
105 # Begin Source File
109 # Begin Source File
113 # Begin Source File
117 # Begin Source Fil
    [all...]

Completed in 3958 milliseconds

1 2 3 4 5 6 7 8 91011>>