Searched refs:getSource (Results 1 - 25 of 263) sorted by relevance

1234567891011

/external/guice/extensions/jmx/src/com/google/inject/tools/jmx/
H A DManagedBindingMBean.java29 String getSource(); method in interface:ManagedBindingMBean
H A DManagedBinding.java29 public String getSource() { method in class:ManagedBinding
30 return binding.getSource().toString();
/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 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 DModuleAnnotatedMethodScannerBinding.java39 public Object getSource() { method in class:ModuleAnnotatedMethodScannerBinding
52 binder.withSource(getSource()).scanModulesForAnnotatedMethods(scanner);
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 DTypeListenerBinding.java56 public Object getSource() { method in class:TypeListenerBinding
65 binder.withSource(getSource()).bindListener(typeMatcher, listener);
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
H A DClassPathEntry.java23 String getSource() throws IOException; method in interface:ClassPathEntry
/external/guice/extensions/grapher/src/com/google/inject/grapher/
H A DInterfaceNode.java32 return new InterfaceNode(id, getSource());
40 return "InterfaceNode{id=" + getId() + " source=" + getSource() + "}";
H A DImplementationNode.java57 return "ImplementationNode{id=" + getId() + " source=" + getSource()
62 return new ImplementationNode(id, getSource(), getMembers());
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DRowSetEventTest.java34 assertSame(irs, rse.getSource());
/external/jmdns/src/javax/jmdns/impl/
H A DNetworkTopologyEventImpl.java48 return (this.getSource() instanceof JmDNS ? (JmDNS) getSource() : null);
/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/internal/
H A DUntargettedBindingImpl.java45 return new UntargettedBindingImpl<T>(getSource(), getKey(), scoping);
49 return new UntargettedBindingImpl<T>(getSource(), key, getScoping());
53 getScoping().applyTo(binder.withSource(getSource()).bind(getKey()));
59 .add("source", getSource())
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
H A DPrettyPrinter.java43 return visitor.getSource();
/external/xmlrpcpp/src/
H A DXmlRpcDispatch.cpp49 if (it->getSource() == source)
62 if (it->getSource() == source)
92 int fd = it->getSource()->getfd();
122 XmlRpcSource* src = thisIt->getSource();
150 XmlRpcSource *src = it->getSource();
185 it->getSource()->close();
/external/autotest/frontend/client/src/autotest/common/ui/
H A DTableSelectionPanel.java46 if (event.getSource() == selectAll) {
48 } else if (event.getSource() == selectVisible) {
51 assert event.getSource() == selectNone;
/external/guice/core/test/com/google/inject/
H A DReflectionTest.java46 ElementSource source = (ElementSource) fooBinding.getSource();
60 ElementSource source = (ElementSource) i.getSource();
77 ElementSource source = (ElementSource) fooBinding.getSource();
/external/desugar/java/com/google/devtools/common/options/
H A DOptionInstanceOrigin.java44 public String getSource() { method in class:OptionInstanceOrigin
H A DParsedOptionDescription.java126 public String getSource() { method in class:ParsedOptionDescription
127 return origin.getSource();
159 if (origin.getSource() != null) {
160 result.append(" and source '").append(origin.getSource()).append("'");
/external/guava/guava-testlib/src/com/google/common/collect/testing/features/
H A DConflictingRequirementsException.java45 public Object getSource() { method in class:ConflictingRequirementsException

Completed in 473 milliseconds

1234567891011