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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/cloud_print/gcp20/prototype/
local_print_job.cc 13 LocalPrintJob::Info::Info() : state(STATE_DRAFT), expires_in(-1) {
16 LocalPrintJob::Info::~Info() {
local_print_job.h 34 struct Info {
35 Info();
36 ~Info();
  /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/chromium_org/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
  /external/llvm/include/llvm/Option/
Option.h 68 const OptTable::Info *Info;
72 Option(const OptTable::Info *Info, const OptTable *Owner);
76 return Info != nullptr;
80 assert(Info && "Must have a valid info!");
81 return Info->ID;
85 assert(Info && "Must have a valid info!");
    [all...]
  /external/chromium_org/third_party/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)
399 Info* info = new Info(); local
407 Info* info = new Info(); local
415 Prefilter::Info* info = new Prefilter::Info(); local
422 Prefilter::Info* info = new Prefilter::Info(); local
432 Prefilter::Info *info = new Prefilter::Info(); local
439 Prefilter::Info* info = new Prefilter::Info(); local
505 Prefilter::Info* info = w.WalkExponential(re, NULL, 100000); local
526 Prefilter::Info *info; local
647 Prefilter::Info *info = BuildInfo(simple); local
    [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.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()));
LogDiagnosticPrinter.cpp 111 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.getLocation())
    [all...]
  /external/chromium_org/content/child/
file_info_util.h 16 // File info conversion
17 void FileInfoToWebFileInfo(const base::File::Info& file_info,
  /external/chromium_org/content/common/
file_utilities_messages.h 18 base::File::Info /* result */,
  /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;
92 Info->ID = NextID++;
94 RegisteredCommands.push_back(Info);
96 return Info;
101 CommandInfo *Info = createCommandInfoWithName(CommandName)
    [all...]
ExprConstant.cpp 220 bool checkSubobject(EvalInfo &Info, const Expr *E, CheckSubobjectKind CSK);
260 void diagnosePointerArithmetic(EvalInfo &Info, const Expr *E, uint64_t N);
262 void adjustIndex(EvalInfo &Info, const Expr *E, uint64_t N) {
267 diagnosePointerArithmetic(Info, E, Entries.back().ArrayIndex);
280 diagnosePointerArithmetic(Info, E, uint64_t(IsOnePastTheEnd) + N);
288 EvalInfo &Info;
316 CallStackFrame(EvalInfo &Info, SourceLocation CallLoc,
712 EvalInfo &Info;
717 explicit FoldConstant(EvalInfo &Info, bool Enabled)
718 : Info(Info)
    [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/llvm/include/llvm/Support/
OnDiskHashTable.h 31 /// This needs an \c Info that handles storing values into the hash table's
58 template <typename Info> class OnDiskChainedHashTableGenerator {
62 typename Info::key_type Key;
63 typename Info::data_type Data;
65 const typename Info::hash_value_type Hash;
67 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data,
68 Info &InfoObj)
72 typedef typename Info::offset_type offset_type;
117 void insert(typename Info::key_type_ref Key
    [all...]
  /external/chromium_org/third_party/skia/include/images/
SkMovie.h 55 struct Info {
62 virtual bool onGetInfo(Info*) = 0;
70 Info fInfo;
  /external/chromium_org/storage/browser/blob/
file_stream_reader.cc 14 const base::File::Info& file_info) {
  /external/clang/include/clang/Frontend/
ChainedDiagnosticConsumer.h 56 const Diagnostic &Info) override {
58 DiagnosticConsumer::HandleDiagnostic(DiagLevel, Info);
60 Primary->HandleDiagnostic(DiagLevel, Info);
61 Secondary->HandleDiagnostic(DiagLevel, Info);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitruby/PrettyPatch/
PrettyPatch_test.rb 10 class Info
47 def check_one_patch(id, info)
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
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/win/
snapshot_file_details.h 42 void set_file_info(const base::File::Info& file_info);
50 base::File::Info file_info() const {
80 base::File::Info file_info_;
  /external/chromium_org/content/browser/renderer_host/
file_utilities_message_filter.h 32 const base::File::Info& file_info);
35 base::File::Info* result,
  /external/chromium_org/ui/events/gesture_detection/
touch_disposition_gesture_filter.cc 57 DispositionHandlingInfo Info(int required_touches) {
61 DispositionHandlingInfo Info(int required_touches,
70 return Info(RT_START);
72 return Info(RT_START);
74 return Info(RT_START);
76 return Info(RT_START);
78 return Info(RT_START | RT_CURRENT);
80 return Info(RT_START | RT_CURRENT, ET_GESTURE_TAP_UNCONFIRMED);
82 return Info(RT_START | RT_CURRENT);
84 return Info(RT_START | RT_CURRENT, ET_GESTURE_TAP_UNCONFIRMED)
    [all...]
  /external/clang/lib/Sema/
SemaStmtAsm.cpp 106 TargetInfo::ConstraintInfo Info(Literal->getString(), OutputName);
107 if (!Context.getTargetInfo().validateOutputConstraint(Info))
110 << Info.getConstraintStr());
123 OutputConstraintInfos.push_back(Info);
138 TargetInfo::ConstraintInfo Info(Literal->getString(), InputName);
140 NumOutputs, Info)) {
143 << Info.getConstraintStr());
149 if (Info.allowsMemory() && !Info.allowsRegister()) {
153 << Info.getConstraintStr(
    [all...]

Completed in 1088 milliseconds

1 2 3 4 5 6 7 8 91011>>