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

1 2 3 4 5 6

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
Target.js 12 * @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.prototype =
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
math-cordic.js 52 var Target = 28.027;
54 function cordicsincos(Target) {
64 TargetAngle = FIXED(Target);
92 total += cordicsincos(Target);
  /external/clang/include/clang/ARCMigrate/
FileRemapper.h 35 typedef llvm::PointerUnion<const FileEntry *, llvm::MemoryBuffer *> Target;
36 typedef llvm::DenseMap<const FileEntry *, Target> MappingsTy;
66 void resetTarget(Target &targ);
  /external/llvm/bindings/ocaml/target/
llvm_target.mli 10 (** Target Information.
12 This interface provides an OCaml API for LLVM target information,
13 the classes in the Target library. *)
70 (** [add_to_pass_manager dl pm] adds the target data [dl] to
76 (** Returns the byte order of a target, either [Endian.Big] or
81 (** Returns the pointer size in bytes for a target.
85 (** Returns the integer type that is the same size as a pointer on a target.
89 (** Returns the pointer size in bytes for a target in a given address space.
93 (** Returns the integer type that is the same size as a pointer on a target
98 (** Computes the size of a type in bits for a target
    [all...]
llvm_target.ml 89 module Target = struct
106 | Some target -> step (succ target) (target :: lst)
117 ?code_model:CodeModel.t -> Target.t -> t
120 external target : t -> Target.t
  /external/llvm/lib/ExecutionEngine/
TargetSelect.cpp 1 //===-- TargetSelect.cpp - Target Chooser Code ----------------------------===//
10 // This just asks the TargetRegistry for the appropriate target to use, and
24 #include "llvm/Target/TargetMachine.h"
39 /// selectTarget - Pick a target either via -march or by guessing the native
50 const Target *TheTarget = nullptr;
82 // Package up features to be passed to target/subtarget
99 // Allocate a target...
100 TargetMachine *Target = TheTarget->createTargetMachine(TheTriple.getTriple(),
105 assert(Target && "Could not allocate target machine!")
    [all...]
  /external/chromium_org/content/browser/devtools/
devtools_tracing_handler.h 27 enum Target { Browser, Renderer };
28 explicit DevToolsTracingHandler(Target target);
58 Target target_;
  /external/clang/lib/AST/
ItaniumCXXABI.cpp 57 const TargetInfo &Target = Context.getTargetInfo();
58 TargetInfo::IntType PtrDiff = Target.getPtrDiffType(0);
59 uint64_t Width = Target.getTypeWidth(PtrDiff);
60 unsigned Align = Target.getTypeAlign(PtrDiff);
MicrosoftCXXABI.cpp 168 const TargetInfo &Target = Context.getTargetInfo();
169 assert(Target.getTriple().getArch() == llvm::Triple::x86 ||
170 Target.getTriple().getArch() == llvm::Triple::x86_64);
175 unsigned PtrSize = Target.getPointerWidth(0);
176 unsigned IntSize = Target.getIntWidth();
183 if (Ptrs + Ints > 1 && Target.getTriple().getArch() == llvm::Triple::x86)
186 Align = Target.getPointerAlign(0);
188 Align = Target.getIntAlign();
190 if (Target.getTriple().getArch() == llvm::Triple::x86_64)
  /external/glide/library/src/main/java/com/bumptech/glide/request/target/
Target.java 1 package com.bumptech.glide.request.target;
10 * @param <R> The type of resource the target can display.
12 public interface Target<R> {
15 * A callback that must be called when the target has determined its size. For fixed size targets it can
37 * A method to retrieve the size of this target
38 * @param cb The callback that must be called when the size of the target has been determined
  /external/llvm/lib/Support/
Unicode.cpp 352 UTF32 *Target = &buf[0];
353 if (conversionOK != ConvertUTF8toUTF32(&Start, Start + Length, &Target,
354 Target + 1, strictConversion))
  /external/llvm/tools/lli/
RemoteMemoryManager.h 48 // have allocated locally but have not yet remapped for the remote target.
50 // these sections into the remote target.
53 // This map tracks the sections we have remapped for the remote target
54 // but have not yet copied to the target.
59 // the generated code is moved to the remote target.
63 RemoteTarget *Target;
66 RemoteMemoryManager() : Target(nullptr) {}
95 void setRemoteTarget(RemoteTarget *T) { Target = T; }
  /external/chromium_org/tools/gn/
target.cc 5 #include "tools/gn/target.h"
20 // Merges the public configs from the given target to the given config list.
21 void MergePublicConfigsFrom(const Target* from_target,
29 // target given in *all_dest.
30 void MergeAllDependentConfigsFrom(const Target* from_target,
41 Err MakeTestOnlyError(const Target* from, const Target* to) {
52 Err MakeStaticLibDepsError(const Target* from, const Target* to) {
67 Target::Target(const Settings* settings, const Label& label
    [all...]
  /external/clang/test/SemaCXX/
vtable-instantiation.cc 24 class Target
36 static Target<T> Instance;
40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}}
44 Target<int*>* traits = &Provider<int*>::Instance;
  /external/clang/unittests/Lex/
PPConditionalDirectiveRecordTest.cpp 41 Target = TargetInfo::CreateTargetInfo(Diags, TargetOpts);
51 IntrusiveRefCntPtr<TargetInfo> Target;
98 Target.get());
103 PP.Initialize(*Target);
  /external/llvm/test/Bindings/Ocaml/
target.ml 4 * RUN: %ocamlopt -g -warn-error A llvm.cmxa llvm_target.cmxa llvm_executionengine.cmxa %t.builddir/target.ml -o %t
38 let target = Target.by_triple (Target.default_triple ()) var
40 let machine = TargetMachine.create (Target.default_triple ()) target
69 (*===-- Target ------------------------------------------------------------===*)
72 let module T = Target in
73 ignore (T.succ target);
74 ignore (T.name target);
    [all...]
  /external/chromium_org/android_webview/browser/
aw_dev_tools_manager_delegate.cc 29 class Target : public content::DevToolsTarget {
31 explicit Target(scoped_refptr<DevToolsAgentHost> agent_host);
70 Target::Target(scoped_refptr<DevToolsAgentHost> agent_host)
120 targets.push_back(new Target(*it));
  /external/chromium_org/chromecast/shell/browser/devtools/
cast_dev_tools_delegate.cc 30 class Target : public content::DevToolsTarget {
32 explicit Target(scoped_refptr<content::DevToolsAgentHost> agent_host);
79 DISALLOW_COPY_AND_ASSIGN(Target);
82 Target::Target(scoped_refptr<content::DevToolsAgentHost> agent_host)
153 targets.push_back(new Target(*it));
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
SkPdfFDFDictionary_autogen.cpp 107 SkString SkPdfFDFDictionary::Target(SkPdfNativeDoc* doc) {
108 SkPdfNativeObject* ret = get("Target", "");
116 return get("Target", "") != NULL;
  /external/chromium_org/tools/cr/cr/targets/
target.py 4 """Module to hold the Target plugin."""
17 class Target(cr.base.context.Context, cr.AutoExport):
20 A target is something that can be built and run.
25 # The default pattern used to try to detect whether a target is a test and
36 super(Target, self).__init__(target_name)
72 help_string = 'The target to {0}'
75 help_string = 'The target(s) to {0}'
77 '_targets', metavar='target',
91 """Attempts to build a target by name.
95 If a target cannot be found, the program will be aborted
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DynamicTypePropagation.cpp 78 if (const MemRegion *Target = Ctor->getCXXThisVal().getAsRegion())
79 recordFixedType(Target, Ctor->getDecl(), C);
91 const MemRegion *Target = Dtor->getCXXThisVal().getAsRegion();
92 if (!Target)
99 recordFixedType(Target, cast<CXXDestructorDecl>(D), C);
165 if (const MemRegion *Target = Ctor->getCXXThisVal().getAsRegion()) {
169 recordFixedType(Target, cast<CXXConstructorDecl>(D), C);
  /external/chromium_org/base/memory/
weak_ptr_unittest.cc 47 struct Target : public TargetBase, public SupportsWeakPtr<Target> {
48 virtual ~Target() {}
50 struct DerivedTarget : public Target {};
52 WeakPtr<Target> target; member in struct:base::__anon6988::Arrow
54 struct TargetWithFactory : public Target {
56 WeakPtrFactory<Target> factory;
69 void CreateArrowFromTarget(Arrow** arrow, Target* target) {
260 Target target; local
266 DerivedTarget target; local
316 Target target; local
328 Target* target = new Target(); local
361 Target target; local
414 Target target; local
432 Target target; local
453 Target target; local
464 Target target; local
478 Target target; local
492 Target target; local
514 Target target; local
539 Target target; local
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
Target.java 46 * The notion of a Code Generator target abstracts out the creation
48 * system, this target class may have to be altered to handle more
53 * Target base class is used. I am using a superclass rather than an
54 * interface for this target concept because I can add functionality
57 * target classes).
60 public class Target {
63 * it in the target language as a literal. Useful for dumping
66 * that the target language can hold them as a string.
69 * but your Target subclass is free to alter the translated chars or
70 * add more definitions. This is nonstatic so each target can hav
    [all...]
  /external/chromium_org/content/shell/browser/
shell_devtools_delegate.cc 117 class Target : public content::DevToolsTarget {
119 explicit Target(scoped_refptr<DevToolsAgentHost> agent_host);
158 Target::Target(scoped_refptr<DevToolsAgentHost> agent_host)
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/net/http/
http_auth.h 29 // or both. This enum tracks who the target is.
30 enum Target {
112 static std::string GetChallengeHeaderName(Target target);
116 static std::string GetAuthorizationHeaderName(Target target);
118 // Returns a string representation of a Target value that can be used in log
120 static std::string GetAuthTargetString(Target target);
137 Target target
    [all...]

Completed in 850 milliseconds

1 2 3 4 5 6