Searched defs:Target (Results 51 - 75 of 176) sorted by relevance

12345678

/external/chromium_org/content/shell/browser/
H A Dshell_devtools_delegate.cc117 class Target : public content::DevToolsTarget { class in namespace:__anon7866
119 explicit Target(scoped_refptr<DevToolsAgentHost> agent_host);
158 Target::Target(scoped_refptr<DevToolsAgentHost> agent_host) function in class:__anon7866::Target
169 bool Target::Activate() const {
173 bool Target::Close() const {
259 new Target(DevToolsAgentHost::GetOrCreateFor(shell->web_contents())));
268 targets.push_back(new Target(*it));
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Danalyzer.py171 class Target(object): class in inherits:object
173 deps: set of Targets this Target depends upon. This is not recursive, only the
176 back_deps: set of Targets that have a dependency on this Target.
192 # TODO(sky): I don't like hanging this off Target. This state is specific
256 """Creates or returns the Target at targets[target_name]. If there is no
257 Target for |target_name| one is created. Returns a tuple of whether a new
258 Target was created and the Target."""
261 target = Target(target_name)
276 . A dictionary mapping from fully qualified name to Target
[all...]
H A Dmake.py580 def Target(filename): function
1221 objs = map(self.Objectify, map(self.Absolutify, map(Target, compilable)))
1259 # See "Target-specific Variable Values" in the GNU Make manual.""")
/external/clang/include/clang/Lex/
H A DModuleMap.h43 const TargetInfo *Target; member in class:clang::ModuleMap
218 /// \param Target The target for this translation unit.
220 const LangOptions &LangOpts, const TargetInfo *Target,
228 void setTarget(const TargetInfo &Target);
/external/clang/lib/Analysis/
H A DPrintfFormatString.cpp57 const TargetInfo &Target) {
203 if (Target.getTriple().isOSDarwin())
207 if (Target.getTriple().isOSDarwin())
211 if (Target.getTriple().isOSDarwin())
231 const TargetInfo &Target) {
238 LO, Target);
52 ParsePrintfSpecifier(FormatStringHandler &H, const char *&Beg, const char *E, unsigned &argIndex, const LangOptions &LO, const TargetInfo &Target) argument
227 ParsePrintfString(FormatStringHandler &H, const char *I, const char *E, const LangOptions &LO, const TargetInfo &Target) argument
/external/clang/lib/Basic/
H A DModule.cpp60 const TargetInfo &Target) {
69 .Case("tls", Target.isTLSSupported())
70 .Default(Target.hasFeature(Feature));
74 Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target, argument
85 if (hasFeature(Current->Requirements[I].first, LangOpts, Target) !=
158 const TargetInfo &Target) {
162 if (hasFeature(Feature, LangOpts, Target) == RequiredState)
59 hasFeature(StringRef Feature, const LangOptions &LangOpts, const TargetInfo &Target) argument
156 addRequirement(StringRef Feature, bool RequiredState, const LangOptions &LangOpts, const TargetInfo &Target) argument
/external/clang/unittests/Basic/
H A DSourceManagerTest.cpp41 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts);
51 IntrusiveRefCntPtr<TargetInfo> Target; member in class:__anon19539::SourceManagerTest
83 &*Target);
88 PP.Initialize(*Target);
200 &*Target);
205 PP.Initialize(*Target);
298 &*Target);
303 PP.Initialize(*Target);
/external/clang/unittests/Lex/
H A DLexerTest.cpp60 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts);
70 Target.get());
74 PP.Initialize(*Target);
112 IntrusiveRefCntPtr<TargetInfo> Target; member in class:__anon19544::LexerTest
H A DPPCallbacksTest.cpp124 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts);
135 IntrusiveRefCntPtr<TargetInfo> Target; member in class:__anon19545::PPCallbacksTest
170 Target.get());
177 PP.Initialize(*Target);
205 OpenCLLangOpts, Target.get());
210 PP.Initialize(*Target);
218 Context.InitBuiltinTypes(*Target);
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DCollectionRetainAllTester.java50 private class Target { class in class:CollectionRetainAllTester
54 private Target(Collection<E> toRetain, String description) { method in class:CollectionRetainAllTester.Target
64 private Target empty;
65 private Target disjoint;
66 private Target superset;
67 private Target nonEmptyProperSubset;
68 private Target sameElements;
69 private Target partialOverlap;
70 private Target containsDuplicates;
71 private Target nullSingleto
[all...]
/external/llvm/include/llvm/CodeGen/
H A DMachineFunction.h77 const TargetMachine &Target; member in class:llvm::MachineFunction
163 const TargetMachine &getTarget() const { return Target; }
H A DMachineRelocation.h1 //===-- llvm/CodeGen/MachineRelocation.h - Target Relocation ----*- C++ -*-===//
41 isGV, // The Target.GV field is valid.
44 isExtSym, // The Target.ExtSym field is valid.
47 isGOTIndex // The Target.GOTIndex field is valid.
64 } Target; member in class:llvm::MachineRelocation
67 AddressType AddrType : 4; // The field of Target to use
95 Result.Target.GV = GV;
115 Result.Target.GV = GV;
132 Result.Target.MBB = MBB;
152 Result.Target
[all...]
/external/llvm/lib/CodeGen/
H A DJumpInstrTables.cpp164 Function *JumpInstrTables::insertEntry(Module &M, Function *Target) { argument
165 FunctionType *OrigFunTy = Target->getFunctionType();
187 JITI->insertEntry(FunTy, Target, JumpFun);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp266 uint64_t *Target = reinterpret_cast<uint64_t *>(Section.Address + Offset); local
267 *Target = Value + Addend;
269 << format("%p\n", Target));
279 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset); local
280 *Target = TruncatedAddr;
282 << format("%p\n", Target));
289 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset); local
297 *Target = TruncOffset;
305 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset); local
310 *Target
318 uint64_t *Target = reinterpret_cast<uint64_t *>(Section.Address + Offset); local
335 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset); local
344 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset); local
[all...]
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp34 MCValue Target,
42 const MCFixup &Fixup, MCValue Target,
60 MCValue Target, uint64_t &FixedValue) override;
152 MCValue Target,
159 const MCSymbol *A = &Target.getSymA()->getSymbol();
173 if (const MCSymbolRefExpr *B = Target.getSymB()) {
254 MCValue Target,
262 const MCSymbol *A = &Target.getSymA()->getSymbol();
275 if (const MCSymbolRefExpr *B = Target.getSymB()) {
358 MCValue Target,
147 RecordARMScatteredHalfRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
249 RecordARMScatteredRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Type, unsigned Log2Size, uint64_t &FixedValue) argument
353 RecordRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/external/llvm/lib/Target/Mips/
H A DMipsCodeEmitter.cpp142 MipsTargetMachine &Target = static_cast<MipsTargetMachine &>( local
145 JTI = Target.getJITInfo();
146 II = Target.getInstrInfo();
147 TD = Target.getDataLayout();
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp31 const MCFixup &Fixup, MCValue Target,
37 MCValue Target, uint64_t &FixedValue);
46 const MCFixup &Fixup, MCValue Target,
51 RecordPPCRelocation(Writer, Asm, Layout, Fragment, Fixup, Target,
84 static unsigned getRelocType(const MCValue &Target, argument
89 Target.isAbsolute() ? MCSymbolRefExpr::VK_None
90 : Target.getSymA()->getKind();
194 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target,
200 const unsigned Type = getRelocType(Target, FK, IsPCRel);
208 const MCSymbol *A = &Target
192 RecordScatteredRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) argument
304 RecordPPCRelocation( MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp315 void *Target = JITCompilerFunction(StubCallAddr); local
322 intptr_t Offset = ((intptr_t)Target - (intptr_t)OrigCallAddr) >> 2;
345 EmitBranchToAt((intptr_t)StubCallAddr, (intptr_t)Target, false, is64Bit);
351 return Target;
/external/llvm/lib/Target/R600/
H A DSIAnnotateControlFlow.cpp264 BasicBlock *Target = Term->getSuccessor(1); local
265 PHINode *Broken = PHINode::Create(Int64, 0, "", &Target->front());
272 for (pred_iterator PI = pred_begin(Target), PE = pred_end(Target);
/external/llvm/lib/Target/Sparc/
H A DSparcCodeEmitter.cpp100 SparcTargetMachine &Target = static_cast<SparcTargetMachine &>( local
103 JTI = Target.getJITInfo();
104 II = Target.getInstrInfo();
105 TD = Target.getDataLayout();
/external/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.h19 #include "llvm/Target/TargetInstrInfo.h"
105 const MachineOperand *Target; member in struct:llvm::SystemZII::Branch
109 : Type(type), CCValid(ccValid), CCMask(ccMask), Target(target) {}
203 // values on which the instruction will branch, and set Target
H A DSystemZLongBranch.cpp63 #include "llvm/Target/TargetInstrInfo.h"
64 #include "llvm/Target/TargetMachine.h"
65 #include "llvm/Target/TargetRegisterInfo.h"
253 TII->getBranchInfo(MI).Target->getMBB()->getNumber();
310 const MBBInfo &Target = MBBs[Terminator.TargetBlock]; local
311 if (Address >= Target.Address) {
312 if (Address - Target.Address <= MaxBackwardRange)
315 if (Target.Address - Address <= MaxForwardRange)
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachObjectWriter.cpp32 MCValue Target,
40 MCValue Target,
48 MCValue Target,
55 MCValue Target,
66 MCValue Target, uint64_t &FixedValue) override {
68 RecordX86_64Relocation(Writer, Asm, Layout, Fragment, Fixup, Target,
71 RecordX86Relocation(Writer, Asm, Layout, Fragment, Fixup, Target,
105 MCValue Target,
121 Value = Target.getConstant();
132 if (Target
100 RecordX86_64Relocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
357 RecordScatteredRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, unsigned Log2Size, uint64_t &FixedValue) argument
452 RecordTLVPRelocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
500 RecordX86Relocation(MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, uint64_t &FixedValue) argument
[all...]
/external/llvm/lib/Target/X86/
H A DX86JITInfo.cpp477 void *X86JITInfo::emitFunctionStub(const Function* F, void *Target, argument
482 bool NotCC = (Target != (void*)(intptr_t)X86CompilationCallback &&
483 Target != (void*)(intptr_t)X86CompilationCallback_SSE);
485 bool NotCC = Target != (void*)(intptr_t)X86CompilationCallback;
493 JCE.emitWordLE((unsigned)(intptr_t)Target);
494 JCE.emitWordLE((unsigned)(((intptr_t)Target) >> 32));
500 JCE.emitWordLE((intptr_t)Target-JCE.getCurrentPCValue()-4);
508 JCE.emitWordLE((unsigned)(intptr_t)Target);
509 JCE.emitWordLE((unsigned)(((intptr_t)Target) >> 32));
516 JCE.emitWordLE((intptr_t)Target
[all...]
/external/llvm/tools/lli/
H A Dlli.cpp123 cl::desc("Target a specific cpu type (-mcpu=help for details)"),
130 cl::desc("Target specific attributes (-mattr=help for details)"),
186 "Target default relocation model"),
200 "Target default JIT code model"),
222 "Target default float ABI type"),
666 std::unique_ptr<RemoteTarget> Target; local
673 Target.reset(new RemoteTarget);
680 Target.reset(new RemoteTargetExternal(ChildExecPath));
684 Target.reset(new RemoteTarget);
688 MM->setRemoteTarget(Target
[all...]

Completed in 1962 milliseconds

12345678