Searched refs:advance (Results 1 - 25 of 350) sorted by relevance

1234567891011>>

/external/guava/guava-tests/test/com/google/common/base/
H A DStopwatchTest.java98 ticker.advance(1);
101 ticker.advance(2);
104 ticker.advance(3);
109 ticker.advance(1);
112 ticker.advance(2);
116 ticker.advance(3);
121 ticker.advance(78);
125 ticker.advance(345);
130 ticker.advance(1);
132 ticker.advance(
[all...]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DStopwatchTest.java97 ticker.advance(1);
100 ticker.advance(2);
103 ticker.advance(3);
108 ticker.advance(1);
111 ticker.advance(2);
115 ticker.advance(3);
120 ticker.advance(78);
124 ticker.advance(345);
129 ticker.advance(1);
131 ticker.advance(
[all...]
/external/tcpdump/
H A Dprint-ip6.c51 int advance; local
60 advance = sizeof(struct ip6_hdr);
65 cp += advance;
80 advance = (int)((*(cp + 1) + 1) << 3);
91 advance = sizeof(struct ip6_frag);
217 register int advance; local
280 advance = sizeof(struct ip6_hdr);
282 while (cp < ndo->ndo_snapend && advance > 0) {
283 if (len < (u_int)advance)
285 cp += advance;
[all...]
H A Dprint-lwres.c215 int advance; local
220 advance = lwres_printname(ndo, l, p + 2);
221 if (advance < 0)
223 return 2 + advance;
299 int advance; local
386 advance = lwres_printname(ndo, l, s);
387 if (advance < 0)
389 s += advance;
403 advance = lwres_printaddr(ndo, &gnba->addr);
404 if (advance <
[all...]
H A Dprint-pim.c698 int advance; local
847 advance = pimv2_addr_print(ndo, ptr, plen, pimv2_unicast, pimv2_addr_len, 0);
848 if (advance < 0)
850 ptr += advance;
851 plen -= advance;
913 if ((advance = pimv2_addr_print(ndo, bp, len, pimv2_group, pimv2_addr_len, 0)) < 0)
915 bp += advance; len -= advance;
917 if ((advance = pimv2_addr_print(ndo, bp, len, pimv2_unicast, pimv2_addr_len, 0)) < 0)
919 bp += advance; le
[all...]
/external/icu/icu4c/source/test/letest/
H A DSimpleFontInstance.cpp61 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
65 advance.fX = xUnitsToPoints(2048);
67 advance.fX = 0;
71 advance.fX = xUnitsToPoints(2048);
74 advance.fY = 0;
/external/icu/icu4c/source/test/perf/leperf/
H A DSimpleFontInstance.cpp60 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
64 advance.fX = xUnitsToPoints(2048);
66 advance.fX = 0;
69 advance.fX = xUnitsToPoints(2048);
72 advance.fY = 0;
/external/guava/guava-testlib/src/com/google/common/testing/
H A DFakeTicker.java47 public FakeTicker advance(long time, TimeUnit timeUnit) { method in class:FakeTicker
48 return advance(timeUnit.toNanos(time));
52 public FakeTicker advance(long nanoseconds) { method in class:FakeTicker
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
H A DBitstreamReader.java55 advance();
88 private void advance() throws IOException { method in class:BitstreamReader
101 advance();
106 advance();
118 advance();
149 advance();
/external/guava/guava/src/com/google/common/io/
H A DMultiInputStream.java47 advance();
63 private void advance() throws IOException { method in class:MultiInputStream
87 advance();
99 advance();
H A DMultiReader.java39 advance();
45 private void advance() throws IOException { method in class:MultiReader
58 advance();
72 advance();
/external/skqp/src/effects/
H A DSk1DPathEffect.cpp34 SkPath1DPathEffect::SkPath1DPathEffect(const SkPath& path, SkScalar advance, argument
37 SkASSERT(advance > 0 && !path.isEmpty());
42 if (phase > advance) {
43 phase = SkScalarMod(phase, advance);
46 if (phase > advance) {
47 phase = SkScalarMod(phase, advance);
49 phase = advance - phase;
51 // now catch the edge case where phase == advance (within epsilon)
52 if (phase >= advance) {
57 fAdvance = advance;
154 SkScalar advance = buffer.readScalar(); local
211 Make(const SkPath& path, SkScalar advance, SkScalar phase, Style style) argument
[all...]
/external/skia/src/effects/
H A DSk1DPathEffect.cpp39 SkPath1DPathEffect::SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, argument
41 SkASSERT(advance > 0 && !path.isEmpty());
48 if (phase > advance) {
49 phase = SkScalarMod(phase, advance);
52 if (phase > advance) {
53 phase = SkScalarMod(phase, advance);
55 phase = advance - phase;
57 // now catch the edge case where phase == advance (within epsilon)
58 if (phase >= advance) {
63 fAdvance = advance;
157 SkScalar advance = buffer.readScalar(); local
209 Make(const SkPath& path, SkScalar advance, SkScalar phase, Style style) argument
[all...]
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssGrammar.java36 for (; it.hasNext(); it.advance()) {
39 it.advance();
51 if (bracketDepth != 0) { it.advance(); }
83 it.advance();
99 it.advance();
106 continue; // Skip the advance over token.
147 it.advance();
/external/deqp/framework/opengl/
H A DgluVarTypeUtil.cpp39 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/freetype/src/base/
H A Dftsynth.c63 /* we don't touch the advance width */
145 if ( slot->advance.x )
146 slot->advance.x += xstr;
148 if ( slot->advance.y )
149 slot->advance.y += ystr;
/external/icu/icu4c/source/samples/layout/
H A DScriptCompositeFontInstance.cpp42 void ScriptCompositeFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const
48 advance.fX = 0;
49 advance.fY = 0;
52 font->getGlyphAdvance(LE_GET_GLYPH(glyph), advance); local
/external/libtextclassifier/
H A Dstrip-unpaired-brackets.cc32 std::advance(begin_it, span.first);
34 std::advance(end_it, span.second);
43 std::advance(it, span.first);
51 std::advance(it, span.second - 1);
/external/llvm/include/llvm/Support/
H A DLineIterator.h60 advance();
65 advance();
84 void advance();
/external/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp46 void advance(unsigned I = 1) { Ptr += I; } function in class:__anon13917::Cursor
87 C.advance();
98 C.advance();
124 C.advance(2);
129 C.advance(3);
134 C.advance();
142 for (C.advance(); C.peek() != '"'; C.advance()) {
150 C.advance();
157 C.advance(PrefixLengt
[all...]
/external/elfutils/tests/
H A Drun-readelf-line.sh64 [ 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 lin
[all...]
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheExpirationTest.java136 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(
[all...]
H A DCacheRefreshTest.java47 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);
H A DCacheBuilderGwtTest.java145 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(50
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_sched.py33 # advance time limit for user code
34 def advance(self, t): member in class:Timer
71 timer.advance(1)
76 timer.advance(2)
80 timer.advance(1)
83 timer.advance(1)
86 timer.advance(1000)
130 timer.advance(1)
135 timer.advance(1)
137 timer.advance(
[all...]

Completed in 7731 milliseconds

1234567891011>>