| /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
| D | CollationWeights.java | 146 long weight = range.start; in nextWeight() local 181 public static int lengthOfWeight(long weight) { in lengthOfWeight() 193 private static int getWeightTrail(long weight, int length) { in getWeightTrail() 197 private static long setWeightTrail(long weight, int length, int trail) { in setWeightTrail() 202 private static int getWeightByte(long weight, int idx) { in getWeightByte() 206 private static long setWeightByte(long weight, int idx, int b) { in setWeightByte() 229 private static long truncateWeight(long weight, int length) { in truncateWeight() 233 private static long incWeightTrail(long weight, int length) { in incWeightTrail() 237 private static long decWeightTrail(long weight, int length) { in decWeightTrail() 246 private long incWeight(long weight, int length) { in incWeight() [all …]
|
| /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
| D | CollationWeights.java | 144 long weight = range.start; in nextWeight() local 179 public static int lengthOfWeight(long weight) { in lengthOfWeight() 191 private static int getWeightTrail(long weight, int length) { in getWeightTrail() 195 private static long setWeightTrail(long weight, int length, int trail) { in setWeightTrail() 200 private static int getWeightByte(long weight, int idx) { in getWeightByte() 204 private static long setWeightByte(long weight, int idx, int b) { in setWeightByte() 227 private static long truncateWeight(long weight, int length) { in truncateWeight() 231 private static long incWeightTrail(long weight, int length) { in incWeightTrail() 235 private static long decWeightTrail(long weight, int length) { in decWeightTrail() 244 private long incWeight(long weight, int length) { in incWeight() [all …]
|
| /external/icu/icu4c/source/i18n/ |
| D | collationweights.cpp | 44 getWeightTrail(uint32_t weight, int32_t length) { in getWeightTrail() 49 setWeightTrail(uint32_t weight, int32_t length, uint32_t trail) { in setWeightTrail() 55 getWeightByte(uint32_t weight, int32_t idx) { in getWeightByte() 60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() 84 truncateWeight(uint32_t weight, int32_t length) { in truncateWeight() 89 incWeightTrail(uint32_t weight, int32_t length) { in incWeightTrail() 94 decWeightTrail(uint32_t weight, int32_t length) { in decWeightTrail() 154 CollationWeights::incWeight(uint32_t weight, int32_t length) const { in incWeight() 169 CollationWeights::incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const { in incWeightByOffset() 263 uint32_t weight=lowerLimit; in getWeightRanges() local [all …]
|
| /external/marisa-trie/lib/marisa/grimoire/trie/ |
| D | key.h | 46 void set_weight(float weight) { in set_weight() 64 float weight() const { in weight() function 78 float weight; member 152 void set_weight(float weight) { in set_weight() 170 float weight() const { in weight() function 184 float weight; member
|
| D | cache.h | 42 void set_weight(float weight) { in set_weight() 64 float weight() const { in weight() function 73 float weight; member
|
| D | range.h | 68 void set_weight(float weight) { in set_weight() 84 float weight() const { in weight() function 102 std::size_t key_pos, float weight) { in make_weighted_range()
|
| /external/skqp/experimental/canvaskit/tests/ |
| D | canvas2d.spec.js | 142 'weight': '', property 152 'weight': '', property 162 'weight': '', property 172 'weight': '', property 196 'weight': 'bold', property 206 'weight': 'bold', property 216 'weight': 'bold', property 226 'weight': 'bold', property 236 'weight': '', property 246 'weight': '', property [all …]
|
| /external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/ |
| D | PreFillType.java | 15 private final int weight; field in PreFillType 29 PreFillType(int width, int height, Bitmap.Config config, int weight) { in PreFillType() 107 private int weight = 1; field in PreFillType.Builder 157 public Builder setWeight(int weight) { in setWeight()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/estimation/ |
| D | WeightedMeasurement.java | 60 private final double weight; field in WeightedMeasurement 79 public WeightedMeasurement(double weight, double measuredValue) { in WeightedMeasurement() 93 public WeightedMeasurement(double weight, double measuredValue, in WeightedMeasurement()
|
| /external/skia/modules/canvaskit/tests/ |
| D | canvas2d.spec.js | 122 'weight': '', property 132 'weight': '', property 142 'weight': '', property 152 'weight': '', property 172 'weight': 'bold', property 182 'weight': 'bold', property 192 'weight': 'bold', property 202 'weight': 'bold', property 212 'weight': '', property 222 'weight': '', property [all …]
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | lsh_projection.cc | 87 const TfLiteTensor* weight; in Resize() local 115 int RunningSignBit(const TfLiteTensor* input, const TfLiteTensor* weight, in RunningSignBit() 146 const TfLiteTensor* weight, int32_t* out_buf) { in SparseLshProjection() 161 const TfLiteTensor* weight, int32_t* out_buf) { in DenseLshProjection() 184 const TfLiteTensor* weight = in Eval() local
|
| /external/dokka/core/testdata/javadoc/ |
| D | deprecated.java | 7 private Double weight; field in Banana 25 public void setWeight(Double weight) { in setWeight()
|
| /external/marisa-trie/include/marisa/ |
| D | key.h | 48 void set_weight(float weight) { in set_weight() 61 float weight() const { in weight() function 79 float weight; member
|
| /external/libprotobuf-mutator/src/ |
| D | weighted_reservoir_sampler.h | 36 void Try(uint64_t weight, const T& item) { in Try() 45 bool Pick(uint64_t weight) { in Pick()
|
| /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/fitting/ |
| D | WeightedObservedPoint.java | 34 private final double weight; field in WeightedObservedPoint 47 public WeightedObservedPoint(final double weight, final double x, final double y) { in WeightedObservedPoint()
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
| D | LocalePriorityList.java | 102 public static Builder add(ULocale locale, final double weight) { in add() 160 double weight = entry.getValue(); in toString() local 244 double weight = value; in Builder() local
|
| /external/icu/android_icu4j/src/main/java/android/icu/util/ |
| D | LocalePriorityList.java | 101 public static Builder add(ULocale locale, final double weight) { in add() 154 double weight = entry.getValue(); in toString() local 235 double weight = value; in Builder() local
|
| /external/autotest/client/profilers/powertop/src/ |
| D | suggestions.c | 46 int weight; member 80 void add_suggestion(char *text, int weight, char key, char *keystring, suggestion_func *func) in add_suggestion() 106 int weight; in pick_suggestion() local
|
| /external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/ |
| D | frame_pair.cc | 191 float weight; member 237 const float weight = weights[i]; in GetWeightedMedian() local 254 const float weight = weights[i]; in GetWeightedMedian() local 283 const float weight = weights[i]; in GetWeightedMedianScale() local 293 const float weight = weights[i]; in GetWeightedMedianScale() local
|
| /external/skia/src/pathops/ |
| D | SkPathOpsCurve.h | 114 static SkDPoint dconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in dconic_xy_at_t() 158 static SkPoint fline_xy_at_t(const SkPoint a[2], SkScalar weight, double t) { in fline_xy_at_t() 162 static SkPoint fquad_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fquad_xy_at_t() 166 static SkPoint fconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fconic_xy_at_t() 170 static SkPoint fcubic_xy_at_t(const SkPoint a[4], SkScalar weight, double t) { in fcubic_xy_at_t() 194 static SkDVector dconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) { in dconic_dxdy_at_t() 242 static SkVector fquad_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fquad_dxdy_at_t() 246 static SkVector fconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fconic_dxdy_at_t() 250 static SkVector fcubic_dxdy_at_t(const SkPoint a[4], SkScalar weight, double t) { in fcubic_dxdy_at_t() 276 static bool conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) { in conic_is_vertical() [all …]
|
| /external/skqp/src/pathops/ |
| D | SkPathOpsCurve.h | 114 static SkDPoint dconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in dconic_xy_at_t() 158 static SkPoint fline_xy_at_t(const SkPoint a[2], SkScalar weight, double t) { in fline_xy_at_t() 162 static SkPoint fquad_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fquad_xy_at_t() 166 static SkPoint fconic_xy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fconic_xy_at_t() 170 static SkPoint fcubic_xy_at_t(const SkPoint a[4], SkScalar weight, double t) { in fcubic_xy_at_t() 194 static SkDVector dconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) { in dconic_dxdy_at_t() 242 static SkVector fquad_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fquad_dxdy_at_t() 246 static SkVector fconic_dxdy_at_t(const SkPoint a[3], SkScalar weight, double t) { in fconic_dxdy_at_t() 250 static SkVector fcubic_dxdy_at_t(const SkPoint a[4], SkScalar weight, double t) { in fcubic_dxdy_at_t() 276 static bool conic_is_vertical(const SkPoint a[3], SkScalar weight, double startT, double endT) { in conic_is_vertical() [all …]
|
| /external/icu/icu4c/source/common/ |
| D | localeprioritylist.cpp | 38 int32_t weight; // 0..1000 = 0.0..1.0 member 79 int32_t weight = (c - '0') * 1000; in parseWeight() local 139 int32_t weight = WEIGHT_ONE; in LocalePriorityList() local 182 bool LocalePriorityList::add(const Locale &locale, int32_t weight, UErrorCode &errorCode) { in add()
|
| /external/pdfium/core/fxge/ |
| D | cfx_fontmgr.cpp | 50 int weight, in KeyNameFromFace() 103 int weight, in FindSubstFont() 113 int weight, in GetCachedFontDesc() 121 int weight, in AddCachedFontDesc()
|
| /external/tensorflow/tensorflow/core/lib/random/ |
| D | weighted_picker.cc | 133 void WeightedPicker::set_weight(int index, int32 weight) { in set_weight() 145 void WeightedPicker::SetAllWeights(int32 weight) { in SetAllWeights() 177 void WeightedPicker::Append(int32 weight) { in Append()
|
| /external/cldr/tools/java/org/unicode/cldr/util/ |
| D | BNF.java | 190 int weight = getWeight(); in qualify() local 275 int weight = getWeight(); in getAlternation() local 296 int weight; in getWeight() local 311 int weight = getWeight(); in getWeights() local
|