Home
last modified time | relevance | path

Searched defs:name_bytes (Results 1 – 4 of 4) sorted by relevance

/external/sfntly/cpp/src/sfntly/table/core/
Dname_table.cc81 const std::vector<uint8_t>& name_bytes) { in NameEntry()
93 const std::vector<uint8_t>& name_bytes) { in NameEntry()
122 const std::vector<uint8_t>* name_bytes) { in Init()
139 const std::vector<uint8_t>& name_bytes) { in NameEntryBuilder()
177 void NameTable::NameEntryBuilder::SetName(const std::vector<uint8_t>& name_bytes) { in SetName()
184 void NameTable::NameEntryBuilder::SetName(const std::vector<uint8_t>& name_bytes, in SetName()
197 const std::vector<uint8_t>* name_bytes) { in Init()
680 UChar* NameTable::ConvertFromNameBytes(std::vector<uint8_t>* name_bytes, in ConvertFromNameBytes()
/external/crosvm/rutabaga_gfx/src/rutabaga_gralloc/
Drendernode.rs65 let mut name_bytes: Vec<u8> = vec![0; (version.name_len + 1) as usize]; in get_drm_device_name() localVariable
/external/python/cpython2/Modules/
D_ssl.c3182 char *name_bytes; in set_ecdh_curve() local
/external/python/cpython3/Modules/
D_ssl.c4466 PyObject *name_bytes; in _ssl__SSLContext_set_ecdh_curve() local