HomeSort by relevance Sort by last modified time
    Searched refs:encounter (Results 1 - 25 of 45) sorted by null

1 2

  /external/guice/core/src/com/google/inject/spi/
TypeListener.java 22 * Listens for Guice to encounter injectable types. If a given type has its constructor injected in
41 * @param encounter context of this encounter, enables reporting errors, registering injection
46 <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter);
  /external/guice/core/test/com/google/inject/
TypeListenerTest.java 54 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
91 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
118 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
119 encounter.register(injectionListener);
164 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
165 encounter.bindInterceptor(any(), prefixInterceptor("li"));
166 encounter.bindInterceptor(buzz, prefixInterceptor("no"));
245 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
246 encounter.register(failingInjectionListener);
320 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
    [all...]
RequestInjectionTest.java 211 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
BindingTest.java 357 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
  /external/guice/core/src/com/google/inject/internal/
MembersInjectorImpl.java 44 EncounterImpl<T> encounter, ImmutableList<SingleMemberInjector> memberInjectors) {
48 this.userMembersInjectors = encounter.getMembersInjectors();
49 this.injectionListeners = encounter.getInjectionListeners();
51 this.addedAspects = encounter.getAspects();
MembersInjectorStore.java 101 EncounterImpl<T> encounter = new EncounterImpl<T>(errors, injector.lookups); local
108 typeListener.hear(type, encounter);
114 encounter.invalidate();
117 return new MembersInjectorImpl<T>(injector, type, encounter, injectors);
  /device/google/cuttlefish_common/host/libs/ivserver/
README.md 58 If you encounter either
  /build/blueprint/
unpack.go 111 // property map here. Instead we add them when we encounter a struct
113 // encounter such a struct then the "unrecognized property" error will
  /prebuilts/go/darwin-x86/src/regexp/
backtrack.go 164 // If during the processing of inst.Out, we encounter
  /prebuilts/go/linux-x86/src/regexp/
backtrack.go 164 // If during the processing of inst.Out, we encounter
  /build/soong/third_party/zip/
reader.go 96 // Gloss over this by reading headers until we encounter
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
dwinl.go 70 // We can occasionally encounter a var produced by the
  /prebuilts/go/darwin-x86/src/cmd/go/internal/generate/
generate.go 196 // If we encounter an error, we abort the package.
  /prebuilts/go/darwin-x86/src/runtime/pprof/
proto.go 213 // Location message, so record new functions we encounter and
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
dwinl.go 70 // We can occasionally encounter a var produced by the
  /prebuilts/go/linux-x86/src/cmd/go/internal/generate/
generate.go 196 // If we encounter an error, we abort the package.
  /prebuilts/go/linux-x86/src/runtime/pprof/
proto.go 213 // Location message, so record new functions we encounter and
  /prebuilts/tools/common/m2/repository/org/eclipse/sisu/org.eclipse.sisu.plexus/0.0.0.M5/
org.eclipse.sisu.plexus-0.0.0.M5.jar 
  /prebuilts/go/darwin-x86/src/archive/zip/
reader.go 97 // Gloss over this by reading headers until we encounter
  /prebuilts/go/darwin-x86/src/go/scanner/
scanner.go 105 // Calls to Scan will invoke the error handler err if they encounter a
  /prebuilts/go/linux-x86/src/archive/zip/
reader.go 97 // Gloss over this by reading headers until we encounter
  /prebuilts/go/linux-x86/src/go/scanner/
scanner.go 105 // Calls to Scan will invoke the error handler err if they encounter a
  /external/guice/core/test/com/google/inject/spi/
ElementsTest.java 740 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
    [all...]
  /external/python/cpython3/Lib/
pdb.py 543 encounter another breakpoint -- which could have its own
    [all...]
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 

Completed in 700 milliseconds

1 2