Home
last modified time | relevance | path

Searched defs:bestIndex (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/src/gpu/
DGrRectanizerSkyline.cpp23 int bestIndex = -1; in addRect() local
/third_party/node/deps/icu-small/source/common/
Dlocdistance.cpp121 int32_t bestIndex = -1; in getBestIndexAndDistance() local
/third_party/skia/third_party/externals/icu/source/common/
Dlocdistance.cpp121 int32_t bestIndex = -1; in getBestIndexAndDistance() local
/third_party/icu/icu4c/source/common/
Dlocdistance.cpp121 int32_t bestIndex = -1; in getBestIndexAndDistance() local
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
DLocaleDistance.java259 int bestIndex = -1; in getBestIndexAndDistance() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
DLocaleDistance.java254 int bestIndex = -1; in getBestIndexAndDistance() local
/third_party/skia/third_party/etc1/
Detc1.cpp310 int bestIndex = 0; in chooseModifier() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_negative.cpp1349 int32 bestIndex = -1; in ProfileByID() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7327 size_t bestIndex = SIZE_MAX; in Register() local
7354 size_t bestIndex = SIZE_MAX; in Fetch() local
/third_party/typescript/src/compiler/
Dchecker.ts31757 …const bestIndex = getLongestCandidateIndex(candidates, apparentArgumentCount === undefined ? args.… constant
31758 const candidate = candidates[bestIndex]; constant