Searched defs:getTarget (Results 1 - 25 of 76) sorted by path

1234

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMNodeProxy.java197 * Note that getNodeName is aliased to getTarget.
201 public final String getTarget() method in class:DTMNodeProxy
204 } // getTarget():String
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DAnimationHelper.java106 public ContentWrapperView getTarget() { method in class:AnimationHelper
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLBuffer.h43 GLenum getTarget() const { return m_target; } function in class:blink::FINAL
H A DWebGLTexture.h52 GLenum getTarget() const { return m_target; } function in class:blink::FINAL
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DTexture.cpp64 GLenum Texture::getTarget() const function in class:gl::Texture
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DImage.h39 GLenum getTarget() const { return mTarget; } function in class:rx::Image
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/chromium_org/third_party/libaddressinput/src/java/testlibs/
H A Dhttpclient-4.1.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/impl/ ...
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir_graph.h57 inline Node *getTarget() const { return target; } function in class:nv50_ir::Graph::Edge
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayApply.cpp115 SkDisplayable* target = getTarget(animator);
461 SkDisplayable* target = getTarget(animate);
510 SkDrawable* SkApply::getTarget(SkAnimateBase* animate) { function in class:SkApply
739 SkDisplayable* target = getTarget(animate);
/external/clang/include/clang/AST/
H A DStmt.h1257 Expr *getTarget() { return reinterpret_cast<Expr*>(Target); } function in class:clang::IndirectGotoStmt
1258 const Expr *getTarget() const {return reinterpret_cast<const Expr*>(Target);} function in class:clang::IndirectGotoStmt
/external/clang/include/clang/Frontend/
H A DCompilerInstance.h322 TargetInfo &getTarget() const { function in class:clang::CompilerInstance
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCoreEngine.h487 const Expr *getTarget() const { return E; } function in class:clang::ento::IndirectGotoNodeBuilder
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h1014 const TargetInfo &getTarget() const { return Target; } function in class:clang::CodeGen::CodeGenFunction
H A DCodeGenModule.h589 const TargetInfo &getTarget() const { return Target; } function in class:clang::CodeGen::CodeGenModule
H A DCodeGenTypes.h117 const TargetInfo &getTarget() const { return Target; } function in class:clang::CodeGen::CodeGenTypes
H A DTargetInfo.cpp83 const TargetInfo &ABIInfo::getTarget() const { function in class:ABIInfo
84 return CGT.getTarget();
583 if (CGM.getTarget().getTriple().isOSDarwin()) return 5;
1162 if (CGF.CGM.getTarget().getTriple().isOSDarwin()) {
1292 return !getTarget().getTriple().isOSDarwin();
1566 getTarget().getTriple().isOSNaCl())) {
1658 getTarget().getTriple().isOSNaCl()))
2741 if (Size == 128 && getTarget().getTriple().isWindowsGNUEnvironment())
3858 switch (getTarget().getTriple().getEnvironment()) {
3871 switch (getTarget()
[all...]
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp158 virtual Target getTarget (void) const = 0;
181 virtual Array::Target getTarget (void) const { return m_target; } function in class:deqp::gls::ContextArray
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 550 milliseconds

1234