HomeSort by relevance Sort by last modified time
    Searched full:dead (Results 526 - 550 of 1683) sorted by null

<<21222324252627282930>>

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DeadZone.java 45 // Upon activity elsewhere in the UI, the dead zone will hold steady for
  /frameworks/native/include/binder/
IBinder.h 107 * @note You will only receive a weak reference to the dead
  /frameworks/native/libs/binder/
IServiceManager.cpp 96 // Object is dead!
  /frameworks/native/services/surfaceflinger/
Client.cpp 82 ALOGE_IF(lbc==0, "getLayerUser(name=%p) is dead", handle.get());
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderMPEG4.cpp 137 // If we don't return error, we will have dead lock issue
  /hardware/invensense/60xx/mlsdk/mllite/
mlcontrol.h 73 #define INV_DEAD_ZONE 0x0004 // Indicates that a dead zone should be used, below which sensor data is set to zero.
  /packages/apps/InCallUI/src/com/android/incallui/
SmallerHitTargetTouchListener.java 76 // If we are dealing with smaller buttons where the dead zone defined by
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 76 @SuppressWarnings("all") // suppress dead code warning
  /packages/apps/Mms/tests/src/com/android/mms/ui/
MultiPartSmsTests.java 76 // +" Nature seems dead, and wicked dreams abuse"
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
CombinerChain.java 68 // The dead key combiner is always active, and always first
  /packages/services/Telephony/src/com/android/phone/
SmallerHitTargetTouchListener.java 77 // If we are dealing with smaller buttons where the dead zone defined by
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
nameser_compat.h 37 #define __BIND 19950621 /*%< (DEAD) interface version stamp. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 37 #define __BIND 19950621 /*%< (DEAD) interface version stamp. */
  /prebuilts/tools/common/proguard/proguard4.7/docs/
main.html 42 <li>Listing dead code, so it can be removed from the source code.</li>
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_optimize.c 244 * Remove dead instructions from the given program.
259 printf("Optimize: Begin dead code removal\n");
282 printf("abort remove dead code (indirect temp)\n");
304 printf("abort remove dead code (indirect temp)\n");
321 /* find instructions that write to dead registers, flag for removal */
354 printf("Optimize: End dead code removal.\n");
490 * Try to remove use of extraneous MOV instructions, to free them up for dead
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocFast.cpp 643 DEBUG(dbgs() << "Clearing dubious dead: " << MO << "\n");
654 DEBUG(dbgs() << "Clearing clean dead: " << MO << "\n");
669 bool Dead = MO.isDead();
672 return MO.isKill() || Dead;
691 return Dead;
    [all...]
InlineSpiller.cpp 136 // Dead defs generated during spilling.
    [all...]
AggressiveAntiDepBreaker.cpp 342 // Handle dead defs by simulating a last-use of the register just
343 // after the def. A dead def can occur because the def is truly
344 // dead, or because only a subregister is live at the def. If we
345 // don't do this the dead def will be incorrectly merged into the
662 // If NewReg is dead and NewReg's most recent def is not before
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 57 STATISTIC(NumDeadAlloca, "Number of dead alloca's removed");
328 // dead code elimination later.
420 // Remove the (now dead) store and alloca.
493 // Remove the (now dead) stores and alloca.
617 // dead phi nodes.
766 /// inserted phi nodes would be dead).
840 /// and see if we can optimize out some work by avoiding insertion of dead phi
    [all...]
LoopSimplify.cpp 498 // Delete each unique out-of-loop (and thus dead) predecessor.
502 DEBUG(dbgs() << "LoopSimplify: Deleting edge from dead predecessor "
505 // Inform each successor of each dead pred.
508 // Zap the dead pred's terminator and replace it with unreachable.
679 // Success. The block is now dead, so remove it from the loop,
    [all...]
  /external/mesa3d/src/mesa/program/
prog_optimize.c 244 * Remove dead instructions from the given program.
259 printf("Optimize: Begin dead code removal\n");
282 printf("abort remove dead code (indirect temp)\n");
304 printf("abort remove dead code (indirect temp)\n");
321 /* find instructions that write to dead registers, flag for removal */
354 printf("Optimize: End dead code removal.\n");
490 * Try to remove use of extraneous MOV instructions, to free them up for dead
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp 235 /// \brief Allow iterating the dead users for this alloca.
246 /// \brief Allow iterating the dead expressions referring to this alloca.
295 /// \brief Instructions which will become dead if we rewrite the alloca.
303 /// \brief Operands which will become dead if we rewrite the alloca.
307 /// to PHI nodes and the like. They aren't entirely dead (there might be
342 /// \brief Set to de-duplicate dead instructions found in the use walk.
376 // some instructions are dead but not others. We can't completely ignore
523 // first time marked this instruction as dead. If so, skip it.
614 // If there are no loads or stores, the access is dead. We mark that as
686 // Otherwise the operand to the select is dead, and we can replace i
    [all...]
  /frameworks/base/media/java/android/media/session/
MediaSession.java 399 Log.wtf(TAG, "Dead object in setPlaybackState.", e);
413 Log.wtf(TAG, "Dead object in setPlaybackState.", e);
432 Log.wtf("Dead object in setQueue.", e);
447 Log.wtf("Dead object in setQueueTitle.", e);
462 Log.wtf("Dead object in setExtras.", e);
    [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 441 // Get dead variables list now because the MI pointer may be deleted as part
461 // Check to see if any of the values defined by this instruction are dead
466 DEBUG(dbgs() << "Register FP#" << Reg-X86::FP0 << " is dead!\n");
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_wm_emit.c 777 return; /* Do not emit dead code */
798 return; /* Do not emit dead code */
820 return; /* Do not emit dead code */
843 return; /* Do not emit dead code */
894 return; /* Do not emit dead code */
952 return; /* Do not emit dead code */
    [all...]

Completed in 1477 milliseconds

<<21222324252627282930>>