Searched defs:Target (Results 1 - 25 of 176) sorted by relevance

12345678

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
H A DTarget.js12 * @param {function(?WebInspector.Target)=} callback
14 WebInspector.Target = function(name, connection, callback)
20 this._id = WebInspector.Target._nextId++;
27 this.pageAgent().canScreencast(this._initializeCapability.bind(this, WebInspector.Target.Capabilities.CanScreencast, null));
28 this.pageAgent().canEmulate(this._initializeCapability.bind(this, WebInspector.Target.Capabilities.CanEmulate, null));
30 this.powerAgent().canProfilePower(this._initializeCapability.bind(this, WebInspector.Target.Capabilities.CanProfilePower, null));
31 this.workerAgent().canInspectWorkers(this._initializeCapability.bind(this, WebInspector.Target.Capabilities.CanInspectWorkers, this._loadedWithCapabilities.bind(this, callback)));
39 WebInspector.Target.Capabilities = {
47 WebInspector.Target._nextId = 1;
49 WebInspector.Target
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dmath-cordic.js52 var Target = 28.027; variable
54 function cordicsincos(Target) {
64 TargetAngle = FIXED(Target);
92 total += cordicsincos(Target);
/external/clang/include/clang/ARCMigrate/
H A DFileRemapper.h35 typedef llvm::PointerUnion<const FileEntry *, llvm::MemoryBuffer *> Target; typedef in class:clang::arcmt::FileRemapper
36 typedef llvm::DenseMap<const FileEntry *, Target> MappingsTy;
66 void resetTarget(Target &targ);
/external/clang/test/CodeGen/
H A Dms-intrinsics.c4 void *test_InterlockedExchangePointer(void * volatile *Target, void *Value) { argument
5 return _InterlockedExchangePointer(Target, Value);
8 // CHECK: define{{.*}}i8* @test_InterlockedExchangePointer(i8** %Target, i8* %Value){{.*}}{
9 // CHECK: %[[TARGET:[0-9]+]] = bitcast i8** %Target to i32*
31 long test_InterlockedExchange(long *Target, long Value) { argument
32 return _InterlockedExchange(Target, Value);
35 // CHECK: define{{.*}}i32 @test_InterlockedExchange(i32* %Target, i32 %Value){{.*}}{
36 // CHECK: %[[EXCHANGE:[0-9]+]] = atomicrmw xchg i32* %Target, i32 %Value seq_cst
/external/llvm/bindings/ocaml/target/
H A Dllvm_target.mli10 (** Target Information.
13 the classes in the Target library. *)
135 (** {6 Target} *)
137 module Target : sig module
163 (** Returns the name of a target. See [llvm::Target::getName]. *)
167 See [llvm::Target::getDescription]. *)
181 (** {6 Target Machine} *)
187 See [llvm::Target::createTargetMachine]. *)
190 ?code_model:CodeModel.t -> Target.t -> t
192 (** Returns the Target use
[all...]
/external/llvm/lib/Analysis/
H A DJumpInstrTableInfo.cpp37 void JumpInstrTableInfo::insertEntry(FunctionType *TableFunTy, Function *Target, argument
39 Tables[TableFunTy].push_back(JumpPair(Target, Jump));
/external/chromium_org/content/browser/devtools/
H A Ddevtools_tracing_handler.h27 enum Target { Browser, Renderer }; enum in class:content::DevToolsTracingHandler
28 explicit DevToolsTracingHandler(Target target);
58 Target target_;
/external/clang/lib/AST/
H A DItaniumCXXABI.cpp57 const TargetInfo &Target = Context.getTargetInfo(); variable
58 TargetInfo::IntType PtrDiff = Target.getPtrDiffType(0);
59 uint64_t Width = Target.getTypeWidth(PtrDiff);
60 unsigned Align = Target.getTypeAlign(PtrDiff);
/external/llvm/lib/ExecutionEngine/
H A DTargetSelect.cpp1 //===-- TargetSelect.cpp - Target Chooser Code ----------------------------===//
24 #include "llvm/Target/TargetMachine.h"
50 const Target *TheTarget = nullptr;
100 TargetMachine *Target = TheTarget->createTargetMachine(TheTriple.getTriple(), local
105 assert(Target && "Could not allocate target machine!");
106 return Target;
/external/llvm/lib/Support/
H A DUnicode.cpp352 UTF32 *Target = &buf[0]; local
353 if (conversionOK != ConvertUTF8toUTF32(&Start, Start + Length, &Target,
354 Target + 1, strictConversion))
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64ELFObjectWriter.cpp32 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
46 unsigned AArch64ELFObjectWriter::GetRelocType(const MCValue &Target, argument
50 static_cast<AArch64MCExpr::VariantKind>(Target.getRefKind());
54 assert((!Target.getSymA() ||
55 Target.getSymA()->getKind() == MCSymbolRefExpr::VK_None) &&
58 assert((!Target.getSymB() ||
59 Target.getSymB()->getKind() == MCSymbolRefExpr::VK_None) &&
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFObjectWriter.cpp28 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
34 unsigned ARMWinCOFFObjectWriter::getRelocType(const MCValue &Target, argument
41 Target.isAbsolute() ? MCSymbolRefExpr::VK_None : Target.getSymA()->getKind();
H A DARMELFObjectWriter.cpp27 unsigned GetRelocTypeInner(const MCValue &Target,
37 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
68 unsigned ARMELFObjectWriter::GetRelocType(const MCValue &Target, argument
71 return GetRelocTypeInner(Target, Fixup, IsPCRel);
74 unsigned ARMELFObjectWriter::GetRelocTypeInner(const MCValue &Target, argument
77 MCSymbolRefExpr::VariantKind Modifier = Target.getAccessVariant();
/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcELFObjectWriter.cpp31 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
36 unsigned SparcELFObjectWriter::GetRelocType(const MCValue &Target, argument
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp27 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
41 unsigned X86ELFObjectWriter::GetRelocType(const MCValue &Target, argument
46 MCSymbolRefExpr::VariantKind Modifier = Target.getAccessVariant();
H A DX86WinCOFFObjectWriter.cpp30 unsigned getRelocType(const MCValue &Target, const MCFixup &Fixup,
41 unsigned X86WinCOFFObjectWriter::getRelocType(const MCValue &Target, argument
46 MCSymbolRefExpr::VariantKind Modifier = Target.isAbsolute() ?
47 MCSymbolRefExpr::VK_None : Target.getSymA()->getKind();
/external/clang/unittests/Lex/
H A DPPConditionalDirectiveRecordTest.cpp41 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts);
51 IntrusiveRefCntPtr<TargetInfo> Target; member in class:__anon19547::PPConditionalDirectiveRecordTest
98 Target.get());
103 PP.Initialize(*Target);
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DTarget.java12 public interface Target<R> { interface
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFObjectWriter.cpp31 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
45 unsigned MipsELFObjectWriter::GetRelocType(const MCValue &Target, argument
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFObjectWriter.cpp28 virtual unsigned getRelocTypeInner(const MCValue &Target,
31 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
44 static MCSymbolRefExpr::VariantKind getAccessVariant(const MCValue &Target, argument
48 if (Expr->getKind() != MCExpr::Target)
49 return Target.getAccessVariant();
72 unsigned PPCELFObjectWriter::getRelocTypeInner(const MCValue &Target, argument
76 MCSymbolRefExpr::VariantKind Modifier = getAccessVariant(Target, Fixup);
376 unsigned PPCELFObjectWriter::GetRelocType(const MCValue &Target, argument
379 return getRelocTypeInner(Target, Fixup, IsPCRel);
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCObjectWriter.cpp27 unsigned GetRelocType(const MCValue &Target, const MCFixup &Fixup,
82 unsigned SystemZObjectWriter::GetRelocType(const MCValue &Target, argument
85 MCSymbolRefExpr::VariantKind Modifier = Target.getAccessVariant();
/external/llvm/test/Bindings/Ocaml/
H A Dtarget.ml38 let target = Target.by_triple (Target.default_triple ())
40 let machine = TargetMachine.create (Target.default_triple ()) target
69 (*===-- Target ------------------------------------------------------------===*)
72 let module T = Target in
81 (*===-- Target Machine ----------------------------------------------------===*)
86 assert_equal (TM.triple machine) (Target.default_triple ());
0 (* RUN: rm -rf %t.builddir module
/external/llvm/tools/lli/
H A DRemoteMemoryManager.h63 RemoteTarget *Target; member in class:llvm::RemoteMemoryManager
66 RemoteMemoryManager() : Target(nullptr) {}
95 void setRemoteTarget(RemoteTarget *T) { Target = T; }
/external/chromium_org/android_webview/browser/
H A Daw_dev_tools_manager_delegate.cc29 class Target : public content::DevToolsTarget { class in namespace:__anon1783
31 explicit Target(scoped_refptr<DevToolsAgentHost> agent_host);
70 Target::Target(scoped_refptr<DevToolsAgentHost> agent_host) function in class:__anon1783::Target
120 targets.push_back(new Target(*it));
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFDFDictionary_autogen.cpp107 SkString SkPdfFDFDictionary::Target(SkPdfNativeDoc* doc) { function in class:SkPdfFDFDictionary
108 SkPdfNativeObject* ret = get("Target", "");
116 return get("Target", "") != NULL;

Completed in 9374 milliseconds

12345678