Searched refs:implementationName (Results 1 – 11 of 11) sorted by relevance
/external/dokka/core/src/main/kotlin/Utilities/ |
D | ServiceLocator.kt | 15 fun <T : Any> lookup(clazz: Class<T>, category: String, implementationName: String): T { in <lambda>() 16 val descriptor = lookupDescriptor(category, implementationName) in <lambda>() 41 private fun lookupDescriptor(category: String, implementationName: String): ServiceDescriptor { in <lambda>() 42 …ties = javaClass.classLoader.getResourceAsStream("dokka/$category/$implementationName.properties")… in <lambda>() 47 …} ?: throw ServiceLookupException("No implementation with name $implementationName found in catego… in <lambda>() 49 …ass"]?.toString() ?: throw ServiceLookupException("Implementation $implementationName has no class… in <lambda>() 51 …return ServiceDescriptor(implementationName, category, properties["description"]?.toString(), clas… in <lambda>() 90 …ceLocator.lookup(category: String, implementationName: String): T = lookup(T::class.java, category… in lookup()
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramInterfaceQueryTestCase.cpp | 173 …onst std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0; 229 …m, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const; 230 …onst std::string& resource, glw::GLint propValue, const std::string& implementationName) const = 0; 231 …e (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const; 245 …am, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validate() 259 validateSingleVariable(path, resource, propValue, implementationName); in validate() 267 validateBuiltinVariable(resource, propValue, implementationName); in validate() 276 …le (const std::string& resource, glw::GLint propValue, const std::string& implementationName) const in validateBuiltinVariable() 280 DE_UNREF(implementationName); in validateBuiltinVariable() 289 …m, const std::string& resource, glw::GLint propValue, const std::string& implementationName) const; [all …]
|
/external/conscrypt/test-support/src/java/org/conscrypt/ |
D | ConscryptInstrumentationListener.java | 93 String implementationName = argsBundle.getString(IMPLEMENTATION_ARG_NAME); in testRunStarted() local 94 Implementation implementation = Implementation.lookup(implementationName); in testRunStarted()
|
/external/webrtc/sdk/objc/base/ |
D | RTCVideoDecoder.h | 36 - (NSString *)implementationName;
|
D | RTCVideoEncoder.h | 41 - (NSString *)implementationName;
|
/external/webrtc/sdk/objc/api/video_codec/ |
D | RTCWrappedNativeVideoDecoder.mm | 56 - (NSString *)implementationName { method
|
D | RTCWrappedNativeVideoEncoder.mm | 61 - (NSString *)implementationName { method
|
/external/webrtc/sdk/objc/native/src/ |
D | objc_video_decoder_factory.mm | 37 : decoder_(decoder), implementation_name_([decoder implementationName].stdString) {}
|
D | objc_video_encoder_factory.mm | 43 : encoder_(encoder), implementation_name_([encoder implementationName].stdString) {}
|
/external/webrtc/sdk/objc/components/video_codec/ |
D | RTCVideoDecoderH264.mm | 277 - (NSString *)implementationName { method in RTCVideoDecoderH264
|
D | RTCVideoEncoderH264.mm | 705 - (NSString *)implementationName { method in RTCVideoEncoderH264
|