/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. */
|
m_signals.c | 46 to deliver a sync signal while it is blocked, it just kills the 58 another process with kill. These are generally blocked, except for 66 if it appears to be blocked in a syscall. 101 (1) run code on the virtual CPU with all signals blocked 130 (1) run code on vcpu with all async signals blocked 155 receives ^C whilst blocked in a syscall, but by default we are 156 running with all async signals blocked, and so that signal could be 177 then these are blocked, so we don't expect to catch them in 181 if thread is blocked in a syscall marked SfMayBlock 188 blocked, but we can and do poll for them using VG_(poll_signals) [all...] |
/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
|
/external/chromium/net/base/ |
host_resolver_impl_unittest.cc | 539 // reached Resolve(). Also, the capturing resolver_proc is initially blocked. 551 // blocked, these should all pile up until we signal it. 590 // blocked. 602 // blocked, these should all pile up until we signal it. 677 // blocked. 689 // blocked, these should all pile up until we signal it. 734 // blocked. 746 // blocked, these should all pile up until we signal it. 789 // blocked. 802 // blocked, these should all pile up until we signal it [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebSettingsTest.java | 394 assertEquals("Popup blocked", mOnUiThread.getTitle()); 404 // we have to discount the initial "Popup blocked" from the 407 && !title.equals("Popup blocked"); 693 // Check that only network images are blocked, data url images are still loaded. 725 // Check that only network resources are blocked, data url images are still loaded. [all...] |
/external/quake/quake/src/QW/progs/ |
doors.qc | 37 // if a door has a negative wait, it would never come back if blocked,
414 "dmg" damage to inflict when blocked (2 default)
498 self.blocked = door_blocked;
719 "dmg" damage to inflict when blocked (2 default)
771 self.blocked = secret_blocked;
|
/external/valgrind/main/docs/internals/ |
threads-syscalls-signals.txt | 57 all its signals blocked (all but the fault signals: SEGV, BUS, ILL, etc). 62 it uses the sigtimedwait() syscall to fetch blocked pending signals 69 because they can't be held off; if they're blocked when an instruction 112 *all* signals blocked, so there's no risk of two concurrent async signal 203 from being blocked in a syscall, so that we can get the thread to
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
SQLiteQueryBuilderTest.java | 377 // We want to confirm that the query really was blocked trying to acquire a 396 // that the query was blocked, then the test must be broken. 397 fail("Could not prove that the query actually blocked before cancel() was called.");
|
/external/chromium/chrome/browser/ui/gtk/tabs/ |
tab_renderer_gtk.h | 115 // Sets the blocked state of the tab. 266 blocked(false), 279 bool blocked; member in struct:TabRendererGtk::TabData
|
tab_renderer_gtk.cc | 337 void TabRendererGtk::SetBlocked(bool blocked) { 338 if (data_.blocked == blocked) 340 data_.blocked = blocked; 345 return data_.blocked; [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
content_settings_handler.cc | 483 std::vector<GURL> blocked(service->GetBlockedOrigins()); 490 for (size_t i = 0; i < blocked.size(); ++i) { 492 GetNotificationExceptionForPage(blocked[i], CONTENT_SETTING_BLOCK));
|
/external/v8/src/ia32/ |
lithium-gap-resolver-ia32.cc | 115 // and this move is blocked on source B and there is a swap of A and 136 // The move may be blocked on a (at most one) pending move, in which case 148 // This move is not blocked.
|
/frameworks/base/core/java/android/net/ |
NetworkInfo.java | 79 /** Access to this network is blocked. */ 80 BLOCKED, 108 stateMap.put(DetailedState.BLOCKED, State.DISCONNECTED);
|
/frameworks/base/core/java/android/nfc/tech/ |
Ndef.java | 256 * not be called from the main application thread. A blocked call will be canceled with 294 * not be called from the main application thread. A blocked call will be canceled with 364 * not be called from the main application thread. A blocked call will be canceled with
|
/libcore/luni/src/main/java/java/io/ |
PipedInputStream.java | 251 // let blocked writers write to the newly available buffer space 354 // let blocked writers write to the newly available buffer space 410 // let blocked readers read the newly available data
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
DownloadInfo.java | 184 * Current network is blocked for requesting application. 347 if (DetailedState.BLOCKED.equals(info.getDetailedState())) { 389 return "network is blocked for requesting application";
|
/external/valgrind/main/coregrind/m_gdbserver/ |
README_DEVELOPERS | 148 process in case all threads are blocked in a system call. 154 How is gdbserver activated if all Valgrind threads are blocked in a syscall ? 162 blocked in a system call. In such a case, no polling will be done by 186 a process blocked in a system call : the symptom is that the system 274 blocked in a system call, some architecture specific code 352 up a valgrind process which is blocked in system calls. Maybe we
|
/external/chromium/chrome/browser/ui/ |
browser.h | 625 // Sets if command execution shall be blocked. If |block| is true then 627 // method will not execute the command, and the last blocked command will be 631 // Gets the last blocked command after calling SetBlockCommandExecution(true). 632 // Returns the command id or -1 if there is no command blocked. The [all...] |
/external/chromium/chrome/browser/ui/cocoa/content_settings/ |
collected_cookies_mac.mm | 183 // Change the label of the blocked cookies part if necessary. 191 // Shrink the blocked cookies outline view.
|