Searched defs:getSource (Results 1 - 25 of 126) sorted by relevance

123456

/external/guava/guava/src/com/google/common/eventbus/
H A DDeadEvent.java57 public Object getSource() { method in class:DeadEvent
/external/guice/core/src/com/google/inject/spi/
H A DElement.java46 Object getSource(); method in interface:Element
H A DDisableCircularProxiesOption.java36 public Object getSource() { method in class:DisableCircularProxiesOption
41 binder.withSource(getSource()).disableCircularProxies();
H A DInjectionRequest.java49 public Object getSource() { method in class:InjectionRequest
82 binder.withSource(getSource()).requestInjection(type, instance);
H A DModuleAnnotatedMethodScannerBinding.java39 public Object getSource() { method in class:ModuleAnnotatedMethodScannerBinding
52 binder.withSource(getSource()).scanModulesForAnnotatedMethods(scanner);
H A DProvisionListenerBinding.java59 public Object getSource() { method in class:ProvisionListenerBinding
68 binder.withSource(getSource()).bindListener(bindingMatcher,
H A DRequireAtInjectOnConstructorsOption.java37 public Object getSource() { method in class:RequireAtInjectOnConstructorsOption
42 binder.withSource(getSource()).requireAtInjectOnConstructors();
H A DRequireExactBindingAnnotationsOption.java36 public Object getSource() { method in class:RequireExactBindingAnnotationsOption
41 binder.withSource(getSource()).requireExactBindingAnnotations();
H A DRequireExplicitBindingsOption.java36 public Object getSource() { method in class:RequireExplicitBindingsOption
41 binder.withSource(getSource()).requireExplicitBindings();
H A DScopeBinding.java48 public Object getSource() { method in class:ScopeBinding
65 binder.withSource(getSource()).bindScope(annotationType, scope);
H A DStaticInjectionRequest.java45 public Object getSource() { method in class:StaticInjectionRequest
70 binder.withSource(getSource()).requestStaticInjection(type);
H A DTypeConverterBinding.java49 public Object getSource() { method in class:TypeConverterBinding
66 binder.withSource(getSource()).convertToTypes(typeMatcher, typeConverter);
H A DTypeListenerBinding.java56 public Object getSource() { method in class:TypeListenerBinding
65 binder.withSource(getSource()).bindListener(typeMatcher, listener);
H A DInterceptorBinding.java62 public Object getSource() { method in class:InterceptorBinding
83 binder.withSource(getSource()).bindInterceptor(classMatcher, methodMatcher,
H A DMembersInjectorLookup.java47 public Object getSource() { method in class:MembersInjectorLookup
73 initializeDelegate(binder.withSource(getSource()).getMembersInjector(type));
H A DProviderLookup.java55 public Object getSource() { method in class:ProviderLookup
83 initializeDelegate(binder.withSource(getSource()).getProvider(dependency));
/external/guice/extensions/jmx/src/com/google/inject/tools/jmx/
H A DManagedBinding.java29 public String getSource() { method in class:ManagedBinding
30 return binding.getSource().toString();
H A DManagedBindingMBean.java29 String getSource(); method in interface:ManagedBindingMBean
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassPathEntry.java23 String getSource() throws IOException; method in interface:ClassPathEntry
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DConflictingRequirementsException.java45 public Object getSource() { method in class:ConflictingRequirementsException
/external/guice/core/src/com/google/inject/internal/
H A DExposureBuilder.java62 public Object getSource() { method in class:ExposureBuilder
/external/guice/extensions/grapher/src/com/google/inject/grapher/
H A DNode.java46 public Object getSource() { method in class:Node
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
H A DYamlDocument.java65 public String getSource() { method in class:YamlDocument
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawTestCaseUtil.hpp48 static std::string getSource (tcu::Archive& archive, const char* path) function in class:vkt::Draw::ShaderSourceProvider
88 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second));
/external/xmlrpcpp/src/
H A DXmlRpcDispatch.h67 XmlRpcSource* getSource() const { return _src; } function in struct:XmlRpc::XmlRpcDispatch::MonitoredSource

Completed in 1502 milliseconds

123456