Searched
full:dead (Results
351 -
375 of
1683) sorted by null
<<11121314151617181920>>
/external/llvm/lib/Transforms/IPO/ |
StripSymbols.cpp | 126 INITIALIZE_PASS(StripDeadDebugInfo, "strip-dead-debug-info", 143 assert(C->use_empty() && "Constant is not dead!"); 303 // replace the current list of potentially dead global variables/functions 349 // If we found dead subprograms or global variables, replace the current
|
/external/llvm/lib/Transforms/Scalar/ |
FlattenCFGPass.cpp | 74 // iterativelyFlattenCFG can make some blocks dead.
|
/external/llvm/lib/Transforms/Utils/ |
LowerInvoke.cpp | 12 // instructions, so that any exception-handling 'landingpad' blocks become dead
|
/external/llvm/test/CodeGen/AArch64/ |
tail-call.ll | 56 ; Important point is that the call reuses the "dead" argument space
|
/external/llvm/test/CodeGen/ARM/ |
none-macho.ll | 98 ; dead code.
|
/external/llvm/test/CodeGen/X86/ |
2012-05-19-CoalescerCrash.ll | 4 ; Dead code elimination during coalesing causes a live range to split into two
|
legalize-shift-64.ll | 73 store i64 1, i64* %t, align 8 ;; DEAD
|
/external/llvm/test/Feature/ |
optnone-llc.ll | 50 ; LLC-Ox-DAG: Skipping pass 'Remove dead machine instructions'
|
/external/mesa3d/ |
acinclude.m4 | 88 # compiler, which looks to be a dead project)
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_flush.c | 111 /* 2 seconds without a Z clear pretty much means a dead context
|
/external/qemu/audio/ |
fmodaudio.c | 455 int live, dead, new_pos, len; local 462 dead = hw->samples - live; 463 if (!dead) { 477 len = audio_MIN (len, dead);
|
/external/replicaisland/src/com/replica/replicaisland/ |
LauncherComponent.java | 69 // Looks like the shot is dead. Let's forget about it.
|
/external/valgrind/main/VEX/priv/ |
ir_opt.h | 58 /* Do a dead-code removal pass. bb is destructively modified. */
|
/external/webrtc/src/system_wrappers/interface/ |
thread_wrapper.h | 88 // Stops the spawned thread dead in its tracks. Will likely result in a
|
/frameworks/av/media/common_time/ |
cc_helper.cpp | 91 // hosting the service had crashed and the client proxy we are holding is dead)
|
/frameworks/base/core/java/android/nfc/tech/ |
Ndef.java | 286 Log.e(TAG, "NFC service dead", e); 332 Log.e(TAG, "NFC service dead", e); 351 Log.e(TAG, "NFC service dead", e); 400 Log.e(TAG, "NFC service dead", e);
|
/frameworks/base/core/java/android/text/method/ |
QwertyKeyListener.java | 166 boolean dead = false; 169 dead = true; 183 dead = false; 233 if (dead) {
|
/frameworks/base/core/java/com/android/internal/util/ |
AsyncService.java | 109 * service is dead and no more processing should be expected
|
/frameworks/base/graphics/java/android/graphics/ |
LargeBitmap.java | 74 * large bitmap as "dead", meaning it will throw an exception if decodeRegion(),
|
/frameworks/base/services/core/java/com/android/server/am/ |
ConnectionRecord.java | 102 sb.append("DEAD ");
|
/frameworks/native/services/surfaceflinger/ |
MonitoredProducer.cpp | 31 // called with the mStateLock held, leading to a dead-lock (it actually
|
/frameworks/opt/telephony/ |
README.txt | 22 thread. Without this change there was a dead lock when
|
/ndk/sources/host-tools/make-3.81/ |
job.h | 38 /* Structure describing a running or dead child process. */
|
remote-stub.c | 67 /* Get the status of a dead remote child. Block waiting for one to die
|
/ndk/sources/host-tools/toolbox/ |
cmp_win.c | 37 /* A brain-dead 'cmp' toolbox program for Windows, because comp.exe
|
Completed in 3153 milliseconds
<<11121314151617181920>>