HomeSort by relevance Sort by last modified time
    Searched full:dead (Results 426 - 450 of 1680) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 111 } else if ("dead-code".equals(args.ssaStep)) {
  /dalvik/dx/src/com/android/dx/ssa/
Optimizer.java 186 // dead code remover must be run before phi type resolver
PhiTypeResolver.java 40 * This algorithm assumes a dead-code remover has already removed all
package-info.java 66 * <li> {@link DeadCodeRemover} is a dead code remover. This phase must
  /dalvik/dx/tests/032-bb-live-code/
blort.j 45 ; Test that an exception handler for a live range is dead as long as
  /dalvik/vm/compiler/codegen/
Ralloc.h 81 /* Mark a temp register as dead. Does not affect allocation state. */
  /dalvik/vm/compiler/codegen/mips/
Ralloc.h 85 /* Mark a temp register as dead. Does not affect allocation state. */
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 97 // the dead object for us.
MessengerService.java 101 // The client is dead. Remove it from the list;
  /development/testrunner/
run_command.py 134 # process already dead. No action required.
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_data.c 219 CDBG("%s: pthread dead already\n", __func__);
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3commontree.h 144 /// and are now dead. The nilNode() method will eat one of these before
  /external/bouncycastle/
Android.mk 55 # Based on "Finding dead code" example in ProGuard manual at http://proguard.sourceforge.net/
  /external/chromium/base/win/
object_watcher.cc 71 // prevent the wait thread from trying to access a dead message loop.
  /external/chromium/chrome/browser/
global_keyboard_shortcuts_mac_unittest.mm 188 // Test if getting dead-key events return 0 and do not hang.
  /external/chromium/chrome/browser/ui/login/
login_prompt_mac.mm 141 // call back to us after we're dead.
  /external/chromium_org/base/message_loop/
message_loop_proxy_unittest.cc 156 // Grab a MessageLoopProxy to a dead MessageLoop.
  /external/chromium_org/chrome/browser/
global_keyboard_shortcuts_mac_unittest.mm 191 // Test if getting dead-key events return 0 and do not hang.
  /external/chromium_org/chrome/browser/ui/cocoa/
login_prompt_cocoa.mm 158 // call back to us after we're dead.
  /external/chromium_org/content/child/
child_thread.h 202 // The OnChannelError() callback was invoked - the channel is dead, don't
  /external/chromium_org/mojo/system/
channel.cc 150 // TODO(vtl): IMPORTANT. Notify all our endpoints that they're dead.
  /external/chromium_org/net/disk_cache/flash/
log_store.cc 94 // TODO(agayev): Increment the number of dead bytes in the segment metadata
  /external/chromium_org/sandbox/win/src/
job_unittest.cc 62 // Check if the jbo is really dead.
sharedmem_ipc_client.h 90 // handle to a shared mutex to detect when the server is dead
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.cpp 150 // Dead resource capacity is whatever space is not occupied by live resources, bounded by an independent minimum and maximum.
159 // Live resource capacity is whatever is left over after calculating dead resource capacity.
609 // safeguard against runaway memory consumption by dead resources
638 pruneDeadResources(); // Prune dead first, in case it was "borrowing" capacity from live.

Completed in 6168 milliseconds

<<11121314151617181920>>