/third_party/jerryscript/tests/jerry/ |
H A D | gc.js | 20 obj_l.prop = {}; 21 obj_l = obj_l.prop;
|
H A D | func-decl.js | 49 var o = { get prop () { 'use strict'; return true; }, set prop (v) { 'use strict'; } };
|
H A D | regression-test-issue-739.js | 21 obj_l.prop = {}; 22 obj_l = obj_l.prop;
|
/third_party/typescript/tests/baselines/reference/ |
H A D | classDeclarationLoop.js | 5 prop = i; 16 this.prop = i;
|
H A D | classExpressionLoop.js | 5 prop = i; 15 this.prop = i;
|
H A D | tsxTypeArgumentPartialDefinitionStillErrors.js | 12 <SFC<string> prop={1}></SFC>; // should error 19 <SFC prop={1}></SFC>; // should error
|
H A D | signaturesUseJSDocForOptionalParameters.js | 3 this.prop = null; 20 this.prop = null;
|
H A D | collisionArgumentsInType.js | 8 prop: (arguments: number, ...restParameters) => void; // no error - no code gen 14 prop: (i: number, ...arguments) => void; // no error - no code gen
|
/third_party/jerryscript/tests/benchmarks/jerry/ |
H A D | gc.js | 33 obj_l.prop = {}; 34 obj_l = obj_l.prop;
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | dw_hdmi-rockchip.c | 2151 struct drm_property *prop; in dw_hdmi_rockchip_attach_properties() local 2204 prop = drm_property_create_enum(connector->dev, 0, "hdmi_output_depth", color_depth_enum_list, in dw_hdmi_rockchip_attach_properties() 2206 if (prop) { in dw_hdmi_rockchip_attach_properties() 2207 hdmi->color_depth_property = prop; in dw_hdmi_rockchip_attach_properties() 2208 drm_object_attach_property(&connector->base, prop, 0); in dw_hdmi_rockchip_attach_properties() 2212 prop = drm_property_create_enum(connector->dev, 0, "hdmi_output_format", drm_hdmi_output_enum_list, in dw_hdmi_rockchip_attach_properties() 2214 if (prop) { in dw_hdmi_rockchip_attach_properties() 2215 hdmi->hdmi_output_property = prop; in dw_hdmi_rockchip_attach_properties() 2216 drm_object_attach_property(&connector->base, prop, 0); in dw_hdmi_rockchip_attach_properties() 2219 prop in dw_hdmi_rockchip_attach_properties() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 2198 char *prop; in wpas_dbus_signal_prop_changed() local 2207 prop = "ApScan"; in wpas_dbus_signal_prop_changed() 2210 prop = "Scanning"; in wpas_dbus_signal_prop_changed() 2213 prop = "State"; in wpas_dbus_signal_prop_changed() 2216 prop = "CurrentBSS"; in wpas_dbus_signal_prop_changed() 2219 prop = "CurrentNetwork"; in wpas_dbus_signal_prop_changed() 2222 prop = "BSSs"; in wpas_dbus_signal_prop_changed() 2225 prop = "Stations"; in wpas_dbus_signal_prop_changed() 2228 prop = "CurrentAuthMode"; in wpas_dbus_signal_prop_changed() 2231 prop in wpas_dbus_signal_prop_changed() 2284 char *prop; wpas_dbus_bss_signal_prop_changed() local 2349 char *prop; wpas_dbus_sta_signal_prop_changed() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new.c | 2297 char *prop; in wpas_dbus_signal_prop_changed() local 2306 prop = "ApScan"; in wpas_dbus_signal_prop_changed() 2309 prop = "Scanning"; in wpas_dbus_signal_prop_changed() 2312 prop = "State"; in wpas_dbus_signal_prop_changed() 2315 prop = "CurrentBSS"; in wpas_dbus_signal_prop_changed() 2318 prop = "CurrentNetwork"; in wpas_dbus_signal_prop_changed() 2321 prop = "BSSs"; in wpas_dbus_signal_prop_changed() 2324 prop = "Stations"; in wpas_dbus_signal_prop_changed() 2327 prop = "CurrentAuthMode"; in wpas_dbus_signal_prop_changed() 2330 prop in wpas_dbus_signal_prop_changed() 2383 char *prop; wpas_dbus_bss_signal_prop_changed() local 2448 char *prop; wpas_dbus_sta_signal_prop_changed() local [all...] |
/third_party/libabigail/src/ |
H A D | abg-ini.cc | 831 /// @param prop the property to add to the section. 833 config::section::add_property(const property_sptr prop) in add_property() argument 834 {priv_->properties_.push_back(prop);} in add_property() 1608 while (property_sptr prop = read_property()) in read_section() 1610 properties.push_back(prop); in read_section() 1808 /// @param prop the property which value to serialize. 1810 /// @return the string that represents the value of @p prop. 1812 write_property_value(const property_sptr& prop) in write_property_value() argument 1815 if (simple_property_sptr simple_prop = is_simple_property(prop)) in write_property_value() 1820 else if (list_property_sptr list_prop = is_list_property(prop)) in write_property_value() 1838 write_property(const property_sptr& prop, std::ostream& out) write_property() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_tgsi.c | 145 struct tgsi_full_property *prop) in virgl_tgsi_transform_property() 148 switch (prop->Property.PropertyName) { in virgl_tgsi_transform_property() 152 ctx->emit_property(ctx, prop); in virgl_tgsi_transform_property() 157 ctx->emit_property(ctx, prop); in virgl_tgsi_transform_property() 191 struct tgsi_full_property prop = tgsi_default_full_property(); in virgl_tgsi_transform_prolog() local 192 prop.Property.PropertyName = TGSI_PROPERTY_SEPARABLE_PROGRAM; in virgl_tgsi_transform_prolog() 193 prop.Property.NrTokens += 1; in virgl_tgsi_transform_prolog() 194 prop.u[0].Data = 1; in virgl_tgsi_transform_prolog() 195 ctx->emit_property(ctx, &prop); in virgl_tgsi_transform_prolog() 144 virgl_tgsi_transform_property(struct tgsi_transform_context *ctx, struct tgsi_full_property *prop) virgl_tgsi_transform_property() argument
|
/third_party/icu/tools/colprobe/ |
H A D | colprobeNew.cpp | 933 UnicodeString propertyAndValueName(UProperty prop, int32_t i) { in propertyAndValueName() argument 935 result.append(u_getPropertyName(prop, U_LONG_PROPERTY_NAME)); in propertyAndValueName() 937 result.append(u_getPropertyValueName(prop, i, U_LONG_PROPERTY_NAME)); in propertyAndValueName() 939 //+ "(" + prop + "," + i + ") "; in propertyAndValueName() 957 UProperty prop = UCHAR_SCRIPT; in generateRepertoire() local 965 delta.applyIntPropertyValue(prop, script[i], status); in generateRepertoire() 967 debug->log(propertyAndValueName(prop, script[i]), true); in generateRepertoire() 969 tailoringBundle->log(propertyAndValueName(prop, script[i]), true); in generateRepertoire() 972 referenceBundle->log(propertyAndValueName(prop, script[i]), true); in generateRepertoire() 982 prop in generateRepertoire() [all...] |
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | json-stringify.js | 21 get(target, prop) { 22 if (prop == "length")
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/ |
H A D | jstest_stubs.js | 28 get: function(x, prop) { 29 if (prop == Symbol.toPrimitive) {
|
/third_party/node/test/parallel/ |
H A D | test-cluster-fork-env.js | 34 prop: process.env.cluster_test_prop, 58 checks.using = (data.prop === 'custom');
|
H A D | test-file.js | 21 for (const prop of properties) { 22 const desc = Object.getOwnPropertyDescriptor(File.prototype, prop); 25 assert.strictEqual(desc.get?.name, `get ${prop}`);
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
H A D | RBPropertiesExporter.java | 58 Properties prop = new Properties(); in export() 71 prop.setProperty(item.getKey(), item.getTranslation()); in export() 78 prop.store(fos, header); in export()
|
/third_party/mesa3d/src/gallium/frontends/clover/api/ |
H A D | context.cpp | 41 for (auto &prop : props) { in clCreateContext() 42 if (prop.first == CL_CONTEXT_PLATFORM) in clCreateContext() 43 find_platform(prop.second.as<cl_platform_id>()); in clCreateContext()
|
/third_party/node/lib/ |
H A D | wasi.js | 81 for (const prop in wrap) { 82 wrap[prop] = FunctionPrototypeBind(wrap[prop], wrap);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hdmi/src/mkp/ |
H A D | drv_hdmi_intf.c | 3376 static hi_void hdmi_property_vo_attr_adapt(hdmi_vo_attr *vo_attr, const hdmi_property *prop)
argument 3380 vo_attr->disp_fmt = prop->disp_fmt;
3381 vo_attr->video_timing = prop->video_timing;
3383 vo_attr->in_color_space = prop->in_color_space;
3385 vo_attr->clk_fs = prop->pix_clk;
3408 static hi_void drv_hdmi_property_app_attr_init(hdmi_app_attr *app_attr, const hdmi_property *prop)
argument 3410 app_attr->enable_hdmi = prop->enable_hdmi;
3411 app_attr->enable_video = prop->enable_video;
3412 app_attr->enable_audio = prop->enable_audio;
3413 app_attr->auth_mode = prop 3426 drv_hdmi_property_set(hdmi_device_id hdmi_id, const hdmi_property *prop) global() argument 3476 drv_hdmi_property_get(hdmi_device_id hdmi_id, hdmi_property *prop) global() argument 3663 drv_hdmi_property *prop = HI_NULL; global() local 3688 drv_hdmi_property *prop = HI_NULL; global() local [all...] |
/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()
|
/third_party/lzma/CPP/Common/ |
H A D | MyWindows.cpp | 109 HRESULT VariantClear(VARIANTARG *prop)
in VariantClear() argument 111 if (prop->vt == VT_BSTR)
in VariantClear() 112 SysFreeString(prop->bstrVal);
in VariantClear() 113 prop->vt = VT_EMPTY;
in VariantClear()
|