HomeSort by relevance Sort by last modified time
    Searched defs:Info (Results 1 - 25 of 346) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/PCH/Inputs/
pr27445.h 1 struct Info {
2 virtual ~Info();
  /external/llvm/tools/llvm-dwp/
DWPError.h 11 DWPError(std::string Info) : Info(std::move(Info)) {}
12 void log(raw_ostream &OS) const override { OS << Info; }
19 std::string Info;
  /external/skia/src/core/
SkYUVPlanesCache.h 20 * The Info struct contains data about the 3 Y, U and V planes of memory stored
26 struct Info {
35 static SkCachedData* FindAndRef(uint32_t genID, Info* info,
41 static void Add(uint32_t genID, SkCachedData* data, Info* info,
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
QueryTable.h 2 Build a table, each item is (key, info) pair.
23 CHAR16 *Info;
27 // Print info by option
41 Given a table and a Key, return the responding info.
58 @param[in, out] Info Input as empty buffer; output as data buffer.
59 @param[in] InfoLen The max number of characters for Info.
61 @return the found Key and Info is valid.
62 @retval QUERY_TABLE_UNFOUND and Info should be NULL.
69 IN OUT CHAR16 *Info,
  /external/libchrome/base/files/
file.cc 14 File::Info::Info()
20 File::Info::~Info() {
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmShellCmdRunAxf/
BootMonFsLoader.c 49 BOOTMON_FS_FILE_INFO Info;
56 InfoSize = sizeof (Info);
57 // Get BootMon File info and see if it gives us what we need to load the file.
59 &InfoSize, &Info);
65 if ((Info.Size == 0) || (Info.EntryPoint == 0) || (Info.RegionCount == 0) ||
66 (Info.RegionCount > BOOTMONFS_IMAGE_DESCRIPTION_REGION_MAX)) {
71 // checksums. Info.Offset can be zero if it loads from the start of the
73 for (Index = 0; Index < Info.RegionCount; Index++) {
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/MemoryInitPei/
MemoryInitPeim.c 46 EFI_MEMORY_TYPE_INFORMATION Info[10];
48 Info[0].Type = EfiACPIReclaimMemory;
49 Info[0].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiACPIReclaimMemory);
50 Info[1].Type = EfiACPIMemoryNVS;
51 Info[1].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiACPIMemoryNVS);
52 Info[2].Type = EfiReservedMemoryType;
53 Info[2].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiReservedMemoryType);
54 Info[3].Type = EfiRuntimeServicesData;
55 Info[3].NumberOfPages = PcdGet32 (PcdMemoryTypeEfiRuntimeServicesData);
56 Info[4].Type = EfiRuntimeServicesCode;
    [all...]
  /external/llvm/include/llvm/DebugInfo/PDB/Raw/
PDBFileBuilder.h 52 std::unique_ptr<InfoStreamBuilder> Info;
ModInfo.h 28 ModInfo(const ModInfo &Info);
31 static Error initialize(codeview::StreamRef Stream, ModInfo &Info);
55 ModuleInfoEx(const ModInfo &Info) : Info(Info) {}
57 : Info(Ex.Info), SourceFiles(Ex.SourceFiles) {}
59 ModInfo Info;
68 pdb::ModInfo &Info) const {
69 if (auto EC = pdb::ModInfo::initialize(Stream, Info))
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMWinCOFFObjectWriter.cpp 50 const MCFixupKindInfo &Info = MAB.getFixupKindInfo(Fixup.getKind());
51 report_fatal_error(Twine("unsupported relocation type: ") + Info.Name);
  /packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/
command_utils.h 30 Info,
  /packages/inputmethods/LatinIME/native/dicttoolkit/tests/utils/
command_utils_test.cpp 28 EXPECT_EQ(CommandUtils::getCommandType("info"), CommandType::Info);
  /system/keymaster/
logger.cpp 49 int Logger::Info(const char* fmt, ...) {
  /device/linaro/bootloader/edk2/MdePkg/Include/Ppi/
VectorHandoffInfo.h 2 This file declares Vector Handoff Info PPI that describes an array of
34 /// Vector Handoff Info Attributes
70 EFI_VECTOR_HANDOFF_INFO *Info;
  /device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/
Gop.c 24 OUT EFI_GRAPHICS_OUTPUT_MODE_INFORMATION *Info
27 Info->Version = 0;
29 Info->PixelFormat = PixelBitMask;
30 Info->PixelInformation.RedMask = PIXEL_RED_MASK;
31 Info->PixelInformation.GreenMask = PIXEL_GREEN_MASK;
32 Info->PixelInformation.BlueMask = PIXEL_BLUE_MASK;
33 Info->PixelInformation.ReservedMask = 0;
35 Info->PixelFormat = PixelBitMask;
36 Info->PixelInformation.RedMask = PIXEL24_RED_MASK;
37 Info->PixelInformation.GreenMask = PIXEL24_GREEN_MASK;
    [all...]
  /external/clang/lib/AST/
CommentBriefParser.cpp 82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID());
83 if (Info->IsBriefCommand) {
89 if (Info->IsReturnsCommand) {
98 if (Info->IsBlockCommand) {
  /external/llvm/include/llvm/MC/
MCInstrAnalysis.h 27 const MCInstrInfo *Info;
30 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {}
35 return Info->get(Inst.getOpcode()).isBranch();
39 return Info->get(Inst.getOpcode()).isConditionalBranch();
43 return Info->get(Inst.getOpcode()).isUnconditionalBranch();
47 return Info->get(Inst.getOpcode()).isIndirectBranch();
51 return Info->get(Inst.getOpcode()).isCall();
55 return Info->get(Inst.getOpcode()).isReturn()
    [all...]
  /external/llvm/lib/Support/
Threading.cpp 47 ThreadInfo Info = { Fn, UserData };
62 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
86 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param); local
87 info->func(info->param);
  /external/llvm/lib/Target/WebAssembly/Disassembler/
WebAssemblyDisassembler.cpp 93 const MCOperandInfo &Info = Desc.OpInfo[i];
94 switch (Info.OperandType) {
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 76 const MCFixupKindInfo &Info = getFixupKindInfo(Fixup.getKind());
77 assert(Info.Flags == 0 && "WebAssembly does not use MCFixupKindInfo flags");
79 unsigned NumBytes = (Info.TargetSize + 7) / 8;
84 Value <<= Info.TargetOffset;
  /external/parameter-framework/upstream/parameter/log/include/log/
LogWrapper.h 78 mLogger.info(mProlog + mLog.str());
129 typedef details::LogWrapper<false> Info;
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCInstrAnalysis.h 24 const MCInstrInfo *Info;
27 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {}
32 return Info->get(Inst.getOpcode()).isBranch();
36 return Info->get(Inst.getOpcode()).isBranch();
40 return Info->get(Inst.getOpcode()).isUnconditionalBranch();
44 return Info->get(Inst.getOpcode()).isIndirectBranch();
48 return Info->get(Inst.getOpcode()).isCall();
52 return Info->get(Inst.getOpcode()).isReturn()
    [all...]
  /external/v8/src/
source-position.cc 6 #include "src/compilation-info.h"
46 SourcePositionInfo SourcePosition::Info(
65 stack.push_back(pos.Info(inl.shared_info));
68 stack.push_back(pos.Info(cinfo->shared_info()));
83 stack.push_back(pos.Info(function));
88 stack.push_back(pos.Info(function));
  /frameworks/av/media/libstagefright/include/
FrameRenderTracker.h 89 typedef RenderedFrameInfo Info;
103 // Called when we have dequeued a buffer |buf| from the native window to track render info.
105 // client to track this render info among the dequeued buffers.
106 // Returns pointer to the tracked info, or NULL if buffer is not tracked or if |index|
108 Info *updateInfoForDequeuedBuffer(ANativeWindowBuffer *buf, int fenceFd, int index);
115 // tracked info, this method searches the entire render queue.
122 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete);
124 // Stop tracking a queued frame (e.g. if the frame has been discarded). If |info| is NULL or is
127 void untrackFrame(const Info *info, ssize_t index = SSIZE_MAX)
    [all...]
  /frameworks/base/core/jni/android/graphics/
Movie.h 53 struct Info {
60 virtual bool onGetInfo(Info*) = 0;
68 Info fInfo;

Completed in 1792 milliseconds

1 2 3 4 5 6 7 8 91011>>