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

1 2 3 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/io/
OpcodeInfo.java 27 * TODO: Merge at least most of the info from the Dops class into
32 private static final Info[] INFO;
40 public static final Info SPECIAL_FORMAT =
41 new Info(Opcodes.SPECIAL_FORMAT, "<special>",
46 public static final Info PACKED_SWITCH_PAYLOAD =
47 new Info(Opcodes.PACKED_SWITCH_PAYLOAD, "packed-switch-payload",
51 public static final Info SPARSE_SWITCH_PAYLOAD =
52 new Info(Opcodes.SPARSE_SWITCH_PAYLOAD, "sparse-switch-payload",
56 public static final Info FILL_ARRAY_DATA_PAYLOAD
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/
OpcodeInfo.java 27 * TODO: Merge at least most of the info from the Dops class into
32 private static final Info[] INFO;
40 public static final Info SPECIAL_FORMAT =
41 new Info(Opcodes.SPECIAL_FORMAT, "<special>",
46 public static final Info PACKED_SWITCH_PAYLOAD =
47 new Info(Opcodes.PACKED_SWITCH_PAYLOAD, "packed-switch-payload",
51 public static final Info SPARSE_SWITCH_PAYLOAD =
52 new Info(Opcodes.SPARSE_SWITCH_PAYLOAD, "sparse-switch-payload",
56 public static final Info FILL_ARRAY_DATA_PAYLOAD
    [all...]
  /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/v8/tools/gyp/test/mac/postbuild-defaults/
postbuild-defaults.sh 8 # This is the built Info.plist in the output directory.
9 PLIST="${BUILT_PRODUCTS_DIR}"/Test.app/Contents/Info # No trailing .plist
12 # This is the source Info.plist next to this script file.
13 PLIST="${SRCROOT}"/Info # No trailing .plist
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
verbose-error.l 4 [^:]*:5: Info: did you mean this\?
5 [^:]*:5: Info: ubfm w0,w1,#8,#31
6 [^:]*:5: Info: other valid variant\(s\):
7 [^:]*:5: Info: ubfm x0,x1,#8,#31
15 [^:]*:12: Info: did you mean this\?
16 [^:]*:12: Info: add v0.4s,v1.4s,v2.4s
17 [^:]*:12: Info: other valid variant\(s\):
18 [^:]*:12: Info: add v0.8b,v1.8b,v2.8b
19 [^:]*:12: Info: add v0.16b,v1.16b,v2.16b
20 [^:]*:12: Info: add v0.4h,v1.4h,v2.4
    [all...]
  /external/llvm/include/llvm/Option/
Option.h 68 const OptTable::Info *Info;
72 Option(const OptTable::Info *Info, const OptTable *Owner);
75 return Info != nullptr;
79 assert(Info && "Must have a valid info!");
80 return Info->ID;
84 assert(Info && "Must have a valid info!");
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
index.yaml 20 - kind: Info
25 - kind: Info
32 - kind: Info
  /external/skia/src/core/
SkYUVPlanesCache.h 19 * The Info struct contains data about the 3 Y, U and V planes of memory stored
29 struct Info {
40 static SkCachedData* FindAndRef(uint32_t genID, Info* info,
46 static void Add(uint32_t genID, SkCachedData* data, Info* info,
  /frameworks/base/libs/hwui/tests/common/
TestScene.cpp 25 std::unordered_map<std::string, TestScene::Info>& TestScene::testMap() {
26 static std::unordered_map<std::string, TestScene::Info> testMap;
30 void TestScene::registerScene(const TestScene::Info& info) {
31 testMap()[info.name] = info;
TestScene.h 50 struct Info {
58 Registrar(const TestScene::Info& info) {
59 TestScene::registerScene(info);
71 static std::unordered_map<std::string, Info>& testMap();
72 static void registerScene(const Info& info);
  /external/regex-re2/re2/
prefilter.cc 199 class Prefilter::Info {
201 Info();
202 ~Info();
204 // More constructors. They delete their Info* arguments.
205 static Info* Alt(Info* a, Info* b);
206 static Info* Concat(Info* a, Info* b)
407 Info* info = new Info(); local
415 Info* info = new Info(); local
423 Prefilter::Info* info = new Prefilter::Info(); local
430 Prefilter::Info* info = new Prefilter::Info(); local
440 Prefilter::Info *info = new Prefilter::Info(); local
447 Prefilter::Info* info = new Prefilter::Info(); local
513 Prefilter::Info* info = w.WalkExponential(re, NULL, 100000); local
534 Prefilter::Info *info; local
655 Prefilter::Info *info = BuildInfo(simple); local
    [all...]
  /external/llvm/lib/IR/
FunctionInfo.cpp 1 //===-- FunctionInfo.cpp - Function Info Index ----------------------------===//
10 // This file implements the function info index and summary classes for the
29 // Assert that the func info list only has one entry, since we shouldn't
32 std::unique_ptr<FunctionInfo> Info = std::move(List.front());
35 if (!Info->functionSummary())
42 addModulePath(Info->functionSummary()->modulePath(), NextModuleId);
44 assert(ModPath == Info->functionSummary()->modulePath() &&
50 Info->functionSummary()->setModulePath(ModPath);
53 if (Info->functionSummary()->isLocalFunction()) {
62 // Add new function info to existing list. There may be duplicates whe
    [all...]
  /external/llvm/lib/DebugInfo/Symbolize/
DIPrinter.cpp 27 void DIPrinter::printName(const DILineInfo &Info, bool Inlined) {
29 std::string FunctionName = Info.FunctionName;
37 std::string Filename = Info.FileName;
40 OS << Filename << ":" << Info.Line << ":" << Info.Column << "\n";
43 DIPrinter &DIPrinter::operator<<(const DILineInfo &Info) {
44 printName(Info, false);
48 DIPrinter &DIPrinter::operator<<(const DIInliningInfo &Info) {
49 uint32_t FramesNum = Info.getNumberOfFrames();
55 printName(Info.getFrame(i), i > 0)
    [all...]
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 56 const Diagnostic &Info,
61 if (Info.getID() == diag::fatal_too_many_errors) {
76 DiagnosticIDs::isBuiltinWarningOrExtension(Info.getID()) &&
77 !DiagnosticIDs::isDefaultMappingAsError(Info.getID())) {
82 StringRef Opt = DiagnosticIDs::getWarningOptionForDiag(Info.getID());
86 StringRef OptValue = Info.getDiags()->getFlagValue();
96 DiagnosticIDs::getCategoryNumberForDiag(Info.getID());
113 const Diagnostic &Info) {
115 DiagnosticConsumer::HandleDiagnostic(Level, Info);
120 Info.FormatDiagnostic(OutStr)
    [all...]
TextDiagnosticBuffer.cpp 23 const Diagnostic &Info) {
25 DiagnosticConsumer::HandleDiagnostic(Level, Info);
28 Info.FormatDiagnostic(Buf);
33 Notes.emplace_back(Info.getLocation(), Buf.str());
36 Warnings.emplace_back(Info.getLocation(), Buf.str());
39 Remarks.emplace_back(Info.getLocation(), Buf.str());
43 Errors.emplace_back(Info.getLocation(), Buf.str());
  /external/llvm/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 31 void printName(const DILineInfo &Info, bool Inlined);
39 DIPrinter &operator<<(const DILineInfo &Info);
40 DIPrinter &operator<<(const DIInliningInfo &Info);
  /external/clang/lib/AST/
CommentCommandTraits.cpp 35 if (const CommandInfo *Info = getBuiltinCommandInfo(Name))
36 return Info;
41 if (const CommandInfo *Info = getBuiltinCommandInfo(CommandID))
42 return Info;
90 CommandInfo *Info = new (Allocator) CommandInfo();
91 Info->Name = Name;
96 Info->ID = NextID++;
98 RegisteredCommands.push_back(Info);
100 return Info;
105 CommandInfo *Info = createCommandInfoWithName(CommandName)
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 106 BBInfo *Info = new (Allocator) BBInfo(BB, 0);
107 BBMap[BB] = Info;
108 WorkList.push_back(Info);
115 Info = WorkList.pop_back_val();
117 Traits::FindPredecessorBlocks(Info->BB, &Preds);
118 Info->NumPreds = Preds.size();
119 if (Info->NumPreds == 0)
120 Info->Preds = nullptr;
122 Info->Preds = static_cast<BBInfo**>
123 (Allocator.Allocate(Info->NumPreds * sizeof(BBInfo*)
    [all...]
  /external/parameter-framework/upstream/parameter/log/include/log/
Logger.h 44 * Streams can be used through Info and Warning objects returned by dedicated
60 * @return Info logger
62 details::Info info() { return details::Info(mLogger, mProlog); } function in class:core::log::Logger
  /external/skia/include/images/
SkMovie.h 55 struct Info {
62 virtual bool onGetInfo(Info*) = 0;
70 Info fInfo;
  /frameworks/compile/slang/
slang_diagnostic_buffer.cpp 37 clang::Diagnostic const &Info) {
38 clang::SourceLocation const &SrcLoc = Info.getLocation();
44 SrcLoc.print(stream, Info.getSourceManager());
71 Info.FormatDiagnostic(Buf);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
ifunc-5b.d 7 [ ]+Offset[ ]+Info[ ]+Type[ ]+.*
11 [ ]+Offset[ ]+Info[ ]+Type[ ]+.*
ifunc-6b.d 7 [ ]+Offset[ ]+Info[ ]+Type[ ]+.*
11 [ ]+Offset[ ]+Info[ ]+Type[ ]+.*
  /external/llvm/include/llvm/CodeGen/
GCMetadataPrinter.h 55 virtual void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {}
58 virtual void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) {}
  /frameworks/av/include/media/stagefright/
FrameRenderTracker.h 50 struct Info {
61 Info(int64_t mediaTimeUs, const sp<GraphicBuffer> &graphicBuffer, const sp<Fence> &fence)
70 Info(int64_t mediaTimeUs, nsecs_t renderTimeNs)
100 // Called when we have dequeued a buffer |buf| from the native window to track render info.
102 // client to track this render info among the dequeued buffers.
103 // Returns pointer to the tracked info, or NULL if buffer is not tracked or if |index|
105 Info *updateInfoForDequeuedBuffer(ANativeWindowBuffer *buf, int fenceFd, int index);
112 // tracked info, this method searches the entire render queue.
119 std::list<Info> checkFencesAndGetRenderedFrames(const Info *until, bool dropIncomplete)
    [all...]

Completed in 1394 milliseconds

1 2 3 4 5 6 7 8 91011>>