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

1 2 3 45 6 7 8 91011>>

  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
CameraSessionUtils.java 30 import com.android.ex.camera2.blocking.BlockingCaptureCallback;
31 import com.android.ex.camera2.blocking.BlockingSessionCallback;
52 * A blocking listener class for synchronously opening and configuring sessions.
62 * This method is blocking, and will time out after
92 * A blocking listener class for synchronously capturing and results with a session.
104 * This method is blocking, and will time out after
159 * passed as the {@code listener} argument. This method is blocking, and will time out after
199 * passed as the {@code listener} argument. This method is blocking, and will time out after
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BlockIo2.h 5 enables the ability to read and write data at a block level in a non-blocking
37 /// If Event is NULL, then blocking I/O is performed.If Event is not NULL and
38 /// non-blocking I/O is supported, then non-blocking I/O is performed, and
76 non-blocking I/O is being used, the Event associated with this request will
119 EFI_WRITE_PROTECTED or EFI_MEDIA_CHANGED is returned and non-blocking I/O is
160 is returned and non-blocking I/O is being used, the Event associated with
187 /// enables the ability to read and write data at a block level in a non-blocking
NvmExpressPassthru.h 45 // supports non-blocking I/O.
122 both blocking I/O and non-blocking I/O. The blocking I/O functionality is required, and the non-blocking
132 @param[in] Event If non-blocking I/O is not supported then Event is ignored, and blocking I/O is performed.
133 If Event is NULL, then blocking I/O is performed. If Event is not NULL and non-blocking I/O
134 is supported, then non-blocking I/O is performed, and Event will be signaled when the NVM
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
keyboard_device.py 40 """Open the system file in the non-blocking mode."""
46 """Non-blocking read on fd."""
  /external/chromium-trace/catapult/telemetry/telemetry/util/mac/
keychain_helper.py 31 This method will trigger a blocking, modal dialog if the keychain is
44 This method will trigger a blocking, modal dialog if the keychain is
  /external/eigen/doc/
TopicLinearAlgebraDecompositions.dox 39 <td>Blocking, Implicit MT</td>
63 <td>Blocking</td>
75 <td><em>Soon: blocking</em></td>
99 <td>Blocking</td>
111 <td><em>Soon: blocking</em></td>
211 <td><em>Soon: blocking</em></td>
223 <td><em>Soon: blocking</em></td>
248 <dt><b>Blocking</b></dt>
  /external/libavc/common/
ih264_list.h 90 IH264_ERROR_T ih264_list_queue(list_t *ps_list, void *pv_buf, WORD32 blocking);
91 IH264_ERROR_T ih264_list_dequeue(list_t *ps_list, void *pv_buf, WORD32 blocking);
  /external/libavc/encoder/
ih264e_deblk.h 60 * @brief This function computes blocking strength for an mb
63 * This function computes blocking strength for an mb
  /external/libchrome/crypto/
scoped_test_nss_db.cc 19 // to a dedicated thread would still have the affect of blocking
57 // to a dedicated thread would still have the affect of blocking
  /external/libmpeg2/common/
impeg2_job_queue.h 69 IV_API_CALL_STATUS_T impeg2_jobq_queue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blocking, WORD32 lock);
70 IV_API_CALL_STATUS_T impeg2_jobq_dequeue(jobq_t *ps_jobq, void *pv_job, WORD32 job_size, WORD32 blocking, WORD32 lock);
  /libcore/ojluni/src/main/java/java/nio/channels/
IllegalBlockingModeException.java 34 * Unchecked exception thrown when a blocking-mode-specific operation
35 * is invoked upon a channel in the incorrect blocking mode.
  /packages/apps/Dialer/java/com/android/dialer/app/filterednumber/
BlockedNumbersFragment.java 36 import com.android.dialer.blocking.BlockedNumbersMigrator;
37 import com.android.dialer.blocking.BlockedNumbersMigrator.Listener;
38 import com.android.dialer.blocking.FilteredNumberCompat;
39 import com.android.dialer.blocking.FilteredNumbersUtil;
40 import com.android.dialer.blocking.FilteredNumbersUtil.CheckForSendToVoicemailContactListener;
41 import com.android.dialer.blocking.FilteredNumbersUtil.ImportSendToVoicemailContactsListener;
133 // If the device can use the framework blocking solution, users should not be able to add
135 // asking them to migrate to new blocking instead.
  /prebuilts/go/darwin-x86/src/net/
sys_cloexec.go 42 // because we have put fd.sysfd into non-blocking mode.
44 // blocking mode. We can't take that risk, so no use of ForkLock here.
  /prebuilts/go/linux-x86/src/net/
sys_cloexec.go 42 // because we have put fd.sysfd into non-blocking mode.
44 // blocking mode. We can't take that risk, so no use of ForkLock here.
  /system/bt/osi/test/
fixed_queue_test.cc 200 // Test blocking enqueue and blocking dequeue
206 // Test non-blocking enqueue and non-blocking dequeue
212 // Test non-blocking enqueue beyond queue capacity
219 // Test non-blocking dequeue from a queue that is full to max capacity
224 // Test non-blocking dequeue from an empty queue
227 // Test non-blocking dequeue from a NULL queue
  /system/chre/util/include/chre/util/
fixed_size_blocking_queue.h 30 * Implements a thread-safe blocking queue that blocks when popping an element
63 //! The condition variable used to implement the blocking behavior of the
  /external/llvm/include/llvm/Support/
ThreadPool.h 72 /// Blocking destructor: the pool will wait for all the threads to complete.
76 /// used to wait for the task to finish and is *non-blocking* on destruction.
94 /// used to wait for the task to finish and is *non-blocking* on destruction.
104 /// Blocking wait for all the threads to complete and the queue to be empty.
105 /// It is an error to try to add new tasks while blocking on this call.
110 /// used to wait for the task to finish and is *non-blocking* on destruction.
  /packages/apps/Dialer/java/com/android/dialer/blocking/
BlockedNumbersMigrator.java 17 package com.android.dialer.blocking;
35 * Class which should be used to migrate numbers from {@link FilteredNumberContract} blocking to
36 * {@link android.provider.BlockedNumberContract} blocking.
78 "migrate - number was already blocked in new blocking");
127 * Listener for the operation to migrate from {@link FilteredNumberContract} blocking to {@link
128 * android.provider.BlockedNumberContract} blocking.
  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 35 level3_blocking<RhsScalar,LhsScalar>& blocking,
43 ::run(cols,rows,depth,rhs,rhsStride,lhs,lhsStride,res,resStride,alpha,blocking,info);
48 * => Blocking algorithm following Goto's paper */
64 level3_blocking<LhsScalar,RhsScalar>& blocking,
74 Index kc = blocking.kc(); // cache block size along the K direction
75 Index mc = (std::min)(rows,blocking.mc()); // cache block size along the M direction
76 Index nc = (std::min)(cols,blocking.nc()); // cache block size along the N direction
89 LhsScalar* blockA = blocking.blockA();
162 ei_declare_aligned_stack_constructed_variable(LhsScalar, blockA, sizeA, blocking.blockA());
163 ei_declare_aligned_stack_constructed_variable(RhsScalar, blockB, sizeB, blocking.blockB())
    [all...]
TriangularSolverMatrix.h 25 level3_blocking<Scalar,Scalar>& blocking)
32 ::run(size, cols, tri, triStride, _other, otherStride, blocking);
45 level3_blocking<Scalar,Scalar>& blocking);
52 level3_blocking<Scalar,Scalar>& blocking)
68 Index kc = blocking.kc(); // cache block size along the K direction
69 Index mc = (std::min)(size,blocking.mc()); // cache block size along the M direction
74 ei_declare_aligned_stack_constructed_variable(Scalar, blockA, sizeA, blocking.blockA());
75 ei_declare_aligned_stack_constructed_variable(Scalar, blockB, sizeB, blocking.blockB());
195 level3_blocking<Scalar,Scalar>& blocking);
202 level3_blocking<Scalar,Scalar>& blocking)
    [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
MpService.c 253 both blocking and non-blocking requests. The non-blocking requests use EFI
265 If WaitEvent is NULL, execution is in blocking mode. The BSP waits until all
266 APs finish or TimeoutInMicroseconds expires. Otherwise, execution is in non-blocking
268 non-blocking mode is requested after the UEFI Event EFI_EVENT_GROUP_READY_TO_BOOT
286 In blocking execution mode, BSP waits until all APs finish or
289 In non-blocking execution mode, BSP is freed to return to the caller and then
291 sequence needs to occur in a non-blocking execution mode:
293 -# The caller that intends to use this MP Services Protocol in non-blocking
    [all...]
  /external/ltp/utils/sctp/func_tests/
test_connectx.c 37 * in blocking and non-blocking modes.
143 /* Set clt_sk1 as non-blocking. */
150 /* Do a non-blocking connectx from clt_sk1 to svr_sk */
153 /* Non-blocking connectx should return immediately with EINPROGRESS. */
155 tst_brkm(TBROK, tst_exit, "non-blocking connectx error: %d"
158 tst_resm(TPASS, "non-blocking connectx");
207 /* Do a blocking connectx from clt_sk2 to svr_sk.
208 * Blocking connectx should block until the association is established
229 tst_resm(TPASS, "blocking connectx")
    [all...]
  /external/mesa3d/src/gallium/state_trackers/clover/api/
transfer.cpp 138 clEnqueueReadBuffer(cl_command_queue q, cl_mem obj, cl_bool blocking,
163 clEnqueueWriteBuffer(cl_command_queue q, cl_mem obj, cl_bool blocking,
188 clEnqueueReadBufferRect(cl_command_queue q, cl_mem obj, cl_bool blocking,
219 clEnqueueWriteBufferRect(cl_command_queue q, cl_mem obj, cl_bool blocking,
300 clEnqueueReadImage(cl_command_queue q, cl_mem obj, cl_bool blocking,
330 clEnqueueWriteImage(cl_command_queue q, cl_mem obj, cl_bool blocking,
440 clEnqueueMapBuffer(cl_command_queue q, cl_mem obj, cl_bool blocking,
451 *q, flags, blocking, { offset }, { size });
464 clEnqueueMapImage(cl_command_queue q, cl_mem obj, cl_bool blocking,
476 *q, flags, blocking, origin, region)
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThru/
ScsiPassThru.h 101 the SCSI channel. This function supports both blocking I/O and
102 non-blocking I/O. The blocking I/O functionality is required,
103 and the non-blocking I/O functionality is optional.
113 Event - If non-blocking I/O is not supported then Event
114 is ignored, and blocking I/O is performed.
115 If Event is NULL, then blocking I/O is performed.
116 If Event is not NULL and non blocking I/O is
117 supported, then non-blocking I/O is performed,
  /system/tpm/attestation/server/
attestation_service.h 55 // public methods non-blocking while allowing complex implementation details
128 // A blocking implementation of CreateGoogleAttestedKey appropriate to run on
134 // A blocking implementation of GetKeyInfo.
138 // A blocking implementation of GetEndorsementInfo.
143 // A blocking implementation of GetAttestationKeyInfo.
148 // A blocking implementation of ActivateAttestationKey.
153 // A blocking implementation of CreateCertifiableKey.
158 // A blocking implementation of Decrypt.
162 // A blocking implementation of Sign.

Completed in 2751 milliseconds

1 2 3 45 6 7 8 91011>>