| /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/clang/test/Sema/ |
| D | nonnull.c | 92 …{{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/ |
| D | LangCollectors.java | 95 …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/ |
| 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/guice/core/src/com/google/inject/spi/ |
| D | 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 45 <I> void hear(TypeLiteral<I> type, TypeEncounter<I> encounter); in hear() argument
|
| D | TypeEncounter.java | 27 * 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/ |
| D | DaggerStreams.java | 42 * 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/ |
| D | test_mem_object_info.cpp | 172 … // 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/ |
| D | rle.h | 36 * 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/ |
| D | rle.h | 36 * 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/ |
| D | AutoscalerOrBuilder.java | 451 …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.
|
| D | Autoscaler.java | 1009 …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/ |
| 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/perfetto/src/profiling/memory/ |
| D | client_unittest.cc | 38 // 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/ |
| D | DisplayConfig.java | 56 * 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/ |
| D | values_parse.go | 74 …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/ |
| D | StatepointLowering.h | 63 /// 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/ |
| D | StatepointLowering.h | 65 /// 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/ |
| D | StatepointLowering.h | 61 /// 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/ |
| D | mct.h | 114 @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/ |
| D | ehabi-unwind.ll | 1 ; Test that the EHABI unwind instruction generator does not encounter any
|
| /external/javapoet/src/main/java/com/squareup/javapoet/ |
| D | TypeVariableName.java | 109 * 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/ |
| D | README.md | 21 If you encounter issues with native plugin discovery on Mac ("Darwin")
|
| /external/mesa3d/src/compiler/glsl/ |
| D | s_expression.cpp | 136 /* 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()
|