Home
last modified time | relevance | path

Searched refs:prop (Results 476 - 500 of 1793) sorted by relevance

1...<<11121314151617181920>>...72

/third_party/typescript/tests/baselines/reference/
H A DprivateNameStaticAccessors.js3 static get #prop() { return ""; }
4 static set #prop(param: string) { }
9 A1.#prop = "";
11 console.log(A1.#prop);
H A DgettersAndSetters.js46 set prop(_: any) { x.toUpperCase(); },
47 get prop() { return x.toUpperCase() },
84 set prop(_) { x.toUpperCase(); },
85 get prop() { return x.toUpperCase(); },
H A DprivateNamesInterfaceExtendingClass.js3 #prop;
5 x.#prop = 123;
11 x.#prop = 123;
H A DtsxAttributeResolution14.js9 interface ElementAttributesProperty { prop: any }
18 function VerticalNavMenuItem(prop: IProps) {
33 function VerticalNavMenuItem(prop) {
H A Dvariance.js7 prop: T extends unknown ? true : false;
10 const foo = { prop: true } as const;
32 var foo = { prop: true };
/kernel/linux/linux-6.6/drivers/tty/serial/8250/
H A D8250_aspeed_vuart.c422 u32 clk, prop, sirq[2]; in aspeed_vuart_probe() local
472 if (of_property_read_u32(np, "current-speed", &prop) == 0) in aspeed_vuart_probe()
473 port.port.custom_divisor = clk / (16 * prop); in aspeed_vuart_probe()
476 if (of_property_read_u32(np, "reg-offset", &prop) == 0) in aspeed_vuart_probe()
477 port.port.mapbase += prop; in aspeed_vuart_probe()
480 if (of_property_read_u32(np, "reg-shift", &prop) == 0) in aspeed_vuart_probe()
481 port.port.regshift = prop; in aspeed_vuart_probe()
484 if (of_property_read_u32(np, "fifo-size", &prop) == 0) in aspeed_vuart_probe()
485 port.port.fifosize = prop; in aspeed_vuart_probe()
530 rc = of_property_read_u32(np, "aspeed,lpc-io-reg", &prop); in aspeed_vuart_probe()
[all...]
/third_party/icu/icu4c/source/common/
H A Dcharacterproperties.cpp210 void U_CALLCONV initIntPropInclusion(UProperty prop, UErrorCode &errorCode) { in initIntPropInclusion() argument
212 U_ASSERT(UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT); in initIntPropInclusion()
213 int32_t inclIndex = UPROPS_SRC_COUNT + (prop - UCHAR_INT_START); in initIntPropInclusion()
215 UPropertySource src = uprops_getSource(prop); in initIntPropInclusion()
232 int32_t value = u_getIntPropertyValue(c, prop); in initIntPropInclusion()
255 UProperty prop, UErrorCode &errorCode) { in getInclusionsForProperty()
257 if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in getInclusionsForProperty()
258 int32_t inclIndex = UPROPS_SRC_COUNT + (prop in getInclusionsForProperty()
254 getInclusionsForProperty( UProperty prop, UErrorCode &errorCode) getInclusionsForProperty() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Dcharacterproperties.cpp218 void U_CALLCONV initIntPropInclusion(UProperty prop, UErrorCode &errorCode) { in initIntPropInclusion() argument
220 U_ASSERT(UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT); in initIntPropInclusion()
221 int32_t inclIndex = UPROPS_SRC_COUNT + (prop - UCHAR_INT_START); in initIntPropInclusion()
223 UPropertySource src = uprops_getSource(prop); in initIntPropInclusion()
240 int32_t value = u_getIntPropertyValue(c, prop); in initIntPropInclusion()
263 UProperty prop, UErrorCode &errorCode) { in getInclusionsForProperty()
265 if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in getInclusionsForProperty()
266 int32_t inclIndex = UPROPS_SRC_COUNT + (prop in getInclusionsForProperty()
262 getInclusionsForProperty( UProperty prop, UErrorCode &errorCode) getInclusionsForProperty() argument
[all...]
/third_party/skia/third_party/externals/icu/source/common/
H A Dcharacterproperties.cpp202 void U_CALLCONV initIntPropInclusion(UProperty prop, UErrorCode &errorCode) { in initIntPropInclusion() argument
204 U_ASSERT(UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT); in initIntPropInclusion()
205 int32_t inclIndex = UPROPS_SRC_COUNT + prop - UCHAR_INT_START; in initIntPropInclusion()
207 UPropertySource src = uprops_getSource(prop); in initIntPropInclusion()
224 int32_t value = u_getIntPropertyValue(c, prop); in initIntPropInclusion()
247 UProperty prop, UErrorCode &errorCode) { in getInclusionsForProperty()
249 if (UCHAR_INT_START <= prop && prop < UCHAR_INT_LIMIT) { in getInclusionsForProperty()
250 int32_t inclIndex = UPROPS_SRC_COUNT + prop in getInclusionsForProperty()
246 getInclusionsForProperty( UProperty prop, UErrorCode &errorCode) getInclusionsForProperty() argument
[all...]
/third_party/skia/modules/canvaskit/
H A Dskottie_bindings.cpp200 JSObject prop = emscripten::val::object(); in getColorProps() local
201 prop.set("key", cp); in getColorProps()
202 prop.set("value", fPropMgr->getColor(cp)); in getColorProps()
203 props.call<void>("push", prop); in getColorProps()
213 JSObject prop = emscripten::val::object(); in getOpacityProps() local
214 prop.set("key", op); in getOpacityProps()
215 prop.set("value", fPropMgr->getOpacity(op)); in getOpacityProps()
216 props.call<void>("push", prop); in getOpacityProps()
231 JSObject prop = emscripten::val::object(); in getTextProps() local
232 prop in getTextProps()
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp1094 NWindows::NCOM::CPropVariant prop; in GetArchiveProperty() local
1097 case kpidPhySize: if (_phySize != 0) prop = _phySize; break; in GetArchiveProperty()
1105 prop = v; in GetArchiveProperty()
1138 prop = s; in GetArchiveProperty()
1146 prop = true; in GetArchiveProperty()
1150 prop.Detach(value); in GetArchiveProperty()
1158 NWindows::NCOM::CPropVariant prop; in GetProperty() local
1164 prop = hp.IsDir(); in GetProperty()
1175 prop = path; in GetProperty()
1182 prop in GetProperty()
1268 NCOM::CPropVariant prop; Open() local
1496 NCOM::CPropVariant prop; Extract() local
1672 NCOM::CPropVariant prop; GetPropString() local
1730 NCOM::CPropVariant prop; UpdateItems() local
1750 NCOM::CPropVariant prop; UpdateItems() local
1795 NCOM::CPropVariant prop; UpdateItems() local
[all...]
/kernel/linux/linux-5.10/arch/riscv/kernel/
H A Dtime.c20 u32 prop; in time_init() local
23 if (!cpu || of_property_read_u32(cpu, "timebase-frequency", &prop)) in time_init()
26 riscv_timebase = prop; in time_init()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Diqs5xx.c484 struct touchscreen_properties prop; in iqs5xx_axis_init() local
509 touchscreen_parse_properties(iqs5xx->input, true, &prop); in iqs5xx_axis_init()
528 if (prop.swap_x_y) in iqs5xx_axis_init()
531 if (prop.invert_x) in iqs5xx_axis_init()
532 val ^= prop.swap_x_y ? IQS5XX_FLIP_Y : IQS5XX_FLIP_X; in iqs5xx_axis_init()
534 if (prop.invert_y) in iqs5xx_axis_init()
535 val ^= prop.swap_x_y ? IQS5XX_FLIP_X : IQS5XX_FLIP_Y; in iqs5xx_axis_init()
541 if (prop.max_x > max_x_hw) { in iqs5xx_axis_init()
543 prop.max_x, max_x_hw); in iqs5xx_axis_init()
545 } else if (prop in iqs5xx_axis_init()
[all...]
/kernel/linux/linux-5.10/include/linux/
H A Dof.h99 struct property *prop; member
402 extern int of_add_property(struct device_node *np, struct property *prop);
403 extern int of_remove_property(struct device_node *np, struct property *prop);
419 * struct property *prop;
423 * of_property_for_each_u32(np, "propname", prop, p, u)
426 const __be32 *of_prop_next_u32(struct property *prop, const __be32 *cur,
429 * struct property *prop;
432 * of_property_for_each_string(np, "propname", prop, s)
435 const char *of_prop_next_string(struct property *prop, const char *cur);
792 static inline int of_remove_property(struct device_node *np, struct property *prop) in of_remove_property() argument
802 of_prop_next_u32(struct property *prop, const __be32 *cur, u32 *pu) of_prop_next_u32() argument
808 of_prop_next_string(struct property *prop, const char *cur) of_prop_next_string() argument
1072 struct property *prop = of_find_property(np, propname, NULL); of_property_read_bool() local
1358 struct property *prop; global() member
1409 of_changeset_add_property(struct of_changeset *ocs, struct device_node *np, struct property *prop) of_changeset_add_property() argument
1415 of_changeset_remove_property(struct of_changeset *ocs, struct device_node *np, struct property *prop) of_changeset_remove_property() argument
1421 of_changeset_update_property(struct of_changeset *ocs, struct device_node *np, struct property *prop) of_changeset_update_property() argument
[all...]
/kernel/linux/linux-6.6/drivers/soundwire/
H A Dbus.c44 struct sdw_master_prop *prop = NULL; in sdw_bus_master_add() local
152 prop = &bus->prop; in sdw_bus_master_add()
153 bus->params.max_dr_freq = prop->max_clk_freq * SDW_DOUBLE_RATE_FACTOR; in sdw_bus_master_add()
233 int retry = bus->prop.err_threshold; in do_transfer()
253 int retry = bus->prop.err_threshold; in do_transfer_defer()
377 if (slave && !slave->prop.paging_support) in sdw_fill_msg()
393 if (!slave->prop.paging_support) { in sdw_fill_msg()
979 wake_en = slave->prop.wake_capable; in sdw_slave_clk_stop_prepare()
1079 if (!slave->prop in sdw_bus_prep_clk_stop()
1383 struct sdw_slave_prop *prop = &slave->prop; sdw_initialize_slave() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Dikev2.c116 static int ikev2_parse_transform(struct ikev2_proposal_data *prop, in ikev2_parse_transform() argument
179 prop->encr = transform_id; in ikev2_parse_transform()
184 prop->prf = transform_id; in ikev2_parse_transform()
188 prop->integ = transform_id; in ikev2_parse_transform()
192 prop->dh = transform_id; in ikev2_parse_transform()
200 static int ikev2_parse_proposal(struct ikev2_proposal_data *prop, in ikev2_parse_proposal() argument
240 if (p->proposal_num != prop->proposal_num) { in ikev2_parse_proposal()
241 if (p->proposal_num == prop->proposal_num + 1) in ikev2_parse_proposal()
242 prop->proposal_num = p->proposal_num; in ikev2_parse_proposal()
278 int tlen = ikev2_parse_transform(prop, ppo in ikev2_parse_proposal()
297 struct ikev2_proposal_data prop; ikev2_process_sai1() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Dikev2.c116 static int ikev2_parse_transform(struct ikev2_proposal_data *prop, in ikev2_parse_transform() argument
179 prop->encr = transform_id; in ikev2_parse_transform()
184 prop->prf = transform_id; in ikev2_parse_transform()
188 prop->integ = transform_id; in ikev2_parse_transform()
192 prop->dh = transform_id; in ikev2_parse_transform()
200 static int ikev2_parse_proposal(struct ikev2_proposal_data *prop, in ikev2_parse_proposal() argument
241 if (p->proposal_num != prop->proposal_num) { in ikev2_parse_proposal()
242 if (p->proposal_num == prop->proposal_num + 1) in ikev2_parse_proposal()
243 prop->proposal_num = p->proposal_num; in ikev2_parse_proposal()
280 int tlen = ikev2_parse_transform(prop, ppo in ikev2_parse_proposal()
299 struct ikev2_proposal_data prop; ikev2_process_sai1() local
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Drt1308-sdw.c120 struct sdw_slave_prop *prop = &slave->prop; in rt1308_read_prop() local
126 prop->scp_int1_mask = SDW_SCP_INT1_BUS_CLASH | SDW_SCP_INT1_PARITY; in rt1308_read_prop()
127 prop->quirks = SDW_SLAVE_QUIRKS_INVALID_INITIAL_PARITY; in rt1308_read_prop()
129 prop->paging_support = true; in rt1308_read_prop()
132 prop->source_ports = 0x00; /* BITMAP: 00010100 (not enable yet) */ in rt1308_read_prop()
133 prop->sink_ports = 0x2; /* BITMAP: 00000010 */ in rt1308_read_prop()
136 nval = hweight32(prop->sink_ports); in rt1308_read_prop()
137 prop->sink_dpn_prop = devm_kcalloc(&slave->dev, nval, in rt1308_read_prop()
138 sizeof(*prop in rt1308_read_prop()
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Drt1308-sdw.c125 struct sdw_slave_prop *prop = &slave->prop; in rt1308_read_prop() local
131 prop->scp_int1_mask = SDW_SCP_INT1_BUS_CLASH | SDW_SCP_INT1_PARITY; in rt1308_read_prop()
132 prop->quirks = SDW_SLAVE_QUIRKS_INVALID_INITIAL_PARITY; in rt1308_read_prop()
134 prop->paging_support = true; in rt1308_read_prop()
137 prop->source_ports = 0x00; /* BITMAP: 00010100 (not enable yet) */ in rt1308_read_prop()
138 prop->sink_ports = 0x2; /* BITMAP: 00000010 */ in rt1308_read_prop()
141 nval = hweight32(prop->sink_ports); in rt1308_read_prop()
142 prop->sink_dpn_prop = devm_kcalloc(&slave->dev, nval, in rt1308_read_prop()
143 sizeof(*prop in rt1308_read_prop()
[all...]
/third_party/node/test/fixtures/wpt/html/webappapis/structured-clone/
H A Dstructured-clone-battery-of-tests.js437 function check_circular_property(prop) {
439 assert_equals(actual[prop], actual);
466 function check_absent_property(prop) {
468 assert_false(prop in actual);
483 function check_writable_property(prop) {
485 assert_equals(actual[prop], input[prop]);
486 actual[prop] += ' baz';
487 assert_equals(actual[prop], input[prop]
[all...]
/third_party/skia/third_party/externals/freetype/src/pcf/
H A Dpcfdrivr.c211 PCF_Property prop = &face->properties[i]; in PCF_Face_Done() local
214 if ( prop ) in PCF_Face_Done()
216 FT_FREE( prop->name ); in PCF_Face_Done()
217 if ( prop->isString ) in PCF_Face_Done()
218 FT_FREE( prop->value.atom ); in PCF_Face_Done()
593 PCF_Property prop; in pcf_get_bdf_property() local
596 prop = pcf_find_property( face, prop_name ); in pcf_get_bdf_property()
597 if ( prop ) in pcf_get_bdf_property()
599 if ( prop->isString ) in pcf_get_bdf_property()
602 aproperty->u.atom = prop in pcf_get_bdf_property()
[all...]
/kernel/linux/linux-5.10/drivers/of/
H A Dunittest.c173 struct property *prop; in of_unittest_dynamic() local
182 prop = kcalloc(4, sizeof(*prop), GFP_KERNEL); in of_unittest_dynamic()
183 if (!prop) { in of_unittest_dynamic()
189 prop->name = "new-property"; in of_unittest_dynamic()
190 prop->value = "new-property-data"; in of_unittest_dynamic()
191 prop->length = strlen(prop->value) + 1; in of_unittest_dynamic()
192 unittest(of_add_property(np, prop) == 0, "Adding a new property failed\n"); in of_unittest_dynamic()
195 prop in of_unittest_dynamic()
1343 struct property *prop; update_node_properties() local
3064 struct property *prop; of_unittest_overlay_high_level() local
[all...]
/kernel/linux/linux-6.6/drivers/of/
H A Dunittest.c182 struct property *prop; in of_unittest_dynamic() local
191 prop = kcalloc(4, sizeof(*prop), GFP_KERNEL); in of_unittest_dynamic()
192 if (!prop) { in of_unittest_dynamic()
198 prop->name = "new-property"; in of_unittest_dynamic()
199 prop->value = "new-property-data"; in of_unittest_dynamic()
200 prop->length = strlen(prop->value) + 1; in of_unittest_dynamic()
201 unittest(of_add_property(np, prop) == 0, "Adding a new property failed\n"); in of_unittest_dynamic()
204 prop in of_unittest_dynamic()
1531 struct property *prop; update_node_properties() local
3556 struct property *prop; of_unittest_overlay_high_level() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c136 unsigned count = info->prop.fp.numColourResults * 4; in nvc0_fp_assign_output_slots()
293 if (info->prop.tp.outputPrim == PIPE_PRIM_MAX) { in nvc0_tp_get_tess_mode()
297 switch (info->prop.tp.domain) { in nvc0_tp_get_tess_mode()
315 if (info->prop.tp.outputPrim != PIPE_PRIM_POINTS) { in nvc0_tp_get_tess_mode()
316 if (info->prop.tp.domain == PIPE_PRIM_LINES) in nvc0_tp_get_tess_mode()
323 if (info->prop.tp.domain != PIPE_PRIM_LINES && in nvc0_tp_get_tess_mode()
324 info->prop.tp.outputPrim != PIPE_PRIM_POINTS && in nvc0_tp_get_tess_mode()
325 info->prop.tp.winding > 0) in nvc0_tp_get_tess_mode()
328 switch (info->prop.tp.partitioning) { in nvc0_tp_get_tess_mode()
355 tcp->hdr[2] = info->prop in nvc0_tcp_gen_header()
[all...]
/kernel/linux/linux-5.10/drivers/ata/
H A Dahci_imx.c934 const struct reg_property *prop, size_t num) in imx_ahci_parse_props()
940 for (i = 0; i < num; i++, prop++) { in imx_ahci_parse_props()
943 if (prop->num_values == 0) { in imx_ahci_parse_props()
944 if (of_property_read_bool(np, prop->name)) in imx_ahci_parse_props()
945 reg_value |= prop->set_value; in imx_ahci_parse_props()
947 reg_value |= prop->def_value; in imx_ahci_parse_props()
951 if (of_property_read_u32(np, prop->name, &of_val)) { in imx_ahci_parse_props()
953 prop->name, prop->def_value); in imx_ahci_parse_props()
954 reg_value |= prop in imx_ahci_parse_props()
933 imx_ahci_parse_props(struct device *dev, const struct reg_property *prop, size_t num) imx_ahci_parse_props() argument
[all...]

Completed in 22 milliseconds

1...<<11121314151617181920>>...72