HomeSort by relevance Sort by last modified time
    Searched refs:begin (Results 51 - 75 of 3797) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/clang/test/CXX/stmt.stmt/stmt.iter/stmt.ranged/
p1.cpp 5 auto begin(T &&t) -> decltype(t.begin()) { return t.begin(); } // expected-note 4{{ignored: substitution failure}}
10 auto begin(T &&t) -> decltype(t.alt_begin()) { return t.alt_begin(); } // expected-note {{selected 'begin' template [with T = }} \
17 int begin(int);
26 int *begin(); // expected-note 3{{selected 'begin' function with iterator type 'int *'}} expected-note {{'begin' declared here}}
63 __range.begin(); // expected-error {{use of undeclared identifier '__range'}
    [all...]
  /external/stlport/test/eh/
test_algo.cpp 41 SortClass* begin() { return items; } function in struct:SortBuffer
42 const SortClass* begin() const { return items; } function in struct:SortBuffer
50 EH_STD::sort( begin(), begin() + ( end() - begin() )/2 );
51 EH_STD::sort( begin() + ( end() - begin() )/2, end() );
52 for ( SortClass* p = begin(); p != end(); p++ )
63 SortClass* q = begin();
64 for ( const SortClass* p = rhs.begin() ; p != rhs.end(); p++,q++
    [all...]
  /external/stlport/test/unit/
complete_digits.h 15 digits.insert(digits.begin(), '0');
search_test.cpp 57 __iota(v1.begin(), v1.end(), 0);
59 __iota(v2.begin(), v2.end(), 50);
62 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
66 __iota(v2.begin(), v2.end(), 4);
68 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
71 CPPUNIT_ASSERT(location - v1.begin() == 4);
  /ndk/tests/device/test-gnustl-full/unit/
complete_digits.h 15 digits.insert(digits.begin(), '0');
search_test.cpp 57 __iota(v1.begin(), v1.end(), 0);
59 __iota(v2.begin(), v2.end(), 50);
62 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
66 __iota(v2.begin(), v2.end(), 4);
68 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
71 CPPUNIT_ASSERT(location - v1.begin() == 4);
  /ndk/tests/device/test-stlport/unit/
complete_digits.h 15 digits.insert(digits.begin(), '0');
search_test.cpp 57 __iota(v1.begin(), v1.end(), 0);
59 __iota(v2.begin(), v2.end(), 50);
62 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
66 __iota(v2.begin(), v2.end(), 4);
68 location = search(v1.begin(), v1.end(), v2.begin(), v2.end());
71 CPPUNIT_ASSERT(location - v1.begin() == 4);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/list_update_map_/
debug_fn_imps.hpp 49 for (const_iterator it = begin(); it != end(); ++it)
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
debug_fn_imps.hpp 49 for (const_iterator it = begin(); it != end(); ++it)
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/list_update_map_/
debug_fn_imps.hpp 49 for (const_iterator it = begin(); it != end(); ++it)
  /external/valgrind/tsan/
dense_multimap.h 60 std::copy(m.begin(), m.end(), ptr_);
67 const_iterator it = std::lower_bound(m.begin(), m.end(), t);
68 std::copy(m.begin(), it, ptr_);
69 ptr_[it - m.begin()] = t;
70 std::copy(it, m.end(), ptr_ + (it - m.begin()) + 1);
76 const_iterator it = std::lower_bound(m.begin(), m.end(), t);
77 CHECK(it < m.end() && it >= m.begin());
79 std::copy(m.begin(), it, ptr_);
80 std::copy(it + 1, m.end(), ptr_ + (it - m.begin()));
100 const_iterator begin() const { return ptr_;
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/binary_heap_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
52 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilt/linux-x86/toolchain/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());
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
52 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r5/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());
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/binary_heap_/
iterators_fn_imps.hpp 44 begin() function in class:PB_DS_CLASS_C_DEC
52 begin() const function in class:PB_DS_CLASS_C_DEC
  /prebuilt/ndk/android-ndk-r6/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());
  /external/astl/tests/
test_memory.cpp 40 const char *begin = kSrc; local
42 const char *end = begin + kLen;
47 res = std::uninitialized_copy(begin, end, dest);
59 const CtorDtorCounter *begin = kSrc; local
60 const CtorDtorCounter *end = begin + kLen;
66 res = std::uninitialized_copy(begin, end, dest);
  /external/libvpx/vpx_ports/
vpx_timer.h 49 LARGE_INTEGER begin, end; member in struct:vpx_usec_timer
51 struct timeval begin, end;
60 QueryPerformanceCounter(&t->begin);
62 gettimeofday(&t->begin, NULL);
84 diff.QuadPart = t->end.QuadPart - t->begin.QuadPart;
93 timersub(&t->end, &t->begin, &diff);
  /external/llvm/include/llvm/ADT/
SmallVector.h 122 iterator begin() { return (iterator)this->BeginX; } function in class:llvm::SmallVectorTemplateCommon
123 const_iterator begin() const { return (const_iterator)this->BeginX; } function in class:llvm::SmallVectorTemplateCommon
134 reverse_iterator rend() { return reverse_iterator(begin()); }
135 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
137 size_type size() const { return end()-begin(); }
142 size_t capacity() const { return capacity_ptr() - begin(); }
145 pointer data() { return pointer(begin()); }
147 const_pointer data() const { return const_pointer(begin()); }
150 assert(begin() + idx < end());
151 return begin()[idx]
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
quicksort.h 41 * @param begin Begin iterator of subsequence.
51 parallel_sort_qs_divide(RandomAccessIterator begin,
63 difference_type n = end - begin;
75 ::new(&(samples[s])) value_type(begin[index]);
85 parallel_partition(begin, end, pred, num_threads);
93 * @param begin Begin iterator of subsequence.
101 parallel_sort_qs_conquer(RandomAccessIterator begin,
112 __gnu_sequential::sort(begin, end, comp)
    [all...]
balanced_quicksort.h 92 * @param begin Begin iterator of subsequence.
97 * @pre @c (end-begin)>=1 */
100 qsb_divide(RandomAccessIterator begin, RandomAccessIterator end,
110 median_of_three_iterators(begin, begin + (end - begin) / 2,
115 difference_type n = end - begin;
118 (!comp(*pivot_pos, *begin) && !comp(*(begin + n / 2), *pivot_pos)
268 RandomAccessIterator begin = current.first, end = current.second; local
    [all...]
partition.h 48 * @param begin Begin iterator of input sequence to split.
55 parallel_partition(RandomAccessIterator begin, RandomAccessIterator end,
62 difference_type n = end - begin;
160 while (pred(begin[thread_left])
163 while (!pred(begin[thread_right])
172 std::swap(begin[thread_left], begin[thread_right]);
235 std::swap_ranges(begin + thread_left_border
237 begin + thread_left_border + 1
    [all...]
  /external/chromium/base/
string_number_conversions.h 62 BASE_API bool StringToInt(std::string::const_iterator begin,
65 BASE_API bool StringToInt(const char* begin, const char* end, int* output);
68 BASE_API bool StringToInt(string16::const_iterator begin,
71 BASE_API bool StringToInt(const char16* begin, const char16* end, int* output);
74 BASE_API bool StringToInt64(std::string::const_iterator begin,
77 BASE_API bool StringToInt64(const char* begin, const char* end, int64* output);
80 BASE_API bool StringToInt64(string16::const_iterator begin,
83 BASE_API bool StringToInt64(const char16* begin, const char16* end,
106 BASE_API bool HexStringToInt(std::string::const_iterator begin,
109 BASE_API bool HexStringToInt(const char* begin, const char* end, int* output)
    [all...]

Completed in 1102 milliseconds

1 23 4 5 6 7 8 91011>>