/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | zinitix.c | 146 struct touchscreen_properties prop; member 214 bt541->prop.max_x); in zinitix_init_touch() 219 bt541->prop.max_y); in zinitix_init_touch() 341 &bt541->prop, x, y, true); in zinitix_report_finger() 478 touchscreen_parse_properties(input_dev, true, &bt541->prop); in zinitix_init_input_dev() 479 if (!bt541->prop.max_x || !bt541->prop.max_y) { in zinitix_init_input_dev()
|
H A D | msg2638.c | 74 struct touchscreen_properties prop; member 154 touchscreen_report_pos(input, &msg2638->prop, x, y, true); in msg2138_ts_irq_handler() 173 touchscreen_report_pos(input, &msg2638->prop, x, y, true); in msg2138_ts_irq_handler() 232 touchscreen_report_pos(input, &msg2638->prop, x, y, true); in msg2638_ts_irq_handler() 336 touchscreen_parse_properties(input_dev, true, &msg2638->prop); in msg2638_init_input_dev() 337 if (!msg2638->prop.max_x || !msg2638->prop.max_y) { in msg2638_init_input_dev()
|
/kernel/linux/linux-6.6/net/smc/ |
H A D | smc_clc.h | 351 smc_get_clc_msg_smcd(struct smc_clc_msg_proposal *prop) in smc_get_clc_msg_smcd() argument 353 if (smcd_indicated(prop->hdr.typev1) && in smc_get_clc_msg_smcd() 354 ntohs(prop->iparea_offset) != sizeof(struct smc_clc_msg_smcd)) in smc_get_clc_msg_smcd() 357 return (struct smc_clc_msg_smcd *)(prop + 1); in smc_get_clc_msg_smcd() 361 smc_get_clc_v2_ext(struct smc_clc_msg_proposal *prop) in smc_get_clc_v2_ext() argument 363 struct smc_clc_msg_smcd *prop_smcd = smc_get_clc_msg_smcd(prop); in smc_get_clc_v2_ext() 416 struct smc_clc_msg_proposal_prefix *prop);
|
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-parser-module.c | 93 context_p->lit_object.literal_p->prop.length); in parser_module_append_export_name() 402 local_name_p = ecma_new_ecma_string_from_utf8 (literal_p->u.char_p, literal_p->prop.length); in parser_module_parse_export_clause() 407 export_name_p = ecma_new_ecma_string_from_utf8 (as_literal_p->u.char_p, as_literal_p->prop.length); in parser_module_parse_export_clause() 509 import_name_p = ecma_new_ecma_string_from_utf8 (literal_p->u.char_p, literal_p->prop.length); in parser_module_parse_import_clause() 514 local_name_p = ecma_new_ecma_string_from_utf8 (as_literal_p->u.char_p, as_literal_p->prop.length); in parser_module_parse_import_clause() 582 context_p->lit_object.literal_p->prop.length); in parser_module_handle_module_specifier() 604 context_p->lit_object.literal_p->prop.length); in parser_module_handle_module_specifier()
|
H A D | js-parser.c | 85 jmem_heap_free_block ((void *) literal_p->u.char_p, literal_p->prop.length); in parser_compute_indicies() 119 && literal_p->prop.length < 0xfff) in parser_compute_indicies() 125 literal_p->u.source_data = ((uint32_t) bytes_to_end) | (((uint32_t) literal_p->prop.length) << 20); in parser_compute_indicies() 136 literal_p->prop.length); in parser_compute_indicies() 140 jmem_heap_free_block ((void *) char_p, literal_p->prop.length); in parser_compute_indicies() 163 literal_p->prop.index = ident_index; in parser_compute_indicies() 172 literal_p->prop.index = const_literal_index; in parser_compute_indicies() 181 literal_p->prop.index = literal_index; in parser_compute_indicies() 233 literal_p->prop.length); in parser_init_literal_pool() 238 JERRY_ASSERT (literal_p->prop in parser_init_literal_pool() [all...] |
/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_animation_manager.h | 74 void AddActiveProp(const WeakPtr<PropertyBase>& prop) in AddActiveProp() argument 77 activeProps_.insert(prop); in AddActiveProp()
|
/kernel/linux/linux-6.6/drivers/mtd/parsers/ |
H A D | ofpart_bcm4908.c | 20 struct property *prop; in bcm4908_partitions_fw_offset() local 27 of_property_for_each_string(root, "brcm_blparms", prop, s) { in bcm4908_partitions_fw_offset()
|
/third_party/jerryscript/tests/jerry/ |
H A D | object_seal.js | 16 prop: function() {}, 22 delete obj.prop;
|
/third_party/node/benchmark/url/ |
H A D | legacy-vs-whatwg-url-searchparams-serialize.js | 12 function useLegacy(n, input, prop) { 22 function useWHATWG(n, param, prop) {
|
/third_party/python/Lib/xml/dom/ |
H A D | minicompat.py | 108 prop = property(get, set, doc=doc) 109 setattr(klass, name, prop)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | decoratorMetadataNoStrictNull.js | 2 const dec = (obj: {}, prop: string) => undefined 19 var dec = function (obj, prop) { return undefined; };
|
H A D | tsxStatelessFunctionComponentOverload2.js | 17 "ignore-prop": "hello" 30 const c8 = <OneThing ignore-prop={100} /> 31 const c9 = <OneThing {...{ "ignore-prop":200 }} />; 48 "ignore-prop": "hello"
59 var c8 = <OneThing ignore-prop={100}/>;
60 var c9 = <OneThing {...{ "ignore-prop": 200 }}/>;
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | prom_init.c | 2850 u32 prop[6]; in fixup_device_tree_chrp() local 2867 prop[0] = 0x1; in fixup_device_tree_chrp() 2868 prop[1] = 0x0; in fixup_device_tree_chrp() 2869 prop[2] = rloc; in fixup_device_tree_chrp() 2870 prop[3] = 0x0; in fixup_device_tree_chrp() 2871 prop[4] = 0x0; in fixup_device_tree_chrp() 2872 prop[5] = 0x00010000; in fixup_device_tree_chrp() 2873 prom_setprop(ph, name, "ranges", prop, sizeof(prop)); in fixup_device_tree_chrp() 2881 prop[ in fixup_device_tree_chrp() 2950 char prop[64]; fixup_device_tree_efika_add_phy() local 3017 char prop[64]; fixup_device_tree_efika() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | prom_init.c | 2880 u32 prop[6]; in fixup_device_tree_chrp() local 2897 prop[0] = 0x1; in fixup_device_tree_chrp() 2898 prop[1] = 0x0; in fixup_device_tree_chrp() 2899 prop[2] = rloc; in fixup_device_tree_chrp() 2900 prop[3] = 0x0; in fixup_device_tree_chrp() 2901 prop[4] = 0x0; in fixup_device_tree_chrp() 2902 prop[5] = 0x00010000; in fixup_device_tree_chrp() 2903 prom_setprop(ph, name, "ranges", prop, sizeof(prop)); in fixup_device_tree_chrp() 2911 prop[ in fixup_device_tree_chrp() 2980 char prop[64]; fixup_device_tree_efika_add_phy() local 3047 char prop[64]; fixup_device_tree_efika() local [all...] |
/kernel/linux/linux-6.6/drivers/accel/habanalabs/common/ |
H A D | command_submission.c | 1099 struct asic_fixed_properties *prop = &hdev->asic_prop; in hl_release_pending_user_interrupts() local 1103 if (!prop->user_interrupt_count) in hl_release_pending_user_interrupts() 1113 for (i = 0 ; i < prop->user_interrupt_count ; i++) { in hl_release_pending_user_interrupts() 1789 struct hl_sync_stream_properties *prop; in hl_cs_signal_sob_wraparound_handler() local 1793 prop = &hdev->kernel_queues[q_idx].sync_stream_prop; in hl_cs_signal_sob_wraparound_handler() 1798 if (prop->next_sob_val + count >= HL_MAX_SOB_VAL) { in hl_cs_signal_sob_wraparound_handler() 1811 other_sob_offset = (prop->curr_sob_offset + 1) % HL_RSVD_SOBS; in hl_cs_signal_sob_wraparound_handler() 1812 other_sob = &prop->hw_sob[other_sob_offset]; in hl_cs_signal_sob_wraparound_handler() 1826 prop->next_sob_val = count + 1; in hl_cs_signal_sob_wraparound_handler() 1828 prop in hl_cs_signal_sob_wraparound_handler() 1994 struct hl_sync_stream_properties *prop; cs_ioctl_reserve_signals() local 2113 struct hl_sync_stream_properties *prop; cs_ioctl_unreserve_signals() local 2530 struct asic_fixed_properties *prop = &hdev->asic_prop; cs_ioctl_flush_pci_hbw_writes() local 3570 struct asic_fixed_properties *prop; hl_interrupt_wait_ioctl() local [all...] |
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/app_control/ |
H A D | js_app_control.cpp | 541 napi_value prop = nullptr; in ParseDiposedRule() local 542 napi_get_named_property(env, nRule, TYPE_WANT, &prop); in ParseDiposedRule() 544 if (!UnwrapWant(env, prop, want)) { in ParseDiposedRule() 549 napi_get_named_property(env, nRule, "componentType", &prop); in ParseDiposedRule() 551 if (!CommonFunc::ParseInt(env, prop, componentType)) { in ParseDiposedRule() 561 napi_get_named_property(env, nRule, "disposedType", &prop); in ParseDiposedRule() 563 if (!CommonFunc::ParseInt(env, prop, disposedType)) { in ParseDiposedRule() 573 napi_get_named_property(env, nRule, "controlType", &prop); in ParseDiposedRule() 575 if (!CommonFunc::ParseInt(env, prop, controlType)) { in ParseDiposedRule() 606 napi_get_named_property(env, nRule, "priority", &prop); in ParseDiposedRule() [all...] |
/kernel/linux/linux-5.10/drivers/sbus/char/ |
H A D | oradax.c | 241 char *prop, *dax_name; in dax_attach() local 252 prop = (char *)mdesc_get_property(hp, pn, "name", &len); in dax_attach() 253 if (prop == NULL) in dax_attach() 255 if (strncmp(prop, "dax", strlen("dax"))) in dax_attach() 257 dax_dbg("Found node 0x%llx = %s", pn, prop); in dax_attach() 259 prop = (char *)mdesc_get_property(hp, pn, "compatible", &len); in dax_attach() 260 if (prop == NULL) in dax_attach() 262 dax_dbg("Found node 0x%llx = %s", pn, prop); in dax_attach() 273 if (strncmp(prop, DAX2_STR, strlen(DAX2_STR)) == 0) { in dax_attach() 279 } else if (strncmp(prop, DAX1_ST in dax_attach() [all...] |
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | flattree.c | 239 struct property *prop; in flatten_tree() local 255 for_each_property(tree, prop) { in flatten_tree() 258 if (streq(prop->name, "name")) in flatten_tree() 261 nameoff = stringtable_insert(strbuf, prop->name); in flatten_tree() 263 emit->property(etarget, prop->labels); in flatten_tree() 264 emit->cell(etarget, prop->val.len); in flatten_tree() 267 if ((vi->flags & FTF_VARALIGN) && (prop->val.len >= 8)) in flatten_tree() 270 emit->data(etarget, prop->val); in flatten_tree() 748 struct property *prop; in unflatten_tree() local 757 prop in unflatten_tree() [all...] |
/kernel/linux/linux-6.6/drivers/sbus/char/ |
H A D | oradax.c | 243 char *prop, *dax_name; in dax_attach() local 254 prop = (char *)mdesc_get_property(hp, pn, "name", &len); in dax_attach() 255 if (prop == NULL) in dax_attach() 257 if (strncmp(prop, "dax", strlen("dax"))) in dax_attach() 259 dax_dbg("Found node 0x%llx = %s", pn, prop); in dax_attach() 261 prop = (char *)mdesc_get_property(hp, pn, "compatible", &len); in dax_attach() 262 if (prop == NULL) in dax_attach() 264 dax_dbg("Found node 0x%llx = %s", pn, prop); in dax_attach() 275 if (strncmp(prop, DAX2_STR, strlen(DAX2_STR)) == 0) { in dax_attach() 281 } else if (strncmp(prop, DAX1_ST in dax_attach() [all...] |
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | flattree.c | 240 struct property *prop; in flatten_tree() local 256 for_each_property(tree, prop) { in flatten_tree() 259 if (streq(prop->name, "name")) in flatten_tree() 262 nameoff = stringtable_insert(strbuf, prop->name); in flatten_tree() 264 emit->property(etarget, prop->labels); in flatten_tree() 265 emit->cell(etarget, prop->val.len); in flatten_tree() 268 if ((vi->flags & FTF_VARALIGN) && (prop->val.len >= 8)) in flatten_tree() 271 emit->data(etarget, prop->val); in flatten_tree() 749 struct property *prop; in unflatten_tree() local 758 prop in unflatten_tree() [all...] |
/third_party/lzma/C/ |
H A D | Lzma2DecMt.c | 91 Byte prop;
member 452 return Lzma2Dec_AllocateProbs(&t->dec, me->prop, &t->alloc.vt); // alloc.vt
in Lzma2DecMt_MtCallback_PreCode() 619 RINOK(Lzma2Dec_Allocate(&p->dec, p->prop, &p->alignOffsetAlloc.vt))
in Lzma2Dec_Prepare_ST() 803 Byte prop,
in Lzma2DecMt_Decode() 821 if (prop > 40)
in Lzma2DecMt_Decode() 824 p->prop = prop;
in Lzma2DecMt_Decode() 985 Byte prop,
in Lzma2DecMt_Init() 992 if (prop > 40)
in Lzma2DecMt_Init() 995 p->prop in Lzma2DecMt_Init() 802 Lzma2DecMt_Decode(CLzma2DecMtHandle p, Byte prop, const CLzma2DecMtProps *props, ISeqOutStreamPtr outStream, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream, UInt64 *inProcessed, int *isMT, ICompressProgressPtr progress) Lzma2DecMt_Decode() argument 984 Lzma2DecMt_Init(CLzma2DecMtHandle p, Byte prop, const CLzma2DecMtProps *props, const UInt64 *outDataSize, int finishMode, ISeqInStreamPtr inStream) Lzma2DecMt_Init() argument [all...] |
H A D | LzmaDec.c | 239 unsigned pbMask = ((unsigned)1 << (p->prop.pb)) - 1;
in LZMA_DECODE_REAL() 240 unsigned lc = p->prop.lc;
in LZMA_DECODE_REAL() 241 unsigned lpMask = ((unsigned)0x100 << p->prop.lp) - ((unsigned)0x100 >> lc);
in LZMA_DECODE_REAL() 636 if (p->checkDicSize == 0 && p->prop.dicSize - p->processedPos <= len)
in LzmaDec_WriteRem() 637 p->checkDicSize = p->prop.dicSize;
in LzmaDec_WriteRem() 677 if (total_processed < p->prop.dicSize) then
683 (p->checkDicSize == p->prop.dicSize)
690 UInt32 rem = p->prop.dicSize - p->processedPos;
in LzmaDec_DecodeReal2() 696 if (p->checkDicSize == 0 && p->processedPos >= p->prop.dicSize)
in LzmaDec_DecodeReal2() 697 p->checkDicSize = p->prop in LzmaDec_DecodeReal2() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_auto_launch_test.cpp | 132 static void GetProperty(KvDBProperties &prop, std::string &identifier, std::string storeId, std::string &dualIdentifier) in GetProperty() argument 134 prop.SetStringProp(KvDBProperties::USER_ID, USER_ID); in GetProperty() 135 prop.SetStringProp(KvDBProperties::APP_ID, APP_ID); in GetProperty() 136 prop.SetStringProp(KvDBProperties::STORE_ID, storeId); in GetProperty() 138 prop.SetStringProp(KvDBProperties::IDENTIFIER_DATA, identifier); in GetProperty() 140 prop.SetStringProp(KvDBProperties::DUAL_TUPLE_IDENTIFIER_DATA, dualIdentifier); in GetProperty() 142 prop.SetStringProp(KvDBProperties::IDENTIFIER_DIR, identifierDirA); in GetProperty() 143 prop.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in GetProperty() 144 prop.SetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::SINGLE_VER_TYPE_SQLITE); in GetProperty() 145 prop in GetProperty() 167 PutSyncData(const KvDBProperties &prop, const Key &key, const Value &value) PutSyncData() argument 186 SetLifeCycleTime(const KvDBProperties &prop) SetLifeCycleTime() argument [all...] |
/kernel/linux/linux-5.10/sound/ppc/ |
H A D | pmac.c | 898 const unsigned int *prop; in snd_pmac_detect() local 960 prop = of_get_property(sound, "sub-frame", NULL); in snd_pmac_detect() 961 if (prop && *prop < 16) in snd_pmac_detect() 962 chip->subframe = *prop; in snd_pmac_detect() 963 prop = of_get_property(sound, "layout-id", NULL); in snd_pmac_detect() 964 if (prop) { in snd_pmac_detect() 1012 prop = of_get_property(sound, "device-id", NULL); in snd_pmac_detect() 1013 if (prop) in snd_pmac_detect() 1014 chip->device_id = *prop; in snd_pmac_detect() [all...] |
/kernel/linux/linux-6.6/sound/ppc/ |
H A D | pmac.c | 898 const unsigned int *prop; in snd_pmac_detect() local 960 prop = of_get_property(sound, "sub-frame", NULL); in snd_pmac_detect() 961 if (prop && *prop < 16) in snd_pmac_detect() 962 chip->subframe = *prop; in snd_pmac_detect() 963 prop = of_get_property(sound, "layout-id", NULL); in snd_pmac_detect() 964 if (prop) { in snd_pmac_detect() 1012 prop = of_get_property(sound, "device-id", NULL); in snd_pmac_detect() 1013 if (prop) in snd_pmac_detect() 1014 chip->device_id = *prop; in snd_pmac_detect() [all...] |