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

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_thread.py 3 Meant to be used as a brain-dead substitute so that threaded code does
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_thread.py 3 Meant to be used as a brain-dead substitute so that threaded code does
  /external/qemu/audio/
audio.c 1108 int hwsamples, samples, isamp, osamp, wpos, live, dead, left, swlim, blck; local
1133 dead = hwsamples - live;
1134 swlim = ((int64_t) dead << 32) / sw->ratio;
1141 dead = hwsamples - live;
1143 blck = audio_MIN (dead, left);
1417 int live, dead; local
    [all...]
  /external/chromium_org/mojo/system/
message_pipe_dispatcher.cc 113 // TODO(vtl): This is wrong. We should produce a "dead" message pipe
256 // "dead" message pipe dispatcher on the other end. (Note that this is
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
createTable.m 22 r0=0.07; % Dead zone radius (must be > 0)
81 % find indices to pixels in dead-zone (zone 1)
  /external/llvm/include/llvm/IR/
Constant.h 167 /// removeDeadConstantUsers - If there are any dead constant users dangling
170 /// with potentially dead constants hanging off of the globals.
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 71 // Loop over all dead blocks, remembering them and deleting all instructions
133 // Loop over all dead blocks, remembering them and deleting all instructions
PHIElimination.cpp 152 // Remove dead IMPLICIT_DEF instructions.
296 // any registers, or if the value itself is dead, we need to move this
300 // If the result is dead, update LV.
330 // A dead PHI's live range begins and ends at the start of the MBB, but
331 // the lowered copy, which will still be dead, needs to begin and end at
412 // really is dead at the PHI copy, there will be no successor blocks which
  /external/llvm/lib/Support/
LockFileManager.cpp 35 // owning process is dead, the lock file is invalid.
66 // Check whether the process is dead. If so, we're done.
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 10 // This file implements dead code elimination and basic block merging, along
185 // iterativelySimplifyCFG can (rarely) make some loops dead. If this happens,
  /external/llvm/test/Transforms/Reassociate/
crash.ll 92 %dead = add i32 %x, 0
152 %tmp4 = add i32 %tmp1, 1 ; dead code
  /external/proguard/docs/manual/
optimizations.html 148 <dd>Removes dead code based on control flow analysis and data flow
153 <dd>Removes dead code based on a simple control flow analysis.</dd>
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 40 // is reserved for an implicit (non-final) 'dead state' (required for
50 // MappedId for an implicit dead state.
  /external/valgrind/main/helgrind/
hg_wordset.c 147 If a WordVec WV is marked as dead by HG(dieWS), WV is removed from
148 vec2ix. The entry of the dead WVs in ix2vec are used to maintain a
258 /* True if wv is a dead entry (i.e. is in the linked list of free to be re-used
271 Accessing a dead ws will assert. */
282 /* Make absolutely sure that 'ws' is a non dead member of 'wsu'. */
289 /* Same as do_ix2vec but returns NULL for a dead ws. */
300 /* Make absolutely sure that 'ws' is either dead or a member of 'wsu'. */
471 return; // already dead. (or a bug ?).
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java 160 * NFC service dead - attempt best effort recovery
163 Log.e(TAG, "NFC Adapter Extras dead - attempting to recover");
  /frameworks/base/services/core/java/com/android/server/media/
MediaSessionRecord.java 481 Log.w(TAG, "Removed dead callback in pushPlaybackStateUpdate.", e);
499 Log.w(TAG, "Removing dead callback in pushMetadataUpdate. ", e);
519 Log.w(TAG, "Removed dead callback in pushQueueUpdate.", e);
538 Log.w(TAG, "Removed dead callback in pushQueueTitleUpdate.", e);
557 Log.w(TAG, "Removed dead callback in pushExtrasUpdate.", e);
576 Log.w(TAG, "Removing dead callback in pushVolumeUpdate. ", e);
594 Log.w(TAG, "Removing dead callback in pushEvent.", e);
615 Log.w(TAG, "Removing dead callback in pushEvent.", e);
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 183 Log.e(TAG, "Unable to get packageName. Package manager is dead?");
200 Log.e(TAG, "Unable to get className. Package manager is dead?");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 197 # Eliminate dead code: jumps immediately after returns can't be reached
213 # Eliminate dead code: jumps immediately after returns can't be reached
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 197 # Eliminate dead code: jumps immediately after returns can't be reached
213 # Eliminate dead code: jumps immediately after returns can't be reached
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
optimizations.html 148 <dd>Removes dead code based on control flow analysis and data flow
153 <dd>Removes dead code based on a simple control flow analysis.</dd>
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
SymbolManager.h 265 /// dead-symbol sweeping AND their associated regions are still alive.
586 /// dead.
619 /// Otherwise, if the symbol cannot be proven live, it is marked as dead.
620 /// Returns true if the symbol is dead, false if live.
635 /// \brief Returns whether or not a symbol has been confirmed dead.
637 /// This should only be called once all marking of dead symbols has completed.
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 89 // ~0ULL means a dead object.
412 "Getting frame offset for a dead object?");
423 "Setting frame offset for a dead object?");
514 /// a dead object.
533 /// RemoveStackObject - Remove or mark dead a statically sized stack object.
536 // Mark it dead.
  /external/eigen/Eigen/src/OrderingMethods/
Eigen_Colamd.h 116 #define DEAD (-1)
129 #define KILL_ROW(r) { Row [r].shared2.mark = DEAD ; }
141 Index start ; /* index for A of first row in this column, or DEAD */
142 /* if column is dead */
149 /* the column is dead */
154 Index order ; /* pivot ordering of this column, if col is dead */
184 Index mark ; /* for computing set differences and marking dead rows*/
770 /* skip any dead columns */
816 /* Some "live" columns may contain only dead rows, however. These are */
822 /* skip dead column *
    [all...]
  /external/clang/lib/Lex/
PPExpressions.cpp 148 // Pass the MacroInfo for the macro name even if the value is dead.
477 // dead. Note that this cannot just clobber ValueLive. Consider
479 // this example, the RHS of the && being dead does not make the rest of the
480 // expr dead.
483 RHSIsLive = false; // RHS of "0 && x" is dead.
485 RHSIsLive = false; // RHS of "1 || x" is dead.
487 RHSIsLive = false; // RHS (x) of "0 ? x : y" is dead.
  /external/llvm/include/llvm/Transforms/
Scalar.h 45 // DeadInstElimination - This pass quickly removes trivially dead instructions
55 // their other instructions become dead, to eliminate chains of dead
70 // algorithm assumes instructions are dead until proven otherwise, which makes
71 // it more successful are removing non-obviously dead instructions.
103 // instructions dead, so a subsequent DCE pass is useful.
306 // can prove are dead.

Completed in 2624 milliseconds

<<11121314151617181920>>