/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_ohos.c | 1086 ohos_filter_device(_EGLDisplay *disp, int fd, const char *vendor) in ohos_filter_device() argument 1093 if (strcmp(vendor, ver->name) != 0) { in ohos_filter_device() 1191 /* If a vendor is explicitly provided, we use only that. in ohos_open_device()
|
/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/src/bundle_parser/ |
H A D | module_profile.cpp | 231 std::string vendor; member 921 app.vendor, in from_json() 1492 applicationInfo.vendor = app.vendor; in ToApplicationInfo()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 75 const char* APPLICATION_VENDOR = "vendor"; 432 vendor = Str16ToStr8(parcel.ReadString16()); in ReadFromParcel() 662 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String16, parcel, Str8ToStr16(vendor)); in Marshalling() 956 {APPLICATION_VENDOR, applicationInfo.vendor}, in to_json() 1100 applicationInfo.vendor, false, parseResult); in from_json()
|
/foundation/filemanagement/storage_service/services/storage_manager/ipc/test/ |
H A D | storage_manager_proxy_test.cpp | 497 std::string vendor = "vendor-1"; in HWTEST_F() local 499 Disk disk(diskId, sizeBytes, sysPath, vendor, flag); in HWTEST_F() 889 std::string vendor = "vendor-1"; in HWTEST_F() local 891 Disk disk(diskId, sizeBytes, sysPath, vendor, flag); in HWTEST_F()
|
/foundation/distributedhardware/distributed_input/common/include/ |
H A D | input_hub.cpp | 641 device->identifier.vendor = inputId.vendor; in QueryInputDeviceInfo() 978 rawDescriptor += StringPrintf(":%04x:%04x:", identifier.vendor, in GenerateDescriptor() 1370 " vendor %{public}04x\n" in RecordDeviceLog() 1373 identifier.bus, identifier.vendor, identifier.product, identifier.version); in RecordDeviceLog()
|
/third_party/ffmpeg/libavcodec/ |
H A D | proresenc_kostya.c | 261 char *vendor; member 1016 bytestream_put_buffer(&buf, ctx->vendor, 4); in encode_frame() 1247 if (strlen(ctx->vendor) != 4) { in encode_init() 1248 av_log(avctx, AV_LOG_ERROR, "vendor ID should be 4 bytes\n"); in encode_init() 1366 { "vendor", "vendor ID", OFFSET(vendor),
|
/third_party/backends/backend/ |
H A D | agfafocus.c | 874 dev->sane.vendor = "AGFA"; in attach() 879 dev->sane.vendor = "AGFA"; in attach() 884 dev->sane.vendor = "AGFA"; in attach() 889 dev->sane.vendor = "AGFA"; in attach()
|
H A D | xerox_mfp.c | 838 dev->sane.vendor = optr = (SANE_Char *) malloc(33); in dev_inquiry() 856 DBG(1, "%s: found %s/%s\n", __func__, dev->sane.vendor, dev->sane.model); in dev_inquiry() 971 if (dev->sane.vendor) in dev_free() 972 free(UNCONST(dev->sane.vendor)); in dev_free()
|
H A D | mustek_pp.c | 353 dev->func->capabilities (info, &dev->model, &dev->vendor, &dev->type, in sane_attach() 358 dev->sane.vendor = dev->vendor; in sane_attach() 1015 free (dev->vendor); in sane_exit()
|
H A D | snapscan-scsi.c | 59 /* find model by SCSI ID string or USB vendor/product ID */ 76 /* Also test USB vendor and product ID numbers, since some USB models use in snapscani_get_model_id() 371 #define INQUIRY_VENDOR 8 /* Offset in reply data to vendor name */ 393 returns the vendor(7 chars) and model(16 chars); vendor and model 397 static SANE_Status mini_inquiry (SnapScan_Bus bus, int fd, char *vendor, char *model) in mini_inquiry() argument 411 memcpy (vendor, data + 8, 7); in mini_inquiry() 412 vendor[7] = 0; in mini_inquiry() 416 remove_trailing_space (vendor); in mini_inquiry()
|
H A D | coolscan3.c | 167 /* Given that there is no way to give scanner vendor 179 const char *vendor; member 336 cs3_xfree((void *)device_list[i]->vendor); in sane_exit() 1811 s->cookie.vendor = s->vendor_string; in cs3_open() 1884 "%s, vendor = '%s', product = '%s', revision = '%s'.\n", in cs3_open() 1961 device_list[n_device_list]->vendor = line; in cs3_open() 1976 cs3_xfree((void *)device_list[n_device_list]->vendor); in cs3_open()
|
H A D | gt68xx.c | 886 DBG (2, "attach: found %s flatbed scanner %s at %s\n", dev->model->vendor, in attach() 1188 else if (strcmp (word, "vendor") == 0) in probe_gt68xx_devices() 1199 new_dev[i]->model->vendor = word; in probe_gt68xx_devices() 1200 DBG (5, "sane_init: device %s: vendor name set to %s\n", in probe_gt68xx_devices() 1201 new_dev[i]->model->name, new_dev[i]->model->vendor); in probe_gt68xx_devices() 1205 DBG (5, "sane_init: can't set vendor name %s, set device " in probe_gt68xx_devices() 1212 DBG (3, "sane_init: option `vendor' needs a parameter\n"); in probe_gt68xx_devices() 1420 sane_device->vendor = dev->model->vendor; in sane_get_devices()
|
H A D | hs2p.c | 1014 ">>> attach: reported devtype='%d', vendor='%.8s', product='%.16s', revision='%.4s'\n", in attach() 1015 ibuf.devtype, ibuf.vendor, ibuf.product, ibuf.revision); in attach() 1021 if (ibuf.devtype != 6 || strncmp ((char *) ibuf.vendor, "RICOH ", 8) != 0) in attach() 1153 snprintf (dev->info.vendor, 9, "%-.5s", ibuf.vendor); /* RICOH */ in attach() 1154 trim_spaces (dev->info.vendor, sizeof (dev->info.vendor)); in attach() 1162 dev->sane.vendor = in attach() 1163 (strcmp (dev->info.vendor, "RICOH") == in attach() 1164 0) ? strdup ("Ricoh") : strdup (dev->info.vendor); in attach() [all...] |
H A D | kvs20xx.c | 155 sanei_scsi_find_devices (known_devices[curr_scan_dev].scanner.vendor, in sane_get_devices()
|
H A D | plustek-usb.h | 20 * - 0.44 - added vendor and product ID to struct DeviceDef 529 int vendor; /**< vendor ID */ member
|
H A D | hs2p-scsi.h | 312 SANE_Byte vendor[8]; /* vendor_id="RICOH " */ member
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 200 "vendor":"", 401 "vendor":"example", 521 "vendor":"", 573 "vendor":"example", 1111 "vendor": "ohos", 1226 "vendor": "ohos", 1649 typeErrorProps["vendor"] = NOT_STRING_TYPE; in HWTEST_F()
|
/foundation/multimodalinput/input/intention/services/device_manager/src/ |
H A D | device.cpp | 143 vendor_ = inputId.vendor; in QueryDeviceInfo() 361 sp << "/vendor/etc/keymap/" << fname << ".TOML"; in MakeConfigFileName()
|
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hid_host/ |
H A D | hid_host_uhid.cpp | 206 ev.u.create.vendor = pnpInf.vendorId; in SendHidInfo()
|
/third_party/backends/japi/ |
H A D | Sane.c | 121 fid = (*env)->GetFieldID(env, devClass, "vendor", in Java_Sane_getDevicesNative() 124 (*env)->NewStringUTF(env, device_list[i]->vendor)); in Java_Sane_getDevicesNative()
|
/third_party/mesa3d/android/ |
H A D | mesa3d_cross.mk | 85 -Ddri-search-path=/vendor/$(MESA3D_LIB_DIR)/dri \
|
/third_party/mesa3d/src/glx/ |
H A D | glxclient.h | 370 GLubyte *vendor; member 505 * \name Storage for the GLX vendor, version, and extension strings
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | opcode.cpp | 43 // Represents a vendor tool entry in the SPIR-V XML Regsitry. 46 const char* vendor; member 48 const char* vendor_tool; // Combiantion of vendor and tool.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | opcode.cpp | 43 // Represents a vendor tool entry in the SPIR-V XML Regsitry. 46 const char* vendor; member 48 const char* vendor_tool; // Combiantion of vendor and tool.
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | interworking.c | 1014 if (cred->eap_method && cred->eap_method[0].vendor == EAP_VENDOR_IETF) { in interworking_connect_3gpp() 1436 ttls = cred->eap_method->vendor == EAP_VENDOR_IETF && in interworking_set_eap_params() 1446 ssid->eap.eap_methods[1].vendor = EAP_VENDOR_IETF; in interworking_set_eap_params() 1624 cred->eap_method->vendor == EAP_VENDOR_IETF && in interworking_connect_roaming_consortium() 3025 "ANQP: Unsupported ANQP vendor type %u", in interworking_parse_rx_anqp_resp() 3032 "Interworking: Unsupported vendor-specific ANQP OUI %06x", in interworking_parse_rx_anqp_resp()
|