Home
last modified time | relevance | path

Searched refs:implementationName (Results 1 – 11 of 11) sorted by relevance

/external/dokka/core/src/main/kotlin/Utilities/
DServiceLocator.kt15 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/
Des31fProgramInterfaceQueryTestCase.cpp173 …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/
DConscryptInstrumentationListener.java93 String implementationName = argsBundle.getString(IMPLEMENTATION_ARG_NAME); in testRunStarted() local
94 Implementation implementation = Implementation.lookup(implementationName); in testRunStarted()
/external/webrtc/sdk/objc/base/
DRTCVideoDecoder.h36 - (NSString *)implementationName;
DRTCVideoEncoder.h41 - (NSString *)implementationName;
/external/webrtc/sdk/objc/api/video_codec/
DRTCWrappedNativeVideoDecoder.mm56 - (NSString *)implementationName { method
DRTCWrappedNativeVideoEncoder.mm61 - (NSString *)implementationName { method
/external/webrtc/sdk/objc/native/src/
Dobjc_video_decoder_factory.mm37 : decoder_(decoder), implementation_name_([decoder implementationName].stdString) {}
Dobjc_video_encoder_factory.mm43 : encoder_(encoder), implementation_name_([encoder implementationName].stdString) {}
/external/webrtc/sdk/objc/components/video_codec/
DRTCVideoDecoderH264.mm277 - (NSString *)implementationName { method in RTCVideoDecoderH264
DRTCVideoEncoderH264.mm705 - (NSString *)implementationName { method in RTCVideoEncoderH264