/third_party/skia/experimental/skottiekit/ |
H A D | skottiekit_bindings.cpp | 149 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 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/typescript/tests/baselines/reference/ |
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
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_mtp_test/src/ |
H A D | mtp_payload_data_test.cpp | 860 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 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()
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | backlight.c | 64 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 D | tqm8xx_setup.c | 96 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 D | backlight.c | 63 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 D | tqm8xx_setup.c | 94 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 D | i2c-pxa-pci.c | 45 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 D | dss-of.c | 95 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 D | dss-of.c | 95 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 D | i2c-pxa-pci.c | 44 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 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);
|
/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,
|