Home
last modified time | relevance | path

Searched defs:strong (Results 1 - 25 of 58) sorted by relevance

123

/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dsubmesh_impl.cpp135 auto strong = ite->lock(); variable
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-lg2ff.c27 int weak, strong; in play_effect() local
H A Dhid-emsff.c27 int weak, strong; in emsff_play() local
H A Dhid-mf.c38 int strong, weak; in mf_play() local
H A Dhid-pl.c43 s32 *strong; member
80 s32 *strong; in plff_init() local
H A Dhid-dr.c36 int strong, weak; in drff_play() local
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-lg2ff.c27 int weak, strong; in play_effect() local
H A Dhid-emsff.c27 int weak, strong; in emsff_play() local
H A Dhid-megaworld.c21 s32 *strong; member
H A Dhid-pl.c43 s32 *strong; member
80 s32 *strong; in plff_init() local
H A Dhid-mf.c38 int strong, weak; in mf_play() local
H A Dhid-dr.c36 int strong, weak; in drff_play() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DConstantMultiFieldModifier.java24 private final boolean strong; field in ConstantMultiFieldModifier
29 ConstantMultiFieldModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong) ConstantMultiFieldModifier() argument
37 ConstantMultiFieldModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong, Parameters parameters) ConstantMultiFieldModifier() argument
H A DConstantAffixModifier.java20 private final boolean strong; field in ConstantAffixModifier
39 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier() argument
H A DSimpleModifier.java19 private final boolean strong; field in SimpleModifier
28 public SimpleModifier(String compiledPattern, Field field, boolean strong) { in SimpleModifier() argument
33 public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier() argument
H A DCurrencySpacingEnabledModifier.java31 CurrencySpacingEnabledModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong, DecimalFormatSymbols symbols) CurrencySpacingEnabledModifier() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/
H A DSimpleModifier.java21 private final boolean strong; field in SimpleModifier
30 public SimpleModifier(String compiledPattern, Field field, boolean strong) { in SimpleModifier() argument
35 public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier() argument
H A DConstantMultiFieldModifier.java26 private final boolean strong; field in ConstantMultiFieldModifier
31 ConstantMultiFieldModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong) ConstantMultiFieldModifier() argument
39 ConstantMultiFieldModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong, Parameters parameters) ConstantMultiFieldModifier() argument
H A DConstantAffixModifier.java22 private final boolean strong; field in ConstantAffixModifier
41 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier() argument
H A DCurrencySpacingEnabledModifier.java33 CurrencySpacingEnabledModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong, DecimalFormatSymbols symbols) CurrencySpacingEnabledModifier() argument
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
H A Dets_object.h150 bool CompareAndSetFieldPrimitive(size_t offset, T oldValue, T newValue, std::memory_order memoryOrder, bool strong) in CompareAndSetFieldPrimitive() argument
155 CompareAndSetFieldObject(size_t offset, EtsObject *oldValue, EtsObject *newValue, std::memory_order memoryOrder, bool strong) CompareAndSetFieldObject() argument
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dobject_header-inl.h146 CompareAndSetFieldPrimitive(size_t offset, T oldValue, T newValue, std::memory_order memoryOrder, bool strong) CompareAndSetFieldPrimitive() argument
154 CompareAndSetFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, std::memory_order memoryOrder, bool strong) CompareAndSetFieldObject() argument
163 CompareAndExchangeFieldPrimitive(size_t offset, T oldValue, T newValue, std::memory_order memoryOrder, bool strong) CompareAndExchangeFieldPrimitive() argument
171 CompareAndExchangeFieldObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, std::memory_order memoryOrder, bool strong) CompareAndExchangeFieldObject() argument
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_utils_bridge.cpp104 auto* strong = GetPointerField<NativeStrongRef>(runtimeCallInfo); in GetNativeHandleForStrong() local
/third_party/python/Lib/
H A Dcgitb.py57 def strong(text): function
[all...]
/arkcompiler/runtime_core/static_core/runtime/include/coretypes/
H A Darray-inl.h83 CompareAndSetPrimitive(size_t offset, T oldValue, T newValue, std::memory_order memoryOrder, bool strong) CompareAndSetPrimitive() argument
93 CompareAndSetObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, std::memory_order memoryOrder, bool strong) CompareAndSetObject() argument
103 CompareAndExchangePrimitive(size_t offset, T oldValue, T newValue, std::memory_order memoryOrder, bool strong) CompareAndExchangePrimitive() argument
113 CompareAndExchangeObject(size_t offset, ObjectHeader *oldValue, ObjectHeader *newValue, std::memory_order memoryOrder, bool strong) CompareAndExchangeObject() argument

Completed in 10 milliseconds

123