OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unblock
(Results
126 - 150
of
216
) sorted by null
1
2
3
4
5
6
7
8
9
/libcore/harmony-tests/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectorTest.java
381
pipe.sink().write(ByteBuffer.allocate(4)); //
unblock
select()
/libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java
113
* {@code park} then it will
unblock
. Otherwise, its next call
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java
603
public void
unblock
() {
method in class:BluetoothOppObexClientSession
BluetoothOppObexServerSession.java
109
public void
unblock
() {
method in class:BluetoothOppObexServerSession
/external/chromium_org/content/browser/renderer_host/
render_message_filter.cc
[
all
...]
render_view_host_impl.h
648
// must return to the renderer to
unblock
it.
render_widget_host_view_mac.h
482
// Ack pending SwapBuffers requests, if any, to
unblock
the GPU process. Has
/external/chromium_org/net/websockets/
websocket_job_unittest.cc
836
// Remove the former WebSocket object from throttling queue to
unblock
the
[
all
...]
/external/libpcap/
pcap.3
634
in a different thread will not
unblock
that thread; you will need to use
636
calls in order to
unblock
the thread, such as thread cancellation in
[
all
...]
/frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java
155
if ("
unblock
".equals(op)) {
[
all
...]
/device/lge/mako/camera/mm-camera-interface/
mm_camera_interface2.c
258
temporarily
unblock
APT team. New design is
/external/chromium/chrome/browser/extensions/
extension_webrequest_api.cc
482
//
Unblock
any request that this event listener may have been blocking.
/external/chromium/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc
224
// New PIN value for the case when we
unblock
SIM card or change PIN.
/external/chromium/net/http/
http_stream_factory_impl_job.cc
140
//
Unblock
|this|.
[
all
...]
/external/chromium_org/chrome/browser/nacl_host/
pnacl_host.cc
441
// After we know the nexe has been stored, we can clean up, and
unblock
any
/external/chromium_org/chrome/browser/ui/webui/chromeos/
sim_unlock_ui.cc
264
// New PIN value for the case when we
unblock
SIM card or change PIN.
/external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc
234
//
Unblock
script initiated printing and verify printing works.
[
all
...]
/external/chromium_org/content/browser/indexed_db/
indexed_db_dispatcher_host.cc
350
// front-end to
unblock
later transactions. This should only occur on unclean
[
all
...]
/external/chromium_org/net/quic/
quic_connection_test.cc
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctpdataengine.cc
608
// TODO(ldixon):
Unblock
after congestion.
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
hangoutpubsubclient.cc
625
// TODO: Should we bother signaling
unblock
? Currently
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
linuxthreads.cc
523
* signals are blocked. If the 'callback' decides to
unblock
them, it must
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
linuxthreads.cc
523
* signals are blocked. If the 'callback' decides to
unblock
them, it must
/external/llvm/lib/CodeGen/SelectionDAG/
ResourcePriorityQueue.cpp
202
//
unblock
more other nodes than the other.
/frameworks/av/media/libstagefright/wifi-display/source/
PlaybackSession.cpp
220
// Let's
unblock
MediaPuller's MediaSource::read().
Completed in 848 milliseconds
1
2
3
4
5
6
7
8
9