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

1 2 3 4 5

  /external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/command/
info.py 9 def Info(manifest, bundle_names):
  /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...]
  /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/ppapi/proxy/
interface_proxy.h 31 // return its info, which allows either construction on the target side, and
34 struct Info {
  /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;
95 CommandInfo *Info = new (Allocator) CommandInfo();
96 Info->Name = Name;
97 Info->ID = NextID++;
99 RegisteredCommands.push_back(Info);
101 return Info;
106 CommandInfo *Info = createCommandInfoWithName(CommandName)
    [all...]
  /external/clang/lib/CodeGen/
TargetInfo.h 44 ABIInfo *Info;
47 TargetCodeGenInfo(ABIInfo *info = 0):Info(info) { }
50 /// getABIInfo() - Returns ABI info helper for the target.
51 const ABIInfo& getABIInfo() const { return *Info; }
MicrosoftVBTables.cpp 73 VBTablePath *Info = new VBTablePath(
75 Paths.push_back(Info);
  /external/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()).isConditionalBranch();
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/skia/include/images/
SkMovie.h 55 struct Info {
62 virtual bool onGetInfo(Info*) = 0;
70 Info fInfo;
  /frameworks/native/services/sensorservice/
BatteryService.h 41 struct Info {
45 Info() : uid(0), handle(0), count(0) { }
46 Info(uid_t uid, int handle) : uid(uid), handle(handle), count(0) { }
47 bool operator < (const Info& rhs) const {
53 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/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() {
  /external/chromium_org/third_party/skia/include/core/
SkImage.h 58 struct Info {
65 static SkImage* NewRasterCopy(const Info&, const void* pixels, size_t rowBytes);
66 static SkImage* NewRasterData(const Info&, SkData* pixels, size_t rowBytes);
  /external/compiler-rt/lib/ubsan/
ubsan_diag.cc 30 AddressInfo Info;
31 if (!SymbolizeCode(Loc, &Info, 1) || !Info.module || !*Info.module)
34 if (!Info.file)
35 return ModuleLocation(Info.module, Info.module_offset);
37 return SourceLocation(Info.file, Info.line, Info.column)
    [all...]
  /external/llvm/lib/IR/
InlineAsm.cpp 219 ConstraintInfo Info;
225 Info.Parse(StringRef(I, ConstraintEnd-I), Result)) {
230 Result.push_back(Info);
  /external/llvm/lib/Support/
Threading.cpp 81 ThreadInfo Info = { Fn, UserData };
96 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
115 struct ThreadInfo *info = reinterpret_cast<struct ThreadInfo *>(param); local
116 info->func(info->param);
  /external/skia/include/core/
SkImage.h 58 struct Info {
65 static SkImage* NewRasterCopy(const Info&, const void* pixels, size_t rowBytes);
66 static SkImage* NewRasterData(const Info&, SkData* pixels, size_t rowBytes);
  /external/valgrind/main/helgrind/tests/
tc19_shadowmem.c 17 Info;
25 Info* info = (Info*)infoV; local
26 firstoff = info->firstoff;
27 lastoff = info->lastoff;
28 skipoff = info->skipoff;
29 arr = info->arr;
31 assert( info->child == &child8 );
49 Info* info = (Info*)infoV local
73 Info* info = (Info*)infoV; local
97 Info* info = (Info*)infoV; local
139 Info info; local
282 Info* info = (Info*)infoV; local
    [all...]
  /external/chromium_org/tools/gn/
toolchain_manager.cc 50 struct ToolchainManager::Info {
51 Info(const BuildSettings* build_settings,
127 Info* info = LoadNewToolchainLocked(LocationRange(), Label(), &err); local
130 CHECK(info);
131 info->scheduled_invocations[build_file_name] = LocationRange();
132 info->all_invocations.insert(build_file_name);
139 base::Unretained(this), info, true),
152 Info* info = NULL local
221 Info* info = NULL; local
274 Info* info = NULL; local
356 Info* info = new Info(build_settings_, local
392 Info* info = old_default->second; local
    [all...]
  /external/clang/include/clang/Basic/
Builtins.h 50 struct Info {
54 bool operator==(const Info &RHS) const {
59 bool operator!=(const Info &RHS) const { return !(*this == RHS); }
65 const Info *TSRecords;
173 const Info &GetRecord(unsigned ID) const;
176 bool BuiltinIsSupported(const Builtin::Info &BuiltinInfo,
  /external/clang/lib/Sema/
IdentifierResolver.cpp 411 IdDeclInfo *Info = toIdDeclInfo(InfoPtr);
414 if (I != Info->decls_begin())

Completed in 643 milliseconds

1 2 3 4 5