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

1 2 3 45 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.cons/
iter_iter.pass.cpp 40 assert(distance(m.begin(), m.end()) == 9);
41 assert(*m.begin() == V(1, 1));
42 assert(*next(m.begin()) == V(1, 1.5));
43 assert(*next(m.begin(), 2) == V(1, 2));
44 assert(*next(m.begin(), 3) == V(2, 1));
45 assert(*next(m.begin(), 4) == V(2, 1.5));
46 assert(*next(m.begin(), 5) == V(2, 2));
47 assert(*next(m.begin(), 6) == V(3, 1));
48 assert(*next(m.begin(), 7) == V(3, 1.5));
49 assert(*next(m.begin(), 8) == V(3, 2))
    [all...]
iter_iter_comp.pass.cpp 44 assert(distance(m.begin(), m.end()) == 9);
45 assert(*m.begin() == V(1, 1));
46 assert(*next(m.begin()) == V(1, 1.5));
47 assert(*next(m.begin(), 2) == V(1, 2));
48 assert(*next(m.begin(), 3) == V(2, 1));
49 assert(*next(m.begin(), 4) == V(2, 1.5));
50 assert(*next(m.begin(), 5) == V(2, 2));
51 assert(*next(m.begin(), 6) == V(3, 1));
52 assert(*next(m.begin(), 7) == V(3, 1.5));
53 assert(*next(m.begin(), 8) == V(3, 2))
    [all...]
iter_iter_comp_alloc.pass.cpp 47 assert(distance(m.begin(), m.end()) == 9);
48 assert(*m.begin() == V(1, 1));
49 assert(*next(m.begin()) == V(1, 1.5));
50 assert(*next(m.begin(), 2) == V(1, 2));
51 assert(*next(m.begin(), 3) == V(2, 1));
52 assert(*next(m.begin(), 4) == V(2, 1.5));
53 assert(*next(m.begin(), 5) == V(2, 2));
54 assert(*next(m.begin(), 6) == V(3, 1));
55 assert(*next(m.begin(), 7) == V(3, 1.5));
56 assert(*next(m.begin(), 8) == V(3, 2))
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/multiset.cons/
copy_alloc.pass.cpp 44 assert(distance(m.begin(), m.end()) == 9);
45 assert(*next(m.begin(), 0) == 1);
46 assert(*next(m.begin(), 1) == 1);
47 assert(*next(m.begin(), 2) == 1);
48 assert(*next(m.begin(), 3) == 2);
49 assert(*next(m.begin(), 4) == 2);
50 assert(*next(m.begin(), 5) == 2);
51 assert(*next(m.begin(), 6) == 3);
52 assert(*next(m.begin(), 7) == 3);
53 assert(*next(m.begin(), 8) == 3)
    [all...]
iter_iter.pass.cpp 42 assert(distance(m.begin(), m.end()) == 9);
43 assert(*next(m.begin(), 0) == 1);
44 assert(*next(m.begin(), 1) == 1);
45 assert(*next(m.begin(), 2) == 1);
46 assert(*next(m.begin(), 3) == 2);
47 assert(*next(m.begin(), 4) == 2);
48 assert(*next(m.begin(), 5) == 2);
49 assert(*next(m.begin(), 6) == 3);
50 assert(*next(m.begin(), 7) == 3);
51 assert(*next(m.begin(), 8) == 3)
    [all...]
  /external/lzma/CPP/7zip/Bundles/Alone7z/
Alone.dsp 26 # Begin Project
136 # Begin Target
142 # Begin Group "Console"
145 # Begin Source File
149 # Begin Source File
153 # Begin Source File
157 # Begin Source File
161 # Begin Source File
165 # Begin Source File
169 # Begin Source File
    [all...]
  /external/stlport/test/unit/
includes_test.cpp 55 bool r1=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
77 sort(v1.begin(), v1.end(), compare_strings);
78 sort(v2.begin(), v2.end(), compare_strings);
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings)
    [all...]
perm_test.cpp 54 __iota(v1.begin(), v1.end(), 0);
56 prev_permutation(v1.begin(), v1.end());
60 prev_permutation(v1.begin(), v1.end());
64 prev_permutation(v1.begin(), v1.end());
68 prev_permutation(v1.begin(), v1.end());
72 prev_permutation(v1.begin(), v1.end());
76 prev_permutation(v1.begin(), v1.end());
80 prev_permutation(v1.begin(), v1.end());
84 prev_permutation(v1.begin(), v1.end());
88 prev_permutation(v1.begin(), v1.end())
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
includes_test.cpp 55 bool r1=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
77 sort(v1.begin(), v1.end(), compare_strings);
78 sort(v2.begin(), v2.end(), compare_strings);
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings)
    [all...]
perm_test.cpp 54 __iota(v1.begin(), v1.end(), 0);
56 prev_permutation(v1.begin(), v1.end());
60 prev_permutation(v1.begin(), v1.end());
64 prev_permutation(v1.begin(), v1.end());
68 prev_permutation(v1.begin(), v1.end());
72 prev_permutation(v1.begin(), v1.end());
76 prev_permutation(v1.begin(), v1.end());
80 prev_permutation(v1.begin(), v1.end());
84 prev_permutation(v1.begin(), v1.end());
88 prev_permutation(v1.begin(), v1.end())
    [all...]
  /ndk/tests/device/test-stlport/unit/
includes_test.cpp 55 bool r1=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
61 bool r2=includes(v1.begin(), v1.end(), v2.begin(), v2.end());
77 sort(v1.begin(), v1.end(), compare_strings);
78 sort(v2.begin(), v2.end(), compare_strings);
80 bool r1 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings);
85 bool r2 = includes(v1.begin(), v1.end(), v2.begin(), v2.end(), compare_strings)
    [all...]
perm_test.cpp 54 __iota(v1.begin(), v1.end(), 0);
56 prev_permutation(v1.begin(), v1.end());
60 prev_permutation(v1.begin(), v1.end());
64 prev_permutation(v1.begin(), v1.end());
68 prev_permutation(v1.begin(), v1.end());
72 prev_permutation(v1.begin(), v1.end());
76 prev_permutation(v1.begin(), v1.end());
80 prev_permutation(v1.begin(), v1.end());
84 prev_permutation(v1.begin(), v1.end());
88 prev_permutation(v1.begin(), v1.end())
    [all...]
  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 4 int begin; member in struct:pr12960
6 for (int& it : x) { // expected-error {{invalid range expression of type 'int'; no viable 'begin' function available}}
17 auto begin(T &&t) -> decltype(t.begin()) { return t.begin(); } // expected-note 2{{ignored: substitution failure}}
22 auto begin(T &&t) -> decltype(t.alt_begin()) { return t.alt_begin(); } // expected-note {{selected 'begin' template [with T = }} \
29 int begin(int);
37 int *begin(); // expected-note 3{{selected 'begin' function with iterator type 'int *'}} expected-note {{'begin' declared here}
    [all...]
  /frameworks/rs/
spec.l 51 "/*" BEGIN(comment);
55 <comment>"*"+"/" BEGIN(INITIAL);
64 BEGIN(api_entry);
68 BEGIN(api_entry2);
90 BEGIN(var_type);
97 BEGIN(var_type);
107 BEGIN(typeNextState);
113 BEGIN(typeNextState);
119 BEGIN(typeNextState);
125 BEGIN(typeNextState)
    [all...]
  /external/chromium/chrome/browser/autofill/
form_group.cc 18 a.begin(), a.end(),
19 b.begin(), b.end(),
20 std::inserter(symmetric_difference, symmetric_difference.begin()));
32 for (FieldTypeSet::const_iterator iter = types.begin(); iter != types.end();
47 std::set_intersection(a.begin(), a.end(),
48 b.begin(), b.end(),
49 std::inserter(intersection, intersection.begin()));
55 for (FieldTypeSet::const_iterator iter = intersection.begin();
69 std::set_difference(b.begin(), b.end(),
70 a.begin(), a.end()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.modifiers/
emplace.pass.cpp 33 assert(r == m.begin());
35 assert(m.begin()->first == 0);
36 assert(m.begin()->second == DefaultOnly());
40 assert(r == next(m.begin()));
42 assert(next(m.begin())->first == 1);
43 assert(next(m.begin())->second == DefaultOnly());
47 assert(r == next(m.begin(), 2));
49 assert(next(m.begin(), 2)->first == 1);
50 assert(next(m.begin(), 2)->second == DefaultOnly());
60 assert(r == m.begin());
    [all...]
emplace_hint.pass.cpp 33 assert(r == m.begin());
35 assert(m.begin()->first == 0);
36 assert(m.begin()->second == DefaultOnly());
41 assert(r == next(m.begin()));
43 assert(next(m.begin())->first == 1);
44 assert(next(m.begin())->second == DefaultOnly());
49 assert(r == next(m.begin(), 2));
51 assert(next(m.begin(), 2)->first == 1);
52 assert(next(m.begin(), 2)->second == DefaultOnly());
63 assert(r == m.begin());
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/iterator/
token_iterator.hpp 217 bool get( Iter& begin, Iter end )
225 while( begin != end && m_is_dropped( *begin ) )
226 ++begin;
228 if( begin == end )
231 check_point = begin;
234 while( begin != end )
235 Assigner::append_move( begin, this->m_value );
236 else if( m_is_kept( *begin ) )
237 Assigner::append_move( begin, this->m_value )
319 typename cstring::iterator begin = m_src.begin(); local
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uchriter.cpp 80 && begin == realThat.begin
86 return uhash_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
96 pos = begin;
106 pos = begin;
117 if(pos > begin) {
126 if(position < begin) {
127 pos = begin;
142 if (pos >= begin && pos < end) {
176 if (pos > begin) {
    [all...]
  /external/icu4c/common/
uchriter.cpp 81 && begin == realThat.begin
87 return ustr_hashUCharsN(text, textLength) ^ pos ^ begin ^ end;
97 pos = begin;
107 pos = begin;
118 if(pos > begin) {
127 if(position < begin) {
128 pos = begin;
143 if (pos >= begin && pos < end) {
177 if (pos > begin) {
    [all...]
  /external/flac/libFLAC/
libFLAC_dynamic.dsp 24 # Begin Project
86 # Begin Target
90 # Begin Group "Source Files"
93 # Begin Group "Assembly Files (ia32)"
96 # Begin Source File
103 # Begin Custom Build
114 # Begin Custom Build
125 # Begin Source File
132 # Begin Custom Build
143 # Begin Custom Build
    [all...]
libFLAC_static.dsp 24 # Begin Project
79 # Begin Target
83 # Begin Group "Source Files"
86 # Begin Group "Assembly Files (ia32)"
89 # Begin Source File
96 # Begin Custom Build
107 # Begin Custom Build
118 # Begin Source File
125 # Begin Custom Build
136 # Begin Custom Build
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
algo.h 68 for_each(InputIterator begin, InputIterator end, Function f,
70 { return _GLIBCXX_STD_P::for_each(begin, end, f); }
76 for_each_switch(InputIterator begin, InputIterator end, Function f,
78 { return for_each(begin, end, f, __gnu_parallel::sequential_tag()); }
83 for_each_switch(RandomAccessIterator begin, RandomAccessIterator end,
89 static_cast<__gnu_parallel::sequence_index_t>(end - begin)
97 for_each_template_random_access(begin, end, f, functionality,
102 return for_each(begin, end, f, __gnu_parallel::sequential_tag());
108 for_each(Iterator begin, Iterator end, Function f,
113 return for_each_switch(begin, end, f, iterator_category(),
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
insert_iter_iter.pass.cpp 44 assert(*next(m.begin(), 0) == 1);
45 assert(*next(m.begin(), 1) == 1);
46 assert(*next(m.begin(), 2) == 1);
47 assert(*next(m.begin(), 3) == 2);
48 assert(*next(m.begin(), 4) == 2);
49 assert(*next(m.begin(), 5) == 2);
50 assert(*next(m.begin(), 6) == 3);
51 assert(*next(m.begin(), 7) == 3);
52 assert(*next(m.begin(), 8) == 3);
74 assert(*next(m.begin(), 0) == 1)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.modifiers/string_insert/
iter_char.pass.cpp 25 typename S::difference_type pos = p - s.begin();
29 assert(i - s.begin() == pos);
40 test(s, s.begin(), '1', S("1"));
41 test(s, s.begin(), 'a', S("a1"));
48 test(s, s.begin()+1, '5', S("a51432dcb"));
49 test(s, s.begin()+2, '6', S("a561432dcb"));
50 test(s, s.begin()+3, '7', S("a5671432dcb"));
51 test(s, s.begin()+4, 'A', S("a567A1432dcb"));
52 test(s, s.begin()+5, 'B', S("a567AB1432dcb"));
53 test(s, s.begin()+6, 'C', S("a567ABC1432dcb"))
    [all...]

Completed in 276 milliseconds

1 2 3 45 6 7 8 91011>>