HomeSort by relevance Sort by last modified time
    Searched full:latch (Results 151 - 175 of 204) sorted by null

1 2 3 4 5 67 8 9

  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 425 /* Latch this because run() may set the static field to
  /external/kernel-headers/original/linux/mtd/
nand.h 51 /* Select the command latch by setting CLE to high */
53 /* Select the address latch by setting ALE to high */
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 463 // Note that this block may not be the loop latch block, even if the loop
464 // has a latch block.
  /external/llvm/lib/Transforms/Utils/
LoopUnroll.cpp 116 /// can only fail when the loop's latch block is not terminated by a conditional
345 assert(Latches.back() == LastValueMap[LatchBlock] && "bad last latch");
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 24 // %i = phi [ 0, %entry ], [ %i.next, %latch ]
    [all...]
  /external/chromium_org/net/quic/
quic_session.cc 218 // We latch this here rather than doing a traditional loop, because streams
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.cc 75 // decryption so that the crypters latch when expected. The crypters are in
  /external/grub/netboot/
3c595.h 284 * 0: Interrupt Latch.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 166 to latch it with \verb|IPV6_PKTOPTIONS|.
  /external/kernel-headers/original/linux/spi/
cpcap.h 257 CPCAP_REG_UIL, /* USB Interrupt Latch */
  /external/llvm/lib/Analysis/
ProfileVerifierPass.cpp 266 // return blocks with no successors (think loop latch as return block)).
  /frameworks/av/services/audioflinger/
Threads.h 635 // timestamp latch:
642 bool mLatchDValid; // true means mLatchD is valid, and clock it into latch at next opportunity
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 637 its latch will not be executed), even if the niter
642 of executions of the latch of the loop. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 637 its latch will not be executed), even if the niter
642 of executions of the latch of the loop. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
tree-flow.h 637 its latch will not be executed), even if the niter
642 of executions of the latch of the loop. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
tree-flow.h 637 its latch will not be executed), even if the niter
642 of executions of the latch of the loop. */
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java 287 // latch: never unprovision
386 public final AtomicBoolean latch; field in class:BackupManagerService.FullParams
392 latch = new AtomicBoolean(false);
606 params.allApps, params.includeSystem, params.packages, params.latch);
631 params.observer, params.latch);
    [all...]
AssetAtlasService.java 671 * @param signal Latch to decrement when this worker is done, may be null
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputMethodManager.java 509 CountDownLatch latch = new CountDownLatch(1);
514 sargs.arg4 = latch;
517 if (!latch.await(5, TimeUnit.SECONDS)) {
    [all...]
  /frameworks/av/include/private/media/
AudioTrackShared.h 172 bool mIsShutdown; // latch set to true when shared memory corruption detected
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.h 250 /* handlePageFilp: this is were we latch a new buffer
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
lto1 
  /dalvik/vm/
Sync.cpp 153 * Since we're reading the lock value multiple times, latch it so
    [all...]
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 550 /// a latch block with no conditional exit. This block will cause a conditional
    [all...]

Completed in 4408 milliseconds

1 2 3 4 5 67 8 9