Home
last modified time | relevance | path

Searched defs:getImplementation (Results 1 – 25 of 473) sorted by relevance

12345678910>>...19

/aosp_15_r20/tools/metalava/metalava-model-source/src/main/java/com/android/tools/metalava/model/source/
H A DSourceModelProvider.kt62 fun getImplementation( in createEnvironmentManager() method
79 fun getImplementation(requiredProvider: String): SourceModelProvider { in createEnvironmentManager() method
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/
H A DX509Util.java325 static Implementation getImplementation( in getImplementation() method in X509Util
379 static Implementation getImplementation( in getImplementation() method in X509Util
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509Util.java324 static Implementation getImplementation( in getImplementation() method in X509Util
378 static Implementation getImplementation( in getImplementation() method in X509Util
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
H A DX509Util.java325 static Implementation getImplementation( in getImplementation() method in X509Util
379 static Implementation getImplementation( in getImplementation() method in X509Util
/aosp_15_r20/external/angle/src/libANGLE/
H A DImage.cpp267 rx::ExternalImageSiblingImpl *ExternalImageSibling::getImplementation() const in getImplementation() function in egl::ExternalImageSibling
504 rx::ImageImpl *Image::getImplementation() const in getImplementation() function in egl::Image
H A DSemaphore.h38 rx::SemaphoreImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
H A DDevice.h42 rx::DeviceImpl *getImplementation() { return mImplementation.get(); } in getImplementation() function
H A DMemoryObject.h35 rx::MemoryObjectImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
H A DFence.h75 rx::SyncImpl *getImplementation() const { return mFence; } in getImplementation() function
H A DShareGroup.h73 rx::ShareGroupImpl *getImplementation() const { return mImplementation; } in getImplementation() function
H A DQuery.cpp92 rx::QueryImpl *Query::getImplementation() const in getImplementation() function in gl::Query
H A DShader.h126 rx::ShaderImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
H A DStream.cpp119 rx::StreamProducerImpl *Stream::getImplementation() in getImplementation() function in egl::Stream
H A DOverlay.h88 rx::OverlayImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
H A DBuffer.h172 rx::BufferImpl *getImplementation() const { return mImpl; } in getImplementation() function
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/
H A DMethod.java119 @Nullable MethodImplementation getImplementation(); in getImplementation() method
/aosp_15_r20/tools/apksig/src/main/java/com/android/apksig/
H A DSignerEngineFactory.java39 public static SignerEngine getImplementation( in getImplementation() method in SignerEngineFactory
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
H A DPoolMethod.java93 @Override @Nullable public MethodImplementation getImplementation() { in getImplementation() method in PoolMethod
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/rewriter/
H A DMethodRewriter.java99 @Override @Nullable public MethodImplementation getImplementation() { in getImplementation() method in MethodRewriter.RewrittenMethod
/aosp_15_r20/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
H A Dp3-0x.cpp39 auto getImplementation() const -> TFunctionType in getImplementation() function
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/
H A DBuilderMethod.java77 …@Override @Nullable public MethodImplementation getImplementation() { return methodImplementation;… in getImplementation() method in BuilderMethod
/aosp_15_r20/external/google-smali/baksmali/src/test/java/com/android/tools/smali/baksmali/
H A DInstructionMethodItemTest.java184 public MethodImplementation getImplementation() { in getImplementation() method in InstructionMethodItemTest.TestMethod
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/
H A DImmutableMethod.java124 …@Override @Nullable public ImmutableMethodImplementation getImplementation() { return methodImplem… in getImplementation() method in ImmutableMethod
/aosp_15_r20/libcore/luni/src/main/java/org/w3c/dom/
H A DDocument.java54 public DOMImplementation getImplementation(); in getImplementation() method
/aosp_15_r20/libcore/dom/src/test/java/org/w3c/domts/
H A DDOMTest.java75 public DOMImplementation getImplementation() { in getImplementation() method in DOMTest

12345678910>>...19