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

<<11121314151617181920>>

  /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/renderer_host/
web_cache_manager.cc 322 // We don't reserve any space for dead objects in the cache. Instead, we
327 // We allow the dead objects to consume up to half of the cache capacity.
387 // first try to evict dead data only. If that fails, we'll just divide the
401 // If we can't have that, then we first try to evict the dead objects in
  /external/chromium_org/chrome/browser/ui/cocoa/infobars/
infobar_controller.h 54 // controls can safely just go dead).
  /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/content/worker/
worker_thread.cc 130 // The browser process is likely dead. Terminate all workers.
  /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 84 // Collect phis that are dead and remove them in the next pass.
  /external/chromium_org/v8/test/mjsunit/compiler/
dead-loops-neg.js 30 // Presents negative opportunities for dead loop removal.
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-iteration.js 219 arguments[1] = "or be he dead";
225 ["Be he live", "or be he dead", "I'll grind his bones", "to make my bread",
228 ["Be he live", "or be he dead", "I'll grind his bones", "to make my bread",
237 arguments[1] = "or be he dead";
  /external/chromium_org/v8/test/webkit/
dfg-dead-variable-on-exit.js 25 "This tests that if a variable is dead on OSR exit, it will at least contain a valid JS value."
  /external/chromium_org/v8/tools/gcmole/
gcmole.lua 40 -- Perform dead variable analysis (generates many false positives).
46 -- positives in dead variables analysis. See TODO for WHITELIST
359 FLAGS.dead_vars and " and dead variables" or "",
362 if FLAGS.dead_vars then plugin_args = { "--dead-vars" } end
  /external/guava/guava/src/com/google/common/eventbus/
EventBus.java 93 * <h2>Dead Events</h2>
95 * considered "dead." To give the system a second chance to handle dead events,
99 * no event will ever be considered dead, and no DeadEvents will be generated.
  /external/ipsec-tools/src/racoon/
vendorid.h 83 /* Dead Peer Detection */
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 108 stream.println("--DEAD CODE--");
  /external/llvm/include/llvm/
LinkAllIR.h 41 // delete it all as dead code, even with whole program optimization,
  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 97 // Map all labels and get rid of any dead landing pads.
  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 32 STATISTIC(NumDeletes, "Number of dead copies deleted");
130 // Remove MI from the function because it has been determined it is dead.
197 DEBUG(dbgs() << "MCP: Copy is no longer dead: "; CI->second->dump());
265 DEBUG(dbgs() << "MCP: Copy is used - not dead: "; CI->second->dump());

Completed in 949 milliseconds

<<11121314151617181920>>