/external/guice/core/test/com/google/inject/ |
D | TypeListenerTest.java | 53 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/ |
D | MembersInjectorImpl.java | 47 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()
|
D | MembersInjectorStore.java | 96 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/ |
D | linkage.ll | 9 ; Should not encounter a duplicate symbol error for @.str 12 ; Should not encounter a duplicate symbol error for @llvm.global_ctors
|
D | tls-mixed.ll | 9 ; Should not encounter TLS-ness mismatch for @foo
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | find-loop-instr.ll | 5 ; same loop. The findLoopInstr would encounter for one endloop would encounter
|
/external/guice/core/src/com/google/inject/spi/ |
D | TypeListener.java | 45 <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter); in hear() argument
|
/external/llvm/test/CodeGen/ARM/ |
D | ehabi-unwind.ll | 1 ; Test that the EHABI unwind instruction generator does not encounter any
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | ehabi-unwind.ll | 1 ; Test that the EHABI unwind instruction generator does not encounter any
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | eip-addressing-i386.ll | 5 ; Make sure that we emit an error if we encounter IP-relative instructions in
|
D | regcall-no-plt.ll | 11 ;; We encounter the violation symptom when using PIC with lazy binding
|
/external/rust/crates/num-derive/ |
D | RELEASES.md | 75 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/ |
D | inline-cs-noprobe.perfscript | 1 Using perf wrapper that supports hot-text. Try perf.real if you encounter any issues.
|
D | noinline-cs-noprobe.perfscript | 1 Using perf wrapper that supports hot-text. Try perf.real if you encounter any issues.
|
/external/llvm-project/llvm/test/Transforms/FunctionImport/ |
D | funcimport_resolved.ll | 2 ; 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/ |
D | README.md | 21 If you encounter issues with native plugin discovery on Mac ("Darwin")
|
/external/python/pyopenssl/ |
D | INSTALL.rst | 16 …That means that if you encounter *any* kind of compiler errors, pyOpenSSL's bugtracker is the **wr…
|
/external/autotest/client/site_tests/video_WebRtcResolutionSwitching/ |
D | control | 30 This test acts as a stress test and ensures that we do not encounter issues
|
/external/mesa3d/src/compiler/glsl/glcpp/ |
D | README | 17 to encounter and deal with the following preprocessor macros:
|
/external/llvm-project/llvm/test/Analysis/LoopAccessAnalysis/ |
D | pointer-with-unknown-bounds.ll | 6 ; We shouldn't quit the analysis if we encounter a pointer without known
|
/external/llvm/test/Analysis/LoopAccessAnalysis/ |
D | pointer-with-unknown-bounds.ll | 6 ; We shouldn't quit the analysis if we encounter a pointer without known
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | android-comparison-in-temp-failure-retry.rst | 28 If you encounter this, the fix is simple: lift the comparison out of the
|
/external/llvm-project/polly/test/DeLICM/ |
D | confused_order.ll | 5 ; DeLICM must be prepared to encounter implicit reads
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/AArch64/ |
D | sve-scalable-load-in-loop.ll | 7 ; analysis if, for example, the ACLE are used. If we encounter a scalable/vector
|
/external/llvm-project/llvm/test/Transforms/DeadStoreElimination/MSSA/ |
D | multiblock-unreachable.ll | 6 ; Make sure we do not crash when we encounter unreachable blocks while checking
|