Home
last modified time | relevance | path

Searched refs:star (Results 1 – 25 of 185) sorted by relevance

12345678

/third_party/node/deps/npm/docs/content/commands/
Dnpm-unstar.md17 "Unstarring" a package is the opposite of [`npm star`](/commands/npm-star),
26 You can "star" a package using [`npm star`](/commands/npm-star)
69 * [npm star](/commands/npm-star)
/third_party/icu/icu4c/source/common/
Dlocdistance.cpp126 bool star = false; in getBestIndexAndDistance() local
150 star = true; in getBestIndexAndDistance()
173 if (star || flags != 0) { in getBestIndexAndDistance()
192 } else if (star || (flags & DISTANCE_IS_FINAL) != 0) { in getBestIndexAndDistance()
306 bool star = false; in getRegionPartitionsDistance() local
318 } else if (star) { in getRegionPartitionsDistance()
322 star = true; in getRegionPartitionsDistance()
335 } else if (!star) { in getRegionPartitionsDistance()
342 star = true; in getRegionPartitionsDistance()
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp126 bool star = false; in getBestIndexAndDistance() local
150 star = true; in getBestIndexAndDistance()
173 if (star || flags != 0) { in getBestIndexAndDistance()
192 } else if (star || (flags & DISTANCE_IS_FINAL) != 0) { in getBestIndexAndDistance()
306 bool star = false; in getRegionPartitionsDistance() local
318 } else if (star) { in getRegionPartitionsDistance()
322 star = true; in getRegionPartitionsDistance()
335 } else if (!star) { in getRegionPartitionsDistance()
342 star = true; in getRegionPartitionsDistance()
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp126 bool star = false; in getBestIndexAndDistance() local
150 star = true; in getBestIndexAndDistance()
173 if (star || flags != 0) { in getBestIndexAndDistance()
192 } else if (star || (flags & DISTANCE_IS_FINAL) != 0) { in getBestIndexAndDistance()
306 bool star = false; in getRegionPartitionsDistance() local
318 } else if (star) { in getRegionPartitionsDistance()
322 star = true; in getRegionPartitionsDistance()
335 } else if (!star) { in getRegionPartitionsDistance()
342 star = true; in getRegionPartitionsDistance()
/third_party/skia/docs/examples/
Dflag_us_1960.cpp17 SkPath star; in draw() local
21 &star); in draw()
27 canvas->drawPath(star, paint); in draw()
Dstar.cpp4 REG_FIDDLE(star, 256, 256, false, 0) {
5 SkPath star() { in star() function
23 SkPath path(star()); in draw()
Dflag_us_1792.cpp17 SkPath star; in draw() local
18 SkParsePath::FromSVGString("M 0 -150 L 88 121 L -143 -46 L 143 -46 L -88 121 Z", &star); in draw()
25 canvas->drawPath(star, paint); in draw()
DSkParsePath_ToSVGString.cpp5 SkPath star() { in star() function
18 SkParsePath::ToSVGString(star(), &s); in draw()
Dskpaint_discrete_path_effect.cpp5 SkPath star() { in star() function
22 SkPath path(star()); in draw()
Dstar2.cpp5 SkPath star() { in star() function
23 SkPath path(star()); in draw()
Dskpaint_corner_path_effects.cpp5 SkPath star() { in star() function
22 SkPath path(star()); in draw()
Ddiscrete_path.cpp5 SkPath star() { in star() function
24 SkPath path(star()); in draw()
Dskpaint_sum_path_effect.cpp5 SkPath star() { in star() function
23 SkPath path(star()); in draw()
Dskpaint_dash_path_effect.cpp5 SkPath star() { in star() function
24 SkPath path(star()); in draw()
Dsum_path_effect.cpp5 SkPath star() { in star() function
24 SkPath path(star()); in draw()
Ddefault3.cpp5 SkPath star() { in star() function
24 SkPath path(star()); in draw()
Dskpaint_compose_path_effect.cpp5 SkPath star() { in star() function
26 SkPath path(star()); in draw()
/third_party/skia/third_party/externals/angle2/infra/config/
DREADME.md3 The project configuration is maintained in [main.star](main.star). To regenerate the config
4 run `lucicfg generate main.star`. See [online docs][docs] for `lucicfg`.
/third_party/skia/third_party/externals/tint/tools/src/match/
Dmatch.go49 star = "•"
61 subbed = strings.ReplaceAll(subbed, "*", star)
68 regex = strings.ReplaceAll(regex, star, "[^/]*")
/third_party/typescript/tests/baselines/reference/
DambientDeclarationsPatterns_merging3.symbols5 export interface OhNo { star: string }
7 >star : Symbol(OhNo.star, Decl(types.ts, 1, 25))
DambientDeclarationsPatterns_merging3.types5 export interface OhNo { star: string }
6 >star : string
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java264 boolean star = false; in getBestIndexAndDistance()
288 star = true; in getBestIndexAndDistance()
311 if (star || flags != 0) { in getBestIndexAndDistance()
330 } else if (star || (flags & DISTANCE_IS_FINAL) != 0) { in getBestIndexAndDistance()
444 boolean star = false; in getRegionPartitionsDistance()
456 } else if (star) { in getRegionPartitionsDistance()
460 star = true; in getRegionPartitionsDistance()
473 } else if (!star) { in getRegionPartitionsDistance()
480 star = true; in getRegionPartitionsDistance()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleDistance.java259 boolean star = false; in getBestIndexAndDistance()
283 star = true; in getBestIndexAndDistance()
306 if (star || flags != 0) { in getBestIndexAndDistance()
325 } else if (star || (flags & DISTANCE_IS_FINAL) != 0) { in getBestIndexAndDistance()
439 boolean star = false; in getRegionPartitionsDistance()
451 } else if (star) { in getRegionPartitionsDistance()
455 star = true; in getRegionPartitionsDistance()
468 } else if (!star) { in getRegionPartitionsDistance()
475 star = true; in getRegionPartitionsDistance()
/third_party/toybox/toys/posix/
Dod.c37 unsigned types, leftover, star;
140 if (!TT.star) { in od_outline()
142 TT.star++; in od_outline()
147 TT.star = 0; in od_outline()
159 if (TT.star) return; in od_outline()
/third_party/node/deps/npm/node_modules/npm-pick-manifest/lib/
Dindex.js63 const star = pickManifest(packument, '*', looseOpts) constant
64 if (!star || !star._shouldAvoid) {
66 ...star,

12345678