/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-parser.cc | 240 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 D | scanner.cc | 134 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 D | scanner.h | 65 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 D | string-to-double.cc | 42 // 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(¤t, separator, 16, end)) return false; in IsHexFloatString() 230 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 233 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 238 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 240 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 243 if (Advance(¤t, separator, 16, end)) return true; in IsHexFloatString() 245 if (Advance(¤t, separator, 16, end)) return true; in IsHexFloatString() 284 if (Advance(curren in RadixStringToIeee() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | double-conversion-string-to-double.cpp | 58 // 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(¤t, separator, 16, end)) return false; in IsHexFloatString() 251 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 254 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 259 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 261 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 264 if (Advance(¤t, separator, 16, end)) return true; in IsHexFloatString() 266 if (Advance(¤t, separator, 16, end)) return true; in IsHexFloatString() 305 if (Advance(curren in RadixStringToIeee() [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | double-conversion-string-to-double.cpp | 58 // 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(¤t, separator, 16, end)) return false; in IsHexFloatString() 251 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 254 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 259 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 261 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 264 if (Advance(¤t, separator, 16, end)) return true; in IsHexFloatString() 266 if (Advance(¤t, 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 D | double-conversion-string-to-double.cpp | 58 // 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(¤t, separator, 16, end)) return false; in IsHexFloatString() 251 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 254 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 259 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 261 if (Advance(¤t, separator, 16, end)) return false; in IsHexFloatString() 264 if (Advance(¤t, separator, 16, end)) return true; in IsHexFloatString() 266 if (Advance(¤t, separator, 16, end)) return true; in IsHexFloatString() 305 if (Advance(curren in RadixStringToIeee() [all...] |
/third_party/gn/src/gn/ |
H A D | tokenizer.cc | 134 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 D | bytecode-offset-iterator.h | 30 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 D | json_stream_parser.cc | 368 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 D | SmallGlyphMetrics.java | 28 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 D | string-comparator.cc | 23 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 D | prototype-inl.h | 27 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 D | debug-scope-iterator.cc | 54 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 D | debug-stack-trace-iterator.cc | 38 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 D | earley-parser.cc | 24 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 D | test.py | 1081 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 D | small_glyph_metrics.h | 56 int32_t Advance(); 73 int32_t Advance();
|
/third_party/vixl/src/aarch32/ |
H A D | location-aarch32.cc | 46 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 D | coded_stream.cc | 204 // 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 D | coded_stream.h | 591 // 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 D | source-position-table.cc | 132 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 D | mark-compact-inl.h | 136 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 D | TargetSchedule.cpp | 233 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 D | state-values-utils.cc | 330 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()
|