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

  /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(),
  /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...]
  /frameworks/base/libs/androidfw/include/androidfw/
AssetManager2.h 83 const char16_t* type16 = nullptr; member in struct:android::AssetManager2::ResourceName
  /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/core/jni/
android_util_AssetManager.cpp 902 if (name.type != nullptr || name.type16 != nullptr) {
910 result += util::Utf16ToUtf8(StringPiece16(name.type16, name.type_len));
    [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...]
  /frameworks/ml/nn/runtime/test/generated/models/
mobilenet_quantized.model.cpp 61 OperandType type16(Type::TENSOR_QUANT8_ASYMM, {1, 7, 7, 512}, 0.023528477177, 0);
227 auto op15 = model->addOperand(&type16);
    [all...]
mobilenet_224_gender_basic_fixed.model.cpp 13 OperandType type16(Type::TENSOR_FLOAT32, {1, 3, 3, 16});
201 auto op29 = model->addOperand(&type16);
207 auto op35 = model->addOperand(&type16);
    [all...]
mobilenet_224_gender_basic_fixed_relaxed.model.cpp 13 OperandType type16(Type::TENSOR_FLOAT32, {1, 3, 3, 16});
201 auto op29 = model->addOperand(&type16);
207 auto op35 = model->addOperand(&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...]
  /frameworks/base/tools/aapt/
Resource.cpp 299 String16 type16(resType);
327 type16,
    [all...]

Completed in 3898 milliseconds