/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
D | DistanceTable.java | 274 subtables.put(key.getDesired(), key.getSupported(), new Node(key.getDistance())); in putIfAbsent() 277 return (key.getDistance() == node.distance); in putIfAbsent() 493 int getDistance() { in getDistance() method in DistanceTable.MappingKey 550 ? String.format("<%s, %s> = %d", getDesired(), getSupported(), getDistance()) in toString()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | DependenceAnalysis.h | 161 virtual const SCEV *getDistance(unsigned Level) const { return nullptr; } in getDistance() function 242 const SCEV *getDistance(unsigned Level) const override;
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/transformations/ |
D | transformations_demo_board.dart | 105 final int distanceFromCenter = getDistance(center, boardPoint); 110 static int getDistance(BoardPoint a, BoardPoint b) {
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen_impl.h | 238 …int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo)…
|
D | dtptngen.cpp | 1557 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw() 2328 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& dista… in getDistance() function in DateTimeMatcher
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dtptngen_impl.h | 238 …int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo)…
|
D | dtptngen.cpp | 1436 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw() 2147 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& dista… in getDistance() function in DateTimeMatcher
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dtptngen_impl.h | 238 …int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo)…
|
D | dtptngen.cpp | 1542 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw() 2320 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& dista… in getDistance() function in DateTimeMatcher
|
/third_party/icu/icu4c/source/i18n/ |
D | dtptngen_impl.h | 238 …int32_t getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& distanceInfo)…
|
D | dtptngen.cpp | 1557 int32_t distance=source.getDistance(trial, includeMask, tempInfo); in getBestRaw() 2328 DateTimeMatcher::getDistance(const DateTimeMatcher& other, int32_t includeMask, DistanceInfo& dista… in getDistance() function in DateTimeMatcher
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachinePipeliner.cpp | 1394 getDistance(pred, SU, *IP) * MII)); in computeNodeFunctions() 1418 getDistance(SU, succ, *IS) * MII)); in computeNodeFunctions() 2416 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II; in computeStart() 2424 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II; in computeStart() 2440 DAG->getDistance(SU, Dep.getSUnit(), Dep) * II; in computeStart() 2448 DAG->getDistance(Dep.getSUnit(), SU, Dep) * II; in computeStart()
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
D | LocaleDistanceBuilder.java | 202 private int getDistance(String desired, String supported, in getDistance() method in LocaleDistanceBuilder.DistanceTable 278 int distance = getDistance(desired, supported, node2, true); in addSubtables()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
D | LocaleDistanceBuilder.java | 202 private int getDistance(String desired, String supported, in getDistance() method in LocaleDistanceBuilder.DistanceTable 278 int distance = getDistance(desired, supported, node2, true); in addSubtables()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachinePipeliner.h | 256 unsigned getDistance(SUnit *U, SUnit *V, const SDep &Dep) { in getDistance() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | LoopCacheAnalysis.cpp | 228 const SCEV *Distance = D->getDistance(Level); in hasTemporalReuse()
|
D | DependenceAnalysis.cpp | 276 const SCEV *FullDependence::getDistance(unsigned Level) const { in getDistance() function in FullDependence 613 const SCEV *Distance = getDistance(II); in dump()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | DateTimePatternGenerator.java | 2049 int distance = source.getDistance(trial, includeMask, tempInfo); in getBestRaw() 2760 int getDistance(DateTimeMatcher other, int includeMask, DistanceInfo distanceInfo) { in getDistance() method in DateTimePatternGenerator.DateTimeMatcher
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | DateTimePatternGenerator.java | 2101 int distance = source.getDistance(trial, includeMask, tempInfo); in getBestRaw() 2811 int getDistance(DateTimeMatcher other, int includeMask, DistanceInfo distanceInfo) { in getDistance() method in DateTimePatternGenerator.DateTimeMatcher
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 136 const SCEV *Distance = D->getDistance(II); in populateDependencyMatrix()
|