HomeSort by relevance Sort by last modified time
    Searched full:blocking (Results 51 - 75 of 1339) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libselinux/src/
avc_internal.c 58 int avc_netlink_open(int blocking)
69 if (!blocking && fcntl(fd, F_SETFL, O_NONBLOCK)) {
99 static int avc_netlink_receive(char *buf, unsigned buflen, int blocking)
108 rc = poll(&pfd, 1, (blocking ? -1 : 0));
111 if (rc == 0 && !blocking) {
  /external/selinux/libselinux/src/
avc_internal.c 58 int avc_netlink_open(int blocking)
69 if (!blocking && fcntl(fd, F_SETFL, O_NONBLOCK)) {
99 static int avc_netlink_receive(char *buf, unsigned buflen, int blocking)
108 rc = poll(&pfd, 1, (blocking ? -1 : 0));
111 if (rc == 0 && !blocking) {
  /external/v8/src/compiler/
gap-resolver.cc 59 // graph. We first recursively perform any move blocking this one. We mark a
78 // this call cannot create a blocking move via a swap (this loop does not
79 // miss any). Assume there is a non-blocking move with source A and this
84 // In that case, the blocking move will be created but will be "pending"
103 // have a cycle. Search for such a blocking move and perform a swap to
  /frameworks/base/telephony/java/com/android/ims/internal/
IImsConfig.aidl 33 * value storage. Synchronous blocking call.
42 * value storage. Synchronous blocking call.
52 * from which the master value is derived. Synchronous blocking call.
63 * from which the master value is derived. Synchronous blocking call.
74 * value). Asynchronous non-blocking call.
  /cts/tests/tests/permission/src/android/permission/cts/
Camera2PermissionTest.java 19 import static com.android.ex.camera2.blocking.BlockingStateCallback.*;
29 import com.android.ex.camera2.blocking.BlockingCameraManager;
30 import com.android.ex.camera2.blocking.BlockingStateCallback;
  /external/valgrind/none/tests/
async-sigs.c 3 // signals, and while blocking or not blocking in a syscall. This exercises
75 fprintf(stderr, "testing: blocking=%d caught=%d fatal=%d... ",
  /libcore/luni/src/main/java/java/nio/
ServerSocketChannelImpl.java 78 // Otherwise, this is a non-blocking socket and there's nothing ready, so we'll
101 @Override protected void implConfigureBlocking(boolean blocking) throws IOException {
102 IoUtils.setBlocking(socket.getFD$(), blocking); local
  /docs/source.android.com/src/devices/audio/
latency_design.jd 144 <h4>Blocking</h4>
148 <code>write()</code>. Other occurrences of blocking within the fast mixer are
150 Instead, <a href="http://en.wikipedia.org/wiki/Non-blocking_algorithm">non-blocking algorithms</a>
203 <h4>Blocking</h4>
207 mutexes as well as at a blocking pipe to write its sub-mix.
219 The normal mixer's sink is a blocking pipe to the fast mixer's track 0.
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingCameraManager.java 16 package com.android.ex.camera2.blocking;
31 * Expose {@link CameraManager} functionality with blocking functions.
34 * duplicate any functionality that is already blocking.</p>
95 * Create a new blocking camera manager.
109 * Open the camera, blocking it until it succeeds or fails.
141 * If open fails after blocking for some amount of time.
  /external/libmpeg2/common/
impeg2_job_queue.c 378 * @param[in] blocking
379 * To signal if the write is blocking or non-blocking.
439 * buffer is being passed. If it is a blocking call and if there is no new job
452 * @param[in] blocking
453 * To signal if the read is blocking or non-blocking.
509 * and this is non blocking call then return fail */
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterPort.java 64 public void setBlocking(boolean blocking) {
65 mIsBlocking = blocking;
  /frameworks/rs/scriptc/
rs_io.rsh 57 * rsSendToClient: Send a message to the client, non-blocking
78 * rsSendToClientBlocking: Send a message to the client, blocking
  /packages/apps/Camera2/src/com/android/camera/one/v2/core/
FrameServer.java 41 * Submits the given request, blocking until resources are allocated for
79 * blocking if the session cannot be created immediately.
  /prebuilts/sdk/renderscript/include/
rs_io.rsh 57 * rsSendToClient: Send a message to the client, non-blocking
78 * rsSendToClientBlocking: Send a message to the client, blocking
  /libcore/luni/src/test/java/libcore/java/nio/channels/
FileIOInterruptTest.java 49 * <li>Writes to FIFOs are buffered by the OS which makes blocking behavior more difficult to
115 // This test fails on the RI: close() does not wake up a blocking FileInputStream.read() call.
124 // Delay until we can be fairly sure the reader thread is blocking.
157 // This test fails on the RI: close() does not wake up a blocking FileInputStream.write() call.
166 // Delay until we can be fairly sure the writer thread is blocking.
268 // Delay until we can be fairly sure the reader thread is blocking.
299 // Delay until we can be fairly sure the reader thread is blocking.
399 // Delay until we can be fairly sure the writer thread is blocking.
432 // Delay until we can be fairly sure the writer thread is blocking.
476 // Just give it some more time to start blocking
    [all...]
  /development/samples/WiFiDirectServiceDiscovery/src/com/example/android/wifidirect/discovery/
GroupOwnerSocketHandler.java 48 // A blocking operation. Initiate a ChatManager instance when
  /external/icu/icu4c/source/i18n/
fphdlimp.h 56 // This attempts to encourage that by blocking heap allocation.
  /external/iptables/extensions/
libip6t_REJECT.man 28 TCP RST packet to be sent back. This is mainly useful for blocking
libipt_REJECT.man 27 TCP RST packet to be sent back. This is mainly useful for blocking
  /external/kernel-headers/original/uapi/linux/
vm_sockets.h 67 /* Option name for using non-blocking send/receive. Use as the option name
68 * for setsockopt(3) or getsockopt(3) to set or get the non-blocking
70 * send() and recv() can be called in non-blocking contexts for the given
75 * It is not to be confused with conventional non-blocking socket operations.
  /external/mesa3d/src/gallium/state_trackers/clover/core/
resource.cpp 66 resource::add_map(command_queue &q, cl_map_flags flags, bool blocking,
68 maps.emplace_back(q, *this, flags, blocking, origin, region);
172 cl_map_flags flags, bool blocking,
178 (blocking ? PIPE_TRANSFER_UNSYNCHRONIZED : 0));
  /external/netperf/
nettest_sdp.h 39 int non_blocking; /* run the test in non-blocking mode */
53 int non_blocking; /* run the test in non-blocking mode */
85 int non_blocking; /* run the test in non-blocking mode */
98 int non_blocking; /* run the test in non-blocking mode */
  /external/selinux/policycoreutils/semanage/
semanage-dontaudit.8 11 confined applications to use alternative paths. Dontaudit rules are denied but not reported in the logs. Some times dontaudit rules can cause bugs in applications but policy writers will not relize it since the AVC is not audited. Turning off dontaudit rules with this command to see if the kernel is blocking an access.
  /external/skia/experimental/Networking/
SkSockets.h 52 * For blocking sockets, write will block indefinitely if the socket at the
67 * blocking sockets, read will block indefinitely if the socket doesn't
159 * at a time. Returns -1 on error. For blocking sockets, this method will
183 * or reconnect to the server. For blocking sockets, this method will block
  /external/skia/src/utils/
SkCondVar.h 20 * Condition variable for blocking access to shared data from other threads and

Completed in 599 milliseconds

1 23 4 5 6 7 8 91011>>