Home
last modified time | relevance | path

Searched defs:desired (Results 26 - 50 of 72) sorted by relevance

123

/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunits_data.cpp231 binarySearch(const MaybeStackVector<UnitPreferenceMetadata> *metadata, const UnitPreferenceMetadata &desired, bool *foundCategory, bool *foundUsage, bool *foundRegion, UErrorCode &status) binarySearch() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocdistance.cpp109 getBestIndexAndDistance( const LSR &desired, const LSR **supportedLSRs, int32_t supportedLSRsLength, int32_t shiftedThreshold, ULocMatchFavorSubtag favorSubtag, ULocMatchDirection direction) const getBestIndexAndDistance() argument
258 getDesSuppScriptDistance( BytesTrie &iter, uint64_t startState, const char *desired, const char *supported) getDesSuppScriptDistance() argument
284 char desired = *desiredPartitions++; getRegionPartitionsDistance() local
[all...]
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dlocalematcher.h275 Result(const Locale *desired, const Locale *supported, int32_t desIndex, int32_t suppIndex, UBool owned) Result() argument
[all...]
/third_party/skia/modules/particles/src/
H A DSkParticleEffect.cpp415 float desired = fState.fRate * deltaTime + fSpawnRemainder + fState.fBurst; in advanceTime() local
/third_party/ffmpeg/compat/atomics/win32/
H A Dstdatomic.h104 atomic_compare_exchange_strong(intptr_t *object, intptr_t *expected, intptr_t desired) atomic_compare_exchange_strong() argument
[all...]
/third_party/ffmpeg/compat/atomics/suncc/
H A Dstdatomic.h83 static inline void atomic_store(intptr_t *object, intptr_t desired) in atomic_store() argument
107 atomic_compare_exchange_strong(intptr_t *object, intptr_t *expected, intptr_t desired) atomic_compare_exchange_strong() argument
[all...]
/third_party/ffmpeg/compat/atomics/pthread/
H A Dstdatomic.h91 static inline void atomic_store(intptr_t *object, intptr_t desired) in atomic_store() argument
113 static inline intptr_t atomic_exchange(intptr_t *object, intptr_t desired) in atomic_exchange() argument
126 atomic_compare_exchange_strong(intptr_t *object, intptr_t *expected, intptr_t desired) atomic_compare_exchange_strong() argument
[all...]
/third_party/ffmpeg/compat/atomics/dummy/
H A Dstdatomic.h99 static inline intptr_t atomic_exchange(intptr_t *object, intptr_t desired) in atomic_exchange() argument
109 atomic_compare_exchange_strong(intptr_t *object, intptr_t *expected, intptr_t desired) atomic_compare_exchange_strong() argument
[all...]
/third_party/glfw/src/
H A Dmonitor.c221 _glfwChooseVideoMode(_GLFWmonitor* monitor, const GLFWvidmode* desired) _glfwChooseVideoMode() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DLocaleDistance.java228 public int testOnlyDistance(ULocale desired, ULocale supported, in testOnlyDistance() argument
245 public int getBestIndexAndDistance(LSR desired, LSR[] supportedLSRs, int supportedLSRsLength, in getBestIndexAndDistance() argument
391 isMatch(LSR desired, LSR supported, int shiftedThreshold, FavorSubtag favorSubtag) isMatch() argument
398 getDesSuppScriptDistance(BytesTrie iter, long startState, String desired, String supported) getDesSuppScriptDistance() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dunits_data.cpp233 binarySearch(const MaybeStackVector<UnitPreferenceMetadata> *metadata, const UnitPreferenceMetadata &desired, bool *foundCategory, bool *foundUsage, bool *foundRegion, UErrorCode &status) binarySearch() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dlocalematchertest.cpp35 CharString desired; member
335 Locale desired[] = { "fr-CH", "de-CH", "it" }; testDemotion() local
358 Locale desired[] = { "arz-EG", "nb-DK" }; testDirection() local
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DLocaleDistanceMapper.java231 private final LsrSpec desired; field in LocaleDistanceMapper.LanguageMatchRule
236 public LanguageMatchRule(LsrSpec desired, LsrSpec supported, int distance, boolean oneway) { in LanguageMatchRule() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/locale/
H A DLocaleDistance.java233 public int testOnlyDistance(ULocale desired, ULocale supported, in testOnlyDistance() argument
250 public int getBestIndexAndDistance(LSR desired, LSR[] supportedLSRs, int supportedLSRsLength, in getBestIndexAndDistance() argument
396 isMatch(LSR desired, LSR supported, int shiftedThreshold, FavorSubtag favorSubtag) isMatch() argument
403 getDesSuppScriptDistance(BytesTrie iter, long startState, String desired, String supported) getDesSuppScriptDistance() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dunits_data.cpp239 binarySearch(const MaybeStackVector<UnitPreferenceMetadata> *metadata, const UnitPreferenceMetadata &desired, bool *foundCategory, bool *foundUsage, bool *foundRegion, UErrorCode &status) binarySearch() argument
[all...]
/foundation/arkui/napi/native_engine/
H A Dnative_engine.h269 bool CheckAndSetWorkerVersion(WorkerVersion expected, WorkerVersion desired) in CheckAndSetWorkerVersion() argument
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DLocaleMatcher.java198 Result(ULocale udesired, ULocale usupported, Locale desired, Locale supported, int desIndex, int suppIndex) Result() argument
553 setMaxDistance(Locale desired, Locale supported) setMaxDistance() argument
581 setMaxDistance(ULocale desired, ULocale supported) setMaxDistance() argument
1099 isMatch(Locale desired, Locale supported) isMatch() argument
1117 isMatch(ULocale desired, ULocale supported) isMatch() argument
1143 match(ULocale desired, ULocale desiredMax, ULocale supported, ULocale supportedMax) match() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DLocaleMatcher.java203 Result(ULocale udesired, ULocale usupported, Locale desired, Locale supported, int desIndex, int suppIndex) Result() argument
1012 match(ULocale desired, ULocale desiredMax, ULocale supported, ULocale supportedMax) match() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_resource_state.cpp200 struct desired_resource_state desired; member
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-inno-usb3.c152 static inline int param_write(void __iomem *base, const struct u3phy_reg *reg, bool desired) in param_write() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_pm_driver.c561 u64 desired = 0; in get_desired_cache_status() local
[all...]
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/backend/gpu/
H A Dmali_kbase_pm_driver.c588 u64 desired = 0; in get_desired_cache_status() local
[all...]
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb3.c154 param_write(void __iomem *base, const struct u3phy_reg *reg, bool desired) param_write() argument
/foundation/arkui/ace_engine/frameworks/base/resource/
H A Dace_res_config.cpp593 bool IsOrientationMatch(const AceResConfig& desired, const AceResConfig& supported) in IsOrientationMatch() argument
599 bool IsDeviceTypeMatch(const AceResConfig& desired, const AceResConfig& supported) in IsDeviceTypeMatch() argument
604 bool IsColorModeMatch(const AceResConfig& desired, const AceResConfig& supported) in IsColorModeMatch() argument
609 bool IsMccMncMatch(const AceResConfig& desired, const AceResConfig& supported) in IsMccMncMatch() argument
617 bool IsResolutionMatch(const AceResConfig& desired, cons argument
622 MatchResConfig(const AceResConfig& desired, const AceResConfig& supported) MatchResConfig() argument
629 DeclarativeMatchResConfig(const AceResConfig& desired, const AceResConfig& supported) DeclarativeMatchResConfig() argument
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCalendarAstronomer.java660 public long getSunTime(double desired, boolean next) in getSunTime() argument
675 public long getSunTime(SolarLongitude desired, boolean next) { in getSunTime() argument
1167 getMoonTime(double desired, boolean next) getMoonTime() argument
1187 getMoonTime(MoonAge desired, boolean next) getMoonTime() argument
1216 timeOfAngle(AngleFunc func, double desired, double periodDays, long epsilon, boolean next) timeOfAngle() argument
[all...]

Completed in 23 milliseconds

123