OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bindingType
(Results
1 - 10
of
10
) sorted by null
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
SourceFiles.java
191
switch (binding.
bindingType
()) {
232
TypeMirror
bindingType
;
233
switch (binding.
bindingType
()) {
242
bindingType
= contributionBinding.key().type();
250
bindingType
= contributionBinding.bindingTypeElement().asType();
264
bindingType
= binding.key().type();
270
TypeName bindingTypeName = TypeNames.forTypeMirror(
bindingType
);
Binding.java
95
return this.equals(binding.
bindingType
());
99
abstract Binding.Type
bindingType
();
105
return
bindingType
().frameworkClass();
128
return BindingKey.create(
bindingType
().bindingKeyKind(), key());
ProductionBinding.java
51
Binding.Type
bindingType
() {
ProvisionBinding.java
59
Binding.Type
bindingType
() {
MembersInjectionBinding.java
93
protected Binding.Type
bindingType
() {
BindingGraph.java
572
&& !binding.
bindingType
().equals(Type.PRODUCTION)) {
AbstractComponentWriter.java
551
|| !(contributionBinding.
bindingType
().equals(Binding.Type.PROVISION))) {
[
all
...]
/external/deqp/modules/gles31/functional/
es31fAtomicCounterTests.cpp
80
enum
BindingType
96
,
bindingType
(BINDINGTYPE_BASIC)
106
BindingType
bindingType
;
183
switch (spec.
bindingType
)
265
switch (spec.
bindingType
)
928
if (m_spec.offsetType == OFFSETTYPE_INVALID || m_spec.offsetType == OFFSETTYPE_INVALID_DEFAULT || m_spec.
bindingType
== BINDINGTYPE_INVALID || m_spec.
bindingType
== BINDINGTYPE_INVALID_DEFAULT || m_spec.offsetType == OFFSETTYPE_INVALID_OVERLAPPING)
[
all
...]
/external/libchrome/mojo/public/js/
bindings.js
265
function BindingSetEntry(bindingSet, interfaceType,
bindingType
, impl,
269
this.binding_ = new
bindingType
(interfaceType, impl,
/external/guice/extensions/struts2/lib/
core-3.1.1.jar
Completed in 2693 milliseconds