/external/sfntly/cpp/src/sfntly/table/bitmap/ |
small_glyph_metrics.cc | 46 int32_t SmallGlyphMetrics::Advance() { 96 int32_t SmallGlyphMetrics::Builder::Advance() { 100 void SmallGlyphMetrics::Builder::SetAdvance(byte_t advance) { 101 InternalWriteData()->WriteByte(Offset::kAdvance, advance);
|
/external/chromium/base/ |
id_map.h | 148 void Advance() {
|
/external/chromium/chrome/browser/sync/ |
sync_setup_flow.cc | 171 void SyncSetupFlow::Advance(SyncSetupWizard::State advance_state) { 236 Advance(SyncSetupWizard::SETTING_UP); 254 Advance(SyncSetupWizard::SETTING_UP); 265 Advance(SyncSetupWizard::SETTING_UP); 296 // Returns true if the flow should advance to |state| based on |current_state_|. 407 NOTREACHED() << "Invalid advance state: " << state;
|
/external/chromium/sdch/open-vcdiff/src/ |
headerparser.h | 44 // Advance(). 63 void Advance(size_t number_of_bytes); 164 void Advance(size_t number_of_bytes) { 165 return parseable_chunk_->Advance(number_of_bytes);
|
/external/chromium_org/net/base/ |
expiring_cache.h | 100 void Advance() { ++it_; }
|
/external/chromium_org/net/http/ |
transport_security_state.h | 150 void Advance() { ++iterator_; }
|
/external/chromium_org/sdch/open-vcdiff/src/ |
headerparser.h | 44 // Advance(). 63 void Advance(size_t number_of_bytes); 164 void Advance(size_t number_of_bytes) { 165 return parseable_chunk_->Advance(number_of_bytes);
|
/external/chromium_org/tools/gn/ |
tokenizer.cc | 168 Advance(); 225 Advance(); 244 Advance(); // Advance past initial " 254 Advance(); // Skip past last " 261 Advance(); 270 Advance(); 272 Advance(); 277 Advance(); 287 Advance(); // All are one char [all...] |
/external/chromium_org/v8/src/ |
types.cc | 95 void Type::Iterator<T>::Advance() {
|
data-flow.h | 52 Advance(); 57 void Advance(); 211 void Advance() { it_.Advance(); } 232 for (Iterator it(&other, zone); !it.Done(); it.Advance()) {
|
interface.h | 166 // for (auto it = interface->iterator(); !it.done(); it.Advance()) { 180 void Advance() { entry_ = exports_->Next(entry_); }
|
json-parser.h | 74 inline void Advance() { 91 Advance(); 97 Advance(); 102 Advance(); 223 // Advance to the first character (possibly EOS) 338 Advance(); 345 Advance(); 351 Advance(); 504 Advance(); 508 Advance(); [all...] |
/external/clang/lib/Format/ |
BreakableToken.cpp | 95 unsigned Advance; 97 Advance = encoding::getEscapeSequenceLength(Text); 98 Chars += Advance; 100 Advance = encoding::getCodePointNumBytes(Text[0], Encoding); 111 if (Advance == 1 && !isAlphanumeric(Text[0])) 114 SplitPoint += Advance; 115 Text = Text.substr(Advance);
|
/external/llvm/lib/CodeGen/ |
TargetSchedule.cpp | 204 int Advance = STI->getReadAdvanceCycles(UseDesc, UseIdx, WriteID); 205 if (Advance > 0 && (unsigned)Advance > Latency) // unsigned wrap 207 return Latency - Advance;
|
/external/open-vcdiff/src/ |
headerparser.h | 44 // Advance(). 63 void Advance(size_t number_of_bytes); 164 void Advance(size_t number_of_bytes) { 165 return parseable_chunk_->Advance(number_of_bytes);
|
/frameworks/av/services/audioflinger/ |
AudioResampler.cpp | 71 static inline void Advance(size_t* index, uint32_t* frac, uint32_t inc) { 341 Advance(&inputIndex, &phaseFraction, phaseIncrement); 366 Advance(&inputIndex, &phaseFraction, phaseIncrement); 436 Advance(&inputIndex, &phaseFraction, phaseIncrement); 461 Advance(&inputIndex, &phaseFraction, phaseIncrement);
|
/external/chromium_org/ash/wm/ |
lock_state_controller_unittest.cc | 147 void Advance(SessionStateAnimator::AnimationSpeed speed) { 149 // animator_helper_->Advance(SessionStateAnimator::GetDuration(speed)); 158 // animator_helper_->Advance(partial_duration); 342 //TODO (antrim) : restore animator_helper_->Advance(base::TimeDelta()); 347 //TODO (antrim) : restore animator_helper_->Advance(base::TimeDelta()); 361 //TODO (antrim) : restore animator_helper_->Advance(base::TimeDelta()); 367 //TODO (antrim) : restore animator_helper_->Advance(base::TimeDelta()); 373 //TODO (antrim) : restore animator_helper_->Advance(base::TimeDelta()); 419 Advance(SessionStateAnimator::ANIMATION_SPEED_MOVE_WINDOWS); 433 Advance(SessionStateAnimator::ANIMATION_SPEED_MOVE_WINDOWS) [all...] |
/external/chromium_org/base/ |
id_map.h | 180 void Advance() {
|
values.h | 354 void Advance() { ++it_; }
|
/external/v8/src/ |
frames-inl.h | 262 if (!done()) Advance(); 270 if (!done()) Advance(); 295 void JavaScriptFrameIteratorTemp<Iterator>::Advance() { 297 iterator_.Advance(); 305 iterator_.Advance(); 313 Advance(); 322 if (!done()) Advance();
|
json-parser.h | 56 inline void Advance() { 73 Advance(); 79 Advance(); 84 Advance(); 180 // Advance to the first character (possibly EOS) 356 Advance(); 360 Advance(); 371 Advance(); 379 Advance(); 382 Advance(); [all...] |
/external/chromium/chrome/browser/ui/ |
browser_list.cc | 65 !i.IsAtEnd(); i.Advance()) 612 Advance(); 615 void TabContentsIterator::Advance() { 619 << "Trying to advance past the end"; 626 // advance browsers
|
/external/chromium_org/components/policy/core/common/ |
schema.cc | 38 // Sizes for the storage arrays. These are calculated in advance so that the 270 !it.IsAtEnd(); it.Advance()) { 366 !it.IsAtEnd(); it.Advance(), ++index) { 438 void Schema::Iterator::Advance() { 486 it.Advance()) {
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/ |
coded_stream.h | 183 // advance the stream's current position. This will always either produce 513 // Advance the buffer by a given number of bytes. 514 void Advance(int amount); 527 // Advance(BufferSize()). 622 // buffer, but does not advance the stream's current position. This will [all...] |
/external/protobuf/src/google/protobuf/io/ |
coded_stream.h | 167 // advance the stream's current position. This will always either produce 486 // Advance the buffer by a given number of bytes. 487 void Advance(int amount); 500 // Advance(BufferSize()). 594 // buffer, but does not advance the stream's current position. This will 686 // Advance the buffer by a given number of bytes. 687 void Advance(int amount); 690 // Advance(buffer_size_). [all...] |