HomeSort by relevance Sort by last modified time
    Searched refs:begin (Results 151 - 175 of 4405) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/mclinker/include/mcld/Support/
Path.h 63 Path& assign(InputIterator begin, InputIterator end);
69 Path& append(InputIterator begin, InputIterator end);
135 Path& Path::assign(InputIterator begin, InputIterator end)
138 if (begin != end)
139 m_PathName.append<InputIterator>(begin, end);
144 Path& Path::append(InputIterator begin, InputIterator end)
146 if (begin == end)
149 m_PathName.append<InputIterator>(begin, end);
  /frameworks/compile/mclinker/lib/Target/X86/
X86GOTPLT.h 40 iterator begin();
42 const_iterator begin() const;
  /ndk/tests/device/test-gnustl-full/unit/
list_test.cpp 62 list<int>::iterator i1 = l1.begin();
63 list<int>::iterator i2 = l2.begin();
67 i1 = l1.begin();
76 CPPUNIT_ASSERT( i2 == l1.begin() );
81 i1 = l.begin();
102 list<int>::iterator i = l1.begin();
104 l1.splice(i, l2, l2.begin(), l2.end());
105 i = l1.begin();
120 i = str.begin();
129 i = str.begin();
    [all...]
merge_test.cpp 58 __iota(v1.begin(), v1.end(), 0);
59 __iota(v2.begin(), v2.end(), 3);
62 merge(v1.begin(), v1.end(), v2.begin(), v2.end(), result.begin());
85 merge(v1.begin(), v1.end(), v2.begin(), v2.end(), result.begin(), greater<int>() );
setdiff_test.cpp 59 __iota(v1.begin(), v1.end(), 0);
61 __iota(v2.begin(), v2.end(), 7);
64 set_symmetric_difference(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
111 __iota(v1.begin(), v1.end(), 0);
113 __iota(v2.begin(), v2.end(), 7);
116 set_difference(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
  /ndk/tests/device/test-stlport/unit/
list_test.cpp 62 list<int>::iterator i1 = l1.begin();
63 list<int>::iterator i2 = l2.begin();
67 i1 = l1.begin();
76 CPPUNIT_ASSERT( i2 == l1.begin() );
81 i1 = l.begin();
102 list<int>::iterator i = l1.begin();
104 l1.splice(i, l2, l2.begin(), l2.end());
105 i = l1.begin();
120 i = str.begin();
129 i = str.begin();
    [all...]
merge_test.cpp 58 __iota(v1.begin(), v1.end(), 0);
59 __iota(v2.begin(), v2.end(), 3);
62 merge(v1.begin(), v1.end(), v2.begin(), v2.end(), result.begin());
85 merge(v1.begin(), v1.end(), v2.begin(), v2.end(), result.begin(), greater<int>() );
setdiff_test.cpp 59 __iota(v1.begin(), v1.end(), 0);
61 __iota(v2.begin(), v2.end(), 7);
64 set_symmetric_difference(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
111 __iota(v1.begin(), v1.end(), 0);
113 __iota(v2.begin(), v2.end(), 7);
116 set_difference(v1.begin(), v1.end(), v2.begin(), v2.end(), back_inserter(diff));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
57 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 72 internal_node_pointer p_nd =* m_bag.begin();
81 internal_node_pointer p_nd =* m_bag.begin();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
unique_copy.h 42 * @param first Begin iterator of input sequence.
44 * @param result Begin iterator of result sequence.
83 difference_type begin, end; local
92 begin = borders[0] + 1; // == 1
98 for (InputIterator iter = first + begin; iter < first + end; ++iter)
109 begin = borders[iam]; //one part
112 for (InputIterator iter = first + begin; iter < first + end; ++iter)
137 begin = borders[num_threads];
140 for (InputIterator iter = first + begin; iter < first + end; ++iter)
157 for (InputIterator iter = first + begin; iter < first + end; ++iter
    [all...]
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...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
60 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
57 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 72 internal_node_pointer p_nd =* m_bag.begin();
81 internal_node_pointer p_nd =* m_bag.begin();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
60 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
57 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 72 internal_node_pointer p_nd =* m_bag.begin();
81 internal_node_pointer p_nd =* m_bag.begin();
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
57 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 72 internal_node_pointer p_nd =* m_bag.begin();
81 internal_node_pointer p_nd =* m_bag.begin();
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
57 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 72 internal_node_pointer p_nd =* m_bag.begin();
81 internal_node_pointer p_nd =* m_bag.begin();
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
57 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/pat_trie_/
split_join_branch_bag.hpp 72 internal_node_pointer p_nd =* m_bag.begin();
81 internal_node_pointer p_nd =* m_bag.begin();
  /sdk/emulator/opengl/tests/event_injector/
Android.mk 3 $(call emugl-begin-host-static-library,event_injector)

Completed in 2279 milliseconds

1 2 3 4 5 67 8 91011>>