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

<<11121314151617181920>>

  /external/parameter-framework/asio-1.10.6/include/asio/
basic_socket.hpp 521 * without blocking.
523 * @return The number of bytes that may be read without blocking, or 0 if an
540 * without blocking.
544 * @return The number of bytes that may be read without blocking, or 0 if an
    [all...]
basic_socket_acceptor.hpp 730 /// Gets the non-blocking mode of the acceptor.
737 * @note The non-blocking mode has no effect on the behaviour of asynchronous
746 /// Sets the non-blocking mode of the acceptor.
755 * @note The non-blocking mode has no effect on the behaviour of asynchronous
766 /// Sets the non-blocking mode of the acceptor.
775 * @note The non-blocking mode has no effect on the behaviour of asynchronous
786 /// Gets the non-blocking mode of the native acceptor implementation.
788 * This function is used to retrieve the non-blocking mode of the underlying
792 * @returns @c true if the underlying acceptor is in non-blocking mode and
796 * @note The current non-blocking mode is cached by the acceptor object
    [all...]
  /external/curl/lib/vtls/
nss.c 188 /* NSPR I/O layer we use to detect blocking direction during SSL handshake */
1882 const bool blocking = (done == NULL); local
    [all...]
  /external/autotest/client/cros/chameleon/
audio_widget.py 264 def start_playback(self, blocking=False):
267 @param blocking: Blocks this call until playback finishes.
270 self.handler.start_playback(self._remote_playback_path, blocking)
521 def start_playback(self, path, blocking=False):
525 @param blocking: Blocks this call until playback finishes.
528 if blocking:
530 'Blocking playback on chameleon is not supported')
837 def start_playback(self, path, blocking=False):
841 @param blocking: Blocks this call until playback finishes.
844 self._audio_facade.playback(path, self._DEFAULT_DATA_FORMAT, blocking)
    [all...]
  /external/ltp/testcases/kernel/ipc/ipc_stress/
pipe_test_02.c 24 | in non-blocking mode |
27 | o Make write & read end of pipe non-blocking |
94 "\t-n transfer data with NON-BLOCKING reads & writes\n" \
126 * non_blocking_flag: uses NON-BLOCKING
151 int non_blocking_flag = 0; /* Uses NON-BLOCKING pipes when set */
197 * If the non-blocking command line option was specified, use fcntl ()
199 * prevent reads & and writes from blocking if the data is not yet
209 printf("\n\tSending data NON-BLOCKING!\n");
263 * Might have to make several attempts with the NON-BLOCKING writes
307 * Might have to make several attempts with the NON-BLOCKING write
    [all...]
  /external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
socket_ops.ipp 114 // Try to complete the operation without blocking.
254 // remains open. Therefore we'll put the descriptor back into blocking
290 // Clearing the user-set non-blocking mode always overrides any
291 // internally-set non-blocking flag. Any subsequent asynchronous
292 // operations will need to re-enable non-blocking I/O.
312 // It does not make sense to clear the internal non-blocking flag if the
313 // user still wants non-blocking behaviour. Return an error and let the
314 // caller figure out whether to update the user-set non-blocking flag.
595 // Try to complete the operation without blocking.
691 // Try to complete the operation without blocking
    [all...]
  /external/libcups/cups/
http.c 50 int blocking, _http_mode_t mode);
121 int blocking) /* I - 1 if the connection should be
122 blocking, 0 otherwise */
144 HTTP_ENCRYPTION_IF_REQUESTED, blocking,
237 * 'httpBlocking()' - Set blocking/non-blocking behavior on a connection.
242 int b) /* I - 1 = blocking, 0 = non-blocking */
246 http->blocking = b;
445 int blocking, /* I - 1 for blocking connection, 0 for non-blocking *
619 int blocking; \/* To block or not to block *\/ local
    [all...]
  /external/autotest/client/cros/multimedia/
audio_facade_native.py 162 def playback(self, file_path, data_format, blocking=False):
173 @param blocking: Blocks this call until playback finishes.
188 self._player.start(file_path, blocking)
472 def start(self, file_path, blocking):
478 @param blocking: Blocks this call until playback finishes.
482 blocking, playback_file=file_path)
  /frameworks/av/services/audioflinger/
FastMixer.cpp 189 // to avoid blocking here and to prevent possible priority inversion
383 // in the overall fast mix cycle being delayed. Should use a non-blocking FIFO.
446 // if non-NULL, then duplicate write() to this non-blocking sink
451 // FIXME write() is non-blocking and lock-free for a properly implemented NBAIO sink,
452 // but this code should be modified to handle both non-blocking and blocking sinks
  /frameworks/base/core/java/android/provider/
BlockedNumberContract.java 39 * emergency services, number blocking is disabled by the platform for a duration defined by
275 * Checks if blocking numbers is supported for the current user.
276 * <p> Typically, blocking numbers is only supported for one user at a time.
290 * <p>This is a wrapper over {@link BlockedNumberContract} that also manages the blocking
335 * Notifies the provider to disable suppressing blocking. If emergency services were not
368 * and blocking is disabled until the timestamp {@link #untilTimestampMillis}.
  /libcore/ojluni/src/main/java/java/nio/channels/
Channels.java 73 * If the channel is selectable then it must be configured blocking.
89 * If the channel is selectable and configured non-blocking.
113 * channel is in non-blocking mode. The stream will not be buffered, and
134 * channel is in non-blocking mode. The stream will not be buffered. The
479 * channel; if the channel is in non-blocking mode when bytes are to be
549 * channel; if the channel is in non-blocking mode when bytes are to be
  /packages/apps/Dialer/java/com/android/incallui/spam/
SpamNotificationActivity.java 31 import com.android.dialer.blocking.BlockReportSpamDialogs;
32 import com.android.dialer.blocking.BlockedNumbersMigrator;
33 import com.android.dialer.blocking.FilteredNumberAsyncQueryHandler;
34 import com.android.dialer.blocking.FilteredNumberCompat;
206 /** Creates and displays the dialog for blocking/reporting a number as spam. */
252 /** Checks if the user has migrated to the new blocking and display a dialog if necessary. */
  /cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
NumberBlockingTest.java 32 * Multi-user tests for number blocking.
95 "Skipping number blocking test as the feature is not supported.");
157 "failed to install number blocking test app. Reason: %s", installResult),
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Queue.py 52 If a join() is currently blocking, it will resume when all items
143 """Put an item into the queue without blocking.
185 """Remove and return an item from the queue without blocking.
  /external/autotest/server/cros/multimedia/
audio_facade_adapter.py 39 def playback(self, client_path, data_format, blocking=False):
50 @param blocking: Blocks this call until playback finishes.
56 client_path, data_format, blocking)
  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
TrialRunLoop.java 132 // TODO(lukes): this is a blocking write, perhaps we should perform it in a non
133 // blocking manner to keep this thread only blocking in one place. This would
  /external/libavc/decoder/
ih264d_structs.h     [all...]
  /external/libchrome/base/
sync_socket_posix.cc 181 // must Peek() for the amount ready for reading to avoid blocking.
227 // Set the socket to non-blocking mode for sending if its original mode
228 // is blocking.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_timedwrlock/
1-1.c 156 /* we expect the thread to expire blocking after timeout */
173 ("Test FAILED: the timer expired and blocking was terminated, but the timeout is not correct: expected to wait for %d, but waited for %ld.%06ld\n",
214 /* we expect thread2 to expire blocking after timeout */
3-1.c 176 /* we expect the thread to expire blocking after timeout */
192 printf("Test FAILED: the timer expired and blocking "
235 /* we expect thread2 to expire blocking after timeout */
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
socket_ops.hpp 31 // The user wants a non-blocking socket.
34 // The socket has been set non-blocking.
37 // Helper "state" used to determine whether the socket is non-blocking.
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
Camera2Source.java 39 import com.android.ex.camera2.blocking.BlockingCameraManager;
40 import com.android.ex.camera2.blocking.BlockingCameraManager.BlockingOpenException;
41 import com.android.ex.camera2.blocking.BlockingSessionCallback;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java 180 // test in blocking mode
195 // in blocking mode, if selector closed
279 //default blocking mode is true
  /libcore/ojluni/src/main/java/java/lang/ref/
ReferenceQueue.java 158 * Removes the next reference object in this queue, blocking until either
202 * Removes the next reference object in this queue, blocking until one
205 * @return A reference object, blocking until one becomes available
  /packages/apps/Dialer/java/com/android/dialer/app/list/
BlockedListSearchFragment.java 35 import com.android.dialer.blocking.BlockNumberDialogFragment;
36 import com.android.dialer.blocking.FilteredNumberAsyncQueryHandler;
37 import com.android.dialer.blocking.FilteredNumberAsyncQueryHandler.OnCheckBlockedListener;

Completed in 6012 milliseconds

<<11121314151617181920>>