Searched refs:Target (Results 251 - 275 of 1030) sorted by relevance

<<11121314151617181920>>

/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DBaseTarget.java10 * A base {@link Target} for loading {@link Bitmap}s that provides basic or empty implementations for most methods.
14 * into it using {@link Glide#clear(Target)}.
21 public abstract class BaseTarget<Z> implements Target<Z> {
H A DTarget.java12 public interface Target<R> { interface
/external/llvm/include/llvm/Analysis/
H A DJumpInstrTableInfo.h50 void insertEntry(FunctionType *TableFunTy, Function *Target, Function *Jump);
/external/llvm/lib/MC/MCDisassembler/
H A DDisassembler.h33 class Target;
58 // FIXME: using std::unique_ptr<const llvm::Target> causes a malloc error
60 const Target *TheTarget;
88 const Target *theTarget, const MCAsmInfo *mAI,
113 const Target *getTarget() const { return TheTarget; }
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_llvm_emit.cpp39 #include <llvm/Target/TargetData.h>
40 #include <llvm/Target/TargetMachine.h>
44 #include <llvm-c/Target.h>
100 const Target * AMDGPUTarget = TargetRegistry::lookupTarget("r600", err);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwpa_supplicant_conf.mk29 @echo Target wpa_supplicant.conf: $@
/external/llvm/tools/lli/
H A DRemoteMemoryManager.cpp84 assert(Target);
85 if (!Target)
93 unsigned MaxAlign = Target->getPageAlignment();
133 if (!Target->allocateSpace(CurOffset, MaxAlign, RemoteAddr))
134 report_fatal_error(Target->getErrorMsg());
159 if (!Target->loadCode(RemoteAddr, Section.MB.base(), Section.MB.size()))
160 report_fatal_error(Target->getErrorMsg());
164 if (!Target->loadData(RemoteAddr, Section.MB.base(), Section.MB.size()))
165 report_fatal_error(Target->getErrorMsg());
/external/chromium_org/cc/test/
H A Danimation_test_common.cc25 template <class Target>
26 int AddOpacityTransition(Target* target,
55 template <class Target>
56 int AddAnimatedTransform(Target* target,
84 template <class Target>
85 int AddAnimatedTransform(Target* target,
99 template <class Target>
100 int AddAnimatedFilter(Target* target,
/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/mojo/examples/window_manager/
H A Ddebug_panel.h37 Target target,
47 Target navigation_target() const;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUTargetMachine.h23 #include "llvm/Target/TargetData.h"
27 MCAsmInfo* createMCAsmInfo(const Target &T, StringRef TT);
41 AMDGPUTargetMachine(const Target &T, StringRef TT, StringRef FS,
H A DAMDIL.h19 #include "llvm/Target/TargetMachine.h"
61 class Target;
76 extern Target TheAMDGPUTarget;
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texture.c120 if (texImage->TexObject->Target == GL_TEXTURE_RECTANGLE_NV) {
162 if (texImage->TexObject->Target == GL_TEXTURE_1D)
214 if (texImage->TexObject->Target == GL_TEXTURE_3D ||
215 texImage->TexObject->Target == GL_TEXTURE_2D_ARRAY) {
222 } else if (texImage->TexObject->Target == GL_TEXTURE_1D_ARRAY) {
250 const GLuint faces = _mesa_num_tex_faces(texObj->Target);
271 const GLuint faces = _mesa_num_tex_faces(texObj->Target);
339 const GLint numFaces = (texObj->Target == GL_TEXTURE_CUBE_MAP) ? 6 : 1;
/external/chromium_org/tools/cr/cr/commands/
H A Ddebug.py26 cr.Target.AddArguments(self, parser)
31 targets = cr.Target.GetTargets()
H A Drun.py28 cr.Target.AddArguments(self, parser, allow_multiple=True)
33 targets = cr.Target.GetTargets()
/external/chromium_org/tools/gn/
H A Dcommand_gen.cc29 void BackgroundDoWrite(const Target* target) {
41 const Target* target = item->AsTarget();
H A Dcommand_ls.cc77 std::vector<const Target*> matches;
88 std::vector<const Target*> all_targets =
H A Dscheduler.h17 class Target;
62 void DoTargetFileWrite(const Target* target);
H A Dtarget_generator.h23 // Fills the variables in a Target object from a Scope (the result of a script
24 // execution). Target-type-specific derivations of this class will be used
29 TargetGenerator(Target* target,
64 Target* target_;
H A Dtoolchain.h103 static ToolType GetToolTypeForTargetFinalOutput(const Target* target);
104 const Tool* GetToolForTargetFinalOutput(const Target* target) const;
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DViewAnimation.java8 import com.bumptech.glide.request.target.Target;
51 public boolean animate(Drawable previous, Object current, View view, Target target) {
/external/lldb/include/lldb/Expression/
H A DASTResultSynthesizer.h49 Target &target);
178 Target &m_target; ///< The target, which contains the persistent variable store and the
/external/lldb/include/lldb/Target/
H A DTargetList.h19 #include "lldb/Target/Target.h"
62 /// Create a new Target.
64 /// Clients must use this function to create a Target. This allows
76 /// Target::SetExecutableModule (ModuleSP&)
108 /// Create a new Target.
122 /// Delete a Target object from the list.
124 /// When clients are done with the Target objets, this function
195 GetTargetSP (Target *target) const;
219 SetSelectedTarget (Target *targe
[all...]
/external/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.h17 #include "lldb/Target/Platform.h"
86 GetSoftwareBreakpointTrapOpcode (Target &target,
94 Target *target, Listener &listener, Error &error);
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp19 #include "lldb/Target/DynamicLoader.h"
20 #include "lldb/Target/Target.h"
35 ProcessFreeBSD::CreateInstance(Target& target,
115 ProcessFreeBSD::ProcessFreeBSD(Target& target, Listener &listener)

Completed in 1548 milliseconds

<<11121314151617181920>>