HomeSort by relevance Sort by last modified time
    Searched full:dead (Results 326 - 350 of 1737) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/os/
ParcelFileDescriptor.java 717 // EOF means they're dead
718 return new Status(Status.DEAD);
732 Log.d(TAG, "Failed to read status; assuming dead: " + e);
733 return new Status(Status.DEAD);
736 Log.d(TAG, "Failed to read status; assuming dead: " + e);
737 return new Status(Status.DEAD);
    [all...]
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/src/life/
life.c 59 * a binary alive or dead.
84 * values. The health is binary: either alive or dead.
87 0, 0, 0, 1, 0, 0, 0, 0, 0, /* Values if the center cell is dead. */
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 169 // Previously defined but dead.
189 // If it's not live beyond end of the bundle, mark it dead.
327 PRI.DefinesDead = true; // Reg or super-register was defined and was dead.
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 23 // JMP_c %vreg16<kill>, <BB#1>, %PC<imp-def,dead>
28 // JMP_cNot %vreg15<kill>, <BB#1>, %PC<imp-def,dead>;
32 // redundant and relies on some form of dead removal instructions, like
  /external/llvm/lib/Transforms/IPO/
PruneEH.cpp 162 // dead.
202 // If the unwind block is now dead, nuke it.
237 assert(pred_begin(BB) == pred_end(BB) && "BB is not dead!");
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 11 // instructions. It also performs simple dead load elimination.
513 UndefVal // A UndefValue representing a value from dead block (which
    [all...]
  /art/runtime/gc/
reference_processor.h 89 // If we are preserving references it means that some dead objects may become live, we use start
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 44 * middle of an instruction or is a definitely-dead opcode
51 * definitely-dead code
73 * definitely-dead code that is identified in the process.
409 * dead code blocks as those marked as blocks but not also marked
  /external/chromium_org/base/
big_endian.h 39 // Specializations to make clang happy about the (dead code) shifts above.
  /external/chromium_org/base/process/
kill_posix.cc 284 // If the process wasn't found, it must be dead.
388 // Return true if the given child is dead. This will also reap the process.
462 // If the child is already dead, then there's nothing to do.
472 // If the child is already dead, then there's nothing to do.
  /external/chromium_org/base/win/
object_watcher.cc 53 // prevent the wait thread from trying to access a dead message loop.
  /external/chromium_org/chrome/browser/performance_monitor/
performance_monitor.cc 112 // Update metrics for all watched processes; remove dead entries from the map.
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 54 // controls can safely just go dead).
  /external/chromium_org/components/web_cache/browser/
web_cache_manager.cc 308 // We don't reserve any space for dead objects in the cache. Instead, we
313 // We allow the dead objects to consume up to half of the cache capacity.
371 // first try to evict dead data only. If that fails, we'll just divide the
385 // If we can't have that, then we first try to evict the dead objects in
  /external/chromium_org/content/public/common/
zygote_fork_delegate_linux.h 76 // |known_dead| indicates that the process is already dead and that a
  /external/chromium_org/ipc/mojo/
ipc_message_pipe_reader.cc 71 // FAILED_PRECONDITION happens every time the peer is dead so
  /external/chromium_org/media/cast/test/utility/
in_process_receiver.cc 71 << "Transport socket error occurred. InProcessReceiver is likely dead.";
  /external/chromium_org/sandbox/linux/services/
scoped_process_unittest.cc 89 // If the child process is dead for real, there will be no writing end
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
peer_channel.h 118 // connection went dead).
  /external/chromium_org/third_party/mesa/src/
acinclude.m4 88 # compiler, which looks to be a dead project)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_flush.c 111 /* 2 seconds without a Z clear pretty much means a dead context
  /external/chromium_org/third_party/mozilla/
ComplexTextInputPanel.mm 114 // Don't show the input method window for dead keys
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_strategy.h 55 // Computes the current dead-or-alive state.
  /external/chromium_org/third_party/webrtc/video_engine/include/
vie_network.h 20 // - Dead?or?Alive connection observations.
  /external/chromium_org/v8/src/
hydrogen-dce.cc 82 // Collect phis that are dead and remove them in the next pass.

Completed in 2449 milliseconds

<<11121314151617181920>>