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

<<11121314151617181920>>

  /frameworks/base/core/java/android/nfc/tech/
Ndef.java 286 Log.e(TAG, "NFC service dead", e);
332 Log.e(TAG, "NFC service dead", e);
351 Log.e(TAG, "NFC service dead", e);
400 Log.e(TAG, "NFC service dead", e);
  /frameworks/base/core/java/android/text/method/
QwertyKeyListener.java 166 boolean dead = false;
169 dead = true;
183 dead = false;
233 if (dead) {
  /frameworks/base/core/java/com/android/internal/util/
AsyncService.java 109 * service is dead and no more processing should be expected
  /frameworks/base/graphics/java/android/graphics/
LargeBitmap.java 74 * large bitmap as "dead", meaning it will throw an exception if decodeRegion(),
  /frameworks/base/services/core/java/com/android/server/am/
ConnectionRecord.java 102 sb.append("DEAD ");
  /frameworks/native/services/surfaceflinger/
MonitoredProducer.cpp 31 // called with the mStateLock held, leading to a dead-lock (it actually
  /frameworks/opt/telephony/
README.txt 22 thread. Without this change there was a dead lock when
  /ndk/sources/host-tools/make-3.81/
job.h 38 /* Structure describing a running or dead child process. */
remote-stub.c 67 /* Get the status of a dead remote child. Block waiting for one to die
  /ndk/sources/host-tools/toolbox/
cmp_win.c 37 /* A brain-dead 'cmp' toolbox program for Windows, because comp.exe
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
dummy_thread.py 3 Meant to be used as a brain-dead substitute so that threaded code does
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
dummy_thread.py 3 Meant to be used as a brain-dead substitute so that threaded code does
  /external/qemu/audio/
audio.c 1108 int hwsamples, samples, isamp, osamp, wpos, live, dead, left, swlim, blck; local
1133 dead = hwsamples - live;
1134 swlim = ((int64_t) dead << 32) / sw->ratio;
1141 dead = hwsamples - live;
1143 blck = audio_MIN (dead, left);
1417 int live, dead; local
    [all...]
  /external/chromium_org/mojo/system/
message_pipe_dispatcher.cc 116 // TODO(vtl): This is wrong. We should produce a "dead" message pipe
258 // "dead" message pipe dispatcher on the other end. (Note that this is
  /external/chromium_org/third_party/webrtc/modules/video_processing/main/test/unit_test/
createTable.m 22 r0=0.07; % Dead zone radius (must be > 0)
81 % find indices to pixels in dead-zone (zone 1)
  /external/chromium_org/v8/src/
zone.cc 108 // Constant byte value used for zapping dead memory in debug mode.
160 // Constant byte value used for zapping dead memory in debug mode.
  /external/llvm/include/llvm/IR/
Constant.h 167 /// removeDeadConstantUsers - If there are any dead constant users dangling
170 /// with potentially dead constants hanging off of the globals.
  /external/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 71 // Loop over all dead blocks, remembering them and deleting all instructions
133 // Loop over all dead blocks, remembering them and deleting all instructions
  /external/llvm/lib/Support/
LockFileManager.cpp 35 // owning process is dead, the lock file is invalid.
66 // Check whether the process is dead. If so, we're done.
  /external/llvm/lib/Transforms/Scalar/
SimplifyCFGPass.cpp 10 // This file implements dead code elimination and basic block merging, along
185 // iterativelySimplifyCFG can (rarely) make some loops dead. If this happens,
  /external/llvm/test/Transforms/Reassociate/
crash.ll 92 %dead = add i32 %x, 0
152 %tmp4 = add i32 %tmp1, 1 ; dead code
  /external/proguard/docs/manual/
optimizations.html 148 <dd>Removes dead code based on control flow analysis and data flow
153 <dd>Removes dead code based on a simple control flow analysis.</dd>
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
equivalent.h 40 // is reserved for an implicit (non-final) 'dead state' (required for
50 // MappedId for an implicit dead state.
  /external/valgrind/main/helgrind/
hg_wordset.c 147 If a WordVec WV is marked as dead by HG(dieWS), WV is removed from
148 vec2ix. The entry of the dead WVs in ix2vec are used to maintain a
258 /* True if wv is a dead entry (i.e. is in the linked list of free to be re-used
271 Accessing a dead ws will assert. */
282 /* Make absolutely sure that 'ws' is a non dead member of 'wsu'. */
289 /* Same as do_ix2vec but returns NULL for a dead ws. */
300 /* Make absolutely sure that 'ws' is either dead or a member of 'wsu'. */
471 return; // already dead. (or a bug ?).
  /frameworks/base/nfc-extras/java/com/android/nfc_extras/
NfcAdapterExtras.java 160 * NFC service dead - attempt best effort recovery
163 Log.e(TAG, "NFC Adapter Extras dead - attempting to recover");

Completed in 952 milliseconds

<<11121314151617181920>>