Home
last modified time | relevance | path

Searched refs:encounter (Results 1 – 25 of 144) sorted by relevance

123456

/external/guice/core/test/com/google/inject/
DTypeListenerTest.java53 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
99 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) { in testTypeListenersAreFired()
136 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) { in testInstallingInjectionListener()
137 encounter.register(injectionListener); in testInstallingInjectionListener()
189 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
190 encounter.bindInterceptor(any(), prefixInterceptor("li"));
191 encounter.bindInterceptor(buzz, prefixInterceptor("no"));
286 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
287 encounter.register(failingInjectionListener);
376 public <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter) {
[all …]
/external/guice/core/src/com/google/inject/internal/
DMembersInjectorImpl.java47 EncounterImpl<T> encounter, in MembersInjectorImpl() argument
53 encounter.getMembersInjectors().isEmpty() ? null : encounter.getMembersInjectors().asList(); in MembersInjectorImpl()
55 encounter.getInjectionListeners().isEmpty() in MembersInjectorImpl()
57 : encounter.getInjectionListeners().asList(); in MembersInjectorImpl()
59 this.addedAspects = encounter.getAspects().isEmpty() ? null : encounter.getAspects(); in MembersInjectorImpl()
DMembersInjectorStore.java96 EncounterImpl<T> encounter = new EncounterImpl<>(errors, injector.lookups); in createWithListeners() local
103 typeListener.hear(type, encounter); in createWithListeners()
109 encounter.invalidate(); in createWithListeners()
112 return new MembersInjectorImpl<T>(injector, type, encounter, injectors); in createWithListeners()
/external/llvm-project/lld/test/ELF/lto/
Dlinkage.ll9 ; Should not encounter a duplicate symbol error for @.str
12 ; Should not encounter a duplicate symbol error for @llvm.global_ctors
Dtls-mixed.ll9 ; Should not encounter TLS-ness mismatch for @foo
/external/llvm-project/llvm/test/CodeGen/Hexagon/
Dfind-loop-instr.ll5 ; same loop. The findLoopInstr would encounter for one endloop would encounter
/external/guice/core/src/com/google/inject/spi/
DTypeListener.java45 <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter); in hear() argument
/external/llvm/test/CodeGen/ARM/
Dehabi-unwind.ll1 ; Test that the EHABI unwind instruction generator does not encounter any
/external/llvm-project/llvm/test/CodeGen/ARM/
Dehabi-unwind.ll1 ; Test that the EHABI unwind instruction generator does not encounter any
/external/llvm-project/llvm/test/CodeGen/X86/
Deip-addressing-i386.ll5 ; Make sure that we emit an error if we encounter IP-relative instructions in
Dregcall-no-plt.ll11 ;; We encounter the violation symptom when using PIC with lazy binding
/external/rust/crates/num-derive/
DRELEASES.md75 that globally deny that lint don't encounter an error.
83 that globally deny that lint don't encounter an error.
/external/llvm-project/llvm/test/tools/llvm-profgen/Inputs/
Dinline-cs-noprobe.perfscript1 Using perf wrapper that supports hot-text. Try perf.real if you encounter any issues.
Dnoinline-cs-noprobe.perfscript1 Using perf wrapper that supports hot-text. Try perf.real if you encounter any issues.
/external/llvm-project/llvm/test/Transforms/FunctionImport/
Dfuncimport_resolved.ll2 ; when it is encountered with different thresholds. When we encounter the
4 ; from main(), it will be selected for importing. When we encounter it with a
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/
DREADME.md21 If you encounter issues with native plugin discovery on Mac ("Darwin")
/external/python/pyopenssl/
DINSTALL.rst16 …That means that if you encounter *any* kind of compiler errors, pyOpenSSL's bugtracker is the **wr…
/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/
Dcontrol30 This test acts as a stress test and ensures that we do not encounter issues
/external/mesa3d/src/compiler/glsl/glcpp/
DREADME17 to encounter and deal with the following preprocessor macros:
/external/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/
Dpointer-with-unknown-bounds.ll6 ; We shouldn't quit the analysis if we encounter a pointer without known
/external/llvm/test/Analysis/LoopAccessAnalysis/
Dpointer-with-unknown-bounds.ll6 ; We shouldn't quit the analysis if we encounter a pointer without known
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dandroid-comparison-in-temp-failure-retry.rst28 If you encounter this, the fix is simple: lift the comparison out of the
/external/llvm-project/polly/test/DeLICM/
Dconfused_order.ll5 ; DeLICM must be prepared to encounter implicit reads
/external/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/
Dsve-scalable-load-in-loop.ll7 ; analysis if, for example, the ACLE are used. If we encounter a scalable/vector
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/
Dmultiblock-unreachable.ll6 ; Make sure we do not crash when we encounter unreachable blocks while checking

123456