HomeSort by relevance Sort by last modified time
    Searched full:dead (Results 176 - 200 of 1737) sorted by null

1 2 3 4 5 6 78 91011>>

  /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/third_party/webrtc/voice_engine/include/
voe_network.h 15 // - Dead-or-Alive connection observations.
47 // This method will be called peridically and deliver dead-or-alive
  /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/compiler-rt/lib/asan/
asan_stats.h 50 // Ctor for global AsanStats (accumulated stats for dead threads).
63 // Flushes a given stats into accumulated stats of dead threads.
  /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.
71 /// trivially dead instruction, delete it. If that makes any of its operands
72 /// trivially dead, delete them too, recursively. Return true if any
78 /// dead PHI node, due to being a def-use chain of single-use nodes that
79 /// either forms a cycle or is terminated by a trivially dead instruction,
80 /// delete it. If that makes any of its operands trivially dead, delete them
86 /// simplify any instructions in it and recursively delete dead instructions.
  /external/llvm/test/Transforms/DeadStoreElimination/
crash.ll 51 dead:
56 br label %dead
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
Event.java 29 * at all - it may be a dead key, it may be a partial input, it may be a special key on the
65 // This event is a dead character, usually input by a dead key. Examples include dead-acute
66 // or dead-abovering.
149 // This creates an input event for a dead character. @see {@link #FLAG_DEAD}
151 // TODO: add an argument or something if we ever create a software layout with dead keys.
249 // Returns whether this event is for a dead character. @see {@link #FLAG_DEAD}
HardwareKeyboardEventDecoder.java 28 * can be dead keys, they can be meta keys like shift or ctrl... This does not deal with
57 // A dead key.
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp 236 /// or contain only dead phi-defs from ABI blocks.
242 // Create all values as dead defs before extending to uses. Note that roots
318 /// defs for new uses, and it doesn't remove dead defs.
320 SmallVectorImpl<MachineInstr*> *dead) {
414 // Handle dead values.
416 computeDeadValues(li, NewLR, &CanSeparate, dead);
427 SmallVectorImpl<MachineInstr*> *dead) {
438 // This is a dead PHI. Remove it.
441 DEBUG(dbgs() << "Dead PHI at " << VNI->def << " may separate interval\n");
445 // This is a dead def. Make sure the instruction knows
    [all...]
  /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/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.cpp 46 // in the CachedMatchedProperties value contain a dead "properties" field.
47 // If there is a dead field the entire cache entry is removed.
52 // For now report the cache entry as dead. This might not
60 // had a dead "properties" field so trace CachedMatchedProperties strongly.
  /external/chromium_org/v8/src/
hydrogen-redundant-phi.cc 55 // Iterate again if used in another non-dead phi.
  /external/chromium_org/v8/test/webkit/
dfg-array-length-dead.js 25 "Tests that an array length access being dead does not result in register allocation failures."
dfg-cse-dead-get-scoped-var.js 25 "Tests that CSE doesn't try to match against a dead GetScopedVar."
dfg-dead-speculation.js 25 "Tests that the DFG will still perform speculations on dead things."
dfg-uint32-to-number-skip-then-exit.js 25 "This tests that a skipped conversion of uint32 to number does not confuse OSR exit into thinking that the conversion is dead."
  /external/libpcap/
pcap_fileno.3pcap 54 a ``dead''
  /external/lldb/test/pexpect-2.4/examples/
ftp.py 38 # This makes sure the child is dead; although it would be killed when Python exits.
  /external/llvm/include/llvm/CodeGen/
LinkAllAsmWriterComponents.h 25 // delete it all as dead code, even with whole program optimization,
  /external/llvm/include/llvm/ExecutionEngine/
Interpreter.h 27 // delete it all as dead code, even with whole program optimization,
JIT.h 27 // delete it all as dead code, even with whole program optimization,
MCJIT.h 27 // delete it all as dead code, even with whole program optimization,

Completed in 3903 milliseconds

1 2 3 4 5 6 78 91011>>