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

1 2 3 4 5 6 7 8 910

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
SwitchStack.s 53 // Eager
60 // RSC while in kernel: enabled, little endian, pl = 0, eager mode
64 // RSE disabled: disabled, pl = 0, little endian, eager mode
  /external/guice/core/src/com/google/inject/
Stage.java 28 * functioning Injector. Do not inject members of instances. Do not load eager singletons. Do as
  /external/syslinux/gpxe/src/drivers/infiniband/
linda.h 82 /** A Linda eager receive descriptor */
170 /** Eager buffer required alignment */
173 /** Eager buffer size encodings */
205 * This is a policy decision. Must be a valid eager buffer size.
linda.c 60 /** Offset within register space of the eager array */
62 /** Number of entries in eager array */
64 /** Eager array producer index */
66 /** Eager array consumer index */
757 /* Calculate eager array start addresses for each context */
770 DBGC ( linda, "Linda %p CTX %d eager array at %lx (%d "
1109 /* Calculate eager producer index and WQE index */
1128 /* Post eager buffer */
    [all...]
  /external/v8/src/compiler/
common-operator.cc 415 V(Eager, MinusZero) \
416 V(Eager, NoReason) \
417 V(Eager, WrongMap) \
422 V(Eager, DivisionByZero) \
423 V(Eager, Hole) \
424 V(Eager, MinusZero) \
425 V(Eager, Overflow) \
426 V(Eager, Smi)
429 V(Eager, LostPrecision) \
430 V(Eager, LostPrecisionOrNaN)
    [all...]
  /external/guice/core/src/com/google/inject/spi/
BindingScopingVisitor.java 33 * Visit an eager singleton or single instance. This scope strategy is found on both module and
  /external/v8/src/ast/
ast-numbering.h 27 // non-null, adds any eager inner literal functions into it.
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Strings.java 92 checkNotNull(string); // eager for GWT.
124 checkNotNull(string); // eager for GWT.
148 checkNotNull(string); // eager for GWT.
  /external/kernel-headers/original/uapi/rdma/hfi/
hfi1_user.h 241 __u32 rcvegr_size; /* size of each eager buffer */
251 __u16 egrtids; /* number of RcvArray entries for Eager Rcvs */
329 /* base address of Eager receive buffers. */
359 EAGER
427 /* (RO) Index of next Eager index to use. */
429 /* (RW) Eager TID to be processed next */
431 /* (RO) Receive Eager Offset Tail */
  /external/libusb/
README.git 40 you may find that other people might be eager to help you out.
  /external/llvm/docs/tutorial/
BuildingAJIT3.rst 22 of eager module-at-a-time JITing that we've been doing so far.**
  /external/guice/core/src/com/google/inject/internal/
Scoping.java 34 * The scope's eager or laziness is also exposed.
108 return "eager singleton";
InternalInjectorCreator.java 52 * create eager singletons. In this phase, user code may have started other threads. This phase
188 * Loads eager singletons, or all singletons if we're in Stage.PRODUCTION. Bindings discovered
189 * while we're binding these singletons are not be eager.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Ipf/
IpfDefines.h 303 #define RSC_MODE_EA (0x3) // Eager
507 // RSC while in kernel: enabled, little endian, PL = 0, eager mode
517 // RSE disabled: disabled, PL = 0, little endian, eager mode
  /external/guava/guava/src/com/google/common/base/
Strings.java 99 checkNotNull(string); // eager for GWT.
131 checkNotNull(string); // eager for GWT.
155 checkNotNull(string); // eager for GWT.
  /bionic/libc/kernel/uapi/rdma/hfi/
hfi1_user.h 162 EAGER
  /external/guava/guava-tests/benchmark/com/google/common/util/concurrent/
StripedBenchmark.java 53 EAGER {
  /external/llvm/test/CodeGen/Thumb2/
2010-06-14-NEONCoalescer.ll 5 ; This is a case where the coalescer was too eager. These two copies were
  /external/python/cpython2/Doc/tutorial/
whatnow.rst 8 you should be eager to apply Python to solving your real-world problems. Where
  /external/skia/src/gpu/
GrPathRange.h 65 * Initialize an eager-loaded path range. The subclass is responsible for ensuring all
  /external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
2010-06-14-NEONCoalescer.ll 5 ; This is a case where the coalescer was too eager. These two copies were
  /build/kati/
depgraph.go 208 logStats("eager eval command time: %q", time.Since(startTime))
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
ClassUnloadDebuggee.java 121 * More eager algorithm for eating memory.
  /external/clang/test/CodeGenCXX/
explicit-instantiation.cpp 76 // Trigger eager instantiation of the function definitions.
  /external/guice/core/test/com/google/inject/
BinderTestSuite.java 255 builder.creationTime(CreationTime.EAGER);
301 NONE, EAGER, LAZY
577 assertEquals(CreationTime.EAGER, creationTime);
639 /** negative to throw, 101... for eager singletons, 201... for everything else */

Completed in 1023 milliseconds

1 2 3 4 5 6 7 8 910