Searched defs:Info (Results 1 - 25 of 165) sorted by relevance

1234567

/external/chromium_org/cloud_print/gcp20/prototype/
H A Dlocal_print_job.cc13 LocalPrintJob::Info::Info() : state(STATE_DRAFT), expires_in(-1) { function in class:LocalPrintJob::Info
16 LocalPrintJob::Info::~Info() {
H A Dlocal_print_job.h34 struct Info { struct in struct:LocalPrintJob
35 Info();
36 ~Info();
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
H A Dinfo.py9 def Info(manifest, bundle_names): function
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFDFPageDictionary_autogen.cpp23 SkPdfDictionary* SkPdfFDFPageDictionary::Info(SkPdfNativeDoc* doc) { function in class:SkPdfFDFPageDictionary
24 SkPdfNativeObject* ret = get("Info", "");
32 return get("Info", "") != NULL;
H A DSkPdfFileTrailerDictionary_autogen.cpp59 SkPdfDictionary* SkPdfFileTrailerDictionary::Info(SkPdfNativeDoc* doc) { function in class:SkPdfFileTrailerDictionary
60 SkPdfNativeObject* ret = get("Info", "");
68 return get("Info", "") != NULL;
H A DSkPdfPDF_XOutputIntentDictionary_autogen.cpp71 SkString SkPdfPDF_XOutputIntentDictionary::Info(SkPdfNativeDoc* doc) { function in class:SkPdfPDF_XOutputIntentDictionary
72 SkPdfNativeObject* ret = get("Info", "");
80 return get("Info", "") != NULL;
/external/clang/lib/Frontend/
H A DTextDiagnosticBuffer.cpp23 const Diagnostic &Info) {
25 DiagnosticConsumer::HandleDiagnostic(Level, Info);
28 Info.FormatDiagnostic(Buf);
33 Notes.push_back(std::make_pair(Info.getLocation(), Buf.str()));
36 Warnings.push_back(std::make_pair(Info.getLocation(), Buf.str()));
39 Remarks.push_back(std::make_pair(Info.getLocation(), Buf.str()));
43 Errors.push_back(std::make_pair(Info.getLocation(), Buf.str()));
22 HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info) argument
H A DLogDiagnosticPrinter.cpp111 const Diagnostic &Info) {
113 DiagnosticConsumer::HandleDiagnostic(Level, Info);
116 if (MainFilename.empty() && Info.hasSourceManager()) {
117 const SourceManager &SM = Info.getSourceManager();
128 DE.DiagnosticID = Info.getID();
133 Info.FormatDiagnostic(MessageStr);
139 if (Info.getLocation().isValid() && Info.hasSourceManager()) {
140 const SourceManager &SM = Info.getSourceManager();
141 PresumedLoc PLoc = SM.getPresumedLoc(Info
110 HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info) argument
[all...]
H A DTextDiagnosticPrinter.cpp56 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
54 printDiagnosticOptions(raw_ostream &OS, DiagnosticsEngine::Level Level, const Diagnostic &Info, const DiagnosticOptions &DiagOpts) argument
112 HandleDiagnostic(DiagnosticsEngine::Level Level, const Diagnostic &Info) argument
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFDFPageDictionary_autogen.cpp23 SkPdfDictionary* SkPdfFDFPageDictionary::Info(SkPdfNativeDoc* doc) { function in class:SkPdfFDFPageDictionary
24 SkPdfNativeObject* ret = get("Info", "");
32 return get("Info", "") != NULL;
H A DSkPdfFileTrailerDictionary_autogen.cpp59 SkPdfDictionary* SkPdfFileTrailerDictionary::Info(SkPdfNativeDoc* doc) { function in class:SkPdfFileTrailerDictionary
60 SkPdfNativeObject* ret = get("Info", "");
68 return get("Info", "") != NULL;
H A DSkPdfPDF_XOutputIntentDictionary_autogen.cpp71 SkString SkPdfPDF_XOutputIntentDictionary::Info(SkPdfNativeDoc* doc) { function in class:SkPdfPDF_XOutputIntentDictionary
72 SkPdfNativeObject* ret = get("Info", "");
80 return get("Info", "") != NULL;
/external/chromium_org/base/files/
H A Dfile.cc12 File::Info::Info() function in class:base::File::Info
18 File::Info::~Info() {
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
H A DPrettyPatch_test.rb10 class Info class in class:PrettyPatch_test
50 description += " (" + info[Info::TITLE] + ")" unless info[Info::TITLE].nil?
57 assert_equal(info[Info::FILE], $last_prettify_file_count, "Wrong number of files changed in " + description)
58 assert_equal(info[Info::ADD], $last_prettify_part_count["add"], "Wrong number of 'add' parts in " + description)
59 assert_equal(info[Info::REMOVE], $last_prettify_part_count["remove"], "Wrong number of 'remove' parts in " + description)
60 assert_equal(info[Info::SHARED], $last_prettify_part_count["shared"], "Wrong number of 'shared' parts in " + description)
/external/chromium_org/third_party/skia/include/core/
H A DSkImage.h40 typedef SkImageInfo Info; typedef in class:SkImage
42 static SkImage* NewRasterCopy(const Info&, const void* pixels, size_t rowBytes);
43 static SkImage* NewRasterData(const Info&, SkData* pixels, size_t rowBytes);
/external/chromium_org/third_party/skia/include/images/
H A DSkMovie.h55 struct Info { struct in class:SkMovie
62 virtual bool onGetInfo(Info*) = 0;
70 Info fInfo;
/external/llvm/include/llvm/MC/
H A DMCInstrAnalysis.h27 const MCInstrInfo *Info; member in class:llvm::MCInstrAnalysis
30 MCInstrAnalysis(const MCInstrInfo *Info) : Info(Info) {} argument
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
[all...]
/external/skia/include/core/
H A DSkImage.h40 typedef SkImageInfo Info; typedef in class:SkImage
42 static SkImage* NewRasterCopy(const Info&, const void* pixels, size_t rowBytes);
43 static SkImage* NewRasterData(const Info&, SkData* pixels, size_t rowBytes);
/external/skia/include/images/
H A DSkMovie.h55 struct Info { struct in class:SkMovie
62 virtual bool onGetInfo(Info*) = 0;
70 Info fInfo;
/external/chromium_org/base/win/
H A Dscoped_handle.cc16 struct Info { struct in namespace:__anon2581
22 typedef std::map<HANDLE, Info> HandleMap;
40 Info handle_info = { owner, pc1, pc2, thread_id };
41 std::pair<HANDLE, Info> item(handle, handle_info);
44 Info other = result.first->second;
58 Info other = i->second;
/external/clang/lib/AST/
H A DCommentBriefParser.cpp82 const CommandInfo *Info = Traits.getCommandInfo(Tok.getCommandID()); local
83 if (Info->IsBriefCommand) {
89 if (Info->IsReturnsCommand) {
98 if (Info->IsBlockCommand) {
H A DCommentCommandTraits.cpp35 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(); local
91 Info->Name = Name;
92 Info->ID = NextID++;
94 RegisteredCommands.push_back(Info);
96 return Info;
101 CommandInfo *Info local
107 CommandInfo *Info = createCommandInfoWithName(CommandName); local
[all...]
/external/llvm/lib/Support/
H A DThreading.cpp46 ThreadInfo Info = { Fn, UserData }; local
61 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
/external/clang/lib/CodeGen/
H A DTargetInfo.h45 ABIInfo *Info; member in class:clang::TargetCodeGenInfo
49 TargetCodeGenInfo(ABIInfo *info = 0) : Info(info) {}
53 const ABIInfo &getABIInfo() const { return *Info; }
/external/clang/test/Analysis/engine/
H A Dreplay-without-inlining.c13 } Info; typedef in typeref:struct:__anon17527
37 static void readILBM(IB *st, Info *pic) {
52 Info pic;

Completed in 841 milliseconds

1234567