/ndk/tests/device/test-gnustl-full/unit/ |
adj_test.cpp | 60 location = adjacent_find(v.begin(), v.end()); 63 location = adjacent_find(v.begin(), v.end()); 77 location = adjacent_find(v.begin(), v.end(), equal_length); 102 adjacent_difference(v.begin(), v.end(), result.begin()); 120 adjacent_difference(v.begin(), v.end(), result.begin(), mult);
|
mvctor_traits_test.cpp | 117 vect.insert(vect.begin() + 2, vect.begin(), vect.end()); 134 vect.insert(vect.begin() + 2, v2.begin(), v2.end() ); 148 vect.erase(vect.begin(), vect.begin() + 2 ); 167 vect.erase(vect.begin()); 216 vect.insert(vect.begin() + 2, vect.begin(), vect.end()); 234 vect.insert(vect.begin() + 2, v2.begin(), v2.end()) [all...] |
/ndk/tests/device/test-stlport/unit/ |
adj_test.cpp | 60 location = adjacent_find(v.begin(), v.end()); 63 location = adjacent_find(v.begin(), v.end()); 77 location = adjacent_find(v.begin(), v.end(), equal_length); 102 adjacent_difference(v.begin(), v.end(), result.begin()); 120 adjacent_difference(v.begin(), v.end(), result.begin(), mult);
|
mvctor_traits_test.cpp | 117 vect.insert(vect.begin() + 2, vect.begin(), vect.end()); 134 vect.insert(vect.begin() + 2, v2.begin(), v2.end() ); 148 vect.erase(vect.begin(), vect.begin() + 2 ); 167 vect.erase(vect.begin()); 216 vect.insert(vect.begin() + 2, vect.begin(), vect.end()); 234 vect.insert(vect.begin() + 2, v2.begin(), v2.end()) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/ |
for_each.h | 46 * @param begin Begin iterator of input sequence. 61 for_each_template_random_access(InputIterator begin, InputIterator end, 71 return for_each_template_random_access_ed(begin, end, user_op, 76 return for_each_template_random_access_omp_loop(begin, end, user_op, 82 return for_each_template_random_access_omp_loop(begin, end, user_op, 88 return for_each_template_random_access_workstealing(begin, end,
|
par_loop.h | 48 * @param begin Begin iterator of element sequence. 68 for_each_template_random_access_ed(RandomAccessIterator begin, 78 const difference_type length = end - begin; 106 new(reduct) Result(f(o, begin + start)); 114 *reduct = r(*reduct, f(o, begin + start)); 125 f.finish_iterator = begin + length;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) 49 { return __cont.begin(); } 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 59 { return __cont.begin(); } 87 begin(_Tp (&__arr)[_Nm])
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) 49 { return __cont.begin(); } 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 59 { return __cont.begin(); } 87 begin(_Tp (&__arr)[_Nm])
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) 49 { return __cont.begin(); } 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 59 { return __cont.begin(); } 87 begin(_Tp (&__arr)[_Nm])
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) 49 { return __cont.begin(); } 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 59 { return __cont.begin(); } 87 begin(_Tp (&__arr)[_Nm])
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) 49 { return __cont.begin(); } 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 59 { return __cont.begin(); } 87 begin(_Tp (&__arr)[_Nm])
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) 49 { return __cont.begin(); } 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 59 { return __cont.begin(); } 87 begin(_Tp (&__arr)[_Nm])
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
range_access.h | 48 begin(_Container& __cont) -> decltype(__cont.begin()) 49 { return __cont.begin(); } 58 begin(const _Container& __cont) -> decltype(__cont.begin()) 59 { return __cont.begin(); } 87 begin(_Tp (&__arr)[_Nm])
|
/external/chromium_org/net/http/ |
http_util.cc | 99 const string::const_iterator begin = content_type_str.begin(); 117 base::StringTokenizer tokenizer(begin + param_start, content_type_str.end(), 137 charset_val = param_value_begin - begin; 138 charset_end = param_value_end - begin; 177 bool eq = !mime_type->empty() && LowerCaseEqualsASCII(begin + type_val, 178 begin + type_end, 181 mime_type->assign(begin + type_val, begin + type_end); 186 charset->assign(begin + charset_val, begin + charset_end) [all...] |
/external/chromium_org/third_party/sqlite/src/test/ |
trans.test | 55 set v [catch {execsql {BEGIN}} msg] 63 set v [catch {execsql {BEGIN TRANSACTION}} msg] 71 set v [catch {execsql {BEGIN TRANSACTION 'foo'}} msg] 80 BEGIN; 93 BEGIN; 184 BEGIN TRANSACTION; 201 BEGIN TRANSACTION; 252 execsql {BEGIN TRANSACTION} 289 BEGIN TRANSACTION; 314 BEGIN TRANSACTION [all...] |
trigger1.test | 39 CREATE TRIGGER trig UPDATE ON no_such_table BEGIN 48 CREATE TEMP TRIGGER trig UPDATE ON no_such_table BEGIN 60 CREATE TRIGGER trig UPDATE ON t1 FOR EACH STATEMENT BEGIN 66 CREATE TRIGGER tr1 INSERT ON t1 BEGIN 72 CREATE TRIGGER IF NOT EXISTS tr1 DELETE ON t1 BEGIN 79 CREATE TRIGGER tr1 DELETE ON t1 BEGIN 86 CREATE TRIGGER "tr1" DELETE ON t1 BEGIN 93 CREATE TRIGGER [tr1] DELETE ON t1 BEGIN 101 BEGIN; 102 CREATE TRIGGER tr2 INSERT ON t1 BEGIN [all...] |
/external/chromium/googleurl/src/ |
url_canon_internal_file.h | 50 // spec is returned (after the colon when a drive spec is found, the begin 53 static int FileDoDriveSpec(const CHAR* spec, int begin, int end, 57 int num_slashes = CountConsecutiveSlashes(spec, begin, end); 58 int after_slashes = begin + num_slashes; 61 return begin; // Haven't consumed any characters 81 static void FileDoPath(const CHAR* spec, int begin, int end, 84 // canonicalizer expects the input to begin in a slash already so 86 int num_slashes = CountConsecutiveSlashes(spec, begin, end); 87 int after_slashes = begin + num_slashes; 115 new_parsed->scheme.begin = output->length() [all...] |
/external/libvorbis/doc/ |
06-floor0.tex | 30 \begin{Verbatim}[commandchars=\\\{\}] 57 \begin{Verbatim}[commandchars=\\\{\}] 77 \begin{itemize} 114 length \varname{[n]} vector with all-zero scalars. Otherwise, begin by 118 \begin{displaymath} 120 \begin{array}{ll} 132 \begin{displaymath} 141 \begin{displaymath} 150 \begin{enumerate} 154 \begin{enumerate [all...] |
/external/llvm/include/llvm/MC/ |
MCAtom.h | 41 uint64_t getBeginAddr() const { return Begin; } 73 uint64_t Begin, End; 77 : Kind(K), Name("(unknown)"), Parent(P), Begin(B), End(E) { } 82 /// \brief Remap the atom, using the given range, updating Begin/End. 91 /// remap(Begin, TruncPt); 96 /// The bounds for the resulting atoms are returned in {L,R}{Begin,End}. 136 const_iterator begin() const { return Insts.begin(); } function in class:llvm::MCTextAtom 155 MCTextAtom(MCModule *P, uint64_t Begin, uint64_t End) 156 : MCAtom(TextAtom, P, Begin, End), NextInstAddress(Begin) { [all...] |
/external/protobuf/gtest/xcode/Samples/FrameworkSample/WidgetFramework.xcodeproj/ |
project.pbxproj | 9 /* Begin PBXBuildFile section */ 18 /* Begin PBXContainerItemProxy section */ 28 /* Begin PBXFileReference section */ 39 /* Begin PBXFrameworksBuildPhase section */ 59 /* Begin PBXGroup section */ 117 /* Begin PBXHeadersBuildPhase section */ 128 /* Begin PBXNativeTarget section */ 168 /* Begin PBXProject section */ 185 /* Begin PBXResourcesBuildPhase section */ 195 /* Begin PBXRezBuildPhase section * [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/sequences/forwardlist/forwardlist.ops/ |
splice_after_range.pass.cpp | 24 const int size_t1 = std::end(t1) - std::begin(t1); 25 const int size_t2 = std::end(t2) - std::begin(t2); 31 typename C::const_iterator i = c.begin(); 39 assert(distance(c.begin(), c.end()) == size_t1 + (l > f+1 ? l-1-f : 0)); 46 typename C::const_iterator i = c.begin(); 76 assert(distance(c.begin(), c.end()) == size_t1); 90 C c1(std::begin(t1), std::end(t1)); 91 C c2(std::begin(t2), std::end(t2)); 107 C c1(std::begin(t1), std::end(t1)); 115 C c1(std::begin(t1), std::end(t1)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
array | 82 { std::fill_n(begin(), size(), __u); } 86 { std::swap_ranges(begin(), end(), __other.begin()); } 90 begin() 94 begin() const 115 { return reverse_iterator(begin()); } 119 { return const_reverse_iterator(begin()); } 135 { return const_reverse_iterator(begin()); } 174 { return *begin(); } 178 { return *begin(); } [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
array | 82 { std::fill_n(begin(), size(), __u); } 86 { std::swap_ranges(begin(), end(), __other.begin()); } 90 begin() 94 begin() const 115 { return reverse_iterator(begin()); } 119 { return const_reverse_iterator(begin()); } 135 { return const_reverse_iterator(begin()); } 174 { return *begin(); } 178 { return *begin(); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
array | 82 { std::fill_n(begin(), size(), __u); } 86 { std::swap_ranges(begin(), end(), __other.begin()); } 90 begin() 94 begin() const 115 { return reverse_iterator(begin()); } 119 { return const_reverse_iterator(begin()); } 135 { return const_reverse_iterator(begin()); } 174 { return *begin(); } 178 { return *begin(); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
array | 84 { std::fill_n(begin(), size(), __u); } 89 { std::swap_ranges(begin(), end(), __other.begin()); } 93 begin() noexcept 97 begin() const noexcept 118 { return reverse_iterator(begin()); } 122 { return const_reverse_iterator(begin()); } 138 { return const_reverse_iterator(begin()); } 178 { return *begin(); } 182 { return *begin(); } [all...] |