HomeSort by relevance Sort by last modified time
    Searched refs:vendor_name (Results 1 - 12 of 12) sorted by null

  /frameworks/compile/mclinker/lib/Target/
ELFAttribute.cpp 87 const char* vendor_name = subsection_data + SubsectionLengthFieldSize; local
88 const size_t vendor_name_length = ::strlen(vendor_name) + 1 /* '\0' */;
96 Subsection* subsection = getSubsection(vendor_name);
100 warning(diag::warn_unrecognized_vendor_subsection) << vendor_name
316 const std::string& vendor_name = m_AttrData.getVendorName(); local
317 ::memcpy(buffer, vendor_name.c_str(), vendor_name.length());
318 buffer += vendor_name.length();
  /external/libchrome/base/
cpu.h 34 const std::string& vendor_name() const { return cpu_vendor_; } function in class:base::CPU
  /external/mesa3d/src/gallium/state_trackers/clover/core/
device.hpp 62 std::string vendor_name() const;
device.cpp 159 _cl_device_id::vendor_name() const { function in class:_cl_device_id
  /toolchain/binutils/binutils-2.25/bfd/
elf-attrs.c 91 const char *vendor_name = vendor_obj_attr_name (abfd, vendor); local
93 if (!vendor_name)
106 /* <size> <vendor_name> NUL 0x1 <size> */
108 ? size + 10 + strlen (vendor_name)
177 const char *vendor_name = vendor_obj_attr_name (abfd, vendor); local
178 size_t vendor_length = strlen (vendor_name) + 1;
183 memcpy (p, vendor_name, vendor_length);
  /external/libnfc-nxp/src/
phHciNfc_IDMgmt.c 87 utf8_t vendor_name[VENDOR_NAME_LEN]; member in struct:phHciNfc_IDMgmt_Info
816 p_identity_info->vendor_name[i] = reg_value[i];
817 pHwRef->device_info.vendor_name[i]= reg_value[i];
819 HCI_DEBUG("\tVendor Name:%s",p_identity_info->vendor_name);
  /external/mesa3d/src/gallium/state_trackers/clover/api/
device.cpp 216 return string_property(buf, size, size_ret, dev->vendor_name());
  /system/core/metricsd/uploader/proto/
system_profile.proto 160 optional string vendor_name = 1;
  /external/libnfc-nxp/inc/
phNfcTypes.h 336 utf8_t vendor_name[VENDOR_NAME_LEN]; /**< \ingroup grp_hal_common member in struct:phNfc_sDeviceCapabilities_t
    [all...]
  /device/huawei/angler/
init.angler.rc 97 chown system graphics /sys/class/graphics/fb1/vendor_name
100 chmod 0664 /sys/devices/virtual/graphics/fb1/vendor_name
  /device/lge/bullhead/
init.bullhead.rc 125 chown system graphics /sys/class/graphics/fb1/vendor_name
128 chmod 0664 /sys/devices/virtual/graphics/fb1/vendor_name
  /external/libnfc-nci/src/nfa/int/
nfa_hci_int.h 356 UINT8 vendor_name[20]; /* Vendor name */ member in struct:__anon15751

Completed in 1759 milliseconds