HomeSort by relevance Sort by last modified time
    Searched refs:StringId (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /art/dexlayout/
dexlayout.cc 544 dex_ir::StringId* string_id = data->GetStringId();
    [all...]
dex_verify.cc 69 bool VerifyId(dex_ir::StringId* orig, dex_ir::StringId* output, std::string* error_msg) {
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrUtilityLib.cpp     [all...]
VfrFormPkg.h 1129 VOID SetTextTwo (IN EFI_STRING_ID StringId) {
1130 mText->TextTwo = StringId;
    [all...]
VfrUtilityLib.h 507 IN EFI_STRING_ID StringId,
530 IN EFI_STRING_ID StringId
  /art/libdexfile/dex/
test_dex_file_builder.h 114 uint32_t type_ids_offset = string_ids_offset + strings_.size() * sizeof(DexFile::StringId);
174 Write32(string_ids_offset + entry.second.idx * sizeof(DexFile::StringId), raw_offset);
dex_file_verifier_test.cc 246 const DexFile::StringId& string_id = dex_file->GetStringId(name_index);
851 const DexFile::StringId& string_id = dex_file->GetStringId(name_index);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.h 836 VOID SetTextTwo (IN EFI_STRING_ID StringId) {
837 mText->TextTwo = StringId;
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/DeviceMngr/
DeviceManager.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
BmDriverHealth.c 143 DriverHealthInfo->MessageList[Index].StringId,
  /external/llvm/lib/DebugInfo/CodeView/
TypeTableBuilder.cpp 213 TypeRecordBuilder Builder(TypeRecordKind::StringId);
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
UefiInternalFormRepresentation.h 313 EFI_STRING_ID StringId;
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Include/
EfiHii.h 276 EFI_STRING_ID StringId;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/BootManagerMenuApp/
BootManagerMenu.c 85 @param StringId The input string to be counted.
92 IN EFI_STRING_ID StringId
101 String = HiiGetString (gStringPackHandle, StringId, NULL);
    [all...]
  /external/syslinux/gpxe/src/include/gpxe/efi/Uefi/
UefiInternalFormRepresentation.h 328 EFI_STRING_ID StringId;
    [all...]
  /external/syslinux/gpxe/src/interface/efi/
efi_snp.c 961 strncpy ( snpdev->nii.StringId, "gPXE",
962 sizeof ( snpdev->nii.StringId ) );
    [all...]
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
UefiHandleParsingLib.c     [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StrGather.c 883 UINT16 StringId;
888 StringId = STRING_ID_INVALID;
889 StringDBAddStringIdentifier (StringIdentifier, &StringId, 0);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverHealthManagerDxe/
DriverHealthManagerDxe.c 797 mDriverHealthManagerHealthInfo[Index].MessageList[MessageIndex].StringId,
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
HttpBootDhcp4.c 159 CopyMem (OptEnt.Clid->InterfaceName, Private->Nii->StringId, sizeof (OptEnt.Clid->InterfaceName));
HttpBootDhcp6.c 107 Private->Nii->StringId,
  /device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
UefiInternalFormRepresentation.h 382 EFI_STRING_ID StringId;
    [all...]
  /tools/dexter/slicer/
reader.cc 44 slicer::ArrayView<const dex::StringId> Reader::StringIds() const {
45 return section<dex::StringId>(header_->string_ids_off,
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.c 985 EFI_STRING_ID StringId;
987 StringId = HiiSetString (HiiHandle, 0, String, NULL);
988 ASSERT (StringId != 0);
990 return StringId;
997 @param StringId Id of the string in HII database.
1005 IN EFI_STRING_ID StringId,
1012 HiiSetString (HiiHandle, StringId, &NullChar, NULL);
1018 Get the string based on the StringId and HII Package List Handle.
    [all...]
  /development/vndk/tools/definition-tool/
vndk_definition_tool.py 856 StringId = create_struct('StringId', (
883 StringId = cls.StringId
884 struct_size = StringId.struct_size
890 offset = StringId.unpack_from(buf, offset).string_data_off
    [all...]

Completed in 643 milliseconds

1 23 4 5