/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_implicit_animation.h | 31 MockImplicitAnimation(WeakPtr<NG::PropertyBase> prop, AnimationCallbacks cbs, int32_t ticks) in MockImplicitAnimation() argument 32 : cbs_(std::move(cbs)), prop_(std::move(prop)), remainingTicks_(ticks) in MockImplicitAnimation()
|
/third_party/jerryscript/tests/jerry/ |
H A D | object_freeze.js | 16 prop: function() {}, 23 delete obj.prop;
|
/third_party/lzma/C/ |
H A D | Lzma2DecMt.h | 49 Byte prop,
69 Byte prop,
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
H A D | property_local.h | 53 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop); 54 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop,
|
/third_party/openssl/crypto/property/ |
H A D | property_local.h | 53 OSSL_PROPERTY_LIST *ossl_prop_defn_get(OSSL_LIB_CTX *ctx, const char *prop); 54 int ossl_prop_defn_set(OSSL_LIB_CTX *ctx, const char *prop,
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | ObjectProxy.cpp | 32 META_NS::ConstProperty<META_NS::IObject::Ptr> prop(GetProperty()); in ObjectProxy() 34 if (prop) { in ObjectProxy() 35 auto meta = interface_cast<META_NS::IMetadata>(prop->GetValue()); in ObjectProxy()
|
H A D | Vec4Proxy.cpp | 16 Vec4Proxy::Vec4Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec4> prop) : PropertyProxy(prop) in Vec4Proxy() argument 18 name_ = prop->GetName(); in Vec4Proxy()
|
/foundation/resourceschedule/background_task_mgr/interfaces/kits/napi/src/ |
H A D | init_bgtaskmgr.cpp | 52 napi_value prop = nullptr; in SetNamedPropertyByInteger() local 53 if (napi_create_int32(env, objName, &prop) == napi_ok) { in SetNamedPropertyByInteger() 54 napi_set_named_property(env, dstObj, propName, prop); in SetNamedPropertyByInteger()
|
/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);
|
/third_party/node/test/parallel/ |
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/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/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...] |
/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/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
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/particle/ |
H A D | particle_pattern.cpp | 148 for (EmitterProperty& prop : props) { in updateEmitterPosition() 149 prop.index = prop.index >= GetEmitterCount() ? 0 : prop.index; in updateEmitterPosition()
|
/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()
|
/third_party/libevdev/libevdev/ |
H A D | libevdev.h | 1373 * @param prop The input property to query for, one of INPUT_PROP_... 1379 int libevdev_has_property(const struct libevdev *dev, unsigned int prop); 1385 * @param prop The input property to enable, one of INPUT_PROP_... 1392 int libevdev_enable_property(struct libevdev *dev, unsigned int prop); 1398 * @param prop The input property to disable, one of INPUT_PROP_... 1402 int libevdev_disable_property(struct libevdev *dev, unsigned int prop); 2080 * @param prop The input prop to return the name for (e.g. INPUT_PROP_BUTTONPAD) 2082 * @return The name of the given input prop (e.g. INPUT_PROP_BUTTONPAD) or NULL for an 2090 const char* libevdev_property_get_name(unsigned int prop); [all...] |
/third_party/libevdev/export_include/libevdev/ |
H A D | libevdev.h | 1373 * @param prop The input property to query for, one of INPUT_PROP_... 1379 int libevdev_has_property(const struct libevdev *dev, unsigned int prop); 1385 * @param prop The input property to enable, one of INPUT_PROP_... 1392 int libevdev_enable_property(struct libevdev *dev, unsigned int prop); 1398 * @param prop The input property to disable, one of INPUT_PROP_... 1402 int libevdev_disable_property(struct libevdev *dev, unsigned int prop); 2080 * @param prop The input prop to return the name for (e.g. INPUT_PROP_BUTTONPAD) 2082 * @return The name of the given input prop (e.g. INPUT_PROP_BUTTONPAD) or NULL for an 2090 const char* libevdev_property_get_name(unsigned int prop); [all...] |
/third_party/python/Doc/tools/ |
H A D | rstlint.py | 151 for prop in checker_props: 152 setattr(func, prop, kwds.get(prop, checker_props[prop]))
|
/third_party/typescript/tests/baselines/reference/ |
H A D | commentsInheritance.js | 71 /** c2 prop*/ 72 public get prop() { 95 /** c3 prop*/ 96 public get prop() { 217 Object.defineProperty(c2.prototype, "prop", {
218 /** c2 prop*/
244 Object.defineProperty(c3.prototype, "prop", {
245 /** c3 prop*/
336 /** c2 prop*/
337 get prop() [all...] |
/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...] |
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/ |
H A D | property.h | 192 bool SetBind(const IProperty::ConstPtr& prop, const BASE_NS::array_view<const INotifyOnChange::ConstPtr>& deps = {}) in SetBind() argument 196 if (!b->SetTarget(prop, deps.empty(), p_)) { 240 IBind::Ptr CreateBind(IStackProperty& prop) in CreateBind() argument 242 if (interface_cast<IBind>(prop.TopValue())) { in CreateBind() 243 prop.PopValue(); in CreateBind()
|