HomeSort by relevance Sort by last modified time
    Searched full:begin (Results 1 - 25 of 15437) 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
  /packages/apps/Contacts/tests/assets/
v21_simple.vcf 0 BEGIN:VCARD
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/
escapea.rc 2 BEGIN
4 BEGIN
deflang.rc 2 BEGIN
dialog0.rc 2 BEGIN
dialog1.rc 2 BEGIN
edittext.rc 2 BEGIN
listbox.rc 2 BEGIN
nocaption.rc 2 BEGIN
strtab1.rc 6 BEGIN
  /external/libcxx/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
erase_after_many.pass.cpp 25 C c(std::begin(t), std::end(t));
29 assert(distance(c.begin(), c.end()) == 10);
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);
34 assert(*next(c.begin(), 4) == 4);
35 assert(*next(c.begin(), 5) == 5);
36 assert(*next(c.begin(), 6) == 6);
37 assert(*next(c.begin(), 7) == 7)
    [all...]
resize_size_value.pass.cpp 26 C c(std::begin(t), std::end(t));
29 assert(distance(c.begin(), c.end()) == 3);
30 assert(*next(c.begin(), 0) == 0);
31 assert(*next(c.begin(), 1) == 1);
32 assert(*next(c.begin(), 2) == 2);
35 assert(distance(c.begin(), c.end()) == 6);
36 assert(*next(c.begin(), 0) == 0);
37 assert(*next(c.begin(), 1) == 1);
38 assert(*next(c.begin(), 2) == 2);
39 assert(*next(c.begin(), 3) == 10)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.modifiers/
erase_after_many.pass.cpp 25 C c(std::begin(t), std::end(t));
29 assert(distance(c.begin(), c.end()) == 10);
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);
34 assert(*next(c.begin(), 4) == 4);
35 assert(*next(c.begin(), 5) == 5);
36 assert(*next(c.begin(), 6) == 6);
37 assert(*next(c.begin(), 7) == 7)
    [all...]
  /external/clang/test/Modules/Inputs/template-default-args/
c.h 0 BEGIN
  /external/valgrind/none/tests/
pth_mutexspeed.stdout.exp 0 begin 100000 lock--unlocks
  /sdk/files/
plugin.prop 0 # begin plugin.prop
  /external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
erase_iter.pass.cpp 51 assert(i == next(m.begin(), 3));
52 assert(m.begin()->first == 1);
53 assert(m.begin()->second == 1);
54 assert(next(m.begin())->first == 1);
55 assert(next(m.begin())->second == 1.5);
56 assert(next(m.begin(), 2)->first == 1);
57 assert(next(m.begin(), 2)->second == 2);
58 assert(next(m.begin(), 3)->first == 2);
59 assert(next(m.begin(), 3)->second == 1.5);
60 assert(next(m.begin(), 4)->first == 2)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/
erase_iter.pass.cpp 43 assert(i == next(m.begin(), 3));
44 assert(m.begin()->first == 1);
45 assert(m.begin()->second == 1);
46 assert(next(m.begin())->first == 1);
47 assert(next(m.begin())->second == 1.5);
48 assert(next(m.begin(), 2)->first == 1);
49 assert(next(m.begin(), 2)->second == 2);
50 assert(next(m.begin(), 3)->first == 2);
51 assert(next(m.begin(), 3)->second == 1.5);
52 assert(next(m.begin(), 4)->first == 2)
    [all...]
  /external/clang/test/SemaObjCXX/Inputs/
nullability-pragmas-2.h 1 #pragma clang assume_nonnull start // expected-error{{expected 'begin' or 'end'}}
3 #pragma clang assume_nonnull begin // expected-note{{#pragma entered here}}
7 #pragma clang assume_nonnull begin // expected-note{{#pragma entered here}}
8 #pragma clang assume_nonnull begin // expected-error{{already inside '#pragma clang assume_nonnull'}}
11 #pragma clang assume_nonnull begin // expected-error{{'#pragma clang assume_nonnull' was not ended within this file}}
  /external/libcxx/test/std/containers/associative/map/map.ops/
equal_range.pass.cpp 44 assert(r.first == next(m.begin(), 0));
45 assert(r.second == next(m.begin(), 1));
47 assert(r.first == next(m.begin(), 1));
48 assert(r.second == next(m.begin(), 2));
50 assert(r.first == next(m.begin(), 2));
51 assert(r.second == next(m.begin(), 3));
53 assert(r.first == next(m.begin(), 3));
54 assert(r.second == next(m.begin(), 4));
56 assert(r.first == next(m.begin(), 4));
57 assert(r.second == next(m.begin(), 5))
    [all...]

Completed in 1190 milliseconds

1 2 3 4 5 6 7 8 91011>>