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

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/CodeGen/ARM/
ehabi-unwind.ll 1 ; Test that the EHABI unwind instruction generator does not encounter any
  /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/clang/test/Sema/
nonnull.c 92 if (pointer == NULL) { // expected-warning {{comparison of nonnull parameter 'pointer' equal to a null pointer is 'false' on first encounter}}
104 if (pv == NULL) {} // expected-warning {{comparison of nonnull parameter 'pv' equal to a null pointer is 'false' on first encounter}}
110 if (pointer == NULL) { // expected-warning {{comparison of nonnull parameter 'pointer' equal to a null pointer is 'false' on first encounter}}
122 if (pv == NULL) {} // expected-warning {{comparison of nonnull parameter 'pv' equal to a null pointer is 'false' on first encounter}}
135 if (pointer) { // expected-warning {{nonnull parameter 'pointer' will evaluate to 'true' on first encounter}}
145 if (p) // expected-warning {{nonnull parameter 'p' will evaluate to 'true' on first encounter}}
160 if (returns_nonnull_whee() == NULL) {} // expected-warning {{comparison of nonnull function call 'returns_nonnull_whee()' equal to a null pointer is 'false' on first encounter}}
162 if (returns_nonnull_whee() != NULL) {} // expected-warning {{comparison of nonnull function call 'returns_nonnull_whee()' not equal to a null pointer is 'true' on first encounter}}
164 if (returns_nonnull_whee()) {} // expected-warning {{nonnull function call 'returns_nonnull_whee()' will evaluate to 'true' on first encounter}}
165 if (!returns_nonnull_whee()) {} // expected-warning {{nonnull function call 'returns_nonnull_whee()' will evaluate to 'true' on first encounter}}
    [all...]
  /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...]
  /external/valgrind/gdbserver_tests/
mcwatchpoints.stdinB.gdb 21 # now we should encounter 4 break points
  /external/guice/core/src/com/google/inject/internal/
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);
MembersInjectorImpl.java 44 EncounterImpl<T> encounter, ImmutableList<SingleMemberInjector> memberInjectors) {
48 this.userMembersInjectors = encounter.getMembersInjectors();
49 this.injectionListeners = encounter.getInjectionListeners();
51 this.addedAspects = encounter.getAspects();
  /frameworks/compile/mclinker/include/mcld/LD/
DiagRelocations.inc 35 "encounter unsupported relocation type `%0'\nPlease report to %1",
36 "encounter unsupported relocation type `%0'\nPlease report to %1")
39 "encounter unknown relocation type `%0' for symbol `%1'",
40 "encounter unknown relocation type `%0' for symbol `%1'")
  /libcore/ojluni/src/main/java/java/util/stream/
FindOps.java 40 * encounter order) and find-any (find any element, may not be the first in
41 * encounter order.)
54 * first element in the encounter order
66 * first element in the encounter order
78 * first element in the encounter order
90 * first element in the encounter order
101 * find-first (find the first element in the encounter order) and find-any
102 * (find any element, may not be the first in encounter order.)
119 * encounter order, otherwise can find any element
  /external/icu/icu4c/source/tools/genrb/
rle.h 34 * If we encounter a run where n == ESCAPE_BYTE, we represent this as:
51 * If we encounter a run where n == ESCAPE, we represent this as:
  /external/clang/test/CodeGenCXX/
debug-info-class-nolimit.cpp 24 // As above, except trickier because we first encounter only a declaration of
  /external/kernel-headers/original/uapi/asm-mips/asm/
break.h 15 * unused ones are here as placeholders; we might encounter them in
  /external/libchrome/base/memory/
aligned_memory.cc 35 // crash if we encounter a failed allocation; maintaining consistent behavior
  /external/mesa3d/src/glsl/glcpp/
README 17 to encounter and deal with the following preprocessor macros:
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardReady.java 37 // first volume type we encounter
  /art/tools/dexfuzz/src/dexfuzz/rawdex/formats/
Format20bc.java 25 // so we shouldn't encounter it in ART. (Or even before, as they are only written in during
Format22cs.java 68 // This should technically be a byte offset, but we should never encounter
  /external/chromium-trace/catapult/telemetry/telemetry/testing/
run_chromeos_tests.py 44 """Buffer a string write. Log it when we encounter a newline."""
  /external/llvm/test/Analysis/LoopAccessAnalysis/
pointer-with-unknown-bounds.ll 5 ; We shouldn't quit the analysis if we encounter a pointer without known
  /external/testng/src/main/java/org/testng/internal/
RunInfo.java 42 // If we found any negative priority, we break as soon as we encounter
  /external/v8/test/mjsunit/regress/
regress-3926.js 11 // Ensure that both reads and writes encounter the hole check
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
viddec_pm_utils_list.h 6 /* Limitation:This is the maximum numbers of es buffers between start codes. Needs to change if we encounter
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
encoding.py 33 encoding encounter a gsutil error is while uploading files using the recursive
46 If you encounter such an error you can either remove the problematic file(s)
62 encounter character encoding errors while operating on the files.
  /external/autotest/client/cros/image_comparison/
image_comparison_factory.py 70 we encounter the first failed comparison.
  /external/clang/www/analyzer/
filing_bugs.html 18 <p>We encourage users to file bug reports for any problems that they encounter.

Completed in 626 milliseconds

1 2 3 4 5 6 7 8 91011>>