Home
last modified time | relevance | path

Searched refs:prop (Results 751 - 775 of 1863) sorted by relevance

1...<<31323334353637383940>>...75

/third_party/skia/experimental/skottiekit/
H A Dskottiekit_bindings.cpp149 JSObject prop = emscripten::val::object(); in getColorProps() local
150 prop.set("key", cp); in getColorProps()
151 prop.set("value", fPropMgr->getColor(cp)); in getColorProps()
152 props.call<void>("push", prop); in getColorProps()
162 JSObject prop = emscripten::val::object(); in getOpacityProps() local
163 prop.set("key", op); in getOpacityProps()
164 prop.set("value", fPropMgr->getOpacity(op)); in getOpacityProps()
165 props.call<void>("push", prop); in getOpacityProps()
/third_party/jerryscript/tests/jerry/es2015/
H A Djson-stringify.js21 get(target, prop) {
22 if (prop == "length")
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/resources/
H A Djstest_stubs.js28 get: function(x, prop) {
29 if (prop == Symbol.toPrimitive) {
/third_party/node/test/parallel/
H A Dtest-cluster-fork-env.js34 prop: process.env.cluster_test_prop,
58 checks.using = (data.prop === 'custom');
H A Dtest-file.js21 for (const prop of properties) {
22 const desc = Object.getOwnPropertyDescriptor(File.prototype, prop);
25 assert.strictEqual(desc.get?.name, `get ${prop}`);
/third_party/typescript/tests/baselines/reference/
H A DcollisionArgumentsInType.js8 prop: (arguments: number, ...restParameters) => void; // no error - no code gen
14 prop: (i: number, ...arguments) => void; // no error - no code gen
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/
H A Dmtp_payload_data_test.cpp860 Property prop; in HWTEST_F() local
861 getObjectPropListData.WriteProperty(outBuffer, prop); in HWTEST_F()
868 getObjectPropListData.WritePropertyStrValue(outBuffer, prop); in HWTEST_F()
874 prop.type_ = MTP_TYPE_INT8_CODE; in HWTEST_F()
875 prop.currentValue = make_shared<Property::Value>(); in HWTEST_F()
876 getObjectPropListData.WritePropertyIntValue(outBuffer, prop); in HWTEST_F()
877 prop.type_ = MTP_TYPE_UINT8_CODE; in HWTEST_F()
878 getObjectPropListData.WritePropertyIntValue(outBuffer, prop); in HWTEST_F()
879 prop.type_ = MTP_TYPE_INT16_CODE; in HWTEST_F()
880 getObjectPropListData.WritePropertyIntValue(outBuffer, prop); in HWTEST_F()
[all...]
/foundation/graphic/graphic_3d/kits/js/src/
H A DObjectProxy.cpp32 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 DVec4Proxy.cpp16 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 Dinit_bgtaskmgr.cpp52 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()
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/
H A Dbacklight.c64 const char *prop = of_get_property(bk_node, in pmac_has_backlight_type() local
66 if (prop && strncmp(prop, type, strlen(type)) == 0) { in pmac_has_backlight_type()
/kernel/linux/linux-5.10/arch/powerpc/platforms/8xx/
H A Dtqm8xx_setup.c96 struct property *prop; in init_ioports() local
106 prop = of_find_property(dnode, "ethernet1", &len); in init_ioports()
107 if (prop == NULL) in init_ioports()
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/
H A Dbacklight.c63 const char *prop = of_get_property(bk_node, in pmac_has_backlight_type() local
65 if (prop && strncmp(prop, type, strlen(type)) == 0) { in pmac_has_backlight_type()
/kernel/linux/linux-6.6/arch/powerpc/platforms/8xx/
H A Dtqm8xx_setup.c94 struct property *prop; in init_ioports() local
104 prop = of_find_property(dnode, "ethernet1", &len); in init_ioports()
108 if (prop == NULL) in init_ioports()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-pxa-pci.c45 const void *prop; in add_i2c_device() local
59 prop = of_get_property(child, "fast-mode", NULL); in add_i2c_device()
60 if (prop) in add_i2c_device()
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss-of.c95 struct property *prop; in dss_of_port_get_parent_device() local
97 prop = of_find_property(np, "compatible", NULL); in dss_of_port_get_parent_device()
99 if (prop) in dss_of_port_get_parent_device()
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddss-of.c95 struct property *prop; in dss_of_port_get_parent_device() local
97 prop = of_find_property(np, "compatible", NULL); in dss_of_port_get_parent_device()
99 if (prop) in dss_of_port_get_parent_device()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-pxa-pci.c44 const void *prop; in add_i2c_device() local
58 prop = of_get_property(child, "fast-mode", NULL); in add_i2c_device()
59 if (prop) in add_i2c_device()
/third_party/icu/tools/unicodetools/com/ibm/rbm/
H A DRBPropertiesExporter.java58 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 Dcontext.cpp41 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 Dwasi.js81 for (const prop in wrap) {
82 wrap[prop] = FunctionPrototypeBind(wrap[prop], wrap);
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_implicit_animation.h31 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 Dobject_freeze.js16 prop: function() {},
23 delete obj.prop;
/third_party/lzma/C/
H A DLzma2DecMt.h49 Byte prop,
69 Byte prop,
/third_party/node/deps/openssl/openssl/crypto/property/
H A Dproperty_local.h53 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,

Completed in 10 milliseconds

1...<<31323334353637383940>>...75