Home
last modified time | relevance | path

Searched refs:Advance (Results 1 - 25 of 131) sorted by relevance

123456

/third_party/node/deps/v8/src/regexp/
H A Dregexp-parser.cc240 void Advance();
241 void Advance(int dist);
242 void RewindByOneCodepoint(); // Rewinds to before the previous Advance().
380 Advance(); in RegExpParserImpl()
424 void RegExpParserImpl<CharT>::Advance() { in Advance() function in v8::internal::__anon14998::RegExpParserImpl
436 // Advance so that position() points to 1-after-the-last-character. This is in Advance()
451 Advance(rewind_by); // Undo the last Advance. in RewindByOneCodepoint()
458 Advance(); in Reset()
462 void RegExpParserImpl<CharT>::Advance(in function in v8::internal::__anon14998::RegExpParserImpl
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dscanner.cc134 Advance<capture_raw>(); in ScanHexNumber()
154 Advance<capture_raw>(); in ScanUnlimitedLengthHexNumber()
232 Advance(); in TryToParseSourceURLComment()
239 Advance(); in TryToParseSourceURLComment()
254 Advance(); in TryToParseSourceURLComment()
256 Advance(); in TryToParseSourceURLComment()
263 Advance(); in TryToParseSourceURLComment()
271 Advance(); in TryToParseSourceURLComment()
290 Advance(); in SkipMultiLineComment()
292 Advance(); in SkipMultiLineComment()
[all...]
H A Dscanner.h65 inline base::uc32 Advance() { in Advance() function in v8::internal::Utf16CharacterStream
97 // This undoes the most recent Advance().
486 Advance(); in Init()
523 Advance(); in AddLiteralCharAdvance()
528 void Advance() { in Advance() function in v8::internal::Scanner
532 c0_ = source_->Advance(); in Advance()
543 base::uc32 c1 = source_->Advance(); in CombineSurrogatePair()
564 Advance(); in Select()
570 Advance(); in Select()
572 Advance(); in Select()
[all...]
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
H A Dstring-to-double.cc42 // against Advance and friends, when instantiated with **it as char, not uc16.
190 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() function
227 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
230 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
233 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
238 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
240 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
243 if (Advance(&current, separator, 16, end)) return true; in IsHexFloatString()
245 if (Advance(&current, separator, 16, end)) return true; in IsHexFloatString()
284 if (Advance(curren in RadixStringToIeee()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddouble-conversion-string-to-double.cpp58 // against Advance and friends, when instantiated with **it as char, not uc16.
211 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() function
248 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
251 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
254 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
259 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
261 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
264 if (Advance(&current, separator, 16, end)) return true; in IsHexFloatString()
266 if (Advance(&current, separator, 16, end)) return true; in IsHexFloatString()
305 if (Advance(curren in RadixStringToIeee()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Ddouble-conversion-string-to-double.cpp58 // against Advance and friends, when instantiated with **it as char, not uc16.
211 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() function
248 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
251 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
254 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
259 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
261 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
264 if (Advance(&current, separator, 16, end)) return true; in IsHexFloatString()
266 if (Advance(&current, separator, 16, end)) return true; in IsHexFloatString()
305 if (Advance(curren in RadixStringToIeee()
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddouble-conversion-string-to-double.cpp58 // against Advance and friends, when instantiated with **it as char, not uc16.
211 static bool Advance (Iterator* it, uc16 separator, int base, Iterator& end) { in Advance() function
248 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
251 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
254 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
259 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
261 if (Advance(&current, separator, 16, end)) return false; in IsHexFloatString()
264 if (Advance(&current, separator, 16, end)) return true; in IsHexFloatString()
266 if (Advance(&current, separator, 16, end)) return true; in IsHexFloatString()
305 if (Advance(curren in RadixStringToIeee()
[all...]
/third_party/gn/src/gn/
H A Dtokenizer.cc134 Advance(); // The current \n. in Run()
144 Advance(); in Run()
198 Advance();
262 Advance();
279 Advance(); // Advance past initial "
288 Advance(); // Skip past last "
294 Advance();
303 Advance();
305 Advance();
[all...]
/third_party/node/deps/v8/src/baseline/
H A Dbytecode-offset-iterator.h30 inline void Advance() { in Advance() function in v8::internal::baseline::BytecodeOffsetIterator
35 bytecode_iterator_.Advance(); in Advance()
40 Advance(); in AdvanceToBytecodeOffset()
47 Advance(); in AdvanceToPCOffset()
53 // For this iterator, done() means that it is not safe to Advance().
/third_party/protobuf/src/google/protobuf/util/internal/
H A Djson_stream_parser.cc368 Advance(); in ParseStringHelper()
439 Advance(); in ParseStringHelper()
443 Advance(); in ParseStringHelper()
505 // Advance past the first code unit escape. in ParseUnicodeEscape()
519 // Advance past the [final] code unit escape. in ParseUnicodeEscape()
647 Advance(); in HandleBeginObject()
665 Advance(); in ParseObjectMid()
672 Advance(); in ParseObjectMid()
688 Advance(); in ParseEntry()
734 Advance(); in ParseEntryMid()
870 void JsonStreamParser::Advance() { Advance() function in google::protobuf::util::converter::JsonStreamParser
[all...]
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/
H A DSmallGlyphMetrics.java28 metricsLength(5), height(0), width(1), BearingX(2), BearingY(3), Advance(4); enum constant
58 return this.data.readByte(Offset.Advance.offset); in advance()
114 return this.internalReadData().readByte(Offset.Advance.offset); in advance()
118 this.internalWriteData().writeByte(Offset.Advance.offset, advance); in setAdvance()
/third_party/node/deps/v8/src/objects/
H A Dstring-comparator.cc23 void StringComparator::State::Advance( in Advance() function in v8::internal::StringComparator::State
36 // Advance state. in Advance()
72 state_1_.Advance(to_check, access_guard); in Equals()
73 state_2_.Advance(to_check, access_guard); in Equals()
H A Dprototype-inl.h27 if (where_to_start == kStartAtPrototype) Advance(); in PrototypeIterator()
38 if (where_to_start == kStartAtPrototype) Advance(); in PrototypeIterator()
81 void PrototypeIterator::Advance() { in Advance() function in v8::internal::PrototypeIterator
/third_party/node/deps/v8/src/debug/
H A Ddebug-scope-iterator.cc54 if (!Done() && ShouldIgnore()) Advance(); in DebugScopeIterator()
60 if (!Done() && ShouldIgnore()) Advance(); in DebugScopeIterator()
66 if (!Done() && ShouldIgnore()) Advance(); in DebugScopeIterator()
71 void DebugScopeIterator::Advance() { in Advance() function in v8::internal::DebugScopeIterator
H A Ddebug-stack-trace-iterator.cc38 Advance(); in DebugStackTraceIterator()
39 for (; !Done() && index > 0; --index) Advance(); in DebugStackTraceIterator()
46 void DebugStackTraceIterator::Advance() { in Advance() function in v8::internal::DebugStackTraceIterator
64 iterator_.Advance(); in Advance()
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.cc24 void Advance(InputPosition from, InputPosition to) { in Advance() function
126 line_column_tracker.Advance(token_start, pos); in RunLexer()
132 line_column_tracker.Advance(token_start, token_end); in RunLexer()
145 line_column_tracker.Advance(token_end, pos); in RunLexer()
149 line_column_tracker.Advance(token_start, pos); in RunLexer()
227 // 'Complete' phase: Advance all items that were waiting to match this in RunEarleyAlgorithm()
230 worklist.push_back(parent->Advance(pos, &item)); in RunEarleyAlgorithm()
238 future_items.push_back(item.Advance(pos + 1, nullptr)); in RunEarleyAlgorithm()
258 worklist.push_back(item.Advance(pos, &*already_completed)); in RunEarleyAlgorithm()
/third_party/node/tools/
H A Dtest.py1081 def Advance(self, count = 1): member in Tokenizer
1089 self.Advance()
1099 self.Advance()
1102 self.Advance()
1105 self.Advance()
1108 self.Advance()
1113 self.Advance()
1117 self.Advance(2)
1120 self.Advance(2)
1123 self.Advance(
1143 def Advance(self): global() member in Scanner
[all...]
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/bitmap/
H A Dsmall_glyph_metrics.h56 int32_t Advance();
73 int32_t Advance();
/third_party/vixl/src/aarch32/
H A Dlocation-aarch32.cc46 for (ForwardRefListIterator it(this); !it.Done(); it.Advance()) { in ResolveReferences()
107 it.Advance()) { in GetMaxAlignment()
118 it.Advance()) { in GetMinLocation()
/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream.cc204 // We hit a limit inside this buffer. Advance to the limit and fail. in SkipFallback()
205 Advance(original_buffer_size); in SkipFallback()
248 Advance(current_buffer_size); in ReadRaw()
253 Advance(size); in ReadRaw()
269 Advance(size); in ReadString()
300 Advance(current_buffer_size); in ReadStringFallback()
305 Advance(size); in ReadStringFallback()
318 Advance(sizeof(*value)); in ReadLittleEndian32Fallback()
335 Advance(sizeof(*value)); in ReadLittleEndian64Fallback()
589 Advance( in ReadVarint64Slow()
[all...]
H A Dcoded_stream.h591 // Advance the buffer by a given number of bytes.
592 void Advance(int amount);
605 // Advance(BufferSize()).
1282 Advance(1); in ReadVarint32()
1294 Advance(1); in ReadVarint64()
1307 Advance(1); in ReadVarintSizeAsInt()
1380 Advance(1); in ReadTagNoLastTag()
1402 Advance(1); in ReadTagWithCutoffNoLastTag()
1412 Advance(2); in ReadTagWithCutoffNoLastTag()
1440 Advance( in ExpectTag()
1499 inline void CodedInputStream::Advance(int amount) { buffer_ += amount; } Advance() function in google::protobuf::io::CodedInputStream
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dsource-position-table.cc132 for (; !encoded->done(); encoded->Advance(), raw++) { in CheckTableEquals()
224 Advance(); in Initialize()
227 Advance(); in Initialize()
266 void SourcePositionTableIterator::Advance() { in Advance() function in v8::internal::SourcePositionTableIterator
/third_party/node/deps/v8/src/heap/
H A Dmark-compact-inl.h136 it_.Advance(Bitmap::IndexToCell( in iterator()
181 if (!it_.Advance()) { in AdvanceToNextValidObject()
215 if (it_.Advance(end_cell_index)) { in AdvanceToNextValidObject()
258 if (it_.Advance()) { in AdvanceToNextValidObject()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DTargetSchedule.cpp233 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID); in computeOperandLatency() local
234 if (Advance > 0 && (unsigned)Advance > Latency) // unsigned wrap in computeOperandLatency()
236 return Latency - Advance; in computeOperandLatency()
/third_party/node/deps/v8/src/compiler/
H A Dstate-values-utils.cc330 void StateValuesAccess::iterator::Advance() { in Advance() function in v8::internal::compiler::StateValuesAccess::iterator
331 Top()->Advance(); in Advance()
361 Top()->Advance(); in EnsureValid()
406 Advance(); in operator ++()
421 for (; !iterator.IsEnd(); iterator.Advance()) { in size()

Completed in 23 milliseconds

123456