/external/proguard/docs/ |
quality.html | 28 documentation, spell checks, compilation results, an output jar, dead code
|
/external/smali/baksmali/src/test/smali/deodex_test1/ |
main.smali | 41 #and we're back to the non-dead code
|
/external/valgrind/main/coregrind/m_debuginfo/ |
README.txt | 49 Helgrind, which is looking pretty dead at the moment. So I have lifed
|
/frameworks/base/tools/aapt/tests/ |
CrunchCache_test.cpp | 45 destData.add(String8("res2/drawable/dead.png"),3);
|
/ndk/sources/host-tools/toolbox/ |
echo_win.c | 37 /* A brain-dead 'echo' toolbox program for Windows, because the cmd.exe
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/ |
atmmpc.h | 106 #define DATA_PLANE_PURGE 208 /* Data plane purge because of egress cache hit miss or dead MPS */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atmmpc.h | 106 #define DATA_PLANE_PURGE 208 /* Data plane purge because of egress cache hit miss or dead MPS */
|
/prebuilts/tools/common/proguard/proguard4.7/docs/ |
quality.html | 28 documentation, spell checks, compilation results, an output jar, dead code
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | 476 throw new RuntimeException("system server dead?", e); 499 throw new RuntimeException("system server dead?", e); 522 throw new RuntimeException("system server dead?", e); 583 throw new RuntimeException("system server dead?", e); 639 throw new RuntimeException("system server dead?", e); 658 throw new RuntimeException("system server dead?", e); 768 throw new RuntimeException("system server dead?", e); 791 throw new RuntimeException("system server dead?", e); [all...] |
/external/llvm/lib/CodeGen/ |
LiveVariables.cpp | 12 // are immediately dead after the instruction (i.e., the instruction calculates 186 // If vr is not alive in any block, then defaults to dead. 328 // AX<dead> = 333 // AX<dead> = AL<imp-def> 365 // Partial uses. Mark register def dead and add implicit def of 367 // EAX<dead> = op AL<imp-def> 368 // That is, EAX def is dead but AL def extends pass it. 424 // Clobbered registers are always dead, sp there is no need to use 427 // Skip dead regs. 560 // Clear kill and dead markers. LV will recompute them [all...] |
/external/chromium_org/build/ |
gdb-add-index | 16 # Cleanup temp directory and ensure all child jobs are dead-dead.
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
event_listener.h | 42 // to prevent dead-locks with emitter signals. 44 // dead-locks
|
/external/chromium_org/net/socket/ |
stream_socket.h | 48 // connection wasn't established or the connection is dead. 52 // if a connection wasn't established, the connection is dead, or some data
|
/external/chromium_org/sandbox/win/src/ |
sharedmem_ipc_client.cc | 132 // We did not find any available channel, maybe the server is dead. 136 // The server is dead and we outlive it enough to get in trouble.
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r3xx_fragprog.c | 130 {"dead constants", 1, 1, rc_remove_unused_constants, &c->code->constants_remap_table}, 133 {"dead sources", 1, 1, rc_pair_remove_dead_sources, NULL},
|
/external/chromium_org/tools/site_compare/drivers/win32/ |
mouse.py | 157 offset: where to click, defaults to dead center 180 offset: where to click, defaults to dead center
|
/external/chromium_org/v8/src/ |
hydrogen-environment-liveness.cc | 49 // When a value is live in successor A but dead in B, we must 205 // Analysis finished. Zap dead environment slots.
|
zone.cc | 67 // Constant byte value used for zapping dead memory in debug mode. 119 // Constant byte value used for zapping dead memory in debug mode.
|
/external/clang/test/CodeGenObjC/ |
exceptions.m | 5 // Just check that we don't emit any dead blocks. 70 // This store is dead.
|
/external/llvm/docs/ |
Lexicon.rst | 16 Aggressive Dead Code Elimination 77 Dead Store Elimination
|
/external/llvm/lib/Transforms/Utils/ |
CloneFunction.cpp | 417 /// dead. Since this doesn't produce an exact copy of the input, it can't be 457 if (!NewBB) continue; // Dead block. 462 // Handle PHI nodes specially, as we have to remove references to dead 485 // that are dead. 506 // The loop above has removed PHI entries for those blocks that are dead 575 // Check if this block has become dead during inlining or other 576 // simplifications. Note that the first block will appear dead, as it has 589 // and we still want to prune the dead code as early as possible.
|
/external/llvm/test/Analysis/LazyCallGraph/ |
basic.ll | 85 dead: 89 phi void ()* [ @f1, %entry ], [ @f2, %dead ]
|
/external/llvm/test/CodeGen/Hexagon/ |
remove_lsr.ll | 13 ; This makes the lsr instruction dead and it gets removed subsequently 14 ; by a dead code removal pass.
|
/external/llvm/test/CodeGen/X86/ |
misched-new.ll | 12 ; "not-quite-dead" copies, but that breaks a lot of tests <rdar://problem/11148682>. 17 ; After coalescing, we have a dead superreg (RAX) definition.
|
/external/llvm/test/Instrumentation/BoundsChecking/ |
simple.ll | 158 dead: 159 ; Self-refential GEPs can occur in dead code.
|