HomeSort by relevance Sort by last modified time
    Searched full:type16 (Results 1 - 25 of 29) sorted by null

1 2

  /device/linaro/bootloader/edk2/EmulatorPkg/PlatformSmbiosDxe/
PlatformSmbiosDxe.c 53 // Only make a Type19 entry if a Type16 entry exists.
59 // if type17 exits update with type16 Smbios handle
63 // Generate Type16 records
  /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...]
  /cts/tests/app/app/res/values/
attrs.xml 50 <attr name="type16" format="string"/>
67 <attr name="type16"/>
styles.xml 35 <item name="type16">Typed Value!</item>
  /cts/tests/tests/content/res/values/
attrs.xml 50 <attr name="type16" format="string"/>
71 <attr name="type16"/>
styles.xml 35 <item name="type16">Typed Value!</item>
  /cts/tests/tests/graphics/res/values/
attrs.xml 50 <attr name="type16" format="string"/>
67 <attr name="type16"/>
styles.xml 35 <item name="type16">Typed Value!</item>
  /cts/tests/tests/text/res/values/
attrs.xml 50 <attr name="type16" format="string"/>
67 <attr name="type16"/>
  /cts/tests/tests/view/res/values/
attrs.xml 50 <attr name="type16" format="string"/>
67 <attr name="type16"/>
styles.xml 35 <item name="type16">Typed Value!</item>
  /cts/tests/tests/widget/res/values/
attrs.xml 50 <attr name="type16" format="string"/>
67 <attr name="type16"/>
styles.xml 35 <item name="type16">Typed Value!</item>
  /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...]
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/MemorySubClassDxe/
MemorySubClass.c 339 DEBUG((EFI_D_ERROR, "[%a]:[%dL] Smbios Type16 Table Log Failed! %r \n", __FUNCTION__, __LINE__, Status));
735 DEBUG((EFI_D_ERROR, "Smbios Add Type16 Table Failed. %r\n", Status));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
Smbios.h 619 SMBIOS_TABLE_TYPE16 *Type16;
  /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...]
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/Drivers/PlatformSmbiosDxe/
PlatformSmbiosDxe.c 406 SMBIOS data definition TYPE16 Physical Memory ArrayInformation
776 SMBIOS data update TYPE16 Physical Memory Array Information
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
PrintInfo.c 684 DisplayPMALocation (Struct->Type16->Location, Option);
685 DisplayPMAUse (Struct->Type16->Use, Option);
687 Struct->Type16->MemoryErrorCorrection,
690 PRINT_STRUCT_VALUE_H (Struct, Type16, MaximumCapacity);
691 PRINT_STRUCT_VALUE_H (Struct, Type16, MemoryErrorInformationHandle);
692 PRINT_STRUCT_VALUE_H (Struct, Type16, NumberOfMemoryDevices);
694 PRINT_STRUCT_VALUE_LH (Struct, Type16, ExtendedMaximumCapacity);
    [all...]
  /frameworks/base/libs/androidfw/include/androidfw/
AssetManager2.h 83 const char16_t* type16 = nullptr; member in struct:android::AssetManager2::ResourceName
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrSyntax.g     [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...]
  /frameworks/base/tools/aapt/
Resource.cpp 299 String16 type16(resType);
327 type16,
    [all...]

Completed in 835 milliseconds

1 2