/third_party/elfutils/tests/ |
D | run-nvidia-extended-linemap-readelf.sh | 66 [ 86] advance line by constant 24 to 25 69 [ 8a] advance line by constant 1 to 27 70 [ 8c] advance address by 48 to 0x40 <kernel+0x40> 72 [ 8f] advance line by constant -2 to 25 73 [ 91] advance address by 80 to 0x90 <kernel+0x90> 76 [ 96] advance address by 96 to 0x100 <kernel+0x100> 79 [ 9f] advance line by constant -20 to 8 81 [ a2] advance line by constant 1 to 9 82 [ a4] advance address by 80 to 0x150 <kernel+0x150> 85 [ ad] advance line by constant 22 to 31 [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/ |
D | MILexer.cpp | 51 void advance(unsigned I = 1) { Ptr += I; } in advance() function in __anon02b16db70111::Cursor 92 C.advance(); in skipWhitespace() 103 C.advance(); in skipComment() 129 C.advance(2); in unescapeQuotedString() 134 C.advance(3); in unescapeQuotedString() 139 C.advance(); in unescapeQuotedString() 147 for (C.advance(); C.peek() != '"'; C.advance()) { in lexStringConstant() 155 C.advance(); in lexStringConstant() 162 C.advance(PrefixLength); in lexName() 175 C.advance(); in lexName() [all …]
|
/third_party/flutter/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 39 SkPath1DPathEffect::SkPath1DPathEffect(const SkPath& path, SkScalar advance, SkScalar phase, in SkPath1DPathEffect() argument 41 SkASSERT(advance > 0 && !path.isEmpty()); in SkPath1DPathEffect() 52 if (phase > advance) { in SkPath1DPathEffect() 53 phase = SkScalarMod(phase, advance); in SkPath1DPathEffect() 56 if (phase > advance) { in SkPath1DPathEffect() 57 phase = SkScalarMod(phase, advance); in SkPath1DPathEffect() 59 phase = advance - phase; in SkPath1DPathEffect() 62 if (phase >= advance) { in SkPath1DPathEffect() 67 fAdvance = advance; in SkPath1DPathEffect() 161 SkScalar advance = buffer.readScalar(); in CreateProc() local [all …]
|
/third_party/skia/src/effects/ |
D | Sk1DPathEffect.cpp | 63 SkPath1DPathEffectImpl(const SkPath& path, SkScalar advance, SkScalar phase, in SkPath1DPathEffectImpl() argument 65 SkASSERT(advance > 0 && !path.isEmpty()); in SkPath1DPathEffectImpl() 75 if (phase > advance) { in SkPath1DPathEffectImpl() 76 phase = SkScalarMod(phase, advance); in SkPath1DPathEffectImpl() 79 if (phase > advance) { in SkPath1DPathEffectImpl() 80 phase = SkScalarMod(phase, advance); in SkPath1DPathEffectImpl() 82 phase = advance - phase; in SkPath1DPathEffectImpl() 85 if (phase >= advance) { in SkPath1DPathEffectImpl() 90 fAdvance = advance; in SkPath1DPathEffectImpl() 108 SkScalar advance = buffer.readScalar(); in CreateProc() local [all …]
|
/third_party/skia/src/pdf/ |
D | SkPDFMakeCIDGlyphWidthsArray.cpp | 130 int16_t advance = (int16_t)glyphs[i]->advanceX(); in SkPDFMakeCIDGlyphWidthsArray() local 134 if (advance == modeAdvance) { in SkPDFMakeCIDGlyphWidthsArray() 144 if (advance != next_advance) { in SkPDFMakeCIDGlyphWidthsArray() 151 result->appendScalar(scale_from_font_units(advance, emSize)); in SkPDFMakeCIDGlyphWidthsArray() 160 advanceArray->appendScalar(scale_from_font_units(advance, emSize)); in SkPDFMakeCIDGlyphWidthsArray() 163 advance = (int16_t)glyphs[j]->advanceX(); in SkPDFMakeCIDGlyphWidthsArray() 166 if (advance == modeAdvance) { in SkPDFMakeCIDGlyphWidthsArray() 182 if (advance == next_advance && dontCares + next_dontCares >= 4) { in SkPDFMakeCIDGlyphWidthsArray() 188 if (j + 2 < glyphs.size() && advance == next_advance) { in SkPDFMakeCIDGlyphWidthsArray() 190 if (advance == next_advance) { in SkPDFMakeCIDGlyphWidthsArray() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
D | text_advance_test.cpp | 27 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 36 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 45 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 54 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 63 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 72 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 78 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 85 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 94 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 102 EXPECT_EQ(SPV_SUCCESS, data.advance()); in PositionAfterAdvance()
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
D | text_advance_test.cpp | 27 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 36 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 45 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 54 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 63 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 72 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 78 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 85 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 94 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 102 EXPECT_EQ(SPV_SUCCESS, data.advance()); in PositionAfterAdvance()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/test/ |
D | text_advance_test.cpp | 25 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 34 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 43 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 52 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 61 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 70 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 76 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 83 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 92 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 100 EXPECT_EQ(SPV_SUCCESS, data.advance()); in PositionAfterAdvance()
|
/third_party/spirv-tools/test/ |
D | text_advance_test.cpp | 27 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 36 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 45 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 54 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 63 ASSERT_EQ(SPV_SUCCESS, data.advance()); in TEST() 72 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 78 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 85 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 94 ASSERT_EQ(SPV_END_OF_STREAM, data.advance()); in TEST() 102 EXPECT_EQ(SPV_SUCCESS, data.advance()); in PositionAfterAdvance()
|
/third_party/node/src/ |
D | json_utils.h | 25 inline void advance() { in advance() function 42 advance(); in json_start() 51 advance(); in json_end() 59 advance(); in json_objectstart() 72 advance(); in json_arraystart() 83 advance(); in json_objectend() 95 advance(); in json_arrayend() 103 advance(); in json_keyvalue() 115 advance(); in json_element()
|
/third_party/rust/crates/proc-macro2/src/ |
D | parse.rs | 17 pub fn advance(&self, bytes: usize) -> Cursor<'a> { in advance() method 56 Ok(self.advance(tag.len())) in parse() 80 s = s.advance(4); in skip_whitespace() 97 s = s.advance(1); in skip_whitespace() 104 s = s.advance(ch.len_utf8()); in skip_whitespace() 131 return Ok((input.advance(i + 2), &input.rest[..i + 2])); in block_comment() 189 input = input.advance(1); in token_stream() 211 input = input.advance(1); in token_stream() 277 let rest = input.advance((raw as usize) << 1); in ident_any() 311 Ok((input.advance(end), &input.rest[..end])) in ident_not_raw() [all …]
|
/third_party/skia/third_party/externals/freetype/src/pfr/ |
D | pfrsbit.c | 412 FT_Long xpos, ypos, advance; in pfr_load_bitmap_metrics() local 423 advance = 0; in pfr_load_bitmap_metrics() 492 advance = scaled_advance; in pfr_load_bitmap_metrics() 497 advance = PFR_NEXT_INT8( p ) * 256; in pfr_load_bitmap_metrics() 502 advance = PFR_NEXT_SHORT( p ); in pfr_load_bitmap_metrics() 507 advance = PFR_NEXT_LONG( p ); in pfr_load_bitmap_metrics() 518 *aadvance = advance; in pfr_load_bitmap_metrics() 656 FT_Long xpos = 0, ypos = 0, advance = 0; in pfr_slot_load_bitmap() local 662 advance = character->advance; in pfr_slot_load_bitmap() 664 advance = FT_MulDiv( advance, in pfr_slot_load_bitmap() [all …]
|
/third_party/freetype/src/pfr/ |
D | pfrsbit.c | 412 FT_Long xpos, ypos, advance; in pfr_load_bitmap_metrics() local 423 advance = 0; in pfr_load_bitmap_metrics() 492 advance = scaled_advance; in pfr_load_bitmap_metrics() 497 advance = PFR_NEXT_INT8( p ) * 256; in pfr_load_bitmap_metrics() 502 advance = PFR_NEXT_SHORT( p ); in pfr_load_bitmap_metrics() 507 advance = PFR_NEXT_LONG( p ); in pfr_load_bitmap_metrics() 518 *aadvance = advance; in pfr_load_bitmap_metrics() 656 FT_Long xpos = 0, ypos = 0, advance = 0; in pfr_slot_load_bitmap() local 662 advance = character->advance; in pfr_slot_load_bitmap() 664 advance = FT_MulDiv( advance, in pfr_slot_load_bitmap() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/src/pfr/ |
D | pfrsbit.c | 412 FT_Long xpos, ypos, advance; in pfr_load_bitmap_metrics() local 423 advance = 0; in pfr_load_bitmap_metrics() 492 advance = scaled_advance; in pfr_load_bitmap_metrics() 497 advance = PFR_NEXT_INT8( p ) * 256; in pfr_load_bitmap_metrics() 502 advance = PFR_NEXT_SHORT( p ); in pfr_load_bitmap_metrics() 507 advance = PFR_NEXT_LONG( p ); in pfr_load_bitmap_metrics() 518 *aadvance = advance; in pfr_load_bitmap_metrics() 656 FT_Long xpos = 0, ypos = 0, advance = 0; in pfr_slot_load_bitmap() local 662 advance = character->advance; in pfr_slot_load_bitmap() 664 advance = FT_MulDiv( advance, in pfr_slot_load_bitmap() [all …]
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | Measurement.cpp | 38 float advance = 0.0f; in getRunAdvance() local 44 advance += charAdvance; in getRunAdvance() 71 advance -= clusterWidth * numGraphemeClustersAfter / numGraphemeClusters; in getRunAdvance() 74 return advance; in getRunAdvance() 97 float advance) { in getOffsetForAdvance() argument 110 if (x > advance) { in getOffsetForAdvance() 124 + xSearchStart - advance; in getOffsetForAdvance()
|
/third_party/flutter/txt/src/minikin/ |
D | Measurement.cpp | 38 float advance = 0.0f; in getRunAdvance() local 44 advance += charAdvance; in getRunAdvance() 71 advance -= clusterWidth * numGraphemeClustersAfter / numGraphemeClusters; in getRunAdvance() 74 return advance; in getRunAdvance() 97 float advance) { in getOffsetForAdvance() argument 110 if (x > advance) { in getOffsetForAdvance() 124 + xSearchStart - advance; in getOffsetForAdvance()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluVarTypeUtil.cpp | 39 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()
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-graphite2.cc | 226 unsigned int advance; member 333 clusters[0].advance = gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape() 336 clusters[0].advance = 0; in _hb_graphite2_shape() 347 clusters[ci-1].advance += clusters[ci].advance; in _hb_graphite2_shape() 361 c->advance = curradv - gr_slot_origin_X(is) * xscale; in _hb_graphite2_shape() 362 curradv -= c->advance; in _hb_graphite2_shape() 366 c->advance = 0; in _hb_graphite2_shape() 367 clusters[ci].advance += gr_slot_origin_X(is) * xscale - curradv; in _hb_graphite2_shape() 368 curradv += clusters[ci].advance; in _hb_graphite2_shape() 379 clusters[ci].advance += curradv; in _hb_graphite2_shape() [all …]
|
/third_party/harfbuzz/src/ |
D | hb-graphite2.cc | 225 unsigned int advance; member 332 clusters[0].advance = gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape() 335 clusters[0].advance = 0; in _hb_graphite2_shape() 346 clusters[ci-1].advance += clusters[ci].advance; in _hb_graphite2_shape() 360 c->advance = curradv - gr_slot_origin_X(is) * xscale; in _hb_graphite2_shape() 361 curradv -= c->advance; in _hb_graphite2_shape() 365 c->advance = 0; in _hb_graphite2_shape() 366 clusters[ci].advance += gr_slot_origin_X(is) * xscale - curradv; in _hb_graphite2_shape() 367 curradv += clusters[ci].advance; in _hb_graphite2_shape() 378 clusters[ci].advance += curradv; in _hb_graphite2_shape() [all …]
|
/third_party/python/Lib/test/ |
D | test_sched.py | 34 def advance(self, t): member in Timer 70 timer.advance(1) 75 timer.advance(2) 79 timer.advance(1) 82 timer.advance(1) 85 timer.advance(1000) 127 timer.advance(1) 132 timer.advance(1) 134 timer.advance(1) 137 timer.advance(1) [all …]
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | unicodestring.cc | 23 using std::advance; 64 advance(start_it, start); in replace() 68 advance(start_it, length); in replace() 77 advance(pos_it, pos); in setCharAt() 95 advance(start_it, start); in tempSubString() 97 advance(end_it, length); in tempSubString()
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-graphite2.cc | 230 unsigned int advance; member 337 clusters[0].advance = gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape() 340 clusters[0].advance = 0; in _hb_graphite2_shape() 351 clusters[ci-1].advance += clusters[ci].advance; in _hb_graphite2_shape() 365 c->advance = curradv - gr_slot_origin_X(is) * xscale; in _hb_graphite2_shape() 366 curradv -= c->advance; in _hb_graphite2_shape() 370 c->advance = 0; in _hb_graphite2_shape() 371 clusters[ci].advance += gr_slot_origin_X(is) * xscale - curradv; in _hb_graphite2_shape() 372 curradv += clusters[ci].advance; in _hb_graphite2_shape() 383 clusters[ci].advance += curradv; in _hb_graphite2_shape() [all …]
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftglyph.c | 344 copy->advance = source->advance; in FT_Glyph_Copy() 420 if ( slot->advance.x >= 0x8000L * 64 || in FT_Get_Glyph() 421 slot->advance.x <= -0x8000L * 64 ) in FT_Get_Glyph() 427 if ( slot->advance.y >= 0x8000L * 64 || in FT_Get_Glyph() 428 slot->advance.y <= -0x8000L * 64 ) in FT_Get_Glyph() 435 glyph->advance.x = slot->advance.x * 1024; in FT_Get_Glyph() 436 glyph->advance.y = slot->advance.y * 1024; in FT_Get_Glyph() 477 FT_Vector_Transform( &glyph->advance, matrix ); in FT_Glyph_Transform() 619 bitmap->root.advance = glyph->advance; in FT_Glyph_To_Bitmap()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftglyph.c | 343 copy->advance = source->advance; in FT_Glyph_Copy() 419 if ( slot->advance.x >= 0x8000L * 64 || in FT_Get_Glyph() 420 slot->advance.x <= -0x8000L * 64 ) in FT_Get_Glyph() 426 if ( slot->advance.y >= 0x8000L * 64 || in FT_Get_Glyph() 427 slot->advance.y <= -0x8000L * 64 ) in FT_Get_Glyph() 434 glyph->advance.x = slot->advance.x * 1024; in FT_Get_Glyph() 435 glyph->advance.y = slot->advance.y * 1024; in FT_Get_Glyph() 476 FT_Vector_Transform( &glyph->advance, matrix ); in FT_Glyph_Transform() 618 bitmap->root.advance = glyph->advance; in FT_Glyph_To_Bitmap()
|
/third_party/icu/icu4c/source/test/letest/ |
D | SimpleFontInstance.cpp | 61 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()
|