HomeSort by relevance Sort by last modified time
    Searched full:advance (Results 26 - 50 of 2068) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/pdfium/third_party/freetype/src/type1/
t1gload.c 44 /********** COMPUTE THE MAXIMUM ADVANCE WIDTH *********/
47 /********** the maximum advance width of the font. It *********/
107 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x );
108 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y );
114 decoder->builder.advance.x = INT_TO_FIXED( metrics.advance );
115 decoder->builder.advance.y = INT_TO_FIXED( metrics.advance_v );
193 /* the advance width */
198 if ( glyph_index == 0 || decoder.builder.advance.x > *max_advance
398 FT_Vector advance; local
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
CacheExpirationTest.java 136 ticker.advance(EXPIRING_TIME * 10, MILLISECONDS);
204 ticker.advance(1, MILLISECONDS);
260 ticker.advance(1, MILLISECONDS);
266 ticker.advance(1, MILLISECONDS);
272 ticker.advance(2, MILLISECONDS);
276 ticker.advance(1, MILLISECONDS);
285 ticker.advance(1, MILLISECONDS);
287 ticker.advance(1, MILLISECONDS);
291 ticker.advance(1, MILLISECONDS);
293 ticker.advance(1, MILLISECONDS)
    [all...]
CacheRefreshTest.java 47 ticker.advance(1, MILLISECONDS);
57 ticker.advance(1, MILLISECONDS);
67 ticker.advance(1, MILLISECONDS);
75 ticker.advance(1, MILLISECONDS);
83 ticker.advance(1, MILLISECONDS);
91 ticker.advance(1, MILLISECONDS);
CacheBuilderGwtTest.java 145 fakeTicker.advance(999, TimeUnit.MILLISECONDS);
147 fakeTicker.advance(1, TimeUnit.MILLISECONDS);
149 fakeTicker.advance(1000, TimeUnit.MILLISECONDS);
163 fakeTicker.advance(999, TimeUnit.MILLISECONDS);
168 fakeTicker.advance(2, TimeUnit.MILLISECONDS);
176 fakeTicker.advance(1000, TimeUnit.MILLISECONDS);
191 fakeTicker.advance(499, TimeUnit.MILLISECONDS);
195 fakeTicker.advance(2, TimeUnit.MILLISECONDS);
200 fakeTicker.advance(499, TimeUnit.MILLISECONDS);
207 fakeTicker.advance(500, TimeUnit.MILLISECONDS)
    [all...]
  /art/compiler/optimizing/
ssa_phi_elimination.cc 28 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
30 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
34 for (HUseIterator<HInstruction*> use_it(phi->GetUses()); !use_it.Done(); use_it.Advance()) {
49 for (HInputIterator it(phi); !it.Done(); it.Advance()) {
63 for (HPostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
75 use_it.Advance()) {
87 use_it.Advance()) {
102 for (HReversePostOrderIterator it(*graph_); !it.Done(); it.Advance()) {
104 for (HInstructionIterator inst_it(block->GetPhis()); !inst_it.Done(); inst_it.Advance()) {
144 for (HUseIterator<HInstruction*> it(phi->GetUses()); !it.Done(); it.Advance()) {
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/r/
rcontainer.swg 46 std::advance(pos, check_index(i,self->size()));
54 std::advance(pos, check_index(i,self->size()));
68 std::advance(vb,ii);
69 std::advance(ve,jj);
87 std::advance(sb,ii);
88 std::advance(vmid, jj - ii);
93 std::advance(sb,ii);
94 std::advance(se,jj);
109 std::advance(sb,ii);
110 std::advance(se,jj)
    [all...]
  /external/sfntly/cpp/src/sfntly/table/bitmap/
small_glyph_metrics.h 56 int32_t Advance();
57 void SetAdvance(byte_t advance);
73 int32_t Advance();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
advance.hpp 13 // $Id: advance.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
56 struct advance struct in namespace:boost::mpl
72 BOOST_MPL_AUX_NA_SPEC(2, advance)
  /external/guava/guava/src/com/google/common/io/
MultiInputStream.java 47 advance(); method
63 private void advance() throws IOException { method in class:MultiInputStream
87 advance(); method
99 advance(); method
  /external/icu/icu4c/source/samples/layout/
ScriptCompositeFontInstance.cpp 36 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
42 advance.fX = 0;
43 advance.fY = 0;
46 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); local
  /external/libcxx/test/std/iterators/iterator.primitives/iterator.operations/
advance.pass.cpp 13 // void advance(Iter& i, Iter::difference_type n);
16 // void advance(Iter& i, Iter::difference_type n);
19 // void advance(Iter& i, Iter::difference_type n);
30 std::advance(i, n);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/iterator.primitives/iterator.operations/
advance.pass.cpp 13 // void advance(Iter& i, Iter::difference_type n);
16 // void advance(Iter& i, Iter::difference_type n);
19 // void advance(Iter& i, Iter::difference_type n);
30 std::advance(i, n);
  /ndk/tests/device/test-gnustl-full/unit/
advance_test.cpp 36 advance(location, 5);
  /ndk/tests/device/test-stlport/unit/
advance_test.cpp 36 advance(location, 5);
  /external/elfutils/src/tests/
run-readelf-line.sh 64 [ 3c] advance line by constant 15 to 16
68 [ 41] advance line by constant -9 to 9
74 [ 48] advance line by constant 13 to 22
76 [ 4b] advance line by constant -13 to 9
78 [ 4e] advance line by constant 12 to 21
81 [ 52] advance address by 2 to 0x8048324
118 [ 84] advance line by constant 12 to 13
121 [ 88] advance address by 11 to 0x804833b
124 [ 94] advance line by constant 18 to 19
127 [ 98] advance line by constant -12 to
    [all...]
  /dalvik/dx/src/com/android/dx/io/instructions/
BaseCodeCursor.java 54 * Advance the cursor by the indicated amount.
56 protected final void advance(int amount) { method in class:BaseCodeCursor
  /external/deqp/framework/opengl/
gluVarTypeUtil.cpp 39 advance();
51 void VarTokenizer::advance (void) function in class:glu::VarTokenizer
102 tokenizer.advance();
111 tokenizer.advance();
126 tokenizer.advance();
130 tokenizer.advance();
153 tokenizer.advance();
155 tokenizer.advance();
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
BaseCodeCursor.java 56 * Advance the cursor by the indicated amount.
58 protected final void advance(int amount) { method in class:BaseCodeCursor
  /external/skia/src/fonts/
SkGScalerContext.cpp 81 SkVector advance; local
83 SkFixedToScalar(glyph->fAdvanceY), &advance);
84 glyph->fAdvanceX = SkScalarToFixed(advance.fX);
85 glyph->fAdvanceY = SkScalarToFixed(advance.fY);
91 SkVector advance; local
93 SkFixedToScalar(glyph->fAdvanceY), &advance);
94 glyph->fAdvanceX = SkScalarToFixed(advance.fX);
95 glyph->fAdvanceY = SkScalarToFixed(advance.fY);
  /frameworks/base/core/java/android/widget/
Advanceable.java 30 public void advance(); method in interface:Advanceable
33 * Called by the AppWidgetHost once before it begins to call advance(), allowing the
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/detail/
binary_search.hpp 49 std::advance(middle, half);
74 std::advance(middle, half);
99 std::advance(middle, half);
124 std::advance(middle, half);
149 std::advance(middle, half);
159 std::advance(first, len);
181 std::advance(middle, half);
191 std::advance(first, len);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/
at_impl.hpp 18 #include <boost/mpl/advance.hpp>
32 typedef typename advance<
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
next_prior.hpp 35 std::advance(x, n);
45 std::advance(x, -n);
  /external/v8/src/
scanner.cc 76 Advance();
230 Advance();
257 // Advance as long as character is a WhiteSpace or LineTerminator.
265 Advance();
273 Advance();
275 Advance();
282 PushBack('-'); // undo Advance()
284 PushBack('-'); // undo Advance()
293 Advance();
301 Advance();
    [all...]
  /external/freetype/src/base/
ftadvanc.c 5 /* Quick computation of advance widths (body). */
47 /* this must be the same scaling as to get linear{Hori,Vert}Advance */
57 /* at the moment, we can perform fast advance retrieval only in */
160 ? face->glyph->advance.y << 10
161 : face->glyph->advance.x << 10;

Completed in 687 milliseconds

12 3 4 5 6 7 8 91011>>