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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/base/ime/chromeos/
character_composer_unittest.cc 160 // Composition with sequence ['dead acute', '1'] will fail.
164 // Composition with sequence ['dead acute', 'dead circumflex', '1'] will fail.
199 // Composition with sequence ['dead acute', 'dead circumflex', '1'] will fail.
219 // Even though sequence ['dead acute', 'a'] will compose 'a with acute',
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 12 // are immediately dead after the instruction (i.e., the instruction calculates
136 // register references are presumed dead across basic blocks.
141 // register references are presumed dead across basic blocks.
183 /// specified register, but that definition is dead.
232 /// register is dead after being used by the specified instruction. If
242 /// variable was marked dead at the specified instruction, false
  /external/llvm/lib/Transforms/Utils/
SimplifyIndVar.cpp 59 SmallVectorImpl<WeakVH> &Dead, IVUsers *IVU = nullptr) :
63 DeadInsts(Dead),
452 SmallVectorImpl<WeakVH> &Dead, IVVisitor *V)
455 SimplifyIndvar SIV(LI->getLoopFor(CurrIV->getParent()), SE, LPM, Dead);
463 SmallVectorImpl<WeakVH> &Dead) {
466 Changed |= simplifyUsersOfIV(cast<PHINode>(I), SE, LPM, Dead);
  /external/llvm/test/Transforms/LICM/
sinking.ll 121 %dead = getelementptr %Ty* @X2, i64 0, i32 0
122 %sunk2 = load i32* %dead
128 ; CHECK-NEXT: %dead.le = getelementptr %Ty* @X2, i64 0, i32 0
129 ; CHECK-NEXT: %sunk2.le = load i32* %dead.le
241 ; Should delete, not sink, dead instructions.
245 %dead = getelementptr %Ty* @X2, i64 0, i32 0
  /external/mesa3d/src/glsl/
README 20 optimizations. These include copy propagation, dead code elimination,
31 for example dead code elimination previously couldn't remove functions
129 A: Converting an IR tree to SSA form makes dead code elmimination,
143 dead code elimination wins, and recognizing common expressions may
207 shader's IR list, and the old context full of dead nodes is freed.
210 it becomes dead it doesn't live on as the child of a live node. At
opt_dead_code_local.cpp 27 * Eliminates local dead assignments from the code.
207 /* Delete the dead assignment. */
240 * the assignment list with the same LHS is dead.
  /dalvik/dx/src/com/android/dx/ssa/back/
LivenessAnalyzer.java 248 * the dead code remover has allowed through "dead-end phis" whose
250 * a the result of a dead-end phi might be assigned the same register
  /external/chromium_org/base/process/
kill_mac.cc 139 // The process is dead or dying. This won't block for long, if at
152 // The child is still alive, or is very freshly dead. Be sure by sending it
153 // a signal. This is safe even if it's freshly dead, because it will be a
  /external/chromium_org/third_party/mesa/src/src/glsl/
opt_dead_code_local.cpp 27 * Eliminates local dead assignments from the code.
207 /* Delete the dead assignment. */
240 * the assignment list with the same LHS is dead.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
DeadCodeRemover.java 33 * A variation on Appel Algorithm 19.12 "Dead code elimination in SSA form".
55 * Process a method with the dead-code remver
78 * Runs the dead code remover.
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
LivenessAnalyzer.java 249 * the dead code remover has allowed through "dead-end phis" whose
251 * a the result of a dead-end phi might be assigned the same register
  /external/guava/guava-tests/test/com/google/common/eventbus/
EventBusTest.java 130 assertEquals("One dead event should be delivered.", 1, events.size());
131 assertEquals("The dead event should wrap the original event.",
144 assertEquals("The dead event must not be re-wrapped.",
  /external/llvm/lib/Target/AArch64/
AArch64TargetMachine.cpp 45 EnableDeadRegisterElimination("aarch64-dead-def-elimination", cl::Hidden,
46 cl::desc("Enable the pass that removes dead"
193 // Change dead register definitions to refer to the zero register.
  /frameworks/base/core/java/android/nfc/tech/
IsoDep.java 99 Log.e(TAG, "NFC service dead", e);
114 Log.e(TAG, "NFC service dead", e);
201 Log.e(TAG, "NFC service dead", e);
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcExecutionEnvironment.java 172 throw new EeIOException("NFC Service was dead, try again");
189 throw new IOException("NFC Service was dead");
207 throw new IOException("NFC Service was dead, need to re-open");
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_urlparse.py 350 ('http://[dead:beef::1]:5432/foo/', 'dead:beef::1', 5432),
351 ('http://[dead:beef::]:5432/foo/', 'dead:beef::', 5432),
352 ('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]:5432/foo/',
353 'dead:beef:cafe:5417:affe:8fa3:deaf:feed', 5432),
360 ('http://[dead:beef::1]/foo/', 'dead:beef::1', None),
361 ('http://[dead:beef::]/foo/', 'dead:beef::', None)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_urlparse.py 350 ('http://[dead:beef::1]:5432/foo/', 'dead:beef::1', 5432),
351 ('http://[dead:beef::]:5432/foo/', 'dead:beef::', 5432),
352 ('http://[dead:beef:cafe:5417:affe:8FA3:deaf:feed]:5432/foo/',
353 'dead:beef:cafe:5417:affe:8fa3:deaf:feed', 5432),
360 ('http://[dead:beef::1]/foo/', 'dead:beef::1', None),
361 ('http://[dead:beef::]/foo/', 'dead:beef::', None)
    [all...]
  /art/runtime/gc/space/
rosalloc_space-inl.h 31 // Don't use verification since the object may be dead if we are sweeping.
  /cts/suite/audio_quality/lib/include/audio/
Buffer.h 31 * access it even if the client thread is dead.
  /cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
HtmlReport.java 50 // Close the output stream to avoid "Write dead end" errors.
  /dalvik/dx/tests/067-dex-switch-and-try/
Blort.java 90 // exception handler should be considered dead.
  /external/chromium_org/chrome/browser/chromeos/login/screens/
user_image_screen_actor.h 39 // Called when actor is destroyed so there's no dead reference to it.
  /external/chromium_org/chrome/browser/ui/views/
color_chooser_dialog.cc 53 // our worker thread returns after the listener is dead.
  /external/chromium_org/content/public/browser/
browser_child_process_host.h 58 // |known_dead| indicates that the child is already dead. On Linux, this
  /external/chromium_org/media/cast/congestion_control/
congestion_control.h 52 // Calculate how much "dead air" (idle time) there is between two frames.

Completed in 1724 milliseconds

1 2 3 4 5 6 7 8 91011>>