Searched refs:getImplementation (Results 1 - 25 of 69) sorted by relevance

123

/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp39 auto getImplementation() const -> TFunctionType
47 auto imp = m.getImplementation<int, int, int>();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
H A DMethod.java109 @Nullable MethodImplementation getImplementation(); method in interface:Method
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DPoolMethod.java90 @Override @Nullable public MethodImplementation getImplementation() { method in class:PoolMethod
91 return method.getImplementation();
H A DClassPool.java141 MethodImplementation methodImpl = method.getImplementation();
189 MethodImplementation methodImpl = method.getImplementation();
391 MethodImplementation impl = method.getImplementation();
407 MethodImplementation impl = method.getImplementation();
415 MethodImplementation impl = method.getImplementation();
424 MethodImplementation impl = method.getImplementation();
437 return new MutableMethodImplementation(poolMethod.getImplementation());
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DShader.h65 rx::ShaderImpl *getImplementation() { return mShader; } function in class:gl::Shader
66 const rx::ShaderImpl *getImplementation() const { return mShader; } function in class:gl::Shader
H A DBuffer.h50 rx::BufferImpl *getImplementation() const { return mBuffer; } function in class:gl::Buffer
H A DBuffer.cpp66 gl::Error error = mBuffer->copySubData(source->getImplementation(), sourceOffset, destOffset, size);
H A DTexture.cpp72 getImplementation()->setUsage(usage);
143 return getImplementation()->getNativeTexture();
148 getImplementation()->generateMipmaps();
153 getImplementation()->copySubImage(target, level, xoffset, yoffset, zoffset, x, y, width, height, source);
179 return (getImplementation()->getLayerCount(0) > 0 ? getImplementation()->getImage(0, 0) : NULL);
H A DProgramBinary.h101 rx::ProgramImpl *getImplementation() { return mProgram; } function in class:gl::ProgramBinary
102 const rx::ProgramImpl *getImplementation() const { return mProgram; } function in class:gl::ProgramBinary
H A DTexture.h82 rx::TextureImpl *getImplementation() { return mTexture; } function in class:gl::Texture
83 const rx::TextureImpl *getImplementation() const { return mTexture; } function in class:gl::Texture
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/
H A DImmutableMethod.java102 method.getImplementation());
112 @Override @Nullable public ImmutableMethodImplementation getImplementation() { return methodImplementation; } method in class:ImmutableMethod
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DVertexDataManager.cpp157 BufferD3D *bufferImpl = BufferD3D::makeBufferD3D(buffer->getImplementation());
173 BufferD3D *bufferImpl = BufferD3D::makeBufferD3D(buffer->getImplementation());
192 BufferD3D *bufferImpl = buffer ? BufferD3D::makeBufferD3D(buffer->getImplementation()) : NULL;
236 BufferD3D *storage = buffer ? BufferD3D::makeBufferD3D(buffer->getImplementation()) : NULL;
H A DProgramD3D.cpp132 rx::ShaderD3D *vertexShaderD3D = rx::ShaderD3D::makeShaderD3D(vertexShader->getImplementation());
133 rx::ShaderD3D *fragmentShaderD3D = rx::ShaderD3D::makeShaderD3D(fragmentShader->getImplementation());
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
H A DBuilderMethod.java72 @Override @Nullable public MethodImplementation getImplementation() { return methodImplementation; } method in class:BuilderMethod
H A DBuilderClassPool.java269 MethodImplementation impl = builderMethod.getImplementation();
286 MethodImplementation impl = builderMethod.getImplementation();
295 MethodImplementation impl = builderMethod.getImplementation();
304 MethodImplementation impl = builderMethod.getImplementation();
317 MethodImplementation impl = builderMethod.getImplementation();
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
H A DClassDefinition.java71 MethodImplementation impl = method.getImplementation();
272 MethodImplementation methodImpl = method.getImplementation();
317 MethodImplementation methodImpl = method.getImplementation();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509Util.java324 static Implementation getImplementation( method in class:X509Util
378 static Implementation getImplementation( method in class:X509Util
393 Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]);
401 imp = getImplementation(baseName, algorithm, prov[i]);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/
H A DReflectionConstructor.java92 @Nullable @Override public MethodImplementation getImplementation() { method in class:ReflectionConstructor
H A DReflectionMethod.java91 @Nullable @Override public MethodImplementation getImplementation() { method in class:ReflectionMethod
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
H A DDexBackedMethod.java151 DexBackedMethodImplementation methodImpl = getImplementation();
185 public DexBackedMethodImplementation getImplementation() { method in class:DexBackedMethod
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
H A DJumboStringConversionTest.java103 MethodImplementation impl = method.getImplementation();
200 MethodImplementation impl = method.getImplementation();
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DVertexBuffer11.cpp94 Buffer11 *storage = Buffer11::makeBuffer11(buffer->getImplementation());
/external/clang/lib/StaticAnalyzer/Checkers/
H A DObjCUnusedIVarsChecker.cpp91 if (const ObjCCategoryImplDecl *CID = Cat->getImplementation())
/external/smali/dexlib2/src/accessorTest/java/org/jf/dexlib2/
H A DAccessorTest.java110 MethodImplementation methodImpl = method.getImplementation();
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DSyntheticAccessorResolver.java106 MethodImplementation methodImpl = method.getImplementation();

Completed in 428 milliseconds

123