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

1 2 3 45 6 7 8 91011>>

  /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++/test/containers/associative/map/map.ops/
find.pass.cpp 39 assert(r == m.begin());
41 assert(r == next(m.begin()));
43 assert(r == next(m.begin(), 2));
45 assert(r == next(m.begin(), 3));
47 assert(r == next(m.begin(), 4));
49 assert(r == next(m.begin(), 5));
51 assert(r == next(m.begin(), 6));
53 assert(r == next(m.begin(), 7));
55 assert(r == next(m.begin(), 8));
72 assert(r == m.begin());
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multimap/multimap.modifiers/
insert_iter_iter.pass.cpp 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);
50 assert(next(m.begin(), 4)->first == 2);
51 assert(next(m.begin(), 4)->second == 1.5)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/multiset/
erase_key.pass.cpp 42 assert(*next(m.begin(), 0) == 3);
43 assert(*next(m.begin(), 1) == 3);
44 assert(*next(m.begin(), 2) == 3);
45 assert(*next(m.begin(), 3) == 5);
46 assert(*next(m.begin(), 4) == 5);
47 assert(*next(m.begin(), 5) == 5);
48 assert(*next(m.begin(), 6) == 7);
49 assert(*next(m.begin(), 7) == 7);
50 assert(*next(m.begin(), 8) == 7);
55 assert(*next(m.begin(), 0) == 3)
    [all...]
find.pass.cpp 39 assert(r == m.begin());
41 assert(r == next(m.begin()));
43 assert(r == next(m.begin(), 2));
45 assert(r == next(m.begin(), 3));
47 assert(r == next(m.begin(), 4));
49 assert(r == next(m.begin(), 5));
51 assert(r == next(m.begin(), 6));
53 assert(r == next(m.begin(), 7));
55 assert(r == next(m.begin(), 8));
72 assert(r == m.begin());
    [all...]
equal_range.pass.cpp 40 assert(r.first == next(m.begin(), 0));
41 assert(r.second == next(m.begin(), 0));
43 assert(r.first == next(m.begin(), 0));
44 assert(r.second == next(m.begin(), 3));
46 assert(r.first == next(m.begin(), 3));
47 assert(r.second == next(m.begin(), 3));
49 assert(r.first == next(m.begin(), 3));
50 assert(r.second == next(m.begin(), 6));
52 assert(r.first == next(m.begin(), 6));
53 assert(r.second == next(m.begin(), 6))
    [all...]
insert_iter_iter.pass.cpp 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);
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/associative/set/
find.pass.cpp 39 assert(r == m.begin());
41 assert(r == next(m.begin()));
43 assert(r == next(m.begin(), 2));
45 assert(r == next(m.begin(), 3));
47 assert(r == next(m.begin(), 4));
49 assert(r == next(m.begin(), 5));
51 assert(r == next(m.begin(), 6));
53 assert(r == next(m.begin(), 7));
55 assert(r == next(m.begin(), 8));
72 assert(r == m.begin());
    [all...]
  /external/icu4c/common/
common.rc 31 BEGIN
36 BEGIN
41 BEGIN
68 BEGIN
70 BEGIN
72 BEGIN
90 BEGIN
  /external/icu4c/i18n/
i18n.rc 31 BEGIN
36 BEGIN
41 BEGIN
68 BEGIN
70 BEGIN
72 BEGIN
90 BEGIN
  /external/icu4c/io/
io.rc 31 BEGIN
36 BEGIN
41 BEGIN
68 BEGIN
70 BEGIN
72 BEGIN
90 BEGIN
  /external/icu4c/layout/
layout.rc 31 BEGIN
36 BEGIN
41 BEGIN
68 BEGIN
70 BEGIN
72 BEGIN
90 BEGIN
  /external/icu4c/layoutex/
layoutex.rc 31 BEGIN
36 BEGIN
41 BEGIN
68 BEGIN
70 BEGIN
72 BEGIN
90 BEGIN
  /external/icu4c/samples/layout/
LayoutSample.rc 38 BEGIN
40 BEGIN
48 BEGIN
60 BEGIN
75 BEGIN
80 BEGIN
94 BEGIN
  /external/qemu/distrib/sdl-1.2.15/VisualC/SDL/
Version.rc 42 BEGIN
44 BEGIN
46 BEGIN
58 BEGIN
73 BEGIN
78 BEGIN
84 BEGIN
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/win/
TestNetscapePlugin.rc 31 BEGIN
36 BEGIN
42 BEGIN
67 BEGIN
69 BEGIN
71 BEGIN
83 BEGIN
  /external/clang/test/PCH/
cxx-for-range.h 4 int *begin();
9 char *begin(T);
14 char *begin(U);
  /external/webkit/Tools/FindSafari/
FindSafari.rc 31 BEGIN
36 BEGIN
42 BEGIN
  /external/stlport/test/unit/
ptrspec_test.cpp 121 vector<int*> pint_vect_from_list(pint_list.begin(), pint_list.end());
123 pint_vect.insert(pint_vect.end(), pint_vect2.begin(), pint_vect2.end());
129 pcint_vect.insert(pcint_vect.end(), pint_vect2.begin(), pint_vect2.end());
133 pint_vect.insert(pint_vect.end(), pint_list.begin(), pint_list.end());
134 pcint_vect.insert(pcint_vect.end(), pint_list.begin(), pint_list.end());
135 pcint_vect.insert(pcint_vect.end(), pcint_list.begin(), pcint_list.end());
136 pint_vect.assign(pint_list.begin(), pint_list.end());
137 pcint_vect.assign(pint_list.begin(), pint_list.end());
157 pint_list.insert(pint_list.end(), pint_list2.begin(), pint_list2.end());
159 pcint_list.insert(pcint_list.end(), pint_list.begin(), pint_list.end())
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
ptrspec_test.cpp 121 vector<int*> pint_vect_from_list(pint_list.begin(), pint_list.end());
123 pint_vect.insert(pint_vect.end(), pint_vect2.begin(), pint_vect2.end());
129 pcint_vect.insert(pcint_vect.end(), pint_vect2.begin(), pint_vect2.end());
133 pint_vect.insert(pint_vect.end(), pint_list.begin(), pint_list.end());
134 pcint_vect.insert(pcint_vect.end(), pint_list.begin(), pint_list.end());
135 pcint_vect.insert(pcint_vect.end(), pcint_list.begin(), pcint_list.end());
136 pint_vect.assign(pint_list.begin(), pint_list.end());
137 pcint_vect.assign(pint_list.begin(), pint_list.end());
157 pint_list.insert(pint_list.end(), pint_list2.begin(), pint_list2.end());
159 pcint_list.insert(pcint_list.end(), pint_list.begin(), pint_list.end())
    [all...]
  /ndk/tests/device/test-stlport/unit/
ptrspec_test.cpp 121 vector<int*> pint_vect_from_list(pint_list.begin(), pint_list.end());
123 pint_vect.insert(pint_vect.end(), pint_vect2.begin(), pint_vect2.end());
129 pcint_vect.insert(pcint_vect.end(), pint_vect2.begin(), pint_vect2.end());
133 pint_vect.insert(pint_vect.end(), pint_list.begin(), pint_list.end());
134 pcint_vect.insert(pcint_vect.end(), pint_list.begin(), pint_list.end());
135 pcint_vect.insert(pcint_vect.end(), pcint_list.begin(), pcint_list.end());
136 pint_vect.assign(pint_list.begin(), pint_list.end());
137 pcint_vect.assign(pint_list.begin(), pint_list.end());
157 pint_list.insert(pint_list.end(), pint_list2.begin(), pint_list2.end());
159 pcint_list.insert(pcint_list.end(), pint_list.begin(), pint_list.end())
    [all...]
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/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...]
  /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...]

Completed in 792 milliseconds

1 2 3 45 6 7 8 91011>>