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

  /art/runtime/
dex_file_types.h 61 class TypeIndex {
65 constexpr TypeIndex() : index_(std::numeric_limits<decltype(index_)>::max()) {}
66 explicit constexpr TypeIndex(uint16_t idx) : index_(idx) {}
71 static TypeIndex Invalid() {
72 return TypeIndex(std::numeric_limits<decltype(index_)>::max());
75 bool operator==(const TypeIndex& other) const {
78 bool operator!=(const TypeIndex& other) const {
81 bool operator<(const TypeIndex& other) const {
84 bool operator<=(const TypeIndex& other) const {
87 bool operator>(const TypeIndex& other) const
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c 298 UINTN TypeIndex;
318 for (TypeIndex = 0; TypeIndex < sizeof (DriverInfo->CurrentUsageByType) / sizeof (DriverInfo->CurrentUsageByType[0]); TypeIndex++) {
319 if ((DriverInfo->CurrentUsageByType[TypeIndex] != 0) ||
320 (DriverInfo->PeakUsageByType[TypeIndex] != 0)) {
321 Print (L" CurrentUsage[0x%02x] - 0x%016lx (%s)\n", TypeIndex, DriverInfo->CurrentUsageByType[TypeIndex], mMemoryTypeString[TypeIndex]);
322 Print (L" PeakUsage[0x%02x] - 0x%016lx (%s)\n", TypeIndex, DriverInfo->PeakUsageByType[TypeIndex], mMemoryTypeString[TypeIndex]);
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
PxeBcDriver.c 468 UINTN TypeIndex;
514 for (TypeIndex = 0; TypeIndex < InfoTypeBufferCount; TypeIndex++) {
515 if (CompareGuid (&InfoTypesBuffer[TypeIndex], &gEfiAdapterInfoUndiIpv6SupportGuid)) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/
IScsiDriver.c 97 UINTN TypeIndex;
153 for (TypeIndex = 0; TypeIndex < InfoTypeBufferCount; TypeIndex++) {
154 if (CompareGuid (&InfoTypesBuffer[TypeIndex], &gEfiAdapterInfoNetworkBootGuid)) {
    [all...]
  /external/deqp/scripts/khr_util/
registry.py 164 class TypeIndex(NameApiIndex):
181 self.types = TypeIndex(eRegistry.findall('types/type'))
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(0) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
118 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
119 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeIndex.h 1 //===- TypeIndex.h ----------------------------------------------*- C++ -*-===//
89 class TypeIndex {
96 TypeIndex() : Index(static_cast<uint32_t>(SimpleTypeKind::None)) {}
97 explicit TypeIndex(uint32_t Index) : Index(Index) {}
98 explicit TypeIndex(SimpleTypeKind Kind)
100 TypeIndex(SimpleTypeKind Kind, SimpleTypeMode Mode)
119 static TypeIndex None() { return TypeIndex(SimpleTypeKind::None); }
120 static TypeIndex Void() { return TypeIndex(SimpleTypeKind::Void);
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c     [all...]
  /external/v8/src/asmjs/
asm-wasm-builder.cc     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
dbghelp.h 780 ULONG TypeIndex;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/psdk_inc/
_dbg_common.h     [all...]

Completed in 2023 milliseconds