| /third_party/rust/crates/cxx/syntax/ |
| D | qualified.rs | 6 pub segments: Vec<Ident>, field 19 let segments = Vec::new(); in parse_quoted_or_unquoted() localVariable 34 let mut segments = Vec::new(); in parse_unquoted() localVariable
|
| D | namespace.rs | 15 segments: Vec<Ident>, field 49 let segments = QualifiedName::parse_quoted_or_unquoted(input)?.segments; in parse() localVariable 82 let segments = idents.into_iter().cloned().collect(); in from_iter() localVariable
|
| D | names.rs | 17 let segments = self in to_symbol() localVariable
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
| D | RbPath.java | 62 public static RbPath of(String... segments) { in of() 71 public static RbPath of(Iterable<String> segments) { in of() 95 private final ImmutableList<String> segments; field in RbPath 98 private RbPath(Iterable<String> segments) { in RbPath()
|
| /third_party/ffmpeg/libavcodec/ |
| D | dfa.c | 71 unsigned segments; in decode_tsw1() local 113 int v, offset, count, segments; in decode_dsw1() local 150 int i, v, offset, count, segments; in decode_dds1() local 199 int count, lines, segments; in decode_bdlt() local 242 int count, i, v, lines, segments; in decode_wdlt() local 302 uint32_t segments = bytestream2_get_le32(gb); in decode_tdlt() local
|
| /third_party/rust/crates/clap/clap_complete/src/shells/ |
| D | zsh.rs | 148 let mut segments = vec![]; in subcommands_of() localVariable 233 let mut segments = vec![format!("({})", name)]; localVariable 320 let mut segments = vec![String::from("_arguments \"${_arguments_options[@]}\" \\")]; localVariable
|
| /third_party/elfutils/src/ |
| D | findtextrel.c | 41 struct segments struct 43 GElf_Addr from; 44 GElf_Addr to; 308 struct segments *segments = malloc (nsegments_max * sizeof (segments[0])); in process_file() local
|
| /third_party/node/deps/v8/src/objects/ |
| D | js-segments.cc | 46 Handle<JSSegments> segments = Handle<JSSegments>::cast(result); in Create() local 62 Handle<JSSegments> segments, in Containing()
|
| /third_party/skia/src/gpu/ops/ |
| D | AAConvexPathRenderer.cpp | 69 bool center_of_mass(const SegmentArray& segments, SkPoint* c) { in center_of_mass() 119 bool compute_vectors(SegmentArray* segments, in compute_vectors() 247 inline void add_line_to_segment(const SkPoint& pt, SegmentArray* segments) { in add_line_to_segment() 253 inline void add_quad_segment(const SkPoint pts[3], SegmentArray* segments) { in add_quad_segment() 268 SegmentArray* segments) { in add_cubic_segments() 279 SegmentArray* segments, in get_segments() 365 void create_vertices(const SegmentArray& segments, in create_vertices() 794 SkSTArray<kPreallocSegmentCnt, Segment, true> segments; in onPrepareDraws() local
|
| /third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/testing/ |
| D | RbPathSubject.java | 27 public final void hasSegments(String... segments) { in hasSegments()
|
| /third_party/node/deps/icu-small/source/i18n/ |
| D | rbt_rule.h | 108 UnicodeFunctor** segments; variable
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| D | rbt_rule.h | 108 UnicodeFunctor** segments; variable
|
| /third_party/icu/icu4c/source/i18n/ |
| D | rbt_rule.h | 108 UnicodeFunctor** segments; variable
|
| /third_party/skia/src/gpu/ |
| D | GrDistanceFieldGenFromVector.cpp | 349 static inline void add_line(const SkPoint pts[2], PathSegmentArray* segments) { in add_line() 358 static inline void add_quad(const SkPoint pts[3], PathSegmentArray* segments) { in add_quad() 380 PathSegmentArray* segments) { in add_cubic() 626 static void calculate_distance_field_data(PathSegmentArray* segments, in calculate_distance_field_data() 778 SkSTArray<15, PathSegment, true> segments; in GrGenerateDistanceFieldFromPath() local
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| D | buffer.cc | 127 const auto& segments = format_->GetSegments(); in CalculateDiffs() local 321 const auto& segments = format_->GetSegments(); in SetDataWithOffset() local
|
| /third_party/node/deps/npm/node_modules/hosted-git-info/lib/ |
| D | from-url.js | 102 const segments = gitHostInfo.extract(parsed) constant
|
| /third_party/rust/crates/syn/src/ |
| D | path.rs | 510 let mut segments = Punctuated::new(); in parse_mod_style() localVariable 607 let mut segments = Punctuated::new(); in parse_helper() localVariable 833 let mut segments = path.segments.pairs(); in print_path() localVariable
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
| D | CMapTableBuilder.java | 122 List<CMap4Segment> segments) { in buildCMapFormat4()
|
| /third_party/ffmpeg/libavformat/ |
| D | mtv.c | 41 unsigned int segments; ///< number of 512 byte segments member
|
| /third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/ |
| D | CMapEditingTests.java | 139 List<CMapFormat4.Builder.Segment> segments = cmapFormat4Builder.getSegments(); in testCMap4Editing() local
|
| /third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
| D | CMapFormat4.java | 361 private List<Builder.Segment> segments; field in CMapFormat4.Builder 412 public void setSegments(List<Builder.Segment> segments) { in setSegments()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
| D | vktTessellationFractionalSpacingTests.cpp | 90 inline std::vector<float> lengths (const std::vector<Segment>& segments) { return members(segments,… in lengths() 161 std::vector<Segment> segments(finalLevel); in verifyFractionalSpacingSingle() local
|
| /third_party/node/test/parallel/ |
| D | test-buffer-alloc.js | 566 const segments = ['TWFkbmVzcz8h', 'IFRoaXM=', 'IGlz', 'IG5vZGUuanMh']; variable 581 const segments = ['TWFkbmVzcz8h', 'IFRoaXM', 'IGlz', 'IG5vZGUuanMh']; variable
|
| /third_party/skia/third_party/externals/freetype/src/autofit/ |
| D | afhints.c | 346 AF_Segment segments = axis->segments; in af_get_segment_index() local 544 AF_Segment segments = axis->segments; in af_glyph_hints_dump_segments() local 1318 AF_Segment segments = axis->segments; in af_glyph_hints_align_edge_points() local
|
| /third_party/rust/crates/serde/serde_derive/src/internals/ |
| D | receiver.rs | 52 let segments = mem::replace(&mut path.segments, Punctuated::new()); in self_to_qself() localVariable
|