HomeSort by relevance Sort by last modified time
    Searched refs:LAZY (Results 1 - 18 of 18) sorted by null

  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DependencyRequestMapper.java 63 case LAZY:
86 case LAZY:
DependencyVariableNamer.java 20 import dagger.Lazy;
25 * with the {@link DependencyRequest}. I.e. strips out words like "lazy" and "provider" if we
26 * believe that those refer to {@link Lazy} and {@link Provider} rather than the type being
43 case LAZY:
44 return variableName.startsWith("lazy") && !variableName.equals("lazy")
DependencyRequest.java 27 import dagger.Lazy;
76 /** A request for a {@link Lazy}. E.g.: {@code Lazy<Blah>} */
77 LAZY,
97 case LAZY:
312 // inside something (e.g, Provider, Lazy, etc..).
351 } else if (isTypeOf(Lazy.class, type)) {
352 return new AutoValue_DependencyRequest_Factory_KindAndType(Kind.LAZY,
SourceFiles.java 172 case LAZY:
MembersInjectorGenerator.java 366 case LAZY:
BindingGraphValidator.java 39 import dagger.Lazy;
    [all...]
AbstractComponentWriter.java 648 case LAZY:
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
WireFormat.java 193 /** Keep data as ByteString; validation/conversion to String is lazy. */
194 LAZY {
MessageReflection.java 540 // TODO(liujisi): support lazy strings for repeated fields.
543 return WireFormat.Utf8Validation.LAZY;
707 // TODO(liujisi): support lazy strings for ExtesnsionSet.
    [all...]
  /external/v8/src/compiler/
frame-states.h 22 // the output of a node to obtain a framestate for lazy bailout.
150 enum class ContinuationFrameStateMode { EAGER, LAZY, LAZY_WITH_CATCH };
frame-states.cc 86 // Lazy deopt points where the frame state is assocated with a call get an
89 // Lazy deopt points which can catch exceptions further get an additional
96 case ContinuationFrameStateMode::LAZY:
js-call-reducer.cc     [all...]
js-native-context-specialization.cc 277 // to the caller without duplicating side-effects upon a lazy deopt.
280 0, frame_state, ContinuationFrameStateMode::LAZY);
    [all...]
  /external/guice/core/test/com/google/inject/
BinderTestSuite.java 349 LAZY
366 private CreationTime creationTime = CreationTime.LAZY;
636 assertEquals(CreationTime.LAZY, creationTime);
  /external/guice/extensions/persist/lib/
ejb3-persistence.jar 
db4o-6.4.14.8131-java5.jar 
hibernate3.jar 
  /external/kotlinc/lib/
kotlin-main-kts.jar 

Completed in 299 milliseconds