Home
last modified time | relevance | path

Searched refs:prop (Results 326 - 350 of 802) sorted by relevance

1...<<11121314151617181920>>...33

/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_config.c873 name = desc_info->prop.prop_name; in change_dev_descritor_info()
876 gi->dev_desc->idVendor[0] = (uint8_t)desc_info->prop.prop_value; in change_dev_descritor_info()
877 gi->dev_desc->idVendor[1] = (uint8_t)(desc_info->prop.prop_value >> 8); in change_dev_descritor_info()
881 gi->dev_desc->idProduct[0] = (uint8_t)desc_info->prop.prop_value; in change_dev_descritor_info()
882 gi->dev_desc->idProduct[1] = (uint8_t)(desc_info->prop.prop_value >> 8); in change_dev_descritor_info()
886 gi->dev_desc->bDeviceClass = (uint8_t)desc_info->prop.prop_value; in change_dev_descritor_info()
890 gi->dev_desc->bDeviceSubClass = (uint8_t)desc_info->prop.prop_value; in change_dev_descritor_info()
894 gi->dev_desc->bDeviceProtocol = (uint8_t)desc_info->prop.prop_value; in change_dev_descritor_info()
898 gi->dev_desc->bMaxPacketSize = (uint8_t)desc_info->prop.prop_value; in change_dev_descritor_info()
902 gi->dev_desc->bNumConfigurations = (uint8_t)desc_info->prop in change_dev_descritor_info()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_types.cpp185 JsiRef<JsiValue> JsiArray::GetProperty(const char* prop) const in GetProperty()
188 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in GetProperty()
309 JsiRef<JsiValue> JsiObject::GetProperty(const char* prop) const in GetProperty()
312 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in GetProperty()
319 bool JsiObject::HasProperty(const char* prop) const in HasProperty()
322 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in HasProperty()
342 void JsiObject::SetPropertyJsonObject(const char* prop, const char* value) const in SetPropertyJsonObject() argument
345 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in SetPropertyJsonObject()
352 void JsiObject::SetPropertyObject(const char* prop, JsiRef<JsiValue> value) const in SetPropertyObject() argument
355 auto stringRef = panda::StringRef::NewFromUtf8(vm, prop); in SetPropertyObject()
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_auto_launch_test.cpp280 KvDBProperties prop; in GetKvDB() local
281 prop.SetStringProp(KvDBProperties::USER_ID, USER_ID1); in GetKvDB()
282 prop.SetStringProp(KvDBProperties::APP_ID, APP_ID1); in GetKvDB()
283 prop.SetStringProp(KvDBProperties::STORE_ID, storeId); in GetKvDB()
286 prop.SetStringProp(KvDBProperties::IDENTIFIER_DATA, identifier); in GetKvDB()
288 prop.SetStringProp(KvDBProperties::IDENTIFIER_DIR, identifierDir); in GetKvDB()
289 prop.SetStringProp(KvDBProperties::DATA_DIR, g_testDir); in GetKvDB()
290 prop.SetIntProp(KvDBProperties::DATABASE_TYPE, KvDBProperties::SINGLE_VER_TYPE_SQLITE); in GetKvDB()
291 prop.SetBoolProp(KvDBProperties::CREATE_IF_NECESSARY, true); in GetKvDB()
293 return KvDBManager::OpenDatabase(prop, errCod in GetKvDB()
[all...]
H A Ddistributeddb_interfaces_device_identifier_test.cpp651 KvDBProperties prop; in HWTEST_F() local
652 prop.SetStringProp(KvDBProperties::DATA_DIR, g_property.GetStringProp(KvDBProperties::DATA_DIR, "")); in HWTEST_F()
653 prop.SetStringProp(KvDBProperties::STORE_ID, g_property.GetStringProp(KvDBProperties::STORE_ID, "")); in HWTEST_F()
654 prop.SetIntProp(KvDBProperties::DATABASE_TYPE, g_property.GetIntProp(KvDBProperties::DATABASE_TYPE, 0)); in HWTEST_F()
663 prop.SetSchema(schema); in HWTEST_F()
664 EXPECT_EQ(storageEngine->CheckEngineOption(prop), -E_SCHEMA_MISMATCH); in HWTEST_F()
674 EXPECT_EQ(storageEngine->CheckEngineOption(prop), -E_SCHEMA_MISMATCH); in HWTEST_F()
682 EXPECT_EQ(storageEngine->CheckEngineOption(prop), E_OK); in HWTEST_F()
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_dump.c465 struct tgsi_full_property *prop ) in iter_property()
471 ENM(prop->Property.PropertyName, tgsi_property_names); in iter_property()
473 if (prop->Property.NrTokens > 1) in iter_property()
476 for (i = 0; i < prop->Property.NrTokens - 1; ++i) { in iter_property()
477 switch (prop->Property.PropertyName) { in iter_property()
480 ENM(prop->u[i].Data, tgsi_primitive_names); in iter_property()
483 ENM(prop->u[i].Data, tgsi_fs_coord_origin_names); in iter_property()
486 ENM(prop->u[i].Data, tgsi_fs_coord_pixel_center_names); in iter_property()
489 ENM(prop->u[i].Data, tgsi_processor_type_names); in iter_property()
492 SID( prop in iter_property()
[all...]
/foundation/graphic/graphic_3d/kits/js/src/
H A DShaderJS.cpp37 explicit TypeProxy(META_NS::IProperty::Ptr prop) : prop_(prop), name_(prop_->GetName()) {} in TypeProxy() argument
78 BitmapProxy(NapiApi::Object scene, META_NS::IProperty::Ptr prop, BASE_NS::string_view prefix = "") : prop_(prop) in BitmapProxy() argument
85 name_ += prop->GetName(); in BitmapProxy()
154 PropProxy(napi_env e, META_NS::IProperty::Ptr prop, BASE_NS::string_view prefix = "") in PropProxy() argument
156 proxy_.reset(new proxType(e, prop)); in PropProxy()
161 name_ += prop->GetName(); in PropProxy()
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()
/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...]
/third_party/libabigail/src/
H A Dabg-ini.cc831 /// @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...]
/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()
/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);
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/dbus/
H A Ddbus_new.c2198 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 Ddbus_new.c2297 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...]
/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,

Completed in 21 milliseconds

1...<<11121314151617181920>>...33