Searched defs:begin (Results 251 - 275 of 787) sorted by relevance

<<11121314151617181920>>

/external/skia/src/effects/
H A DSk2DPathEffect.cpp32 this->begin(ir, dst);
65 void Sk2DPathEffect::begin(const SkIRect& uvBounds, SkPath* dst) const {} function in class:Sk2DPathEffect
/external/skia/src/gpu/
H A DGrOrderedSet.h56 Iter begin();
119 typename GrOrderedSet<T,C>::Iter GrOrderedSet<T,C>::begin() { function in class:GrOrderedSet
120 return Iter(fRBTree.begin());
/external/xmlwriter/src/org/jheer/
H A DXMLWriter.java46 * [Print]FileWriter to write the XML to. Call the {@link #begin()} or
47 * {@link #begin(String, int)} method when ready to start outputting
118 public void begin() throws IOException { method in class:XMLWriter
131 public void begin(String header, int bias) throws IOException { method in class:XMLWriter
132 begin();
/external/chromium_org/base/android/java/src/org/chromium/base/
H A DPerfTraceEvent.java118 * logged whenever {@link #instant(String)}, {@link #begin(String)}, or {@link #end(String)}
135 * If this feature is enabled, whenever {@link #instant(String)}, {@link #begin(String)},
169 * Record an "begin" perf trace event.
173 public static synchronized void begin(String name) { method in class:PerfTraceEvent
190 * Record an "end" perf trace event, to match a begin event. The
191 * time delta between begin and end is usually interesting to
212 * Record an "begin" memory trace event.
216 public static synchronized void begin(String name, MemoryInfo memoryInfo) { method in class:PerfTraceEvent
232 * Record an "end" memory trace event, to match a begin event. The
233 * memory usage delta between begin an
[all...]
H A DTraceEvent.java90 // Called from within the begin/end methods only.
143 TraceEvent.begin(IDLE_EVENT_NAME, mNumTasksSinceLastIdle + " tasks since last idle.");
226 * @see #begin()
254 * @see #begin()
280 * Convenience wrapper around the versions of begin() that take string parameters.
288 public static void begin() { method in class:TraceEvent
293 * Triggers the 'begin' native trace event with no arguments.
296 public static void begin(String name) { method in class:TraceEvent
301 * Triggers the 'begin' native trace event.
305 public static void begin(Strin method in class:TraceEvent
[all...]
/external/chromium_org/base/containers/
H A Dmru_cache.h77 iterator i = begin();
104 index_.insert(std::make_pair(key, ordering_.begin()));
105 return ordering_.begin();
120 ordering_.splice(ordering_.begin(), ordering_, iter);
121 return ordering_.begin();
166 for (typename PayloadList::iterator i(ordering_.begin());
187 iterator begin() { return ordering_.begin(); } function in class:base::MRUCacheBase
188 const_iterator begin() const { return ordering_.begin(); } function in class:base::MRUCacheBase
[all...]
/external/chromium_org/base/i18n/
H A Drtl.cc282 char16 begin = text->at(begin_index); local
283 if (begin == kLeftToRightMark ||
284 begin == kRightToLeftMark) {
381 char16 begin = text[begin_index]; local
382 if (begin == kLeftToRightEmbeddingMark ||
383 begin == kRightToLeftEmbeddingMark ||
384 begin == kLeftToRightOverride ||
385 begin == kRightToLeftOverride)
H A Dstreaming_utf8_validator_unittest.cc91 // starting at |begin|. This is intended to be run from a worker
94 void TestRange(uint32 begin, uint32 size) { argument
96 TestNumber(begin + i);
118 uint32 begin = 0; local
124 begin,
127 begin += kThoroughTestChunkSize;
128 } while (begin != 0);
186 // begin().
235 void CheckRange(Iterator begin, argument
238 for (Iterator it = begin; i
249 CheckRangeByteAtATime(Iterator begin, Iterator end, StreamingUtf8Validator::State expected) argument
[all...]
/external/chromium_org/base/memory/
H A Dscoped_vector.h56 iterator begin() { return v_.begin(); } function in class:ScopedVector
57 const_iterator begin() const { return v_.begin(); } function in class:ScopedVector
88 STLDeleteContainerPointers(v_.begin() + new_size, v_.end());
93 void assign(InputIterator begin, InputIterator end) { argument
94 v_.assign(begin, end);
/external/chromium_org/base/time/
H A Dtime_unittest.cc694 TimeTicks begin = TimeTicks::Now(); local
702 TimeDelta delta = end - begin;
/external/chromium_org/base/
H A Dvalues.h472 iterator begin() { return list_.begin(); } function in class:base::ListValue
475 const_iterator begin() const { return list_.begin(); } function in class:base::ListValue
/external/chromium_org/chrome/browser/autocomplete/
H A Dbookmark_provider_unittest.cc108 TestBookmarkPosition(size_t begin, size_t end) argument
109 : begin(begin), end(end) {}
111 size_t begin; member in struct:TestBookmarkPosition
120 for (TestBookmarkPositions::const_iterator i = positions.begin();
122 if (i != positions.begin())
124 position_string += "{" + base::IntToString(i->begin) + ", " +
135 for (ACMatches::const_iterator i = matches.begin(); i != matches.end(); ++i) {
146 return pos_a.begin == pos_b.begin
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
H A Dabstract_shifter.js42 cvox.AbstractShifter.prototype.begin = function(sel, kwargs) {
43 return this.currentWalker_.begin(kwargs);
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dsigner.js172 queuedSignRequest.begin.bind(queuedSignRequest), timer);
254 * Called when this sign request may begin work.
257 QueuedSignRequest.prototype.begin = function(token) {
/external/chromium_org/chrome/utility/importer/
H A Dbookmark_html_reader.cc31 size_t begin = attribute_list.find(attribute + "=" + kQuote); local
32 if (begin == std::string::npos)
35 begin += attribute.size() + 2;
36 size_t end = begin + 1;
49 *value = attribute_list.substr(begin, end - begin);
172 entry.path.assign(path.begin() + toolbar_folder_index - 1, path.end());
179 entry.path.assign(path.begin(), path.end());
221 entry.path.assign(path.begin() + toolbar_folder_index - 1,
227 entry.path.assign(path.begin(), pat
248 size_t begin = line.find(kCharset); local
[all...]
/external/chromium_org/components/domain_reliability/
H A Dcontext.cc161 for (it = states_.begin(); it != states_.end(); ++it) {
186 beacons_out->assign(beacons_.begin(), beacons_.end());
203 for (it = config_->resources.begin(); it != config_->resources.end(); ++it)
262 for (BeaconConstIterator it = beacons_.begin(); it != beacons_.end(); ++it)
266 for (ResourceStateIterator it = states_.begin(); it != states_.end(); ++it) {
284 for (ResourceStateIterator it = states_.begin(); it != states_.end(); ++it)
292 for (ResourceStateIterator it = states_.begin(); it != states_.end(); ++it)
294 BeaconIterator begin = beacons_.begin(); local
295 BeaconIterator end = begin
[all...]
/external/chromium_org/components/omnibox/
H A Dautocomplete_result.cc145 for (ACMatches::iterator i(begin()); i != end(); ++i)
168 for (ProviderToMatches::const_iterator i(old_matches_per_provider.begin());
179 for (ACMatches::const_iterator i(matches.begin()); i != matches.end(); ++i) {
185 std::copy(matches.begin(), matches.end(), std::back_inserter(matches_));
193 for (ACMatches::iterator i(matches_.begin()); i != matches_.end(); ++i)
208 for (AutocompleteResult::iterator it = matches_.begin();
220 std::sort(matches_.begin(), matches_.end(), comparing_object);
223 *matches_.begin(), has_legal_default_match_without_completion)) {
226 for (AutocompleteResult::iterator it = matches_.begin() + 1;
230 std::rotate(matches_.begin(), i
302 AutocompleteResult::const_iterator AutocompleteResult::begin() const { function in class:AutocompleteResult
306 AutocompleteResult::iterator AutocompleteResult::begin() { function in class:AutocompleteResult
[all...]
/external/chromium_org/components/pairing/
H A Dfake_controller_pairing_controller.cc40 std::map<std::string, std::string> dict(kv_pairs.begin(), kv_pairs.end());
61 int begin = 0; local
63 CHECK(base::StringToInt(lost_begin_end[0], &begin) &&
66 CHECK((begin == 0 && end == 0) ||
67 (STAGE_WAITING_FOR_CODE_CONFIRMATION <= begin && begin <= end &&
70 connection_lost_begin_ = static_cast<Stage>(begin);
85 for (base::StringPairs::const_iterator event = events.begin();
126 for (DiscoveryScenario::const_iterator event = discovery_scenario_.begin();
168 return DeviceIdList(discovered_devices_.begin(), discovered_devices
[all...]
/external/chromium_org/components/policy/core/browser/
H A Dpolicy_error_map.cc202 PolicyErrorMap::const_iterator PolicyErrorMap::begin() { function in class:policy::PolicyErrorMap
204 return map_.begin();
/external/chromium_org/content/browser/quota/
H A Dquota_database_unittest.cc338 QuotaTableEntry* begin = kTableEntries; local
343 AssignQuotaTable(db.db_.get(), begin, end);
347 Verifier verifier(begin, end);
361 Entry* begin = kTableEntries; local
366 AssignOriginInfoTable(db.db_.get(), begin, end);
370 Verifier verifier(begin, end);
/external/chromium_org/content/common/gpu/media/
H A Dh264_dpb.h118 Pictures::iterator begin() { return pics_.begin(); } function in class:content::H264DPB
/external/chromium_org/courgette/
H A Ddisassembler_elf_32.cc151 Elf32_Addr begin = segment_header->p_vaddr; local
154 if (rva >= begin && rva < end)
166 Elf32_Addr begin = ProgramSegmentMemoryBegin(i); local
167 Elf32_Addr end = begin + ProgramSegmentMemorySize(i);
169 if (addr >= begin && addr < end) {
170 Elf32_Addr offset = addr - begin;
210 for (std::vector<RVA>::iterator rva = rvas->begin();
226 for (ScopedVector<TypedRVA>::iterator rva = rvas->begin();
253 std::vector<size_t>::iterator current_abs_offset = abs_offsets.begin();
254 ScopedVector<TypedRVA>::iterator current_rel = rel32_locations_.begin();
[all...]
H A Dmemory_allocator.h416 const T* begin() const { function in class:courgette::NoThrowBuffer
422 T* begin() { function in class:courgette::NoThrowBuffer
/external/chromium_org/extensions/common/permissions/
H A Dbase_set_operators.h95 const_iterator it = rhs.begin();
105 const_iterator it = begin();
106 const_iterator rhs_it = rhs.begin();
124 const_iterator it1 = begin();
125 const_iterator it2 = rhs.begin();
149 const_iterator it1 = set1.begin();
150 const_iterator it2 = set2.begin();
179 const_iterator it1 = set1.begin();
180 const_iterator it2 = set2.begin();
203 const_iterator it1 = set1.begin();
237 const_iterator begin() const { function in class:extensions::BaseSetOperators
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dbitmap.cc135 void Bitmap::SetRange(int begin, int end, bool value) { argument
136 DCHECK_LE(begin, end);
137 int start_offset = begin & (kIntBits - 1);
140 int len = std::min(end - begin, kIntBits - start_offset);
141 SetWordBits(begin, len, value);
142 begin += len;
145 if (begin == end)
154 memset(map_ + (begin / kIntBits), (value ? 0xFF : 0x00),
155 ((end / kIntBits) - (begin / kIntBits)) * sizeof(*map_));
158 // Return true if any bit between begin inclusiv
160 TestRange(int begin, int end, bool value) const argument
[all...]

Completed in 2207 milliseconds

<<11121314151617181920>>