HomeSort by relevance Sort by last modified time
    Searched defs:getSource (Results 1 - 25 of 1178) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SourceResult.java 24 Source getSource();
  /libcore/ojluni/src/main/java/java/util/
EventObject.java 66 public Object getSource() {
  /external/guava/guava/src/com/google/common/eventbus/
DeadEvent.java 57 public Object getSource() {
  /external/guice/core/src/com/google/inject/spi/
DisableCircularProxiesOption.java 36 public Object getSource() {
41 binder.withSource(getSource()).disableCircularProxies();
Element.java 46 Object getSource();
RequireAtInjectOnConstructorsOption.java 37 public Object getSource() {
42 binder.withSource(getSource()).requireAtInjectOnConstructors();
RequireExactBindingAnnotationsOption.java 36 public Object getSource() {
41 binder.withSource(getSource()).requireExactBindingAnnotations();
RequireExplicitBindingsOption.java 36 public Object getSource() {
41 binder.withSource(getSource()).requireExplicitBindings();
InjectionRequest.java 49 public Object getSource() {
82 binder.withSource(getSource()).requestInjection(type, instance);
InterceptorBinding.java 62 public Object getSource() {
83 binder.withSource(getSource()).bindInterceptor(classMatcher, methodMatcher,
ModuleAnnotatedMethodScannerBinding.java 39 public Object getSource() {
52 binder.withSource(getSource()).scanModulesForAnnotatedMethods(scanner);
ProvisionListenerBinding.java 59 public Object getSource() {
68 binder.withSource(getSource()).bindListener(bindingMatcher,
ScopeBinding.java 48 public Object getSource() {
65 binder.withSource(getSource()).bindScope(annotationType, scope);
StaticInjectionRequest.java 45 public Object getSource() {
70 binder.withSource(getSource()).requestStaticInjection(type);
TypeConverterBinding.java 49 public Object getSource() {
66 binder.withSource(getSource()).convertToTypes(typeMatcher, typeConverter);
TypeListenerBinding.java 56 public Object getSource() {
65 binder.withSource(getSource()).bindListener(typeMatcher, listener);
  /external/guice/extensions/jmx/src/com/google/inject/tools/jmx/
ManagedBinding.java 29 public String getSource() {
30 return binding.getSource().toString();
ManagedBindingMBean.java 29 String getSource();
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassPathEntry.java 23 String getSource() throws IOException;
  /libcore/luni/src/test/java/libcore/javax/sql/
OldConnectionEventTest.java 34 assertSame(ce2.getSource(),ce.getSource());
  /external/deqp/external/vulkancts/modules/vulkan/draw/
vktDrawTestCaseUtil.hpp 48 static std::string getSource (tcu::Archive& archive, const char* path)
88 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second));
  /external/deqp/external/vulkancts/modules/vulkan/dynamic_state/
vktDynamicStateTestCaseUtil.hpp 57 static std::string getSource(tcu::Archive& archive, const char* path)
92 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second));
  /external/desugar/java/com/google/devtools/common/options/
OptionInstanceOrigin.java 44 public String getSource() {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/features/
ConflictingRequirementsException.java 45 public Object getSource() {
  /external/guice/core/src/com/google/inject/internal/
ExposureBuilder.java 62 public Object getSource() {

Completed in 578 milliseconds

1 2 3 4 5 6 7 8 91011>>