| /third_party/boost/boost/fusion/sequence/intrinsic/ |
| D | segments.hpp | 46 struct segments struct 48 typedef typename traits::tag_of<Sequence>::type tag_type; 52 type; 63 segments(Sequence& seq) in segments() function 72 segments(Sequence const& seq) in segments() function
|
| /third_party/boost/libs/icl/example/std_copy_/ |
| D | std_copy.cpp | 43 void show_segments(const vector<pair<discrete_interval<int>, int> >& segments) in show_segments() 56 vector<pair<discrete_interval<int>, int> > segments = make_segments(); in std_copy() local
|
| /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/boost/libs/icl/test/ |
| D | test_functions.hpp | 35 void itl_map_copy(const SequenceT& segments, in itl_map_copy() 51 void test_interval_map_copy_via_inserter(const SequenceT& segments, in test_interval_map_copy_via_inserter()
|
| /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/mindspore/tests/ut/cpp/vm/ |
| D | segment_runner_test.cc | 57 auto segments = graph_partition->Partition(g); in TEST_F() local 71 auto segments = graph_partition->Partition(g); in TEST_F() local 85 auto segments = graph_partition->Partition(g); in TEST_F() local
|
| /third_party/gettext/gettext-tools/src/ |
| D | xg-mixed-string.h | 51 struct mixed_string_segment **segments; member 110 struct mixed_string_segment **segments; member
|
| /third_party/flutter/skia/src/gpu/ops/ |
| D | GrAAConvexPathRenderer.cpp | 66 static bool center_of_mass(const SegmentArray& segments, SkPoint* c) { in center_of_mass() 116 static bool compute_vectors(SegmentArray* segments, in compute_vectors() 238 SegmentArray* segments) { in add_line_to_segment() 245 SegmentArray* segments) { in add_quad_segment() 260 SegmentArray* segments) { in add_cubic_segments() 271 SegmentArray* segments, in get_segments() 358 static void create_vertices(const SegmentArray& segments, in create_vertices() 764 SkSTArray<kPreallocSegmentCnt, Segment, true> segments; in onPrepareDraws() local
|
| /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/flutter/skia/third_party/externals/freetype/src/autofit/ |
| D | afwarp.c | 78 AF_Segment segments, in af_warper_compute_line_best() 178 AF_Segment segments; in af_warper_compute() local
|
| /third_party/freetype/src/autofit/ |
| D | afwarp.c | 78 AF_Segment segments, in af_warper_compute_line_best() 178 AF_Segment segments; in af_warper_compute() 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/typescript_eslint/packages/typescript-estree/tests/ |
| D | ast-fixtures.test.ts | 32 const segments = dir.split(path.sep); constant
|
| /third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
| D | rbt_rule.h | 108 UnicodeFunctor** segments; variable
|
| /third_party/node/deps/icu-small/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/third_party/externals/icu/source/i18n/ |
| D | rbt_rule.h | 108 UnicodeFunctor** segments; variable
|
| /third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
| D | unique_cpu_kernel.h | 99 auto &segments = *segments_ptr; in SplitAndCalculateBucketSize() local 182 auto &segments = *segments_ptr; in GatherSegmentsToBuckets() local 367 std::vector<std::shared_ptr<UniqueParam<DataType, IndexType>>> segments; in BucketUnique() local
|
| D | sparse_optimizer_cpu_kernel.h | 106 std::vector<std::shared_ptr<SparseGradient<T>>> segments; in BucketReduceSparseGradient() local 170 auto &segments = *segments_ptr; in SplitAndCalculateSegmentBucketSize() local 230 const std::vector<std::shared_ptr<SparseGradient<T>>> &segments, in GatherSegmentIndicesToOutputBucket()
|
| /third_party/mindspore/mindspore/ccsrc/vm/ |
| D | graph_partition.cc | 455 void RemoveUselessDependency(const std::vector<GraphSegmentPtr> *segments) { in RemoveUselessDependency() 503 void AddSegment(const std::vector<AnfNodePtr> &nodes, std::vector<GraphSegmentPtr> *segments, in AddSegment() 553 …icNodeSegment(const std::vector<AnfNodePtr> &segment_nodes, std::vector<GraphSegmentPtr> *segments, in SplitDynamicNodeSegment() 593 …desToSegments(const std::vector<AnfNodePtr> &segment_nodes, std::vector<GraphSegmentPtr> *segments, in NodesToSegments() 691 std::vector<GraphSegmentPtr> segments; in Partition() local
|
| /third_party/typescript_eslint/packages/scope-manager/tests/ |
| D | fixtures.test.ts | 22 const segments = dir.split(path.sep); constant
|
| /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/flutter/skia/src/gpu/ |
| D | GrDistanceFieldGenFromVector.cpp | 363 PathSegmentArray* segments) { in add_line_to_segment() 373 PathSegmentArray* segments) { in add_quad_segment() 395 PathSegmentArray* segments) { in add_cubic_segments() 645 static void calculate_distance_field_data(PathSegmentArray* segments, in calculate_distance_field_data() 792 SkSTArray<15, PathSegment, true> segments; in GrGenerateDistanceFieldFromPath() local
|
| /third_party/boost/libs/fusion/test/sequence/ |
| D | tree.hpp | 55 segments_type segments; member
|
| /third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/subsetter/ |
| D | CMapTableBuilder.java | 122 List<CMap4Segment> segments) { in buildCMapFormat4()
|