HomeSort by relevance Sort by last modified time
    Searched refs:begin (Results 226 - 250 of 14552) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/utils/abtest/
mark_armfns.py 4 # function with "# -- Begin Name" and "# -- End Name"
17 begin = INVALID variable
31 begin = last_align variable
33 begin = last_globl variable
34 if line == "\n" and begin != INVALID:
36 triple = (funcname, begin, end)
37 begins[begin] = triple
38 begin = INVALID variable
52 in_func, begin, end = triple
53 out.write("# -- Begin %s\n" % in_func
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_annotiteration.h 24 const_iterator begin() const { return m_List.begin(); } function in class:CPDFSDK_AnnotIteration
  /external/piex/src/binary_parse/
cached_paged_byte_array.cc 34 const unsigned char** begin,
41 *begin = cached_pages_[cache_index].begin;
46 cached_pages_.erase(cached_pages_.begin() +
50 paged_byte_array_->getPage(page_index, begin, end, page);
54 cached_pages_.erase(cached_pages_.begin());
62 cache_page.begin = *begin;
  /external/skia/experimental/sksg/
SkSGInvalidationController.h 31 const SkRect* begin() const { return fRects.begin(); } function in class:sksg::InvalidationController
  /external/skqp/experimental/sksg/
SkSGInvalidationController.h 31 const SkRect* begin() const { return fRects.begin(); } function in class:sksg::InvalidationController
  /hardware/interfaces/confirmationui/support/src/
confirmationui_utils.cpp 27 auto lhsi = lhs.begin();
28 auto rhsi = rhs.begin();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 55 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin())))
80 new_this.copy_from_ordered_range(begin(), it);
110 PB_DS_V2F(*other.begin()));
113 PB_DS_V2F(*begin()));
121 new_this.copy_from_ordered_range(begin(), end(),
122 other.begin(), other.end());
124 new_this.copy_from_ordered_range(other.begin(), other.end(),
125 begin(), end());
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
split_join_fn_imps.hpp 55 if (Cmp_Fn::operator()(r_key, PB_DS_V2F(*begin())))
80 new_this.copy_from_ordered_range(begin(), it);
110 PB_DS_V2F(*other.begin()));
113 PB_DS_V2F(*begin()));
121 new_this.copy_from_ordered_range(begin(), end(),
122 other.begin(), other.end());
124 new_this.copy_from_ordered_range(other.begin(), other.end(),
125 begin(), end());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/
random_shuffle.cxx1z.pass.cpp 44 std::random_shuffle(v.begin(), v.end());
46 std::random_shuffle(v.begin(), v.end(), r);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/containers/sequences/list/list.ops/
db_splice_pos_list_iter.pass.cpp 29 v1.splice(v1.begin(), v2, v1.begin());
db_splice_pos_list_iter_iter.pass.cpp 29 v1.splice(v1.begin(), v2, v2.begin(), v1.end());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.cons/
initializer_list_compare.pass.cpp 40 assert(distance(m.begin(), m.end()) == 3);
41 assert(*m.begin() == V(1, 1));
42 assert(*next(m.begin()) == V(2, 1));
43 assert(*next(m.begin(), 2) == V(3, 1));
61 assert(distance(m.begin(), m.end()) == 3);
62 assert(*m.begin() == V(1, 1));
63 assert(*next(m.begin()) == V(2, 1));
64 assert(*next(m.begin(), 2) == V(3, 1));
iter_iter.pass.cpp 40 assert(distance(m.begin(), m.end()) == 3);
41 assert(*m.begin() == V(1, 1));
42 assert(*next(m.begin()) == V(2, 1));
43 assert(*next(m.begin(), 2) == V(3, 1));
62 assert(distance(m.begin(), m.end()) == 3);
63 assert(*m.begin() == V(1, 1));
64 assert(*next(m.begin()) == V(2, 1));
65 assert(*next(m.begin(), 2) == V(3, 1));
iter_iter_comp.pass.cpp 43 assert(distance(m.begin(), m.end()) == 3);
44 assert(*m.begin() == V(1, 1));
45 assert(*next(m.begin()) == V(2, 1));
46 assert(*next(m.begin(), 2) == V(3, 1));
67 assert(distance(m.begin(), m.end()) == 3);
68 assert(*m.begin() == V(1, 1));
69 assert(*next(m.begin()) == V(2, 1));
70 assert(*next(m.begin(), 2) == V(3, 1));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/set.cons/
copy_alloc.pass.cpp 44 assert(distance(m.begin(), m.end()) == 3);
45 assert(*m.begin() == 1);
46 assert(*next(m.begin()) == 2);
47 assert(*next(m.begin(), 2) == 3);
52 assert(distance(mo.begin(), mo.end()) == 3);
53 assert(*mo.begin() == 1);
54 assert(*next(mo.begin()) == 2);
55 assert(*next(mo.begin(), 2) == 3);
iter_iter_alloc.pass.cpp 54 assert(distance(m.begin(), m.end()) == 3);
55 assert(*m.begin() == 1);
56 assert(*next(m.begin()) == 2);
57 assert(*next(m.begin(), 2) == 3);
80 assert(distance(m.begin(), m.end()) == 3);
81 assert(*m.begin() == 1);
82 assert(*next(m.begin()) == 2);
83 assert(*next(m.begin(), 2) == 3);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/array/
contiguous.pass.cpp 21 assert ( *(c.begin() + i) == *(std::addressof(*c.begin()) + i));
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.access/
front.pass.cpp 27 C c(std::begin(t), std::end(t));
31 assert(*c.begin() == 10);
37 const C c(std::begin(t), std::end(t));
39 assert(*c.begin() == 0);
46 C c(std::begin(t), std::end(t));
50 assert(*c.begin() == 10);
56 const C c(std::begin(t), std::end(t));
58 assert(*c.begin() == 0);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/forwardlist/forwardlist.modifiers/
clear.pass.cpp 27 assert(distance(c.begin(), c.end()) == 0);
33 C c(std::begin(t), std::end(t));
36 assert(distance(c.begin(), c.end()) == 0);
39 assert(distance(c.begin(), c.end()) == 0);
47 assert(distance(c.begin(), c.end()) == 0);
53 C c(std::begin(t), std::end(t));
56 assert(distance(c.begin(), c.end()) == 0);
59 assert(distance(c.begin(), c.end()) == 0);
  /external/libcxx/test/std/numerics/numeric.ops/inclusive.scan/
inclusive_scan.pass.cpp 35 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
40 std::inclusive_scan(v.begin(), v.end(), v.begin());
41 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
65 std::fill(v.begin(), v.end(), 3);
66 std::inclusive_scan(v.begin(), v.end(), v.begin());
73 std::iota(v.begin(), v.end(), 0);
74 std::inclusive_scan(v.begin(), v.end(), v.begin());
    [all...]
inclusive_scan_op.pass.cpp 37 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
42 std::inclusive_scan(v.begin(), v.end(), v.begin(), op);
43 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
71 std::fill(v.begin(), v.end(), 3);
72 std::inclusive_scan(v.begin(), v.end(), v.begin(), std::plus<>());
79 std::iota(v.begin(), v.end(), 0);
80 std::inclusive_scan(v.begin(), v.end(), v.begin(), std::plus<>())
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.modifying.operations/alg.partitions/
is_partitioned.pass.cpp 32 assert(!std::is_partitioned(input_iterator<const int *>(std::begin(ia)),
36 std::distance(std::begin(ia), std::end(ia)));
41 assert(std::is_partitioned(input_iterator<const int *>(std::begin(ia)),
45 std::distance(std::begin(ia), std::end(ia)));
50 assert(!std::is_partitioned(input_iterator<const int *>(std::begin(ia)),
54 std::distance(std::begin(ia), std::end(ia)));
59 assert(!std::is_partitioned(input_iterator<const int *>(std::begin(ia)),
63 std::distance(std::begin(ia), std::end(ia)));
68 assert(std::is_partitioned(input_iterator<const int *>(std::begin(ia)),
69 input_iterator<const int *>(std::begin(ia))
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/numerics/numeric.ops/inclusive.scan/
inclusive_scan.pass.cpp 32 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
37 std::inclusive_scan(v.begin(), v.end(), v.begin());
38 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
62 std::fill(v.begin(), v.end(), 3);
63 std::inclusive_scan(v.begin(), v.end(), v.begin());
70 std::iota(v.begin(), v.end(), 0);
71 std::inclusive_scan(v.begin(), v.end(), v.begin());
    [all...]
inclusive_scan_op.pass.cpp 34 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
39 std::inclusive_scan(v.begin(), v.end(), v.begin(), op);
40 assert(std::equal(v.begin(), v.end(), rFirst, rLast));
68 std::fill(v.begin(), v.end(), 3);
69 std::inclusive_scan(v.begin(), v.end(), v.begin(), std::plus<>());
76 std::iota(v.begin(), v.end(), 0);
77 std::inclusive_scan(v.begin(), v.end(), v.begin(), std::plus<>())
    [all...]
  /external/libcxx/test/std/containers/associative/map/map.cons/
default.pass.cpp 26 assert(m.begin() == m.end());
32 assert(m.begin() == m.end());
39 assert(m.begin() == m.end());
45 assert(m.begin() == m.end());
51 assert(m.begin() == m.end());

Completed in 1125 milliseconds

1 2 3 4 5 6 7 8 91011>>