/third_party/backends/japi/ |
H A D | SaneDevice.java | 48 public String vendor; // device vendor string field in SaneDevice
|
/third_party/elfutils/libebl/ |
H A D | eblcheckobjattr.c | 38 ebl_check_object_attribute (Ebl *ebl, const char *vendor, int tag, in ebl_check_object_attribute() argument
|
/third_party/elfutils/backends/ |
H A D | csky_attrs.c | 40 csky_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor, int tag, uint64_t value __attribute__ ((unused)), const char **tag_name, const char **value_name __attribute__ ((unused))) csky_check_object_attribute() argument
|
H A D | arm_attrs.c | 47 arm_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) arm_check_object_attribute() argument
|
H A D | ppc_attrs.c | 40 ppc_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) ppc_check_object_attribute() argument
|
H A D | sparc_attrs.c | 40 sparc_check_object_attribute(Ebl *ebl __attribute__ ((unused)), const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) sparc_check_object_attribute() argument
|
/third_party/skia/third_party/externals/angle2/src/gpu_info_util/ |
H A D | SystemInfo_unittest.cpp | 106 uint32_t vendor = 0; in TEST() local
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_uuid.c | 35 const char *vendor = "INTEL"; in intel_uuid_compute_device_id() local
|
/third_party/backends/sanei/ |
H A D | sanei_config2.c | 66 char *vendor = 0, *model = 0, *type = 0, *end; in sanei_config_attach_matching_devices() local
|
/third_party/mesa3d/src/egl/main/ |
H A D | eglglvnd.c | 83 __egl_Main(uint32_t version, const __EGLapiExports *exports, __EGLvendorInfo *vendor, __EGLapiImports *imports) __egl_Main() argument
|
/third_party/toybox/toys/other/ |
H A D | lspci.c | 42 char *p = toybuf, *vendor = toybuf+9, *device = toybuf+18, in do_lspci() local
|
/third_party/vk-gl-cts/modules/gles3/ |
H A D | tgl45es3TestPackage.cpp | 68 std::string vendor = contextInfo.getString(GL_VENDOR); in init() local
|
/third_party/vk-gl-cts/modules/gles31/ |
H A D | tes31TestPackage.cpp | 77 std::string vendor = contextInfo.getString(GL_VENDOR); in init() local
|
H A D | tgl45es31TestPackage.cpp | 68 std::string vendor = contextInfo.getString(GL_VENDOR); in init() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
H A D | eap_server_methods.c | 25 const struct eap_method * eap_server_get_eap_method(int vendor, EapType method) in eap_server_get_eap_method() argument 45 EapType eap_server_get_type(const char *name, int *vendor) in eap_server_get_type() argument 71 eap_server_method_alloc(int version, int vendor, EapType method, const char *name) eap_server_method_alloc() argument 166 eap_server_get_name(int vendor, EapType type) eap_server_get_name() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
H A D | eap_server_methods.c | 25 const struct eap_method * eap_server_get_eap_method(int vendor, in eap_server_get_eap_method() argument 46 enum eap_type eap_server_get_type(const char *name, int *vendor) in eap_server_get_type() argument 72 eap_server_method_alloc(int version, int vendor, enum eap_type method, const char *name) eap_server_method_alloc() argument 169 eap_server_get_name(int vendor, enum eap_type type) eap_server_get_name() argument [all...] |
/third_party/backends/backend/ |
H A D | pieusb.h | 77 SANE_Word vendor; /* USB vendor identifier */ member
|
/third_party/mesa3d/src/glx/ |
H A D | glxglvnd.c | 57 __glx_Main(uint32_t version, const __GLXapiExports *exports, __GLXvendorInfo *vendor, __GLXapiImports *imports) __glx_Main() argument
|
H A D | glxglvnddispatchfuncs.h | 11 AddFBConfigMapping(Display *dpy, GLXFBConfig config, __GLXvendorInfo *vendor) AddFBConfigMapping() argument 17 AddFBConfigsMapping(Display *dpy, const GLXFBConfig *ret, int *nelements, __GLXvendorInfo *vendor) AddFBConfigsMapping() argument 36 AddDrawableMapping(Display *dpy, GLXDrawable drawable, __GLXvendorInfo *vendor) AddDrawableMapping() argument 42 AddContextMapping(Display *dpy, GLXContext ctx, __GLXvendorInfo *vendor) AddContextMapping() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTestPackage.cpp | 74 std::string vendor = contextInfo.getString(GL_VENDOR); in init() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_methods.h | 32 static inline EapType eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() argument 38 static inline const char * eap_get_name(int vendor, EapType type) in eap_get_name() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_methods.h | 34 static inline enum eap_type eap_peer_get_type(const char *name, int *vendor) in eap_peer_get_type() argument 40 static inline const char * eap_get_name(int vendor, enum eap_type type) in eap_get_name() argument
|
/third_party/eudev/src/scsi_id/ |
H A D | scsi_id.h | 41 char vendor[9]; member
|
/third_party/ffmpeg/libavutil/x86/ |
H A D | cpu.c | 99 union { int i[3]; char c[12]; } vendor; in ff_get_cpu_flags_x86() local
|
/third_party/backends/backend/genesys/ |
H A D | test_usb_device.cpp | 28 TestUsbDevice::TestUsbDevice(std::uint16_t vendor, std::uint16_t product, in TestUsbDevice() argument
|