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

<<11121314151617181920>>

  /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/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/ppapi/native_client/tools/browser_tester/browsertester/
browserprocess.py 45 # If it is already dead, then it's ok.
  /external/chromium_org/sandbox/linux/services/
init_process_reaper.cc 45 // once all of our childs are dead. Since we're init we need to reap childs
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchedPropertiesCache.h 52 // Specialize the HashTraits for CachedMatchedProperties to check for dead
  /external/chromium_org/third_party/WebKit/public/platform/
WebDiscardableMemory.h 59 // WebDiscardableMemory is effectively dead.
  /external/chromium_org/third_party/jinja2/
optimizer.py 36 """Eliminate dead code."""
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-8.0.html 73 <li>Removed the dead Gallium i965, cell and failover drivers, which were
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_variable_refcount.cpp 94 * dead-code eliminate them, so just accept the body here.
  /external/chromium_org/v8/src/compiler/
common-operator.h 72 const Operator* Dead();
graph-replay.cc 22 PrintF(" Node* nil = graph.NewNode(common_builder.Dead());\n");
  /external/chromium_org/v8/test/mjsunit/
regexp-global.js 179 "deadbeef".replace(/(dead)beef/, "$1holeycow");
184 assertEquals("dead", RegExp["$1"]);
198 "deadbeef".replace(/(dead)beef/, "$1holeycow");
207 assertEquals("dead", RegExp["$1"]);
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2987.js 28 // Flags: --allow-natives-syntax --dead-code-elimination
  /external/chromium_org/v8/test/webkit/
dfg-array-dead.js 25 "Tests that an array being dead does not result in register allocation failures."
dfg-cfg-simplify-redundant-dead-get-local.js 25 "Tests if the CFG simplifier gracefully handles the case where Block #1 and #2 are merged, #1 has a dead GetLocal, and #2 has a live GetLocal on the same local."
dfg-dead-min-two-args.js 25 "Tests that a dead use of Math.min(a,b) at least speculates that its arguments are indeed numbers."
  /external/clang/lib/StaticAnalyzer/Checkers/
UnreachableCodeChecker.cpp 1 //==- UnreachableCodeChecker.cpp - Generalized dead code checker -*- C++ -*-==//
168 B.EmitBasicReport(D, this, "Unreachable code", "Dead code",
173 // Recursively finds the entry point(s) for this dead CFGBlock.
209 // already marked only the entry points to any dead code, so we need only to
  /external/e2fsprogs/lib/ss/
ss.h 20 * Let no one say political correctness isn't dead....
  /external/kernel-headers/original/uapi/linux/
atmmpc.h 106 #define DATA_PLANE_PURGE 208 /* Data plane purge because of egress cache hit miss or dead MPS */
  /external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
Core.py 99 64: "DEAD"
  /external/llvm/include/llvm/CodeGen/
LinkAllCodegenComponents.h 28 // delete it all as dead code, even with whole program optimization,
  /external/llvm/include/llvm/Transforms/Utils/
SimplifyLibCalls.h 44 /// and the given instruction is dead.

Completed in 2520 milliseconds

<<11121314151617181920>>