HomeSort by relevance Sort by last modified time
    Searched full:blocked (Results 126 - 150 of 622) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/tcpdump/
setsignal.c 67 * signal handler is reset to SIG_DFL and the signal is not blocked,
  /external/webkit/Source/WebCore/bindings/scripts/
generate-bindings.pl 28 # however a build rule only solution is blocked by several radars:
  /external/webkit/Source/WebCore/dom/
EventNames.h 39 macro(blocked) \
  /external/webkit/Source/WebCore/platform/graphics/chromium/
CrossProcessFontLoading.h 56 // corresponding to the *original in-process NSFont* whose loading was blocked
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/qt/
WebErrorsQt.cpp 63 QCoreApplication::translate("QWebFrame", "Request blocked", 0, QCoreApplication::UnicodeUTF8));
  /external/yaffs2/yaffs2/
yportenv.h 63 // KR - added for use in scan so processes aren't blocked indefinitely.
  /frameworks/av/include/media/stagefright/
MediaMuxer.h 94 * this function won't be blocked for very long, and thus there
  /frameworks/base/core/java/android/nfc/tech/
NfcV.java 104 * not be called from the main application thread. A blocked call will be canceled with
  /frameworks/base/core/java/android/os/
ConditionVariable.java 56 * Open the condition, and release all threads that are blocked.
  /frameworks/base/docs/html/training/load-data-background/
index.jd 43 If you run the query directly from an {@link android.app.Activity}, it may get blocked and
  /frameworks/base/services/java/com/android/server/power/
DisplayPowerRequest.java 57 // blocked. The window manager policy blocks screen on while it prepares the keyguard to
  /libcore/benchmarks/src/benchmarks/regression/
URLConnectionBenchmark.java 61 * doesn't work on Dalvik because socket.close() doesn't release blocked
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio-write.c 57 /* If it is currently blocked or ignored, change errno from \
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadInfo.java 196 * Current network is blocked for requesting application.
198 BLOCKED;
370 if (DetailedState.BLOCKED.equals(info.getDetailedState())) {
371 return NetworkState.BLOCKED;
  /system/core/include/cutils/
abort_socket.h 25 * Calling close() on a regular POSIX socket does not abort blocked syscalls on
  /system/netd/
main.cpp 156 ALOGW("WARNING: SIGPIPE not blocked\n");
  /external/bison/lib/
fatal-signal.c 169 If the signal being delivered was blocked, the re-raised signal would be
171 no signal is blocked, and the re-raised signal is delivered already
  /external/chromium/chrome/browser/renderer_host/
chrome_render_message_filter.cc 241 // If this is false by policy, the plugin is blocked; otherwise, it is
242 // blocked initially but the user can load it manually.
  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.cc 56 VLOG(2) << "CacheInvalidationListenTask blocked";
137 VLOG(2) << "CacheInvalidationSendMessageTask blocked...";
  /external/valgrind/main/coregrind/
pub_core_scheduler.h 46 /* If 'tid' is blocked in a syscall, send it SIGVGKILL so as to get it
48 If it isn't blocked in a syscall, has no effect on the thread. */
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter_unittest.py 90 blocked: 50856
126 blocked: 50856
  /libcore/luni/src/main/java/java/nio/channels/
SelectableChannel.java 117 * blocked until the other call finishes. After that, it will synchronize on
156 * blocked until the other call finishes. After that, it will synchronize on
  /libcore/luni/src/test/java/libcore/java/net/
ConcurrentCloseTest.java 36 * Test that Socket.close called on another thread interrupts a thread that's blocked doing
126 // We want to test that we unblock *all* the threads blocked on a socket, not just one.
  /system/core/libcutils/
abort_socket.c 264 /* wake up calls blocked at poll() */
280 /* Call asocket_abort() in case there are still threads blocked on this
  /external/chromium/chrome/browser/tabs/
tab_strip_model.h 334 // Changes the blocked state of the tab at |index|.
335 void SetTabBlocked(int index, bool blocked);
353 // Returns true if the tab at |index| is blocked by a tab modal dialog.
562 blocked(false) {
607 // Is the tab interaction blocked by a modal dialog?
608 bool blocked; member in struct:TabStripModel::TabContentsData

Completed in 935 milliseconds

1 2 3 4 56 7 8 91011>>