HomeSort by relevance Sort by last modified time
    Searched defs:type16 (Results 1 - 6 of 6) sorted by null

  /frameworks/base/libs/androidfw/include/androidfw/
AssetManager2.h 83 const char16_t* type16 = nullptr; member in struct:android::AssetManager2::ResourceName
  /frameworks/base/tools/aapt2/process/
SymbolTable.cpp 297 const std::u16string type16 = util::Utf8ToUtf16(to_string(name.type)); local
319 res_id = table.identifierForName(real_entry16.data(), real_entry16.size(), type16.data(),
320 type16.size(), real_package16.data(), real_package16.size(),
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsm16bitStorageTests.cpp 1007 const char* type16; member in struct:vkt::SpirVAssembly::__anon17916::IntegerFacts
2082 const char* type16; member in struct:vkt::SpirVAssembly::__anon17916::Case
2222 const char* type16; member in struct:vkt::SpirVAssembly::__anon17916::Case
2720 const char* type16; member in struct:vkt::SpirVAssembly::__anon17916::IntegerFacts
    [all...]
  /frameworks/base/libs/androidfw/
AssetManager2.cpp 476 out_name->type16 = nullptr;
478 out_name->type16 = entry.type_string_ref.string16(&out_name->type_len);
479 if (out_name->type16 == nullptr) {
791 std::u16string type16; local
792 if (!Utf8ToUtf16(type, &type16)) {
812 uint32_t resid = package->FindEntryByName(type16, entry16);
813 if (resid == 0u && kAttr16 == type16) {
    [all...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_state_fs.c 788 struct lp_type type64, type16, type32; local
810 type16 = type;
811 type16.length /= 2;
812 type16.width *= 2;
813 type16_t = lp_build_vec_type(gallivm, type16);
    [all...]
  /external/wpa_supplicant_8/src/ap/
wpa_auth_ft.c 124 le16 type16; local
128 type16 = host_to_le16(type);
142 if (f->type == type16) {
    [all...]

Completed in 197 milliseconds