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

1 2 3 4 5 6

  /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() {
  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
info.py 9 def Info(manifest, bundle_names):
  /external/chromium_org/base/files/
file.cc 12 File::Info::Info()
18 File::Info::~Info() {
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFPageDictionary_autogen.cpp 23 SkPdfDictionary* SkPdfFDFPageDictionary::Info(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Info", "");
32 return get("Info", "") != NULL;
SkPdfFileTrailerDictionary_autogen.cpp 59 SkPdfDictionary* SkPdfFileTrailerDictionary::Info(SkPdfNativeDoc* doc) {
60 SkPdfNativeObject* ret = get("Info", "");
68 return get("Info", "") != NULL;
SkPdfPDF_XOutputIntentDictionary_autogen.cpp 71 SkString SkPdfPDF_XOutputIntentDictionary::Info(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("Info", "");
80 return get("Info", "") != NULL;
  /external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFPageDictionary_autogen.cpp 23 SkPdfDictionary* SkPdfFDFPageDictionary::Info(SkPdfNativeDoc* doc) {
24 SkPdfNativeObject* ret = get("Info", "");
32 return get("Info", "") != NULL;
SkPdfFileTrailerDictionary_autogen.cpp 59 SkPdfDictionary* SkPdfFileTrailerDictionary::Info(SkPdfNativeDoc* doc) {
60 SkPdfNativeObject* ret = get("Info", "");
68 return get("Info", "") != NULL;
SkPdfPDF_XOutputIntentDictionary_autogen.cpp 71 SkString SkPdfPDF_XOutputIntentDictionary::Info(SkPdfNativeDoc* doc) {
72 SkPdfNativeObject* ret = get("Info", "");
80 return get("Info", "") != NULL;
  /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/third_party/skia/include/core/
SkImage.h 40 typedef SkImageInfo Info;
42 static SkImage* NewRasterCopy(const Info&, const void* pixels, size_t rowBytes);
43 static SkImage* NewRasterData(const Info&, SkData* pixels, size_t rowBytes);
84 * On failure, returns NULL and the info and rowBytes parameters are
87 const void* peekPixels(SkImageInfo* info, size_t* rowBytes) const;
  /external/skia/include/core/
SkImage.h 40 typedef SkImageInfo Info;
42 static SkImage* NewRasterCopy(const Info&, const void* pixels, size_t rowBytes);
43 static SkImage* NewRasterData(const Info&, SkData* pixels, size_t rowBytes);
84 * On failure, returns NULL and the info and rowBytes parameters are
87 const void* peekPixels(SkImageInfo* info, size_t* rowBytes) const;
  /art/compiler/llvm/
intrinsic_helper.cc 30 const IntrinsicHelper::IntrinsicInfo IntrinsicHelper::Info[] = {
106 const IntrinsicInfo& info = Info[i]; local
113 IntrinsicValType type = info.arg_type_[arg_iter];
128 GetLLVMTypeOfIntrinsicValType(irb, info.ret_val_type_);
138 info.name_, &module);
140 if (info.attr_ & kAttrReadOnly) {
143 if (info.attr_ & kAttrReadNone) {
  /external/chromium_org/base/win/
scoped_handle.cc 16 struct Info {
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/chromium_org/third_party/skia/include/images/
SkMovie.h 55 struct Info {
62 virtual bool onGetInfo(Info*) = 0;
70 Info fInfo;
  /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) {
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...]
  /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 46 ThreadInfo Info = { Fn, UserData };
61 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
80 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param); local
81 info->func(info->param);
  /external/skia/include/images/
SkMovie.h 55 struct Info {
62 virtual bool onGetInfo(Info*) = 0;
70 Info fInfo;
  /frameworks/native/services/sensorservice/
BatteryService.h 37 struct Info {
41 Info() : uid(0), handle(0), count(0) { }
42 Info(uid_t uid, int handle) : uid(uid), handle(handle), count(0) { }
43 bool operator < (const Info& rhs) const {
49 SortedVector<Info> mActivations;
SensorDevice.h 60 // Info is a per-sensor data structure which contains the batch parameters for each client that
62 struct Info {
68 Info() : bestBatchParams(-1, -1, -1) {}
79 DefaultKeyedVector<int, Info> mActivationCount;
  /external/clang/lib/CodeGen/
TargetInfo.h 45 ABIInfo *Info;
49 TargetCodeGenInfo(ABIInfo *info = 0) : Info(info) {}
52 /// getABIInfo() - Returns ABI info helper for the target.
53 const ABIInfo &getABIInfo() const { return *Info; }
  /external/clang/test/Analysis/engine/
replay-without-inlining.c 13 } Info;
37 static void readILBM(IB *st, Info *pic) {
52 Info pic;
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
Info.java 28 public class Info extends Dicttool.Command {
29 public static final String COMMAND = "info";
31 public Info() {

Completed in 1088 milliseconds

1 2 3 4 5 6