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

  /art/libdexfile/dex/
string_reference.h 34 StringReference(const DexFile* file, dex::StringIndex index)
37 dex::StringIndex StringIndex() const {
38 return dex::StringIndex(index);
42 return dex_file->GetStringData(dex_file->GetStringId(StringIndex()));
dex_file_types.h 73 class StringIndex : public DexIndex<uint32_t> {
75 StringIndex() {}
76 explicit constexpr StringIndex(uint32_t index) : DexIndex<decltype(index_)>(index) {}
77 static constexpr StringIndex Invalid() {
78 return StringIndex(std::numeric_limits<decltype(index_)>::max());
81 std::ostream& operator<<(std::ostream& os, const StringIndex& index);
104 template<> struct hash<art::dex::StringIndex> {
105 size_t operator()(const art::dex::StringIndex& index) const {
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
ComponentName.c 252 UINTN StringIndex;
259 for (StringIndex = 0; StringIndex < 41; StringIndex++) {
260 ModelName[StringIndex] = IdeBlkIoDevicePtr->ModelName[StringIndex];
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/SmbiosLib/
SmbiosLib.c 176 UINTN StringIndex;
187 StringIndex = StringNumber;
188 return gSmbios->UpdateString (gSmbios, &SmbiosHandle, &StringIndex, String);
216 UINTN StringIndex;
234 StringIndex = StringNumber;
235 Status = gSmbios->UpdateString (gSmbios, &SmbiosHandle, &StringIndex, Ascii);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/GraphicsLite/
Print.c 150 UINT16 StringIndex;
271 StringIndex = (UINT16) Index;
272 Status = Hii->GetGlyph (Hii, UnicodeWeight, &StringIndex, (UINT8 **) &Glyph, &GlyphWidth, &GlyphStatus);
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 78 uint64_t StringIndex;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h 80 uint64_t StringIndex;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCMachObjectWriter.h 86 uint64_t StringIndex;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/
Print.c 175 UINT16 StringIndex;
297 StringIndex = (UINT16) Index;
298 Status = Hii->GetGlyph (Hii, UnicodeWeight, &StringIndex, (UINT8 **) &Glyph, &GlyphWidth, &GlyphStatus);
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
PcdDataBaseSignatureGuid.h 70 UINT32 StringIndex; // Offset in String Table in units of UINT8.
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DmpStore.c 103 UINTN StringIndex;
108 for (Index = 0, StringIndex = 0; Index < BufferSize; Index += 1) {
109 StringIndex +=
111 &HexString[StringIndex],
112 HexStringSize - StringIndex * sizeof (CHAR16),
  /external/llvm/include/llvm/Object/
Archive.h 149 uint32_t StringIndex; // Extra index to the string.
159 , StringIndex(stri) {}
  /external/swiftshader/third_party/LLVM/lib/MC/
ELFObjectWriter.h 67 uint64_t StringIndex;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
Archive.h 187 uint32_t StringIndex; // Extra index to the string.
193 , StringIndex(stri) {}
WindowsResource.h 167 uint32_t getStringIndex() const { return StringIndex; }
205 uint32_t StringIndex;
  /external/swiftshader/third_party/LLVM/tools/llvm-objdump/
MachODump.cpp 99 uint32_t StringIndex;
119 S.StringIndex = STE->StringIndex;
449 outs() << MachOObj->getStringAtIndex(Symbols[SymIdx].StringIndex)
482 MachOObj->getStringAtIndex(Symbols[SymIdx].StringIndex),
583 UnsortedSymbols[Relocs[j].second].StringIndex)
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 284 uint32_t StringIndex;
370 Symbol.StringIndex = Entry.n_strx;
378 Symbol.StringIndex = Entry.n_strx;
626 W.printNumber("Name", SymbolName, MOSymbol.StringIndex);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/StrGather/
StringDB.c 387 UINT32 StringIndex;
484 for (StringIndex = 0; StringIndex < mDBData.NumStringIdentifiersReferenced; StringIndex++) {
489 if (StringIndex == STRING_ID_LANGUAGE_NAME) {
495 StringIdentifier = StringDBFindStringIdentifierByIndex (StringIndex);
497 Error (NULL, 0, 0, "internal error", "invalid string index 0x%X", StringIndex);
558 StringIndex = 0;
560 for (StringIndex = 0; StringIndex < mDBData.NumStringIdentifiersReferenced; StringIndex++) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/
StringDB.c 459 UINT16 StringIndex;
526 StringIndex = STRING_ID_INVALID;
527 if (StringDBAddStringIdentifier (StringName, &StringIndex, Flags) != STATUS_SUCCESS) {
782 UINT32 StringIndex
789 if (Identifier->Index == StringIndex) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
MachODumper.cpp 286 uint32_t StringIndex;
372 Symbol.StringIndex = Entry.n_strx;
380 Symbol.StringIndex = Entry.n_strx;
628 W.printNumber("Name", SymbolName, MOSymbol.StringIndex);
  /external/swiftshader/third_party/LLVM/include/llvm/Object/
MachOFormat.h 268 uint32_t StringIndex;
275 uint32_t StringIndex;
  /external/libusb/libusb/os/
windows_winusb.h 927 USHORT StringIndex, Reserved2;

Completed in 1930 milliseconds