| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/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 …]
|
| /third_party/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 …]
|
| /third_party/node/deps/icu-small/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 …]
|
| /third_party/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 …]
|
| /third_party/skia/third_party/externals/icu/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 …]
|
| /third_party/node/deps/npm/node_modules/are-we-there-yet/lib/ |
| D | tracker-group.js | 10 weight = {} field in TrackerGroup 25 addUnit (unit, weight) { argument 64 newGroup (name, weight) { argument 68 newItem (name, todo, weight) { argument 72 newStream (name, todo, weight) { argument
|
| /third_party/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 …]
|
| /third_party/node/test/parallel/ |
| D | test-http2-priority-event.js | 14 function onPriority(stream, parent, weight, exclusive) { argument 24 weight: 1, property 46 weight: 1, property
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| D | LocalePriorityList.java | 101 public static Builder add(ULocale locale, final double weight) { in add() 155 double weight = entry.getValue(); in toString() local 236 double weight = value; in Builder() local
|
| /third_party/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
|
| /third_party/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 …]
|
| D | SkOpContour.cpp | 44 void SkOpContourBuilder::addConic(SkPoint pts[3], SkScalar weight) { in addConic() 54 void SkOpContourBuilder::addCurve(SkPath::Verb verb, const SkPoint pts[4], SkScalar weight) { in addCurve()
|
| /third_party/skia/third_party/externals/icu/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()
|
| /third_party/node/deps/icu-small/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()
|
| /third_party/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()
|
| /third_party/ffmpeg/libavcodec/loongarch/ |
| D | hevc_mc_uniw_lsx.c | 36 const int8_t *filter_y, int32_t height, int32_t weight, in hevc_hv_8t_8x2_lsx() 212 const int8_t *filter_y, int32_t height, int32_t weight, in hevc_hv_8t_8w_lsx() 222 const int8_t *filter_y, int32_t height, int32_t weight, in hevc_hv_8t_16w_lsx() 232 const int8_t *filter_y, int32_t height, int32_t weight, in hevc_hv_8t_24w_lsx() 242 const int8_t *filter_y, int32_t height, int32_t weight, in hevc_hv_8t_32w_lsx() 252 const int8_t *filter_y, int32_t height, int32_t weight, in hevc_hv_8t_48w_lsx() 262 const int8_t *filter_y, int32_t height, int32_t weight, in hevc_hv_8t_64w_lsx()
|
| /third_party/skia/src/ports/skia_ohos/config/ |
| D | fontconfig.json | 25 "weight": 50, "to": 100 number 28 "weight": 80, "to": 400 number 31 "weight": 100, "to": 700 number 34 "weight": 200, "to": 900 number 39 "weight": 100, "wght": 100 number 42 "weight": 300, "wght": 247 number 45 "weight": 400, "wght": 400 number 48 "weight": 500, "wght": 500 number 51 "weight": 700, "wght": 706 number 54 "weight": 900, "wght": 844 number [all …]
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
| D | airtime_policy.c | 98 unsigned int weight) in sta_set_airtime_weight() 111 static void set_sta_weights(struct hostapd_data *hapd, unsigned int weight) in set_sta_weights() 244 unsigned int weight; in airtime_policy_new_sta() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
| D | airtime_policy.c | 94 unsigned int weight) in sta_set_airtime_weight() 107 static void set_sta_weights(struct hostapd_data *hapd, unsigned int weight) in set_sta_weights() 240 unsigned int weight; in airtime_policy_new_sta() local
|
| /third_party/alsa-lib/modules/mixer/simple/python/ |
| D | common.py | 14 def __init__(self, mixer, name, index, weight): argument 48 def __init__(self, mixer, name, index, weight): argument 135 def __init__(self, mixer, name, index, weight): argument 183 def __init__(self, mixer, name, index, weight): argument 189 def __init__(self, mixer, name, index, weight): argument
|
| /third_party/skia/include/core/ |
| D | SkFontStyle.h | 48 constexpr SkFontStyle(int weight, int width, Slant slant) : fValue( in SkFontStyle() 60 int weight() const { return fValue & 0xFFFF; } in weight() function
|
| /third_party/skia/docs/examples/ |
| D | Path_conicTo.cpp | 15 SkScalar weight = 0.5f; in draw() local
|
| /third_party/typescript/tests/cases/conformance/types/mapped/ |
| D | mappedTypes3.ts | 21 weight: Box<number>; property
|
| /third_party/ffmpeg/libavcodec/mips/ |
| D | hevc_mc_uniw_msa.c | 62 int32_t weight, in hevc_uniwgt_copy_4w_msa() 129 int32_t weight, in hevc_uniwgt_copy_6w_msa() 191 int32_t weight, in hevc_uniwgt_copy_8w_msa() 286 int32_t weight, in hevc_uniwgt_copy_12w_msa() 331 int32_t weight, in hevc_uniwgt_copy_16w_msa() 374 int32_t weight, in hevc_uniwgt_copy_24w_msa() 427 int32_t weight, in hevc_uniwgt_copy_32w_msa() 473 int32_t weight, in hevc_uniwgt_copy_48w_msa() 530 int32_t weight, in hevc_uniwgt_copy_64w_msa() 594 int32_t weight, in hevc_hz_uniwgt_8t_4w_msa() [all …]
|
| /third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/type_guards/ |
| D | type_guards_13.ts | 35 weight: number property in Animal
|