/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/detail/ |
sequence.hpp | 17 #include <boost/range/begin.hpp> 32 ForwardIteratorT Begin, 35 Input.insert( At, Begin, End ); 44 ::boost::algorithm::detail::insert( Input, At, ::boost::begin(Insert), ::boost::end(Insert) ); 74 ForwardIteratorT Begin, 78 ForwardIteratorT InsertIt=Begin; 110 ForwardIteratorT Begin, 114 if ( Begin!=End ) 118 Input.insert( At, Begin, End ); 122 Input.insert( Input.begin(), Begin, End ) [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
Antlr.Runtime.Tools.Tests.pas | 125 begin 130 begin 137 begin 144 begin 149 begin 156 begin 164 begin 171 begin 176 begin 184 begin [all...] |
/external/ceres-solver/internal/ceres/ |
stl_util.h | 49 void STLDeleteContainerPointers(ForwardIterator begin, 51 while (begin != end) { 52 ForwardIterator temp = begin; 53 ++begin; 61 void STLDeleteUniqueContainerPointers(ForwardIterator begin, 63 sort(begin, end); 64 ForwardIterator new_end = unique(begin, end); 65 while (begin != new_end) { 66 ForwardIterator temp = begin; 67 ++begin; [all...] |
/external/chromium/base/ |
string_number_conversions.cc | 80 DCHECK(it != outbuf.begin()); 88 DCHECK(it != outbuf.begin()); 176 static bool Invoke(const_iterator begin, 181 while (begin != end && LocalIsWhitespace(*begin)) { 183 ++begin; 186 if (begin != end && *begin == '-') { 187 if (!Negative::Invoke(begin + 1, end, output)) { 191 if (begin != end && *begin == '+') [all...] |
/external/chromium/chrome/browser/ |
browser_util_win.cc | 23 std::replace(exe.begin(), exe.end(), '\\', '!'); 24 std::transform(exe.begin(), exe.end(), exe.begin(), tolower);
|
/external/chromium_org/chrome/browser/ |
browser_util_win.cc | 23 std::replace(exe.begin(), exe.end(), '\\', '!'); 24 std::transform(exe.begin(), exe.end(), exe.begin(), tolower);
|
/external/chromium_org/sql/ |
transaction.cc | 22 bool Transaction::Begin() { 34 << "Did you remember to call Begin() and check its return?"; 44 << "Did you remember to call Begin() and check its return?";
|
/external/chromium_org/third_party/JSON/JSON-2.59/t/ |
14_latin1.t | 5 BEGIN { plan tests => 4 }; 7 BEGIN { $ENV{PERL_JSON_BACKEND} = "JSON::backportPP"; } 9 BEGIN {
|
17_relaxed.t | 6 BEGIN { plan tests => 8 }; 8 BEGIN { $ENV{PERL_JSON_BACKEND} = "JSON::backportPP"; } 10 BEGIN {
|
e08_decode.t | 7 BEGIN { plan tests => 6 }; 9 BEGIN { $ENV{PERL_JSON_BACKEND} = "JSON::backportPP"; } 13 BEGIN {
|
e09_encode.t | 7 BEGIN { plan tests => 7 }; 9 BEGIN { $ENV{PERL_JSON_BACKEND} = "JSON::backportPP"; } 13 BEGIN {
|
xe12_boolean.t | 5 BEGIN { plan tests => 4 }; 7 BEGIN { $ENV{PERL_JSON_BACKEND} = 1; } 11 BEGIN {
|
/external/chromium_org/v8/src/ |
v8conversions.cc | 88 const uint8_t* begin = SeqOneByteString::cast(str)->GetChars(); local 89 const uint8_t* end = begin + str->length(); 90 return InternalStringToDouble(unicode_cache, begin, end, flags, 93 const uc16* begin = SeqTwoByteString::cast(str)->GetChars(); local 94 const uc16* end = begin + str->length(); 95 return InternalStringToDouble(unicode_cache, begin, end, flags, 115 const uint8_t* begin = SeqOneByteString::cast(str)->GetChars(); local 116 const uint8_t* end = begin + str->length(); 117 return InternalStringToInt(unicode_cache, begin, end, radix); 119 const uc16* begin = SeqTwoByteString::cast(str)->GetChars() local [all...] |
/external/clang/test/SemaObjC/ |
severe-syntax-error.m | 11 static NSArray* prefixArray[] = @"BEGIN:", @"END:", @"VERSION:", @"N:", @"FN:", @"TEL;", @"TEL:", nil; // expected-error {{array initializer must be an initializer list}} \ 15 static NSString* prefixArray1[] = @"BEGIN:", @"END:", @"VERSION:", @"N:", @"FN:", @"TEL;", @"TEL:", nil; // expected-error {{unknown type name 'NSString'}} \ 19 static char* cArray[] = "BEGIN:", "END"; // expected-error {{array initializer must be an initializer list}} \
|
/external/llvm/lib/MC/ |
MCAtom.cpp | 22 assert((TruncPt >= Begin && TruncPt < End) && 24 remap(Begin, TruncPt); 30 assert((SplitPt > Begin && SplitPt <= End) && 33 // Compute the new begin/end points. 34 LBegin = Begin; 47 if (Data.size() > Begin - End) 48 remap(Begin, End + 1); 54 Data.resize(TruncPt - Begin + 1); 64 std::vector<MCData>::iterator I = Data.begin() + (RBegin - LBegin); 76 remap(Begin, NextInstAddress) [all...] |
/external/qemu-pc-bios/vgabios/ |
dataseghack | 4 'BEGIN { }\ 10 'BEGIN { i = 0; last = "hello" }\ 16 'BEGIN { }\
|
/external/tinyxml/ |
tinyxmlSTL.dsp | 24 # Begin Project
81 # Begin Target
85 # Begin Group "Source Files"
88 # Begin Source File
92 # Begin Source File
96 # Begin Source File
100 # Begin Source File
105 # Begin Group "Header Files"
108 # Begin Source File
112 # Begin Source File [all...] |
/external/v8/src/ |
v8conversions.cc | 87 const char* begin = SeqAsciiString::cast(str)->GetChars(); local 88 const char* end = begin + str->length(); 89 return InternalStringToDouble(unicode_cache, begin, end, flags, 92 const uc16* begin = SeqTwoByteString::cast(str)->GetChars(); local 93 const uc16* end = begin + str->length(); 94 return InternalStringToDouble(unicode_cache, begin, end, flags, 112 const char* begin = SeqAsciiString::cast(str)->GetChars(); local 113 const char* end = begin + str->length(); 114 return InternalStringToInt(unicode_cache, begin, end, radix); 116 const uc16* begin = SeqTwoByteString::cast(str)->GetChars() local [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/map.modifiers/ |
insert_iter_iter.pass.cpp | 43 assert(m.begin()->first == 1); 44 assert(m.begin()->second == 1); 45 assert(next(m.begin())->first == 2); 46 assert(next(m.begin())->second == 1); 47 assert(next(m.begin(), 2)->first == 3); 48 assert(next(m.begin(), 2)->second == 1); 69 assert(m.begin()->first == 1); 70 assert(m.begin()->second == 1); 71 assert(next(m.begin())->first == 2); 72 assert(next(m.begin())->second == 1) [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/set.cons/ |
move.pass.cpp | 35 assert(distance(m.begin(), m.end()) == 0); 40 assert(distance(mo.begin(), mo.end()) == 0); 63 assert(distance(m.begin(), m.end()) == 3); 64 assert(*m.begin() == 1); 65 assert(*next(m.begin()) == 2); 66 assert(*next(m.begin(), 2) == 3); 71 assert(distance(mo.begin(), mo.end()) == 0); 95 assert(distance(m.begin(), m.end()) == 3); 96 assert(*m.begin() == 1); 97 assert(*next(m.begin()) == 2) [all...] |
/external/chromium_org/third_party/opus/src/doc/ |
header.html.patch | 9 <!--BEGIN PROJECT_LOGO--> 12 <!--BEGIN PROJECT_NAME--> 15 - <!--BEGIN PROJECT_NUMBER--> <span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER--> 21 <!--BEGIN PROJECT_BRIEF--><div id="projectbrief">$projectbrief</div><!--END PROJECT_BRIEF--> 23 + <td><!--BEGIN PROJECT_NUMBER--><span id="projectnumber">$projectnumber</span><!--END PROJECT_NUMBER--> 28 <!--BEGIN !PROJECT_NAME-->
|
/external/libusb-compat/libusb/ |
usbi.h | 25 #define LIST_ADD(begin, ent) \ 27 if (begin) { \ 28 ent->next = begin; \ 33 begin = ent; \ 36 #define LIST_DEL(begin, ent) \ 41 begin = ent->next; \
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.pas | [all...] |
/external/bison/examples/calc++/ |
location.hh | 55 : begin (b) 62 : begin (p) 71 : begin (f, l, c) 82 begin.initialize (f, l, c); 83 end = begin; 92 begin = end; 111 position begin; member in class:yy::location 117 inline const location operator+ (const location& begin, const location& end) 119 location res = begin; 125 inline const location operator+ (const location& begin, unsigned int width [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/ |
Twofish.java | 3 // BEGIN android-removed 8 // BEGIN android-removed 12 // BEGIN android-removed 17 // BEGIN android-removed 31 // BEGIN android-removed 90 // BEGIN android-removed 112 // BEGIN android-removed 123 // BEGIN android-removed
|