Searched refs:begin (Results 51 - 75 of 3538) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/importer/
H A Dnss_decryptor.cc155 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);
186 realm = lines[begin]
[all...]
/external/chromium/chrome/browser/notifications/
H A Dballoon_collection_base.cc27 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
40 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
44 for (iter = to_close.begin(); iter != to_close.end(); ++iter)
56 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
60 for (iter = to_close.begin(); iter != to_close.end(); ++iter)
70 for (Balloons::iterator iter = to_close.begin();
78 for (iter = balloons_.begin(); iter != balloons_.end(); ++iter) {
/external/elfutils/libdw/
H A Ddwarf_ranges.c138 Dwarf_Addr begin;
142 begin = read_8ubyte_unaligned_inc (die->cu->dbg, readp);
144 if (begin == (uint64_t) -1l) /* Base address entry. */
152 begin = read_4ubyte_unaligned_inc (die->cu->dbg, readp);
154 if (begin == (uint32_t) -1) /* Base address entry. */
161 if (begin == 0 && end == 0) /* End of list entry. */
165 *startp = *basep + begin;
/external/stlport/test/unit/
H A Dslist_test.cpp78 for(i = str.begin(); i != str.end(); i++)
87 for(i = str.begin(); i != str.end(); i++)
97 for(i = str.begin(); i != str.end(); i++)
106 for(i = str.begin(); i != str.end(); i++)
130 slit = sl.erase(sl.begin());
134 slit = sl.erase(sl.begin(), slit);
139 slit = sl.erase_after(sl.begin());
142 slit = sl.begin(); ++slit; ++slit;
143 slit = sl.erase_after(sl.begin(), slit);
160 sl.insert(sl.begin(),
[all...]
H A Dmvctor_test.cpp58 v_v_ints.erase(v_v_ints.begin() + 1);
90 vec_strs.erase(vec_strs.begin() + 1);
118 unsigned int *punit = v_v_bits.front().begin()._M_iterator._M_p;
120 unsigned int *punit = v_v_bits.front().begin()._M_p;
132 CPPUNIT_ASSERT( punit == v_v_bits.front().begin()._M_iterator._M_p );
134 CPPUNIT_ASSERT( punit == v_v_bits.front().begin()._M_p );
190 vect_deque.insert(vect_deque.begin() + pos, vect_vect.begin(), vect_vect.end());
191 bufs.insert(bufs.begin() + pos, &vect_deque[pos].front());
192 bufs.insert(bufs.begin()
[all...]
H A Duninitialized_test.cpp94 uninitialized_copy(src.begin(), src.end(), dst.begin());
95 vector<NotTrivialCopyStruct>::const_iterator it(dst.begin()), end(dst.end());
132 list<NotTrivialCopyStruct>::iterator it(dst.begin()), end(dst.end());
137 uninitialized_copy(src.begin(), src.end(), dst.begin());
139 for (it = dst.begin(); it != end; ++it) {
148 vector<NotTrivialCopyStruct>::iterator it(dst.begin()), end(dst.end());
153 uninitialized_copy(src.begin(), src.end(), dst.begin());
[all...]
H A Dalg_test.cpp81 int n = count(i.begin(), i.end(), 2);
85 count(i.begin(), i.end(), 2, n);
99 sort(years.begin(), years.end());
111 sort(years.begin(), years.end()); // <-- changed!
130 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 2);
140 list<int>::iterator lit = search_n(lint.begin(), lint.end(), 3, 3);
150 deque<int>::iterator dit = search_n(dint.begin(), dint.end(), 4, 4);
163 slist<int>::iterator slit = search_n(slint.begin(), slint.end(), 2, 1, greater<int>());
173 list<int>::iterator lit = search_n(lint.begin(), lint.end(), 3, 2, greater<int>());
183 deque<int>::iterator dit = search_n(dint.begin(), din
[all...]
/external/llvm/include/llvm/ADT/
H A DSmallVector.h111 iterator begin() { return (iterator)this->BeginX; } function in class:llvm::SmallVectorTemplateCommon
112 const_iterator begin() const { return (const_iterator)this->BeginX; } function in class:llvm::SmallVectorTemplateCommon
123 reverse_iterator rend() { return reverse_iterator(begin()); }
124 const_reverse_iterator rend() const { return const_reverse_iterator(begin());}
126 size_type size() const { return end()-begin(); }
131 size_t capacity() const { return capacity_ptr() - begin(); }
134 pointer data() { return pointer(begin()); }
136 const_pointer data() const { return const_pointer(begin()); }
139 assert(begin() + idx < end());
140 return begin()[id
[all...]
H A DPriorityQueue.h36 PriorityQueue(Iterator begin, Iterator end, argument
39 : std::priority_queue<T, Sequence, Compare>(begin, end, compare, sequence)
50 std::find(this->c.begin(), this->c.end(), t) - this->c.begin();
72 std::make_heap(this->c.begin(), this->c.end(), this->comp);
/external/chromium/chrome/browser/bookmarks/
H A Drecently_used_folders_combo_model.cc35 nodes_.insert(nodes_.begin(), node->parent());
40 nodes_.erase(nodes_.begin() + kMaxMRUFolders, nodes_.end());
46 std::vector<const BookmarkNode*>::iterator it = std::find(nodes_.begin(),
49 node_parent_index_ = static_cast<int>(it - nodes_.begin());
71 std::vector<const BookmarkNode*>::iterator it = std::find(nodes_.begin(),
/external/chromium/googleurl/src/
H A Durl_parse_internal.h50 // Given an already-initialized begin index and length, this shrinks the range
52 // indicate the length of untrimmed data from |*begin|, but rather the position
53 // in the input string (so the string starts at character |*begin| in the spec,
56 inline void TrimURL(const CHAR* spec, int* begin, int* len) { argument
58 while (*begin < *len && ShouldTrimFromURL(spec[*begin]))
59 (*begin)++;
63 while (*len > *begin && ShouldTrimFromURL(spec[*len - 1]))
H A Durl_canon_icu.cc164 bool ReadUTFChar(const char* str, int* begin, int length, argument
167 U8_NEXT(str, *begin, length, code_point);
172 (*begin)--;
181 bool ReadUTFChar(const char16* str, int* begin, int length, argument
183 if (U16_IS_SURROGATE(str[*begin])) {
184 if (!U16_IS_SURROGATE_LEAD(str[*begin]) || *begin + 1 >= length ||
185 !U16_IS_TRAIL(str[*begin + 1])) {
191 *code_point = U16_GET_SUPPLEMENTARY(str[*begin], str[*begin
[all...]
/external/clang/test/SemaCXX/
H A Dfor-range-dereference.cpp4 Data *begin();
13 Data *begin();
19 int* begin(DeletedADLBegin) = delete; //expected-note {{candidate function has been explicitly deleted}} \
23 Data *begin();
30 Data * begin(ADLNoEnd); // expected-note 6 {{candidate function not viable: no known conversion}}
48 for (auto i : NB) { }// expected-error{{range type 'NoBegin' has 'end' member but no 'begin' member}}
50 for (auto i : pNB) { }// expected-error{{invalid range expression of type 'NoBegin *'; no viable 'begin' function available}}
52 for (auto i : ppNB) { }// expected-error{{invalid range expression of type 'NoBegin **'; no viable 'begin' function available}}
54 for (auto i : pppppNB) { }// expected-error{{invalid range expression of type 'NoBegin *****'; no viable 'begin' function available}}
59 for (auto i : pANE) { } // expected-error{{invalid range expression of type 'ADLNoEnd *'; no viable 'begin' functio
[all...]
/external/llvm/utils/
H A DlldbDataFormatters.py15 begin = self.begin.GetValueAsUnsigned(0)
17 return (end - begin)/self.type_size
33 return self.begin.CreateChildAtOffset('['+str(index)+']',
37 self.begin = self.valobj.GetChildMemberWithName('BeginX')
/external/webkit/Source/WebCore/page/
H A DContentSecurityPolicy.cpp165 void parse(const UChar* begin, const UChar* end);
167 bool parseSource(const UChar* begin, const UChar* end, String& scheme, String& host, int& port, bool& hostHasWildcard, bool& portHasWildcard);
168 bool parseScheme(const UChar* begin, const UChar* end, String& scheme);
169 bool parseHost(const UChar* begin, const UChar* end, String& host, bool& hostHasWildcard);
170 bool parsePort(const UChar* begin, const UChar* end, int& port, bool& portHasWildcard);
200 void CSPSourceList::parse(const UChar* begin, const UChar* end) argument
202 const UChar* position = begin;
233 bool CSPSourceList::parseSource(const UChar* begin, const UChar* end, argument
237 if (begin == end)
240 if (equalIgnoringCase("'self'", begin, en
299 parseScheme(const UChar* begin, const UChar* end, String& scheme) argument
325 parseHost(const UChar* begin, const UChar* end, String& host, bool& hostHasWildcard) argument
365 parsePort(const UChar* begin, const UChar* end, int& port, bool& portHasWildcard) argument
568 parseDirective(const UChar* begin, const UChar* end, String& name, String& value) argument
[all...]
/external/arduino/libraries/Wire/
H A DWire.h46 void begin();
47 void begin(uint8_t);
48 void begin(int);
/external/chromium/chrome/common/extensions/
H A Dextension_extent.cc38 for (PatternList::const_iterator pattern = patterns_.begin();
50 for (PatternList::const_iterator i = patterns_.begin();
52 for (PatternList::const_iterator j = other.patterns().begin();
/external/clang/include/clang/Frontend/
H A DTextDiagnosticBuffer.h33 const_iterator err_begin() const { return Errors.begin(); }
36 const_iterator warn_begin() const { return Warnings.begin(); }
39 const_iterator note_begin() const { return Notes.begin(); }
/external/llvm/lib/Analysis/
H A DInterval.cpp45 for (std::vector<BasicBlock*>::const_iterator I = Nodes.begin(),
50 for (std::vector<BasicBlock*>::const_iterator I = Predecessors.begin(),
55 for (std::vector<BasicBlock*>::const_iterator I = Successors.begin(),
/external/llvm/lib/CodeGen/
H A DPHIEliminationUtils.cpp26 return MBB->begin();
47 InsertPoint = MBB->begin();
50 InsertPoint = *DefUsesInMBB.begin();
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tools.Tests.pas125 begin
130 begin
137 begin
144 begin
149 begin
156 begin
164 begin
171 begin
176 begin
184 begin
[all...]
/external/skia/src/core/
H A DSkTRefArray.h43 T* array = const_cast<T*>(obj->begin());
57 T* array = const_cast<T*>(obj->begin());
65 const T* begin() const { return (const T*)(this + 1); } function in class:SkTRefArray
66 const T* end() const { return this->begin() + fCount; }
69 return this->begin()[index];
90 T* array = const_cast<T*>(this->begin());
/external/chromium/chrome/browser/automation/
H A Dautomation_provider_list.h26 const_iterator begin() { function in class:AutomationProviderList
27 return automation_providers_.begin();
/external/chromium/chrome/browser/status_icons/
H A Dstatus_tray.cc21 STLDeleteContainerPointers(status_icons_.begin(), status_icons_.end());
34 status_icons_.begin(), status_icons_.end(), icon);
/external/chromium/chrome/browser/ui/gtk/
H A Daccelerators_gtk.h23 const_iterator const begin() { function in class:AcceleratorsGtk
24 return all_accelerators_.begin();

Completed in 768 milliseconds

1234567891011>>