/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);
|
big_glyph_metrics.h | 61 void SetHoriAdvance(byte_t advance); 67 void SetVertAdvance(byte_t advance);
|
/external/v8/test/cctest/ |
test-dataflow.cc | 62 iter.Advance(); 64 iter.Advance(); 66 iter.Advance(); 68 iter.Advance();
|
/frameworks/minikin/include/minikin/ |
Measurement.h | 27 float advance);
|
/art/compiler/dex/quick/ |
lazy_debug_frame_opcode_writer.h | 55 } Advance; 60 ArenaVector<Advance> advances_;
|
/external/icu/icu4c/source/data/brkitr/ |
title.txt | 14 # If the iterator begins on a CaseIgnorable, advance it past it/them. 21 # (at a cased character), advance through the word and through
|
/external/v8/src/ |
allocation-site-scopes.h | 75 // Advance current site 77 // Something is wrong if we advance to the end of the list here.
|
hydrogen-canonicalize.cc | 17 for (HInstructionIterator it(blocks->at(i)); !it.Done(); it.Advance()) { 47 for (HInstructionIterator it(blocks->at(i)); !it.Done(); it.Advance()) {
|
hydrogen-infer-types.cc | 19 for (HInstructionIterator it(block); !it.Done(); it.Advance()) { 40 for (HUseIterator it(current->uses()); !it.Done(); it.Advance()) {
|
data-flow.h | 29 Advance(); 34 void Advance(); 202 void Advance() { it_.Advance(); } 223 for (Iterator it(&other, zone); !it.Done(); it.Advance()) {
|
/frameworks/base/tools/aapt/ |
DirectoryWalker.h | 30 // Advance to next directory entry 72 // Advance to next directory entry
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
OpenMapRealVector.java | 235 iter.advance(); 255 iter.advance(); 308 iter.advance(); 330 iter.advance(); 343 iter.advance(); 355 iter.advance(); 368 iter.advance(); 382 iter.advance(); 397 iter.advance(); 418 iter.advance(); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/ |
XMLRecordReader.java | 32 advance(); method 37 advance(); method 44 advance(); method 55 advance(); method 176 advance(); method 189 private void advance() { method in class:XMLRecordReader
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/ |
BitstreamReader.java | 55 advance(); method 88 private void advance() throws IOException { method in class:BitstreamReader 101 advance(); method 106 advance(); method 118 advance(); method 149 advance(); method
|
/packages/apps/Email/tests/src/com/android/email/ |
ThrottleTest.java | 44 * Advance the clock. 47 mClock.advance(milliseconds); 127 mClock.advance(10); 132 mClock.advance(Throttle.TIMEOUT_EXTEND_INTERVAL); 137 mClock.advance(Throttle.TIMEOUT_EXTEND_INTERVAL); 142 mClock.advance(Throttle.TIMEOUT_EXTEND_INTERVAL + 1);
|
/external/deqp/executor/ |
xeXMLParser.cpp | 95 advance(); 108 void Tokenizer::advance (void) function in class:xe::xml::Tokenizer 112 // Parser should not try to advance beyond end of string. 123 // Advance buffer by length of last token. 145 // Advance until we hit end of buffer or tag start and treat that as data token. 378 advance(); 381 void Parser::advance (void) function in class:xe::xml::Parser 397 m_tokenizer.advance(); 408 m_tokenizer.advance(); 529 m_tokenizer.advance(); [all...] |
/external/tcpdump/ |
print-bgp.c | 1299 int advance; local [all...] |
/external/skia/src/core/ |
SkAdvancedTypefaceMetrics.cpp | 134 // Assuming that on average, the ASCII representation of an advance plus 169 Data advance = kInvalidAdvance; local 177 SkAssertResult(getAdvance(fontHandle, gId, &advance)); 180 advance = kDontCareAdvance; 183 if (advance == lastAdvance) { 186 } else if (advance == kDontCareAdvance) { 240 curRange->fAdvance.append(1, &advance); 241 if (advance != kDontCareAdvance) { 242 lastAdvance = advance;
|
/system/extras/ext4_utils/ |
indirect.c | 63 error("failed to advance %d blocks", len); 131 error("failed to advance %d blocks", ind_block_len); 177 error("failed to advance %d blocks", len); 198 error("failed to advance oob block"); 209 error("failed to advance %d blocks", len); 230 error("failed to advance oob block"); 241 error("failed to advance %d blocks", len); 262 error("failed to advance oob block"); 273 error("failed to advance %d blocks", len);
|
/bionic/libc/upstream-openbsd/lib/libc/net/ |
inet_ntop.c | 108 int advance; local 175 advance = snprintf(tp, ep - tp, "%x", words[i]); 176 if (advance <= 0 || advance >= ep - tp) { 180 tp += advance;
|
/frameworks/av/services/audioflinger/ |
AudioResamplerCubic.cpp | 109 // advance sample state 110 advance(&left, in[inputIndex*2]); 111 advance(&right, in[inputIndex*2+1]); 178 // advance sample state 179 advance(&left, in[inputIndex]);
|
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/ |
FullscreenBlur.java | 76 static void addOffsets(Renderable quad, float advance) {
77 quad.appendSourceParams(new Float4Param("blurOffset0", - advance * 2.5f));
78 quad.appendSourceParams(new Float4Param("blurOffset1", - advance * 0.5f));
79 quad.appendSourceParams(new Float4Param("blurOffset2", advance * 1.5f));
80 quad.appendSourceParams(new Float4Param("blurOffset3", advance * 3.5f));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
bitmap.h | 342 /* Advance elt1 until it is not before the block containing start_bit. */ 384 /* Advance elt1 until it is not before the block containing 399 /* Advance elt2 until it is not before elt1. */ 427 /* Otherwise we must immediately advance elt1, so initialize for 453 /* Advance elt1 until it is not before the block containing start_bit. */ 467 /* Advance elt2 until it is not before elt1. */ 491 /* Advance to the next bit in BI. We don't advance to the next 501 /* Advance to first set bit in BI. */ 522 /* Advance to the next nonzero bit of a single bitmap, we will hav [all...] |
/art/compiler/optimizing/ |
side_effects_analysis.cc | 28 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) { 40 for (HPostOrderIterator it(*graph_); !it.Done(); it.Advance()) { 46 inst_it.Advance()) {
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
_h_m_t_x.py | 58 additionalMetrics = [sb for advance, sb in additionalMetrics] 79 advance, sb = self.metrics[glyphName] 82 (self.advanceName, advance),
|