/external/webrtc/src/system_wrappers/source/ |
thread_posix.cc | 301 bool dead = false; local 305 dead = _dead; 310 for (int i = 0; i < 1000 && !dead; i++) 318 dead = _dead; 321 if (dead)
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.def | 94 DEFTIMEVAR (TV_DELETE_TRIVIALLY_DEAD , "trivially dead code") 108 DEFTIMEVAR (TV_DF_NOTE , "df reg dead/unused notes") 201 DEFTIMEVAR (TV_DCE , "dead code elimination") 202 DEFTIMEVAR (TV_DSE1 , "dead store elim1") 203 DEFTIMEVAR (TV_DSE2 , "dead store elim2")
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.def | 94 DEFTIMEVAR (TV_DELETE_TRIVIALLY_DEAD , "trivially dead code") 108 DEFTIMEVAR (TV_DF_NOTE , "df reg dead/unused notes") 201 DEFTIMEVAR (TV_DCE , "dead code elimination") 202 DEFTIMEVAR (TV_DSE1 , "dead store elim1") 203 DEFTIMEVAR (TV_DSE2 , "dead store elim2")
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
timevar.def | 94 DEFTIMEVAR (TV_DELETE_TRIVIALLY_DEAD , "trivially dead code") 108 DEFTIMEVAR (TV_DF_NOTE , "df reg dead/unused notes") 201 DEFTIMEVAR (TV_DCE , "dead code elimination") 202 DEFTIMEVAR (TV_DSE1 , "dead store elim1") 203 DEFTIMEVAR (TV_DSE2 , "dead store elim2")
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
timevar.def | 94 DEFTIMEVAR (TV_DELETE_TRIVIALLY_DEAD , "trivially dead code") 108 DEFTIMEVAR (TV_DF_NOTE , "df reg dead/unused notes") 201 DEFTIMEVAR (TV_DCE , "dead code elimination") 202 DEFTIMEVAR (TV_DSE1 , "dead store elim1") 203 DEFTIMEVAR (TV_DSE2 , "dead store elim2")
|
/external/llvm/lib/Transforms/IPO/ |
DeadArgumentElimination.cpp | 1 //===-- DeadArgumentElimination.cpp - Eliminate dead arguments ------------===// 10 // This pass deletes dead arguments from internal functions. Dead argument 11 // elimination removes arguments which are directly dead, as well as arguments 12 // only passed into function calls as dead arguments of other functions. This 13 // pass also deletes dead return values in a similar way. 16 // interprocedural passes, which add possibly-dead arguments or return values. 48 /// DAE - The dead argument elimination pass. 86 /// explicitly dead (even if we know they are), since anything not alive 88 /// thus become dead in the end [all...] |
/frameworks/base/media/java/android/media/ |
AudioManager.java | 600 Log.e(TAG, "Dead object in adjustStreamVolume", e); 630 Log.e(TAG, "Dead object in adjustVolume", e); 661 Log.e(TAG, "Dead object in adjustSuggestedStreamVolume", e); 679 Log.e(TAG, "Dead object in adjustMasterVolume", e); 695 Log.e(TAG, "Dead object in getRingerMode", e); 731 Log.e(TAG, "Dead object in getStreamMaxVolume", e); 753 Log.e(TAG, "Dead object in getStreamVolume", e); 772 Log.e(TAG, "Dead object in getLastAudibleStreamVolume", e); 787 Log.e(TAG, "Dead object in getMasterStreamType", e); 811 Log.e(TAG, "Dead object in setRingerMode", e) [all...] |
/frameworks/base/core/java/android/app/ |
ActivityManager.java | 336 // System dead, we will be dead too soon! 346 // System dead, we will be dead too soon! 355 // System dead, we will be dead too soon! 365 // System dead, we will be dead too soon! 374 // System dead, we will be dead too soon [all...] |
/external/clang/lib/Analysis/ |
ReachableCode.cpp | 133 // Look for any dead code within the block. 137 // No dead code. Possibly an empty block. Look at dead predecessors. 158 // strongly-connected component of dead code for emitting a 164 // If we didn't find a dead root, then report the dead code with the
|
/external/llvm/test/Transforms/LICM/ |
sinking.ll | 120 %dead = getelementptr %Ty* @X2, i64 0, i32 0 121 %sunk2 = load i32* %dead 127 ; CHECK-NEXT: %dead = getelementptr %Ty* @X2, i64 0, i32 0 128 ; CHECK-NEXT: %sunk2 = load i32* %dead 236 ; Should delete, not sink, dead instructions. 240 %dead = getelementptr %Ty* @X2, i64 0, i32 0
|
/external/oprofile/daemon/liblegacy/ |
opd_proc.c | 78 proc->dead = 0; 325 proc->dead = 1; 385 * age dead proc in such way if a proc doesn't receive any samples 391 if (proc->dead) { 392 proc->dead += proc->accessed; 394 if (--proc->dead == 0)
|
/frameworks/base/core/java/android/appwidget/ |
AppWidgetManager.java | 381 throw new RuntimeException("system server dead?", e); 401 throw new RuntimeException("system server dead?", e); 421 throw new RuntimeException("system server dead?", e); 476 throw new RuntimeException("system server dead?", e); 526 throw new RuntimeException("system server dead?", e); 542 throw new RuntimeException("system server dead?", e); 589 throw new RuntimeException("system server dead?", e); 617 throw new RuntimeException("system server dead?", e); 638 throw new RuntimeException("system server dead?", e); 662 throw new RuntimeException("system server dead?", e) [all...] |
/external/eigen/Eigen/src/OrderingMethods/ |
Amd.h | 144 elen[n] = -2; /* n is a dead element */ 146 w[n] = 0; /* n is a dead element */ 154 elen[i] = -2; /* element i is dead */ 162 elen[i] = -1; /* node i is dead */ 231 if((nvi = nv[i]) <= 0) continue; /* node i dead, or seen */ 248 w[e] = 0; /* e is now a dead element */ 301 w[e] = 0; /* e is a dead element */ 311 if((nvj = nv[j]) <= 0) continue; /* node j dead or in Lk */ 324 elen[i] = -1; /* node i is dead */ 347 if(nv[i] >= 0) continue; /* skip if i is dead */ [all...] |
/external/chromium_org/base/process/ |
process_iterator_linux.cc | 109 // Is the process in 'Zombie' state, i.e. dead but waiting to be reaped? 115 // (e.g. WaitForProcessesToExit doesn't clean up after dead children yet.)
|
/external/chromium_org/components/browser_context_keyed_service/ |
browser_context_dependency_manager.cc | 74 // Unmark |context| as dead. This exists because of unit tests, which will 120 // The context is now dead to the rest of the program.
|
browser_context_keyed_service_factory.cc | 19 // isn't dead). See if we need to readd it once we've gone through normal 119 // maintain a big map of dead pointers, but also since we may have a second
|
refcounted_browser_context_keyed_service_factory.cc | 18 // isn't dead). See if we need to readd it once we've gone through normal 114 // maintain a big map of dead pointers, but also since we may have a second
|
/external/chromium_org/sync/syncable/ |
syncable_delete_journal.h | 50 // prevent back-from-dead problem. |deleted_entries| are only valid during 86 // bookkeeping to prevent back-from-dead entries that are deleted elsewhere
|
/external/chromium_org/third_party/android_testrunner/ |
patch.diff | 85 - # process already dead. No action required. 93 + # Can't kill a dead process.
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
dead-loops.js | 30 // Presents opportunities for dead loop removal. 47 for (var i = 0; i < 10; i++) a++; // {a} is dead after the loop.
|
/external/llvm/docs/HistoricalNotes/ |
2001-09-18-OptimizeExceptions.txt | 13 exceptions, so this code is dead [with all the bad effects of dead
|
/external/llvm/include/llvm/Transforms/IPO/ |
InlinerPass.h | 46 // doFinalization - Remove now-dead linkonce functions at the end of 69 /// removeDeadFunctions - Remove dead functions.
|
/external/llvm/include/llvm/Transforms/Utils/ |
Local.h | 55 /// conditions and indirectbr addresses this might make dead if 61 // Local dead code elimination. 70 /// trivially dead instruction, delete it. If that makes any of its operands 71 /// trivially dead, delete them too, recursively. Return true if any 77 /// dead PHI node, due to being a def-use chain of single-use nodes that 78 /// either forms a cycle or is terminated by a trivially dead instruction, 79 /// delete it. If that makes any of its operands trivially dead, delete them 85 /// simplify any instructions in it and recursively delete dead instructions.
|
/external/llvm/test/Transforms/DeadStoreElimination/ |
crash.ll | 51 dead: 56 br label %dead
|
/external/openssh/contrib/suse/ |
rc.sshd | 102 # 1 - service dead, but /var/run/ pid file exists 103 # 2 - service dead, but /var/lock/ lock file exists
|