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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/java/android/app/
StatusBarManager.java 102 // system process is dead anyway.
117 // system process is dead anyway.
132 // system process is dead anyway.
147 // system process is dead anyway.
160 // system process is dead anyway.
172 // system process is dead anyway.
184 // system process is dead anyway.
  /external/chromium_org/v8/test/mjsunit/compiler/
dead-string-add-warm.js 32 return a; // x, "a", and "b" are dead code
38 return a; // x and y are both dead
46 return a; // x and y are both dead
dead-string-add.js 30 return a; // x, "a", and "b" are dead code
36 return a; // x and y are both dead
44 return a; // x and y are both dead
dead-string-char-code-at.js 35 return a; // x is dead code
41 return a; // x and y are both dead
49 return a; // x and y are both dead
dead-string-char-code-at2.js 35 return a; // x is dead code
41 return a; // x and y are both dead
49 return a; // x and y are both dead
dead-string-char-from-code.js 32 return a; // x is dead code
38 return a; // x and y are both dead
46 return a; // x and y are both dead
  /external/llvm/test/Transforms/DeadArgElim/
returned.ll 5 ; sanity check that the argument and return value are both dead
12 ; do not keep alive the return value of a function with a dead 'returned' argument
22 ; sanity check that return value is dead
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
PipedWriterTest.java 320 // test if writer recognizes dead reader
331 // wait the reader thread dead
335 // is now dead
364 //wait the reader thread dead
369 //wait the writer thread dead
371 assertTrue("writer thread failed to recognize dead reader",
382 // test if writer recognizes dead reader
394 // wait the reader thread dead
398 // is now dead
428 //wait the reader thread dead
    [all...]
  /external/llvm/lib/Transforms/Scalar/
DeadStoreElimination.cpp 1 //===- DeadStoreElimination.cpp - Fast Dead Store Elimination -------------===//
10 // This file implements a trivial dead store elimination that only considers
68 // Only check non-dead blocks. Dead blocks may have strange pointer
96 INITIALIZE_PASS_BEGIN(DSE, "dse", "Dead Store Elimination", false, false)
100 INITIALIZE_PASS_END(DSE, "dse", "Dead Store Elimination", false, false)
110 /// dead, delete them and the computation tree that feeds them.
128 // This instruction is dead, zap it, in stages. Start by removing it from
137 // If this operand just became dead, add it to the NowDeadInsts list.
259 // Never remove dead lifetime_end's, e.g. because it is followed by
    [all...]
  /external/chromium_org/content/public/browser/
speech_recognition_session_config.h 25 // TODO(hans): The legacy API is dead; remove this flag (crbug.com/223198).
  /external/chromium_org/testing/gtest/xcode/Config/
DebugProject.xcconfig 19 // Dead code stripping off
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 1 //==- DeadStoresChecker.cpp - Check for stores to dead variables -*- C++ -*-==//
158 // when considering to suppress dead stores. Frequently stores
170 // where a bogus dead store can be reported because itself is unreachable.
185 BugType = "Dead initialization";
191 BugType = "Dead increment";
193 if (!BugType) BugType = "Dead assignment";
204 BR.EmitBasicReport(AC->getDecl(), Checker, BugType, "Dead store", os.str(),
214 // Reference types confuse the dead stores checker. Skip them
267 // Only cover dead stores from regular assignments. ++/-- dead store
    [all...]
  /external/clang/test/Analysis/
traversal-path-unification.c 21 // At this point the symbol bound to 'i' is dead.
  /external/ipsec-tools/src/racoon/
gnuc.h 23 * Handle new and old "dead" routine prototypes
  /external/libpcap/Win32/Include/
Gnuc.h 23 * Handle new and old "dead" routine prototypes
  /external/llvm/test/CodeGen/ARM/
peephole-bitcast.ll 8 ; Peephole leaves a dead vmovsr instruction behind, and depends on linear scan
  /external/llvm/test/CodeGen/NVPTX/
intrin-nocapture.ll 4 ; optimizations (such as the store below being eliminated as dead code). This
  /external/llvm/test/CodeGen/X86/
2010-01-08-Atomic64Bug.ll 5 ; instructions. They should not be dead.
  /external/llvm/test/Transforms/DeadStoreElimination/
PartialStore.ll 4 ; Ensure that the dead store is deleted in this case. It is wholely
46 store i8 19, i8* %P ;; dead
49 store i8 42, i8* %A ;; dead
62 store i8 10, i8* %C ;; Dead store to variable index.
  /external/llvm/test/Transforms/LoopDeletion/
multiple-exits.ll 3 ; Checks whether dead loops with multiple exits can be eliminated
  /external/llvm/test/Transforms/LoopStrengthReduce/
remove_indvar.ll 1 ; Check that this test makes INDVAR and related stuff dead.
  /external/llvm/test/Transforms/LowerInvoke/
lowerinvoke.ll 22 ; Note that this pass does not remove dead landingpad blocks.
  /external/llvm/test/Transforms/Mem2Reg/
2003-10-05-DeadPHIInsertion.ll 1 ; Mem2reg should not insert dead PHI nodes! The naive algorithm inserts a PHI
  /external/llvm/test/Transforms/SimplifyCFG/
DeadSetCC.ll 4 ; Check that simplifycfg deletes a dead 'seteq' instruction when it
  /external/oprofile/daemon/liblegacy/
opd_proc.h 38 * is used with dead field to defer opd_proc deletion */
41 int dead; member in struct:opd_proc
97 * Deal with an exit() notification by setting the flag "dead"
132 * opd_age_procs - age all dead process preparing them for a deletion

Completed in 2027 milliseconds

1 2 34 5 6 7 8 91011>>