HomeSort by relevance Sort by last modified time
    Searched refs:vendor_name (Results 1 - 9 of 9) 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/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
  /external/lldb/source/Plugins/Process/gdb-remote/
GDBRemoteCommunicationClient.cpp 1113 std::string vendor_name; local
    [all...]
  /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());
  /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/lge/hammerhead/
init.hammerhead.rc 91 chown system graphics /sys/class/graphics/fb1/vendor_name
94 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:__anon12983

Completed in 417 milliseconds