Home
last modified time | relevance | path

Searched refs:strong (Results 26 - 50 of 107) sorted by relevance

12345

/third_party/protobuf/objectivec/
H A DGPBStruct.pbobjc.h101 @property(nonatomic, readwrite, strong, null_resettable) NSMutableDictionary<NSString*, GPBValue*> *fields;
154 @property(nonatomic, readwrite, strong, null_resettable) GPBStruct *structValue;
157 @property(nonatomic, readwrite, strong, null_resettable) GPBListValue *listValue;
192 @property(nonatomic, readwrite, strong, null_resettable) NSMutableArray<GPBValue*> *valuesArray;
H A DGPBDescriptor.h70 @property(nonatomic, readonly, strong, nullable) NSArray<GPBFieldDescriptor*> *fields;
72 @property(nonatomic, readonly, strong, nullable) NSArray<GPBOneofDescriptor*> *oneofs;
197 @property(nonatomic, readonly, strong, nullable) GPBEnumDescriptor *enumDescriptor;
312 @property(nonatomic, readonly, strong, nullable) GPBEnumDescriptor *enumDescriptor;
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-megaworld.c21 s32 *strong; member
30 *mwctrl->strong = effect->u.rumble.strong_magnitude >> 8; in mwctrl_play()
82 mwctrl->strong = &report->field[2]->value[0]; in mwctrl_init()
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H A Dau8522_dig.c696 u16 strong; in au8522_led_status() local
705 strong = led_config->qam256_strong; in au8522_led_status()
707 strong = led_config->qam64_strong; in au8522_led_status()
709 strong = led_config->vsb8_strong; in au8522_led_status()
711 if (*snr >= strong) in au8522_led_status()
717 (((strong < *snr) ? (*snr - strong) : (strong - *snr)) <= 10)) in au8522_led_status()
762 * strong signals that can show at 100% in au8522_read_signal_strength()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H A Dau8522_dig.c696 u16 strong; in au8522_led_status() local
705 strong = led_config->qam256_strong; in au8522_led_status()
707 strong = led_config->qam64_strong; in au8522_led_status()
709 strong = led_config->vsb8_strong; in au8522_led_status()
711 if (*snr >= strong) in au8522_led_status()
717 (((strong < *snr) ? (*snr - strong) : (strong - *snr)) <= 10)) in au8522_led_status()
762 * strong signals that can show at 100% in au8522_read_signal_strength()
/kernel/linux/linux-5.10/drivers/android/
H A Dbinder.c283 * @internal_strong_refs: used to take strong references when
290 * @local_strong_refs: strong user refs from local process
303 * @has_strong_ref: userspace notified of strong ref
306 * @pending_strong_ref: userspace has acked notification of strong ref
380 * @strong: strong ref count (debugging only if not locked)
391 int strong; member
1226 static int binder_inc_node_nilocked(struct binder_node *node, int strong, in binder_inc_node_nilocked() argument
1235 if (strong) { in binder_inc_node_nilocked()
1242 pr_err("invalid inc strong nod in binder_inc_node_nilocked()
1275 binder_inc_node(struct binder_node *node, int strong, int internal, struct list_head *target_list) binder_inc_node() argument
1287 binder_dec_node_nilocked(struct binder_node *node, int strong, int internal) binder_dec_node_nilocked() argument
1347 binder_dec_node(struct binder_node *node, int strong, int internal) binder_dec_node() argument
1593 binder_inc_ref_olocked(struct binder_ref *ref, int strong, struct list_head *target_list) binder_inc_ref_olocked() argument
1625 binder_dec_ref_olocked(struct binder_ref *ref, int strong) binder_dec_ref_olocked() argument
1723 binder_update_ref_for_handle(struct binder_proc *proc, uint32_t desc, bool increment, bool strong, struct binder_ref_data *rdata) binder_update_ref_for_handle() argument
1766 binder_dec_ref_for_handle(struct binder_proc *proc, uint32_t desc, bool strong, struct binder_ref_data *rdata) binder_dec_ref_for_handle() argument
1786 binder_inc_ref_for_node(struct binder_proc *proc, struct binder_node *node, bool strong, struct list_head *target_list, struct binder_ref_data *rdata) binder_inc_ref_for_node() argument
4063 bool strong = cmd == BC_ACQUIRE || cmd == BC_RELEASE; binder_thread_write() local
4737 int strong, weak; binder_thread_read() local
6403 int count, strong, weak, ready_threads; print_binder_proc_stats() local
[all...]
/third_party/mbedtls/include/mbedtls/
H A Dentropy.h43 /** No strong sources have been added to poll. */
69 #define MBEDTLS_ENTROPY_SOURCE_STRONG 1 /**< Entropy source is strong */
98 int MBEDTLS_PRIVATE(strong); /**< Is the source strong? */
152 * \param strong MBEDTLS_ENTROPY_SOURCE_STRONG or
154 * At least one strong source needs to be added.
162 size_t threshold, int strong);
/third_party/python/Lib/test/
H A Dtest_cgitb.py13 self.assertEqual(cgitb.strong(text), "<strong>{}</strong>".format(text))
19 self.assertEqual(cgitb.strong(""), "")
50 self.assertIn("<strong>&lt;module&gt;</strong>", out)
/foundation/graphic/graphic_2d/rosen/modules/platform/utils/
H A Drefbase.cpp74 RefTracker::RefTracker(RefTracker* exTracker, const void* id, int strong, int weak, int ref, int pid, int tid) in RefTracker() argument
75 : ptrID (id), strongRefCNT (strong), weakRefCNT (weak), refCNT (ref), PID (pid), TID (tid), exTrace (exTracker) in RefTracker()
79 void RefTracker::GetTrace(RefTracker* exTracker, const void* id, int strong, int weak, int ref, int pid, int tid) in GetTrace() argument
82 strongRefCNT = strong; in GetTrace()
90 void RefTracker::GetStrongTrace(RefTracker* exTracker, const void* id, int strong, int pid, int tid) in GetStrongTrace() argument
93 strongRefCNT = strong; in GetStrongTrace()
231 // unexpected case: there had never a strong reference. in DecStrongRefCount()
273 // only weak ptr case: no strong reference, delete the object in DecWeakRefCount()
322 // if the object already had strong references.just promoting it. in AttemptIncStrongRef()
353 // the object destroyed on strong referenc in AttemptIncStrongRef()
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dnumber_modifiers.cpp116 SimpleModifier::SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong) in SimpleModifier() argument
117 : SimpleModifier(simpleFormatter, field, strong, {}) {} in SimpleModifier()
119 SimpleModifier::SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong, in SimpleModifier() argument
121 : fCompiledPattern(simpleFormatter.compiledPattern), fField(field), fStrong(strong), in SimpleModifier()
339 bool strong, in CurrencySpacingEnabledModifier()
342 : ConstantMultiFieldModifier(prefix, suffix, overwrite, strong) { in CurrencySpacingEnabledModifier()
336 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dnumber_modifiers.cpp125 SimpleModifier::SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong) in SimpleModifier() argument
126 : SimpleModifier(simpleFormatter, field, strong, {}) {} in SimpleModifier()
128 SimpleModifier::SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong, in SimpleModifier() argument
130 : fCompiledPattern(simpleFormatter.compiledPattern), fField(field), fStrong(strong), in SimpleModifier()
348 bool strong, in CurrencySpacingEnabledModifier()
351 : ConstantMultiFieldModifier(prefix, suffix, overwrite, strong) { in CurrencySpacingEnabledModifier()
345 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dnumber_modifiers.cpp116 SimpleModifier::SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong) in SimpleModifier() argument
117 : SimpleModifier(simpleFormatter, field, strong, {}) {} in SimpleModifier()
119 SimpleModifier::SimpleModifier(const SimpleFormatter &simpleFormatter, Field field, bool strong, in SimpleModifier() argument
121 : fCompiledPattern(simpleFormatter.compiledPattern), fField(field), fStrong(strong), in SimpleModifier()
339 bool strong, in CurrencySpacingEnabledModifier()
342 : ConstantMultiFieldModifier(prefix, suffix, overwrite, strong) { in CurrencySpacingEnabledModifier()
336 CurrencySpacingEnabledModifier(const FormattedStringBuilder &prefix, const FormattedStringBuilder &suffix, bool overwrite, bool strong, const DecimalFormatSymbols &symbols, UErrorCode &status) CurrencySpacingEnabledModifier() argument
/third_party/python/Lib/
H A Dcgitb.py57 def strong(text): function
59 return '<strong>' + text + '</strong>'
119 <big><big><strong>{html_escape(str(etype))}</strong></big></big></font></td>
138 call = 'in ' + strong(pydoc.html.escape(func))
170 name = ('<em>%s</em> ' % where) + strong(name)
172 name = strong(name)
174 name = where + strong(name.split('.')[-1])
184 exception = ['<p>%s: %s' % (strong(pydo
[all...]
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dsubmesh_impl.cpp135 auto strong = ite->lock(); variable
136 if (!strong || bridge == strong) {
/foundation/arkui/ace_engine/frameworks/base/memory/
H A Dreferenced.h82 // Release this instance, while its strong reference have reduced to zero. in DecRefCount()
156 // Decrease strong reference count. in ~RefPtr()
195 // Construct a temporary 'RefPtr' by different parameters to increase strong reference count of the new instance,
196 // swap with 'this', and then decrease strong reference of the old instance while destroying the temporary 'RefPtr'.
289 // 'WeakPtr' may construct 'RefPtr' without increasing its strong reference count,
290 // because strong reference count is already increased in 'WeakPtr' while upgrading.
295 // Increase strong reference count for holding instance. in RefPtr()
441 bool operator==(const RefPtr<O>& strong) const in operator ==()
443 return strong.rawPtr_ != nullptr ? strong in operator ==()
[all...]
/kernel/linux/linux-5.10/drivers/input/
H A Dff-memless.c248 unsigned int strong, weak, i; in ml_combine_effects() local
272 strong = (u32)new->u.rumble.strong_magnitude * gain / 0xffff; in ml_combine_effects()
275 if (effect->u.rumble.strong_magnitude + strong) in ml_combine_effects()
279 new->direction, strong); in ml_combine_effects()
288 min(strong + effect->u.rumble.strong_magnitude, in ml_combine_effects()
/kernel/linux/linux-6.6/drivers/input/
H A Dff-memless.c245 unsigned int strong, weak, i; in ml_combine_effects() local
269 strong = (u32)new->u.rumble.strong_magnitude * gain / 0xffff; in ml_combine_effects()
272 if (effect->u.rumble.strong_magnitude + strong) in ml_combine_effects()
276 new->direction, strong); in ml_combine_effects()
285 min(strong + effect->u.rumble.strong_magnitude, in ml_combine_effects()
/third_party/mbedtls/library/
H A Dentropy.c40 * when adding more strong entropy sources here. */ in mbedtls_entropy_init()
84 size_t threshold, int strong) in mbedtls_entropy_add_source()
103 ctx->source[idx].strong = strong; in mbedtls_entropy_add_source()
210 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in entropy_gather_internal()
314 if (ctx->source[i].strong == MBEDTLS_ENTROPY_SOURCE_STRONG) { in mbedtls_entropy_func()
82 mbedtls_entropy_add_source(mbedtls_entropy_context *ctx, mbedtls_entropy_f_source_ptr f_source, void *p_source, size_t threshold, int strong) mbedtls_entropy_add_source() argument
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject_registry.cpp425 if (auto strong = v.second.ptr.lock()) { in GetAllObjectInstances()
426 result.emplace_back(strong); in GetAllObjectInstances()
440 if (auto strong = s.second.lock()) { in GetAllSingletonObjectInstances()
441 result.push_back(strong); in GetAllSingletonObjectInstances()
456 if (auto strong = i.second.ptr.lock()) { in GetObjectInstancesByCategory()
457 result.emplace_back(strong); in GetObjectInstancesByCategory()
490 if (auto strong = it2->second.ptr.lock()) { in GetObjectInstanceByInstanceId()
491 return strong; in GetObjectInstanceByInstanceId()
/third_party/gn/examples/ios/app/
H A DSceneDelegate.h9 @property(strong, nonatomic) UIWindow* window;
/third_party/protobuf/objectivec/Tests/CocoaPods/iOSCocoaPodsTester/iOSCocoaPodsTester/
H A DAppDelegate.h35 @property (strong, nonatomic) UIWindow *window;
/kernel/linux/linux-5.10/kernel/entry/
H A DMakefile9 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
/kernel/linux/linux-6.6/kernel/entry/
H A DMakefile9 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DCurrencySpacingEnabledModifier.java35 boolean strong, in CurrencySpacingEnabledModifier()
37 super(prefix, suffix, overwrite, strong); in CurrencySpacingEnabledModifier()
31 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 DCurrencySpacingEnabledModifier.java37 boolean strong, in CurrencySpacingEnabledModifier()
39 super(prefix, suffix, overwrite, strong); in CurrencySpacingEnabledModifier()
33 CurrencySpacingEnabledModifier( FormattedStringBuilder prefix, FormattedStringBuilder suffix, boolean overwrite, boolean strong, DecimalFormatSymbols symbols) CurrencySpacingEnabledModifier() argument

Completed in 19 milliseconds

12345