/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/ |
vector | 174 begin() 175 { return iterator(_Base::begin(), this); } 178 begin() const 179 { return const_iterator(_Base::begin(), this); } 199 { return reverse_iterator(begin()); } 203 { return const_reverse_iterator(begin()); } 208 { return const_iterator(_Base::begin(), this); } 220 { return const_reverse_iterator(begin()); } 232 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin())); 356 difference_type __offset = __position - begin(); [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/ |
vector | 174 begin() 175 { return iterator(_Base::begin(), this); } 178 begin() const 179 { return const_iterator(_Base::begin(), this); } 199 { return reverse_iterator(begin()); } 203 { return const_reverse_iterator(begin()); } 208 { return const_iterator(_Base::begin(), this); } 220 { return const_reverse_iterator(begin()); } 232 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin())); 356 difference_type __offset = __position - begin(); [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/ |
vector | 174 begin() 175 { return iterator(_Base::begin(), this); } 178 begin() const 179 { return const_iterator(_Base::begin(), this); } 199 { return reverse_iterator(begin()); } 203 { return const_reverse_iterator(begin()); } 208 { return const_iterator(_Base::begin(), this); } 220 { return const_reverse_iterator(begin()); } 232 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin())); 356 difference_type __offset = __position - begin(); [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/ |
vector | 174 begin() 175 { return iterator(_Base::begin(), this); } 178 begin() const 179 { return const_iterator(_Base::begin(), this); } 199 { return reverse_iterator(begin()); } 203 { return const_reverse_iterator(begin()); } 208 { return const_iterator(_Base::begin(), this); } 220 { return const_reverse_iterator(begin()); } 232 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin())); 356 difference_type __offset = __position - begin(); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/ |
vector | 174 begin() 175 { return iterator(_Base::begin(), this); } 178 begin() const 179 { return const_iterator(_Base::begin(), this); } 199 { return reverse_iterator(begin()); } 203 { return const_reverse_iterator(begin()); } 208 { return const_iterator(_Base::begin(), this); } 220 { return const_reverse_iterator(begin()); } 232 this->_M_invalidate_if(_After_nth(__sz, _M_base().begin())); 356 difference_type __offset = __position - begin(); [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tree.pas | [all...] |
/external/skia/legacy/src/animator/ |
SkDrawGroup.cpp | 39 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 65 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 86 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 96 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 108 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 139 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 157 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 166 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 178 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 188 return (int) (ptr - fChildren.begin()); [all...] |
/external/skia/src/animator/ |
SkDrawGroup.cpp | 39 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 65 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 86 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 96 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 108 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 139 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 157 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 166 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 178 for (SkDrawable** ptr = fChildren.begin(); ptr < fChildren.end(); ptr++) { 188 return (int) (ptr - fChildren.begin()); [all...] |
/packages/apps/Email/src/org/apache/james/mime4j/decoder/ |
DecoderUtil.java | 22 //BEGIN android-changed: Stubbing out logging
170 int begin = body.indexOf("=?", previousEnd);
local 175 int endScan = begin + 2;
176 if (begin != -1) {
184 int end = begin == -1 ? -1 : body.indexOf("?=", endScan);
194 String sep = body.substring(previousEnd, begin);
196 String decoded = decodeEncodedWord(body, begin, end);
199 sb.append(body.substring(begin, end));
213 private static String decodeEncodedWord(String body, int begin, int end) {
214 int qm1 = body.indexOf('?', begin + 2); [all...] |
/external/chromium/net/base/ |
pem_tokenizer_unittest.cc | 13 "-----BEGIN EXPECTED-BLOCK-----\n" 31 "-----BEGIN EXPECTED-BLOCK-----\r\n" 49 "-----BEGIN UNEXPECTED-BLOCK-----\n" 62 "-----BEGIN BLOCK-ONE-----\n" 65 "-----BEGIN BLOCK-TWO-----\n" 89 "-----BEGIN MISSING-FOOTER-----\n" 92 "-----BEGIN MISSING-FOOTER-----\n" 109 "-----BEGIN BLOCK-ONE-----\n" 111 "-----BEGIN BLOCK-TWO-----\n" 115 "-----BEGIN BLOCK-ONE-----\n [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
array | 77 { std::fill_n(begin(), size(), __u); } 81 { std::swap_ranges(begin(), end(), __other.begin()); } 85 begin() 89 begin() const 110 { return reverse_iterator(begin()); } 114 { return const_reverse_iterator(begin()); } 153 { return *begin(); } 157 { return *begin(); } 180 { return std::equal(__one.begin(), __one.end(), __two.begin()); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
array | 77 { std::fill_n(begin(), size(), __u); } 81 { std::swap_ranges(begin(), end(), __other.begin()); } 85 begin() 89 begin() const 110 { return reverse_iterator(begin()); } 114 { return const_reverse_iterator(begin()); } 153 { return *begin(); } 157 { return *begin(); } 180 { return std::equal(__one.begin(), __one.end(), __two.begin()); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/ |
array | 77 { std::fill_n(begin(), size(), __u); } 81 { std::swap_ranges(begin(), end(), __other.begin()); } 85 begin() 89 begin() const 110 { return reverse_iterator(begin()); } 114 { return const_reverse_iterator(begin()); } 153 { return *begin(); } 157 { return *begin(); } 180 { return std::equal(__one.begin(), __one.end(), __two.begin()); [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/ |
array | 77 { std::fill_n(begin(), size(), __u); } 81 { std::swap_ranges(begin(), end(), __other.begin()); } 85 begin() 89 begin() const 110 { return reverse_iterator(begin()); } 114 { return const_reverse_iterator(begin()); } 153 { return *begin(); } 157 { return *begin(); } 180 { return std::equal(__one.begin(), __one.end(), __two.begin()); [all...] |
/external/chromium/chrome/browser/importer/ |
nss_decryptor.cc | 28 /* ***** BEGIN LICENSE BLOCK ***** 155 size_t begin = i; local 162 if (end - begin < 5) 175 if (lines[begin].find(kRealmBracketBegin) != std::string::npos) { 178 if (lines[begin].find("://") == std::string::npos) 179 lines[begin] = "http://" + lines[begin]; 181 size_t start = lines[begin].find(kRealmBracketBegin); 182 url = GURL(lines[begin].substr(0, start)); 185 size_t end = lines[begin].rfind(kRealmBracketEnd) [all...] |
/packages/providers/ContactsProvider/tests/assets/testUnsynced/ |
legacy_contacts.sql | 0 BEGIN TRANSACTION; 90 CREATE TRIGGER contact_cleanup DELETE ON people BEGIN DELETE FROM peopleLookup WHERE source = old._id;DELETE FROM peopleLookupWithPhoneticName WHERE source = old._id;DELETE FROM phones WHERE person = old._id;DELETE FROM contact_methods WHERE person = old._id;DELETE FROM organizations WHERE person = old._id;DELETE FROM groupmembership WHERE person = old._id;DELETE FROM extensions WHERE person = old._id;END; 91 CREATE TRIGGER contact_methods_INSERT_typeAndLabel AFTER INSERT ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END; 92 CREATE TRIGGER contact_methods_UPDATE_typeAndLabel AFTER UPDATE ON contact_methods WHEN (NEW.type != 0 AND NEW.label IS NOT NULL) OR (NEW.type = 0 AND NEW.label IS NULL) BEGIN SELECT RAISE (ABORT, 'exactly one of type or label must be set'); END; 93 CREATE TRIGGER contact_methods_delete DELETE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END; 94 CREATE TRIGGER contact_methods_insert INSERT ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person;END; 95 CREATE TRIGGER contact_methods_update UPDATE ON contact_methods BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END; 96 CREATE TRIGGER extensions_delete DELETE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person;END; 97 CREATE TRIGGER extensions_insert INSERT ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=new.person; END; 98 CREATE TRIGGER extensions_update AFTER UPDATE ON extensions BEGIN UPDATE people SET _sync_dirty=1 WHERE people._id=old.person; END [all...] |
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_INTERPRET.S | 9 * r1 - the Dalvik PC to begin interpretation. 11 * [lr, #3] contains Dalvik PC to begin interpretation
|
/dalvik/vm/compiler/template/mips/ |
TEMPLATE_INTERPRET.S | 9 * a1 - the Dalvik PC to begin interpretation. 11 * [ra] contains Dalvik PC to begin interpretation
|
/external/chromium/app/sql/ |
transaction_unittest.cc | 47 EXPECT_TRUE(t.Begin()); 65 EXPECT_TRUE(t.Begin()); 77 EXPECT_TRUE(t2.Begin()); 94 EXPECT_TRUE(outer.Begin()); 100 EXPECT_TRUE(inner1.Begin()); 114 EXPECT_TRUE(inner2.Begin()); 122 // A third inner one will fail in Begin since one has already been rolled 127 EXPECT_FALSE(inner3.Begin());
|
/external/chromium/chrome/browser/automation/ |
automation_provider_list.h | 26 const_iterator begin() { function in class:AutomationProviderList 27 return automation_providers_.begin();
|
/external/chromium/chrome/browser/status_icons/ |
status_tray.cc | 21 STLDeleteContainerPointers(status_icons_.begin(), status_icons_.end()); 34 status_icons_.begin(), status_icons_.end(), icon);
|
/external/chromium/chrome/browser/ui/gtk/ |
accelerators_gtk.h | 23 const_iterator const begin() { function in class:AcceleratorsGtk 24 return all_accelerators_.begin();
|
/external/chromium/net/data/ssl/certificates/ |
google.chain.pem | 1 -----BEGIN CERTIFICATE----- 20 -----BEGIN CERTIFICATE-----
|
/external/clang/test/CodeGenObjCXX/ |
arc-new-delete.mm | 74 // CHECK: icmp eq i8** [[BEGIN:%.*]], null 76 // CHECK: [[END:%.*]] = getelementptr inbounds i8** [[BEGIN]], i64 [[LEN]] 77 // CHECK-NEXT: icmp eq i8** [[BEGIN]], [[END]] 81 // CHECK-NEXT: icmp eq i8** [[CUR]], [[BEGIN]] 85 // CHECK: icmp eq i8** [[BEGIN:%.*]], null 87 // CHECK: [[END:%.*]] = getelementptr inbounds i8** [[BEGIN]], i64 [[LEN]] 88 // CHECK-NEXT: icmp eq i8** [[BEGIN]], [[END]] 92 // CHECK-NEXT: icmp eq i8** [[CUR]], [[BEGIN]]
|
/external/libogg/win32/VS6/ |
ogg_static.dsp | 24 # Begin Project
79 # Begin Target
83 # Begin Group "Source Files"
86 # Begin Source File
90 # Begin Source File
95 # Begin Group "Header Files"
98 # Begin Source File
102 # Begin Source File
|