OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:dead
(Results
176 - 200
of
1680
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/av/media/libstagefright/foundation/
ALooper.cpp
76
// Since this looper is "
dead
" (or as good as
dead
by now),
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/event/
HardwareKeyboardEventDecoder.java
28
* can be
dead
keys, they can be meta keys like shift or ctrl... This does not deal with
55
// A
dead
key.
/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/llvm/include/llvm/CodeGen/
LinkAllAsmWriterComponents.h
26
// 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,
/external/llvm/lib/CodeGen/
OptimizePHIs.cpp
27
STATISTIC(NumDeadPHICycles, "Number of
dead
PHI cycles");
67
// Find
dead
PHI cycles and PHI cycles that can be replaced by a single
152
/// OptimizeBB - Remove
dead
PHI cycles and PHI cycles that can be replaced by
178
// Check for
dead
PHI cycles.
/external/llvm/test/CodeGen/X86/GC/
alloc_loop.ll
42
;; Allocated mem: allocated memory is immediately
dead
.
/external/llvm/test/Transforms/DeadStoreElimination/
lifetime.ll
30
store i32 0, i32* %Q ;; This store is
dead
.
/external/llvm/test/Transforms/IPConstantProp/
dangling-block-address.ll
4
; IPSCCP should prove that the blocks are
dead
and delete them, and
/external/llvm/test/Transforms/LoopStrengthReduce/
dont_insert_redundant_ops.ll
1
; Check that this test makes INDVAR and related stuff
dead
.
/external/llvm/test/Transforms/StripSymbols/
2010-08-25-crash.ll
1
; RUN: opt -strip-
dead
-debug-info -disable-output < %s
/external/proguard/docs/
quality.html
17
documentation, spell checks, compilation results, an output jar,
dead
code
/external/valgrind/main/helgrind/
hg_wordset.h
58
/* Get the number of elements in this WordSetU. Note that the
dead
102
a ws after having marked it
dead
. This ws (just an index in
106
Re-using a "
dead
" ws will be detected if the index has not been
110
then have this ws marked
dead
while the payload is still being
/frameworks/base/core/jni/
android_text_AndroidBidi.cpp
33
// that we don't bother to report, we're probably
dead
anyway.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
waitflags.h
31
#define WEXITED 4 /* Report
dead
child. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
waitflags.h
31
#define WEXITED 4 /* Report
dead
child. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
waitflags.h
31
#define WEXITED 4 /* Report
dead
child. */
/dalvik/dx/src/com/android/dx/ssa/
DeadCodeRemover.java
26
* A variation on Appel Algorithm 19.12 "
Dead
code elimination in SSA form".
48
* Process a method with the
dead
-code remver
71
* Runs the
dead
code remover.
/external/iproute2/doc/
arpd.sgml
29
Negative entries for
dead
hosts are also shown, in this case MAC address
31
that host is
dead
was proven the last time.
43
to make before destination is considered as
dead
. When <tt/arpd/ is started
/external/iproute2/man/man8/
arpd.8
20
Dump arpd database to stdout and exit. Output consists of three columns: interface index, IP address and MAC address. Negative entries for
dead
hosts are also shown, in this case MAC address is replaced by word FAILED followed by colon and time when the fact that host is
dead
was proven the last time.
29
arpd not only passively listens ARP on wire, but also send brodcast queries itself. NUMBER is number of such queries to make before destination is considered as
dead
. When arpd is started as kernel helper (i.e. with app_solicit enabled in sysctl or even with option -k) without this option and still did not learn enough information, you can observe 1 second gaps in service. Not fatal, but not good.
Completed in 886 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>