Home
last modified time | relevance | path

Searched full:encounter (Results 1 – 25 of 1171) sorted by relevance

12345678910>>...47

/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/clang/test/Sema/
Dnonnull.c92 …{{comparison of nonnull parameter 'pointer' equal to a null pointer is 'false' on first encounter}} in evil_nonnull_func()
104 …ning {{comparison of nonnull parameter 'pv' equal to a null pointer is 'false' on first encounter}} in evil_nonnull_func()
110 …{{comparison of nonnull parameter 'pointer' equal to a null pointer is 'false' on first encounter}} in another_evil_nonnull_func()
122 …ning {{comparison of nonnull parameter 'pv' equal to a null pointer is 'false' on first encounter}} in another_evil_nonnull_func()
135 …) { // expected-warning {{nonnull parameter 'pointer' will evaluate to 'true' on first encounter}} in yet_another_evil_nonnull_func()
145 if (p) // expected-warning {{nonnull parameter 'p' will evaluate to 'true' on first encounter}} in pr21668_1()
160 …null function call 'returns_nonnull_whee()' equal to a null pointer is 'false' on first encounter}} in returns_nonnull_warning_tests()
162 …l function call 'returns_nonnull_whee()' not equal to a null pointer is 'true' on first encounter}} in returns_nonnull_warning_tests()
164 …rning {{nonnull function call 'returns_nonnull_whee()' will evaluate to 'true' on first encounter}} in returns_nonnull_warning_tests()
165 …rning {{nonnull function call 'returns_nonnull_whee()' will evaluate to 'true' on first encounter}} in returns_nonnull_warning_tests()
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/stream/
DLangCollectors.java95 …Collector} that concatenates the input elements, separated by the specified delimiter, in encounter
101 …e Collector} which concatenates Object elements, separated by the specified delimiter, in encounter
109 …Collector} that concatenates the input elements, separated by the specified delimiter, in encounter
117 …e Collector} which concatenates Object elements, separated by the specified delimiter, in encounter
126 * specified prefix and suffix, in encounter order.
136 * encounter order
144 * specified prefix and suffix, in encounter order.
155 * encounter order
/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/guice/core/src/com/google/inject/spi/
DTypeListener.java22 * 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
45 <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter); in hear() argument
DTypeEncounter.java27 * Context of an injectable type encounter. Enables reporting errors, registering injection
29 * encounter after the {@link TypeListener#hear(TypeLiteral, TypeEncounter) hear()} method has
/external/dagger2/java/dagger/internal/codegen/extension/
DDaggerStreams.java42 * ImmutableList}, in encounter order.
51 * ImmutableSet}, in encounter order.
61 * Entries appear in the result {@code ImmutableMap} in encounter order.
78 * elements. Entries appear in the result {@code ImmutableSetMultimap} in encounter order.
/external/OpenCL-CTS/test_conformance/api/
Dtest_mem_object_info.cpp172 … // Make sure buffer is cleaned up appropriately if we encounter an error in the rest of the calls. in test_get_buffer_info()
190 … // Make sure buffer is cleaned up appropriately if we encounter an error in the rest of the calls. in test_get_buffer_info()
211 … // Make sure buffer is cleaned up appropriately if we encounter an error in the rest of the calls. in test_get_buffer_info()
557 … // Make sure image is cleaned up appropriately if we encounter an error in the rest of the calls. in test_get_image_info()
590 …// Make sure image2d is cleaned up appropriately if we encounter an error in the rest of the calls. in test_get_image_info()
612 … // Make sure image is cleaned up appropriately if we encounter an error in the rest of the calls. in test_get_image_info()
642 … // Make sure image is cleaned up appropriately if we encounter an error in the rest of the calls. in test_get_image_info()
672 … // Make sure image is cleaned up appropriately if we encounter an error in the rest of the calls. in test_get_image_info()
701 … // Make sure image is cleaned up appropriately if we encounter an error in the rest of the calls. in test_get_image_info()
/external/cronet/third_party/icu/source/tools/genrb/
Drle.h36 * If we encounter a run where n == ESCAPE_BYTE, we represent this as:
53 * If we encounter a run where n == ESCAPE, we represent this as:
/external/icu/icu4c/source/tools/genrb/
Drle.h36 * If we encounter a run where n == ESCAPE_BYTE, we represent this as:
53 * If we encounter a run where n == ESCAPE, we represent this as:
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DAutoscalerOrBuilder.java451 …entation for Commonly returned status messages for examples of status messages you might encounter.
462 …entation for Commonly returned status messages for examples of status messages you might encounter.
473 …entation for Commonly returned status messages for examples of status messages you might encounter.
484 …entation for Commonly returned status messages for examples of status messages you might encounter.
496 …entation for Commonly returned status messages for examples of status messages you might encounter.
DAutoscaler.java1009 …entation for Commonly returned status messages for examples of status messages you might encounter.
1024 …entation for Commonly returned status messages for examples of status messages you might encounter.
1039 …entation for Commonly returned status messages for examples of status messages you might encounter.
1053 …entation for Commonly returned status messages for examples of status messages you might encounter.
1067 …entation for Commonly returned status messages for examples of status messages you might encounter.
3436 …entation for Commonly returned status messages for examples of status messages you might encounter.
3454 …entation for Commonly returned status messages for examples of status messages you might encounter.
3471 …entation for Commonly returned status messages for examples of status messages you might encounter.
3488 …entation for Commonly returned status messages for examples of status messages you might encounter.
3512 …entation for Commonly returned status messages for examples of status messages you might encounter.
[all …]
/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/perfetto/src/profiling/memory/
Dclient_unittest.cc38 // lower. We will need to rework once we encounter architectures where the in TEST()
92 // lower. We will need to rework once we encounter architectures where the in TEST()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/android/internal/
DDisplayConfig.java56 * The smallest value of {@link #appWidth} that an application is likely to encounter, in pixels,
63 * The smallest value of {@link #appHeight} that an application is likely to encounter, in pixels,
70 * The largest value of {@link #appWidth} that an application is likely to encounter, in pixels,
77 * The largest value of {@link #appHeight} that an application is likely to encounter, in pixels,
/external/bazelbuild-rules_android/src/tools/ak/liteparse/
Dvalues_parse.go74 …return respipe.SendErr(ctx, errC, respipe.Errorf(ctx, "%v: expected to encounter name attribute: %…
107 return "", fmt.Errorf("Expected to encounter name attribute within: %v", resxml.Attrs(xe))
186 // being liberal with what we can encounter under a <declare-styleable> tag.
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h63 /// Record the fact that we expect to encounter a given gc_relocate
85 // TODO: Should add consistency tracking to ensure we encounter
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h65 /// Record the fact that we expect to encounter a given gc_relocate
87 // TODO: Should add consistency tracking to ensure we encounter
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.h61 /// Record the fact that we expect to encounter a given gc_relocate
78 // TODO: Should add consistency tracking to ensure we encounter
/external/pdfium/third_party/libopenjpeg/
Dmct.h114 @return OPJ_FALSE if function encounter a problem, OPJ_TRUE otherwise
129 @return OPJ_FALSE if function encounter a problem, OPJ_TRUE otherwise
/external/llvm/test/CodeGen/ARM/
Dehabi-unwind.ll1 ; Test that the EHABI unwind instruction generator does not encounter any
/external/javapoet/src/main/java/com/squareup/javapoet/
DTypeVariableName.java109 * infinite recursion in cases like {@code Enum<E extends Enum<E>>}. When we encounter such a
111 * map before looking up the bounds. Then if we encounter this TypeVariable again while
/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/
DREADME.md21 If you encounter issues with native plugin discovery on Mac ("Darwin")
/external/mesa3d/src/compiler/glsl/
Ds_expression.cpp136 /* When we encounter a Symbol, we need to save a nul-terminated copy of in read_expression()
144 * necessary nul-bytes whenever we encounter a symbol. in read_expression()

12345678910>>...47