Searched refs:getSource (Results 26 - 50 of 263) sorted by relevance

1234567891011

/external/guice/core/src/com/google/inject/internal/
H A DLinkedBindingImpl.java59 return new LinkedBindingImpl<T>(getSource(), getKey(), scoping, targetKey);
63 return new LinkedBindingImpl<T>(getSource(), key, getScoping(), targetKey);
67 getScoping().applyTo(binder.withSource(getSource()).bind(getKey()).to(getLinkedKey()));
73 .add("source", getSource())
H A DAbstractBindingProcessor.java85 errors.bindingAlreadySet(key, original.getSource());
89 errors.errorCheckingDuplicateBinding(key, original.getSource(), t);
101 injector.state.parent().blacklist(key, injector.state, binding.getSource());
145 source = binding.getSource();
H A DInstanceBindingImpl.java79 return new InstanceBindingImpl<T>(getSource(), getKey(), scoping, injectionPoints, instance);
83 return new InstanceBindingImpl<T>(getSource(), key, getScoping(), injectionPoints, instance);
88 binder.withSource(getSource()).bind(getKey()).toInstance(instance);
94 .add("source", getSource())
H A DLinkedProviderBindingImpl.java85 return new LinkedProviderBindingImpl<T>(getSource(), getKey(), scoping, providerKey);
89 return new LinkedProviderBindingImpl<T>(getSource(), key, getScoping(), providerKey);
93 getScoping().applyTo(binder.withSource(getSource())
100 .add("source", getSource())
H A DProviderInstanceBindingImpl.java86 getSource(), getKey(), scoping, injectionPoints, providerInstance);
91 getSource(), key, getScoping(), injectionPoints, providerInstance);
96 binder.withSource(getSource()).bind(getKey()).toProvider(getUserSuppliedProvider()));
103 .add("source", getSource())
H A DBindingBuilder.java73 base.getSource(), base.getKey(), base.getScoping(), linkedKey));
96 base.getSource(), base.getKey(), Scoping.EAGER_SINGLETON, injectionPoints, instance));
118 base.getSource(), base.getKey(), base.getScoping(), injectionPoints, provider));
139 base.getSource(), base.getKey(), base.getScoping(), providerKey));
165 setBinding(new ConstructorBindingImpl<T>(base.getKey(), base.getSource(), base.getScoping(),
/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/deqp/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateTestCaseUtil.hpp57 static std::string getSource(tcu::Archive& archive, const char* path) function in class:vkt::DynamicState::ShaderSourceProvider
92 glu::ShaderSource(i->first, ShaderSourceProvider::getSource(m_testCtx.getArchive(), i->second));
/external/deqp/framework/randomshaders/
H A DrsgTest.cpp56 std::cout << "Vertex shader:\n--\n" << vertexShader.getSource() << "--\n";
57 std::cout << "Fragment shader:\n--\n" << fragmentShader.getSource() << "--\n";
/external/guice/core/src/com/google/inject/spi/
H A DInjectionRequest.java49 public Object getSource() { method in class:InjectionRequest
82 binder.withSource(getSource()).requestInjection(type, instance);
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 DProvisionListenerBinding.java59 public Object getSource() { method in class:ProvisionListenerBinding
68 binder.withSource(getSource()).bindListener(bindingMatcher,
H A DTypeConverterBinding.java49 public Object getSource() { method in class:TypeConverterBinding
66 binder.withSource(getSource()).convertToTypes(typeMatcher, typeConverter);
H A DProviderLookup.java55 public Object getSource() { method in class:ProviderLookup
83 initializeDelegate(binder.withSource(getSource()).getProvider(dependency));
/external/guice/extensions/grapher/src/com/google/inject/grapher/
H A DInstanceNode.java60 return "InstanceNode{id=" + getId() + " source=" + getSource() + " instance=" + instance
65 return new InstanceNode(id, getSource(), getInstance(), getMembers());
H A DNode.java46 public Object getSource() { method in class:Node
/external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/object/
H A DIsEventFrom.java30 mismatchDescription.appendText("source was ").appendValue(item.getSource());
38 return ev.getSource() == source;
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/printer/
H A DSourcePrinter.java141 public String getSource() { method in class:SourcePrinter
147 return getSource();
/external/apache-harmony/beans/src/test/java/org/apache/harmony/beans/tests/java/beans/
H A DPropertyChangeEventTest.java42 assertSame(src, event.getSource());
56 assertSame(src, event.getSource());
73 assertSame(src, event.getSource());
107 assertSame(src, event.getSource());
133 assertSame(src, event.getSource());
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/
H A DConnectionEventTest.java40 assertSame(ipc, ce.getSource());
53 assertSame(ipc, ce.getSource());
58 assertSame(ipc, ce.getSource());
/external/slf4j/integration/src/test/java/org/slf4j/test_osgi/
H A DFrameworkErrorListener.java50 System.out.println("Framework ERROR:" + ", source " + fe.getSource() + ", bundle=" + fe.getBundle() + ", ex=" + tString);
/external/xmlrpcpp/src/
H A DXmlRpcDispatch.h67 XmlRpcSource* getSource() const { return _src; } function in struct:XmlRpc::XmlRpcDispatch::MonitoredSource
/external/desugar/java/com/google/devtools/common/options/
H A DOptionValueDescription.java172 return effectiveOptionInstance.getSource();
284 .map(ParsedOptionDescription::getSource)
375 (parsedOption.getSource() == null)
378 "expanded from %s (source %s)", optionDefinition, parsedOption.getSource()));
426 (parsedOption.getSource() == null)
430 optionDefinition, parsedOption.getSource()));
464 (parsedOption.getSource() == null)
467 "unwrapped from %s (source %s)", optionDefinition, parsedOption.getSource()));
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DDepFind.java45 classes.put(header.getClassName(), entry.getSource());
64 new DepFindVisitor(classes, entry.getSource(), handler),

Completed in 708 milliseconds

1234567891011