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

<<11121314151617181920>>

  /external/libvpx/libvpx/vpx_ports/
asm_offsets.h 23 #define BEGIN int main(void) {
27 #define BEGIN
  /external/openssl/crypto/pkcs7/
server.pem 3 -----BEGIN CERTIFICATE-----
16 -----BEGIN RSA PRIVATE KEY-----
  /external/oprofile/libutil++/
glob_filter.cpp 30 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(str));
34 cit = find_if(include.begin(), include.end(), fnmatcher(str));
string_filter.cpp 40 cit = find(exclude.begin(), exclude.end(), str);
44 cit = find(include.begin(), include.end(), str);
  /external/skia/src/svg/
SkSVGGroup.cpp 18 for (SkSVGElement** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) {
43 for (SkSVGElement** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++)
  /external/stlport/test/eh/
test.cpp 10 for(it = coll.begin(); it != coll.end(); ++it) {
24 set1.insert(aVector.begin(), aVector.end());
  /external/stlport/test/unit/
accum_test.cpp 36 int sum = accumulate(v.begin(), v.end(), 0);
44 int prod = accumulate(v.begin(), v.end(), 1, mult);
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));
  /external/tinyxml/
tinyxml.dsw 14 Begin Project Dependency
29 Begin Project Dependency
  /external/webkit/LayoutTests/http/conf/
webkit-httpd.pem 1 -----BEGIN RSA PRIVATE KEY-----
16 -----BEGIN CERTIFICATE-----
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/forwardlist/forwardlist.ops/
unique_pred.pass.cpp 30 C c1(std::begin(t1), std::end(t1));
31 C c2(std::begin(t2), std::end(t2));
40 C c1(std::begin(t1), std::end(t1));
41 C c2(std::begin(t2), std::end(t2));
50 C c1(std::begin(t1), std::end(t1));
51 C c2(std::begin(t2), std::end(t2));
68 C c1(std::begin(t1), std::end(t1));
69 C c2(std::begin(t2), std::end(t2));
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/sequences/list/list.modifiers/
insert_iter_iter_iter.pass.cpp 41 std::list<int>::iterator i = l1.insert(l1.begin(), a1, a1+3);
42 assert(i == l1.begin());
44 assert(distance(l1.begin(), l1.end()) == 3);
45 i = l1.begin();
55 assert(distance(l1.begin(), l1.end()) == 6);
56 i = l1.begin();
80 assert(distance(l1.begin(), l1.end()) == 6);
81 i = l1.begin();
  /ndk/sources/cxx-stl/llvm-libc++/test/containers/unord/unord.multimap/
iterators.fail.cpp 16 // iterator begin() {return __table_.begin();}
18 // const_iterator begin() const {return __table_.begin();}
20 // const_iterator cbegin() const {return __table_.begin();}
44 assert(std::distance(c.begin(), c.end()) == c.size());
46 C::iterator i = c.begin();
66 assert(std::distance(c.begin(), c.end()) == c.size());
iterators.pass.cpp 16 // iterator begin() {return __table_.begin();}
18 // const_iterator begin() const {return __table_.begin();}
20 // const_iterator cbegin() const {return __table_.begin();}
44 assert(std::distance(c.begin(), c.end()) == c.size());
47 i = c.begin();
66 assert(std::distance(c.begin(), c.end()) == c.size());
  /ndk/tests/device/test-gnustl-full/unit/
accum_test.cpp 36 int sum = accumulate(v.begin(), v.end(), 0);
44 int prod = accumulate(v.begin(), v.end(), 1, mult);
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/
accum_test.cpp 36 int sum = accumulate(v.begin(), v.end(), 0);
44 int prod = accumulate(v.begin(), v.end(), 1, mult);
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/ov_tree_map_/
split_join_fn_imps.hpp 57 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin())))
85 new_this.copy_from_ordered_range(begin(), it);
114 PB_DS_V2F(*other.begin()));
117 PB_DS_V2F(*begin()));
125 new_this.copy_from_ordered_range(begin(), end(),
126 other.begin(), other.end());
128 new_this.copy_from_ordered_range(other.begin(), other.end(),
129 begin(), end());
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 57 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin())))
85 new_this.copy_from_ordered_range(begin(), it);
114 PB_DS_V2F(*other.begin()));
117 PB_DS_V2F(*begin()));
125 new_this.copy_from_ordered_range(begin(), end(),
126 other.begin(), other.end());
128 new_this.copy_from_ordered_range(other.begin(), other.end(),
129 begin(), end());
  /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/ov_tree_map_/
split_join_fn_imps.hpp 57 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin())))
85 new_this.copy_from_ordered_range(begin(), it);
114 PB_DS_V2F(*other.begin()));
117 PB_DS_V2F(*begin()));
125 new_this.copy_from_ordered_range(begin(), end(),
126 other.begin(), other.end());
128 new_this.copy_from_ordered_range(other.begin(), other.end(),
129 begin(), end());
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 57 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin())))
85 new_this.copy_from_ordered_range(begin(), it);
114 PB_DS_V2F(*other.begin()));
117 PB_DS_V2F(*begin()));
125 new_this.copy_from_ordered_range(begin(), end(),
126 other.begin(), other.end());
128 new_this.copy_from_ordered_range(other.begin(), other.end(),
129 begin(), end());
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 57 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin())))
85 new_this.copy_from_ordered_range(begin(), it);
114 PB_DS_V2F(*other.begin()));
117 PB_DS_V2F(*begin()));
125 new_this.copy_from_ordered_range(begin(), end(),
126 other.begin(), other.end());
128 new_this.copy_from_ordered_range(other.begin(), other.end(),
129 begin(), end());
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 57 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin())))
85 new_this.copy_from_ordered_range(begin(), it);
114 PB_DS_V2F(*other.begin()));
117 PB_DS_V2F(*begin()));
125 new_this.copy_from_ordered_range(begin(), end(),
126 other.begin(), other.end());
128 new_this.copy_from_ordered_range(other.begin(), other.end(),
129 begin(), end());
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 57 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin())))
85 new_this.copy_from_ordered_range(begin(), it);
114 PB_DS_V2F(*other.begin()));
117 PB_DS_V2F(*begin()));
125 new_this.copy_from_ordered_range(begin(), end(),
126 other.begin(), other.end());
128 new_this.copy_from_ordered_range(other.begin(), other.end(),
129 begin(), end());

Completed in 739 milliseconds

<<11121314151617181920>>