Home
last modified time | relevance | path

Searched refs:advance (Results 1 – 25 of 401) sorted by relevance

12345678910>>...17

/external/guava/guava-tests/test/com/google/common/base/
DStopwatchTest.java98 ticker.advance(1); in testReset_new()
101 ticker.advance(2); in testReset_new()
104 ticker.advance(3); in testReset_new()
109 ticker.advance(1); in testReset_whileRunning()
112 ticker.advance(2); in testReset_whileRunning()
116 ticker.advance(3); in testReset_whileRunning()
121 ticker.advance(78); in testElapsed_whileRunning()
125 ticker.advance(345); in testElapsed_whileRunning()
130 ticker.advance(1); in testElapsed_notRunning()
132 ticker.advance(4); in testElapsed_notRunning()
[all …]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
DStopwatchTest.java97 ticker.advance(1); in testReset_new()
100 ticker.advance(2); in testReset_new()
103 ticker.advance(3); in testReset_new()
108 ticker.advance(1); in testReset_whileRunning()
111 ticker.advance(2); in testReset_whileRunning()
115 ticker.advance(3); in testReset_whileRunning()
120 ticker.advance(78); in testElapsed_whileRunning()
124 ticker.advance(345); in testElapsed_whileRunning()
129 ticker.advance(1); in testElapsed_notRunning()
131 ticker.advance(4); in testElapsed_notRunning()
[all …]
/external/tcpdump/
Dprint-lwres.c215 int advance; in lwres_printnamelen() local
220 advance = lwres_printname(ndo, l, p + 2); in lwres_printnamelen()
221 if (advance < 0) in lwres_printnamelen()
223 return 2 + advance; in lwres_printnamelen()
299 int advance; in lwres_print() local
386 advance = lwres_printname(ndo, l, s); in lwres_print()
387 if (advance < 0) in lwres_print()
389 s += advance; in lwres_print()
403 advance = lwres_printaddr(ndo, &gnba->addr); in lwres_print()
404 if (advance < 0) in lwres_print()
[all …]
Dprint-ip6.c51 int advance; in ip6_finddst() local
60 advance = sizeof(struct ip6_hdr); in ip6_finddst()
65 cp += advance; in ip6_finddst()
80 advance = (int)((*(cp + 1) + 1) << 3); in ip6_finddst()
91 advance = sizeof(struct ip6_frag); in ip6_finddst()
217 register int advance; in ip6_print() local
280 advance = sizeof(struct ip6_hdr); in ip6_print()
282 while (cp < ndo->ndo_snapend && advance > 0) { in ip6_print()
283 cp += advance; in ip6_print()
284 len -= advance; in ip6_print()
[all …]
Dprint-pim.c660 int advance; in pimv2_print() local
789 advance = pimv2_addr_print(ndo, ptr, pimv2_unicast, 0); in pimv2_print()
790 if (advance < 0) { in pimv2_print()
794 ptr += advance; in pimv2_print()
852 if ((advance = pimv2_addr_print(ndo, bp, pimv2_group, 0)) < 0) { in pimv2_print()
856 bp += advance; len -= advance; in pimv2_print()
860 if ((advance = pimv2_addr_print(ndo, bp, pimv2_unicast, 0)) < 0) { in pimv2_print()
864 bp += advance; len -= advance; in pimv2_print()
919 if ((advance = pimv2_addr_print(ndo, bp, pimv2_unicast, 0)) < 0) { in pimv2_print()
923 bp += advance; len -= advance; in pimv2_print()
[all …]
Dprint-bgp.c1354 int advance; in bgp_attr_print() local
1727 advance = decode_prefix4(ndo, tptr, len, buf, sizeof(buf)); in bgp_attr_print()
1728 if (advance == -1) in bgp_attr_print()
1730 else if (advance == -2) in bgp_attr_print()
1732 else if (advance == -3) in bgp_attr_print()
1738 advance = decode_labeled_prefix4(ndo, tptr, len, buf, sizeof(buf)); in bgp_attr_print()
1739 if (advance == -1) in bgp_attr_print()
1741 else if (advance == -2) in bgp_attr_print()
1743 else if (advance == -3) in bgp_attr_print()
1751 advance = decode_labeled_vpn_prefix4(ndo, tptr, buf, sizeof(buf)); in bgp_attr_print()
[all …]
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.cpp46 void advance(unsigned I = 1) { Ptr += I; } in advance() function in __anondba005ef0111::Cursor
87 C.advance(); in skipWhitespace()
98 C.advance(); in skipComment()
124 C.advance(2); in unescapeQuotedString()
129 C.advance(3); in unescapeQuotedString()
134 C.advance(); in unescapeQuotedString()
142 for (C.advance(); C.peek() != '"'; C.advance()) { in lexStringConstant()
150 C.advance(); in lexStringConstant()
157 C.advance(PrefixLength); in lexName()
170 C.advance(); in lexName()
[all …]
/external/skia/src/effects/
DSk1DPathEffect.cpp34 SkPath1DPathEffect::SkPath1DPathEffect(const SkPath& path, SkScalar advance, in SkPath1DPathEffect() argument
37 SkASSERT(advance > 0 && !path.isEmpty()); in SkPath1DPathEffect()
42 if (phase > advance) { in SkPath1DPathEffect()
43 phase = SkScalarMod(phase, advance); in SkPath1DPathEffect()
46 if (phase > advance) { in SkPath1DPathEffect()
47 phase = SkScalarMod(phase, advance); in SkPath1DPathEffect()
49 phase = advance - phase; in SkPath1DPathEffect()
52 if (phase >= advance) { in SkPath1DPathEffect()
57 fAdvance = advance; in SkPath1DPathEffect()
149 SkScalar advance = buffer.readScalar(); in CreateProc() local
[all …]
/external/elfutils/tests/
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 line by constant -12 to 8
[all …]
/external/guava/guava-tests/test/com/google/common/cache/
DCacheExpirationTest.java136 ticker.advance(EXPIRING_TIME * 10, MILLISECONDS); in runExpirationTest()
204 ticker.advance(1, MILLISECONDS); in testRemovalListener_expireAfterWrite()
260 ticker.advance(1, MILLISECONDS); in testExpirationOrder_access()
266 ticker.advance(1, MILLISECONDS); in testExpirationOrder_access()
272 ticker.advance(2, MILLISECONDS); in testExpirationOrder_access()
276 ticker.advance(1, MILLISECONDS); in testExpirationOrder_access()
285 ticker.advance(1, MILLISECONDS); in testExpirationOrder_access()
287 ticker.advance(1, MILLISECONDS); in testExpirationOrder_access()
291 ticker.advance(1, MILLISECONDS); in testExpirationOrder_access()
293 ticker.advance(1, MILLISECONDS); in testExpirationOrder_access()
[all …]
DCacheBuilderGwtTest.java145 fakeTicker.advance(999, TimeUnit.MILLISECONDS); in testExpireAfterAccess()
147 fakeTicker.advance(1, TimeUnit.MILLISECONDS); in testExpireAfterAccess()
149 fakeTicker.advance(1000, TimeUnit.MILLISECONDS); in testExpireAfterAccess()
163 fakeTicker.advance(999, TimeUnit.MILLISECONDS); in testExpireAfterWrite()
168 fakeTicker.advance(2, TimeUnit.MILLISECONDS); in testExpireAfterWrite()
176 fakeTicker.advance(1000, TimeUnit.MILLISECONDS); in testExpireAfterWrite()
191 fakeTicker.advance(499, TimeUnit.MILLISECONDS); in testExpireAfterWriteAndAccess()
195 fakeTicker.advance(2, TimeUnit.MILLISECONDS); in testExpireAfterWriteAndAccess()
200 fakeTicker.advance(499, TimeUnit.MILLISECONDS); in testExpireAfterWriteAndAccess()
207 fakeTicker.advance(500, TimeUnit.MILLISECONDS); in testExpireAfterWriteAndAccess()
[all …]
DCacheRefreshTest.java47 ticker.advance(1, MILLISECONDS); in testAutoRefresh()
57 ticker.advance(1, MILLISECONDS); in testAutoRefresh()
67 ticker.advance(1, MILLISECONDS); in testAutoRefresh()
75 ticker.advance(1, MILLISECONDS); in testAutoRefresh()
83 ticker.advance(1, MILLISECONDS); in testAutoRefresh()
91 ticker.advance(1, MILLISECONDS); in testAutoRefresh()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/read/
DBitstreamReader.java55 advance(); in read1Bit()
88 private void advance() throws IOException { in advance() method in BitstreamReader
101 advance(); in readByte()
106 advance(); in readByte()
118 advance(); in moreRBSPData()
149 advance(); in peakNextBits()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DOpenMapRealVector.java235 iter.advance(); in add()
255 iter.advance(); in append()
308 iter.advance(); in dotProduct()
330 iter.advance();
343 iter.advance();
355 iter.advance();
368 iter.advance();
382 iter.advance();
397 iter.advance();
418 iter.advance();
[all …]
DSparseFieldVector.java144 iter.advance(); in add()
177 iter.advance(); in append()
219 iter.advance(); in dotProduct()
248 iter.advance(); in ebeDivide()
260 iter.advance(); in ebeDivide()
272 iter.advance(); in ebeMultiply()
284 iter.advance(); in ebeMultiply()
295 iter.advance(); in getData()
326 iter.advance(); in getSubVector()
357 iter.advance(); in mapDivideToSelf()
[all …]
/external/deqp/framework/opengl/
DgluVarTypeUtil.cpp39 advance(); in VarTokenizer()
51 void VarTokenizer::advance (void) in advance() function in glu::VarTokenizer
102 tokenizer.advance(); in parseTypePath()
111 tokenizer.advance(); in parseTypePath()
126 tokenizer.advance(); in parseTypePath()
130 tokenizer.advance(); in parseTypePath()
153 tokenizer.advance(); in parseTypePath()
155 tokenizer.advance(); in parseTypePath()
/external/icu/icu4c/source/test/perf/leperf/
DSimpleFontInstance.cpp60 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
64 advance.fX = xUnitsToPoints(2048); in getGlyphAdvance()
66 advance.fX = 0; in getGlyphAdvance()
69 advance.fX = xUnitsToPoints(2048); in getGlyphAdvance()
72 advance.fY = 0; in getGlyphAdvance()
/external/icu/icu4c/source/test/letest/
DSimpleFontInstance.cpp61 void SimpleFontInstance::getGlyphAdvance(LEGlyphID glyph, LEPoint &advance) const in getGlyphAdvance()
65 advance.fX = xUnitsToPoints(2048); in getGlyphAdvance()
67 advance.fX = 0; in getGlyphAdvance()
71 advance.fX = xUnitsToPoints(2048); in getGlyphAdvance()
74 advance.fY = 0; in getGlyphAdvance()
/external/pdfium/third_party/freetype/src/type1/
Dt1gload.c107 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x ); in T1_Parse_Glyph_And_Get_Char_String()
108 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y ); in T1_Parse_Glyph_And_Get_Char_String()
114 decoder->builder.advance.x = INT_TO_FIXED( metrics.advance ); in T1_Parse_Glyph_And_Get_Char_String()
115 decoder->builder.advance.y = INT_TO_FIXED( metrics.advance_v ); in T1_Parse_Glyph_And_Get_Char_String()
198 if ( glyph_index == 0 || decoder.builder.advance.x > *max_advance ) in T1_Compute_Max_Advance()
199 *max_advance = decoder.builder.advance.x; in T1_Compute_Max_Advance()
259 advances[nn] = FIXED_TO_INT( decoder.builder.advance.x ); in T1_Get_Advances()
388 FIXED_TO_INT( decoder.builder.advance.x ); in T1_Load_Glyph()
402 FIXED_TO_INT( decoder.builder.advance.x ); in T1_Load_Glyph()
404 FIXED_TO_INT( decoder.builder.advance.x ); in T1_Load_Glyph()
[all …]
/external/guava/guava/src/com/google/common/io/
DMultiReader.java39 advance(); in MultiReader()
45 private void advance() throws IOException { in advance() method in MultiReader
58 advance(); in read()
72 advance(); in skip()
DMultiInputStream.java47 advance(); in MultiInputStream()
63 private void advance() throws IOException { in advance() method in MultiInputStream
87 advance(); in read()
99 advance(); in read()
/external/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp181 int16_t advance = kInvalidAdvance; in SkPDFMakeCIDGlyphWidthsArray() local
184 advance = (int16_t)cache->getGlyphIDAdvance(gId).fAdvanceX; in SkPDFMakeCIDGlyphWidthsArray()
186 advance = kDontCareAdvance; in SkPDFMakeCIDGlyphWidthsArray()
189 if (advance == lastAdvance) { in SkPDFMakeCIDGlyphWidthsArray()
192 } else if (advance == kDontCareAdvance) { in SkPDFMakeCIDGlyphWidthsArray()
248 curRange.fAdvance.append(1, &advance); in SkPDFMakeCIDGlyphWidthsArray()
249 if (advance != kDontCareAdvance) { in SkPDFMakeCIDGlyphWidthsArray()
250 lastAdvance = advance; in SkPDFMakeCIDGlyphWidthsArray()
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssGrammar.java36 for (; it.hasNext(); it.advance()) { in errorRecoveryUntilSemiOrCloseBracket()
39 it.advance(); in errorRecoveryUntilSemiOrCloseBracket()
51 if (bracketDepth != 0) { it.advance(); } in errorRecoveryUntilSemiOrCloseBracket()
83 it.advance(); in parsePropertyGroup()
99 it.advance(); in parsePropertyValue()
147 it.advance(); in parsePropertyValue()
/external/pdfium/third_party/freetype/src/cid/
Dcidgload.c177 metrics.advance = FIXED_TO_INT( decoder->builder.advance.x ); in cid_load_glyph()
178 metrics.advance_v = FIXED_TO_INT( decoder->builder.advance.y ); in cid_load_glyph()
184 decoder->builder.advance.x = INT_TO_FIXED( metrics.advance ); in cid_load_glyph()
185 decoder->builder.advance.y = INT_TO_FIXED( metrics.advance_v ); in cid_load_glyph()
257 *max_advance = FIXED_TO_INT( decoder.builder.advance.x );
350 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()
364 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()
366 FIXED_TO_INT( decoder.builder.advance.x ); in cid_slot_load_glyph()
/external/freetype/src/base/
Dftsynth.c145 if ( slot->advance.x ) in FT_GlyphSlot_Embolden()
146 slot->advance.x += xstr; in FT_GlyphSlot_Embolden()
148 if ( slot->advance.y ) in FT_GlyphSlot_Embolden()
149 slot->advance.y += ystr; in FT_GlyphSlot_Embolden()

12345678910>>...17