Home
last modified time | relevance | path

Searched refs:getImplementation (Results 1 – 25 of 104) sorted by relevance

12345

/external/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/
Dp3-0x.cpp39 auto getImplementation() const -> TFunctionType in getImplementation() function
47 auto imp = m.getImplementation<int, int, int>(); in f()
/external/angle/src/libANGLE/renderer/null/
DShaderNULL.cpp26 const gl::Extensions &extensions = context->getImplementation()->getExtensions(); in compile()
29 options->pls = context->getImplementation()->getNativePixelLocalStorageOptions(); in compile()
/external/angle/src/libANGLE/renderer/wgpu/
DShaderWgpu.cpp45 const gl::Extensions &extensions = context->getImplementation()->getExtensions(); in compile()
48 options->pls = context->getImplementation()->getNativePixelLocalStorageOptions(); in compile()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/pool/
DPoolMethod.java93 @Override @Nullable public MethodImplementation getImplementation() { in getImplementation() method in PoolMethod
94 return method.getImplementation(); in getImplementation()
DClassPool.java156 MethodImplementation methodImpl = method.getImplementation(); in internCode()
220 MethodImplementation methodImpl = method.getImplementation(); in internDebug()
397 MethodImplementation impl = method.getImplementation();
413 MethodImplementation impl = method.getImplementation();
421 MethodImplementation impl = method.getImplementation();
430 MethodImplementation impl = method.getImplementation();
443 return new MutableMethodImplementation(poolMethod.getImplementation());
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/rewriter/
DMethodRewriter.java99 @Override @Nullable public MethodImplementation getImplementation() { in getImplementation() method in MethodRewriter.RewrittenMethod
101 method.getImplementation()); in getImplementation()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/
DX509Util.java325 static Implementation getImplementation( in getImplementation() method in X509Util
379 static Implementation getImplementation( in getImplementation() method in X509Util
394 … Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]); in getImplementation()
402 imp = getImplementation(baseName, algorithm, prov[i]); in getImplementation()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/
DX509Util.java325 static Implementation getImplementation( in getImplementation() method in X509Util
379 static Implementation getImplementation( in getImplementation() method in X509Util
394 … Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]); in getImplementation()
402 imp = getImplementation(baseName, algorithm, prov[i]); in getImplementation()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DX509Util.java324 static Implementation getImplementation( in getImplementation() method in X509Util
378 static Implementation getImplementation( in getImplementation() method in X509Util
393 … Implementation imp = getImplementation(baseName, Strings.toUpperCase(algorithm), prov[i]); in getImplementation()
401 imp = getImplementation(baseName, algorithm, prov[i]); in getImplementation()
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/writer/builder/
DBuilderClassPool.java280 MethodImplementation impl = builderMethod.getImplementation();
294 MethodImplementation impl = builderMethod.getImplementation();
303 MethodImplementation impl = builderMethod.getImplementation();
312 MethodImplementation impl = builderMethod.getImplementation();
325 MethodImplementation impl = builderMethod.getImplementation();
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/dexbacked/
DDexBackedMethod.java168 DexBackedMethodImplementation methodImpl = getImplementation();
212 public DexBackedMethodImplementation getImplementation() {
273 DexBackedMethodImplementation impl = getImplementation();
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/immutable/
DImmutableMethod.java113 method.getImplementation()); in of()
124 …@Override @Nullable public ImmutableMethodImplementation getImplementation() { return methodImplem… in getImplementation() method in ImmutableMethod
/external/angle/src/libANGLE/
DImage_unittest.cpp49 rx::MockImageImpl *imageImpl = static_cast<rx::MockImageImpl *>(image->getImplementation()); in TEST()
135 rx::MockImageImpl *imageImpl = static_cast<rx::MockImageImpl *>(image->getImplementation()); in TEST()
DSemaphore.h38 rx::SemaphoreImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
DMemoryObject.h35 rx::MemoryObjectImpl *getImplementation() const { return mImplementation.get(); } in getImplementation() function
DDevice.h42 rx::DeviceImpl *getImplementation() { return mImplementation.get(); } in getImplementation() function
DStream.cpp119 rx::StreamProducerImpl *Stream::getImplementation() in getImplementation() function in egl::Stream
182 mDisplay->getImplementation()->createStreamProducerD3DTexture(mConsumerType, attributes); in createProducerD3D11Texture()
DQuery.h51 rx::QueryImpl *getImplementation() const;
DShareGroup.h73 rx::ShareGroupImpl *getImplementation() const { return mImplementation; } in getImplementation() function
DImage.h129 rx::ExternalImageSiblingImpl *getImplementation() const;
207 rx::ImageImpl *getImplementation() const;
DQuery.cpp92 rx::QueryImpl *Query::getImplementation() const in getImplementation() function in gl::Query
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/
DMethod.java119 @Nullable MethodImplementation getImplementation(); in getImplementation() method
/external/google-smali/third_party/baksmali/src/main/java/com/android/tools/smali/baksmali/Adaptors/
DClassDefinition.java77 MethodImplementation impl = method.getImplementation(); in findFieldsSetInStaticConstructor()
277 MethodImplementation methodImpl = method.getImplementation(); in writeDirectMethods()
323 MethodImplementation methodImpl = method.getImplementation(); in writeVirtualMethods()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dalgorithm_selector.cc47 << "variant.implementation=" << variant.getImplementation() in operator <<()
203 if (selector_.IsShuffleLayer(variant.getImplementation())) { in AlgorithmPolicy()
/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/writer/
DCallSiteTest.java134 … Assert.assertEquals(1, Lists.newArrayList(method.getImplementation().getInstructions()).size()); in verifyDexFile()
135 …Instruction instruction = Lists.newArrayList(method.getImplementation().getInstructions().iterator… in verifyDexFile()

12345