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

<<11121314151617181920>>

  /external/libnfc-nci/src/nfa/include/
nfa_ce_api.h 53 ** operation.
101 ** operation.
124 ** operation.
146 ** operation.
165 ** operation.
191 ** operation.
  /external/llvm/docs/
Atomics.rst 113 memory operation can happen on any thread between the load and store. Note that
117 another operation; it is normally used along with Monotonic memory operations.
181 guarantees the operation to be lock-free, so it do not depend on the data being
184 you need such an operation, use explicit locking.
246 to appear as a single operation.
261 operation.
266 operation to after it, and move non-Acquire loads from before an Acquire
267 operation to after it.
275 such a fence after the equivalent Monotonic operation is sufficient to
276 maintain Acquire semantics for a memory operation
    [all...]
  /external/openssl/crypto/evp/
pmeth_gn.c 76 ctx->operation = EVP_PKEY_OP_PARAMGEN;
81 ctx->operation = EVP_PKEY_OP_UNDEFINED;
95 if (ctx->operation != EVP_PKEY_OP_PARAMGEN)
125 ctx->operation = EVP_PKEY_OP_KEYGEN;
130 ctx->operation = EVP_PKEY_OP_UNDEFINED;
144 if (ctx->operation != EVP_PKEY_OP_KEYGEN)
  /external/zlib/src/contrib/ada/
zlib-streams.ads 66 -- If mode is In_Stream then Write operation is disabled.
67 -- If mode is Out_Stream then Read operation is disabled.
98 -- Buffer for Read operation.
101 -- could be processed during the read operation.
104 -- Buffer size for write operation.
107 -- processed in the write operation.
  /frameworks/base/core/java/android/content/
SyncStats.java 23 * Used to record various statistics about the result of a sync operation. The SyncManager
66 * Counter for tracking how many inserts were performed by the sync operation, as defined
72 * Counter for tracking how many updates were performed by the sync operation, as defined
78 * Counter for tracking how many deletes were performed by the sync operation, as defined
84 * Counter for tracking how many entries were affected by the sync operation, as defined
91 * ignored during the sync operation. This could happen if the SyncAdapter detected some
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.cpp 118 @brief Wait operation
123 @return One of the android error codes based on semaphore wait operation
141 @brief Signal operation
146 @return One of the android error codes based on semaphore signal operation
185 @brief Wait operation with a timeout
190 @return One of the android error codes based on semaphore wait operation
  /libcore/luni/src/main/java/java/nio/channels/
DatagramChannel.java 119 * is in operation.
122 * operation is in progress. The calling thread will have the
156 * another thread that has started a read operation on the channel.
170 * is in operation.
173 * operation is in progress. The calling thread will have the
188 * is just like a regular write operation.
191 * has started a send operation on this channel.
208 * is in operation.
211 * operation is in progress. The calling thread will have the
232 * read operation reaches the end of stream
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
errno.h 12 #define EWOULDBLOCK EAGAIN /* Operation would block */
61 #define ENOTSOCK 88 /* Socket operation on non-socket */
68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
87 #define EALREADY 114 /* Operation already in progress */
88 #define EINPROGRESS 115 /* Operation now in progress */
99 #define ECANCELED 125 /* Operation Canceled */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h 12 #define EWOULDBLOCK EAGAIN /* Operation would block */
61 #define ENOTSOCK 88 /* Socket operation on non-socket */
68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
87 #define EALREADY 114 /* Operation already in progress */
88 #define EINPROGRESS 115 /* Operation now in progress */
99 #define ECANCELED 125 /* Operation Canceled */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/
errno.h 12 #define EWOULDBLOCK EAGAIN /* Operation would block */
61 #define ENOTSOCK 88 /* Socket operation on non-socket */
68 #define EOPNOTSUPP 95 /* Operation not supported on transport endpoint */
87 #define EALREADY 114 /* Operation already in progress */
88 #define EINPROGRESS 115 /* Operation now in progress */
99 #define ECANCELED 125 /* Operation Canceled */
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c 623 /* Check all sockets for pending operation */
643 /* Stop looping if pending operation has been found */
    [all...]
phFriNfc_NdefMap.h 148 #define PH_FRINFC_NDEFMAP_MIFARESTD_RDWR_SIZE 16 /**< \internal Bytes read/write for one read/write operation*/
223 * the Read/Write operation needs to be restarted/continued from the last offset set.
228 * Read/Write operation shall start from the last offset set */
231 * Read/Write operation shall start from the begining of the file/card */
258 /**< \internal The state of the operation */
303 /**< Following are different variables used for write operation*/
309 /**< Following are different variables used for read operation*/
315 /**< Flag determines Intermediate Copy Operation*/
339 /**< Flag specifies different Operation Types*/
383 /** Flag to indicate the status of the write operation*/
    [all...]
  /external/zlib/src/examples/
gzlog.c 16 system crashes. The status of the operation is recorded in an extra field
19 auxiliary file, so that if the operation is interrupted, it can be completed
20 the next time an append operation is attempted.
47 foo.add file are sufficient to recover an interrupted append operation. The
50 well as the crc and length of the gzip data before the append operation.
54 operation is interrupted, the data to add will still be there. If due to
56 operation was interrupted and when recovery is attempted, the gzip file will
60 foo.add file are sufficient to recover an interrupted compress operation.
66 Again, the foo.add file is maintained during the compress operation in case
72 operation
    [all...]
  /external/bluetooth/bluedroid/hci/include/
bt_vendor_lib.h 33 /* [operation]
45 /* [operation]
58 /* [operation]
71 /* [operation]
92 /* [operation]
103 /* [operation]
120 /* [operation]
133 /* [operation]
145 /* [operation]
167 used in BT_VND_OP_USERIAL_OPEN operation
    [all...]
  /libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java 115 * A few threads execute select operation in the same time for one table in
127 * A few threads execute select operation in the same time for different
196 * A few threads execute update operation in the same time for one tables in
232 * This method creates a Runnable that executes select operation for the
265 * This method creates a Runnable that execute select operation for the
316 * This method creates a Runnable that execute select operation for the
344 * This method creates a Runnable that executes delete operation for the
364 * This method creates a Runnable that executes insert operation for the
389 * This method creates a Runnable that executes update operation for the one
413 * This method creates a Runnable that executes update operation for the on
    [all...]
  /external/llvm/docs/CommandGuide/
llvm-ar.rst 91 implementations. The options to **llvm-ar** specify a single basic operation to
92 perform on the archive, a variety of modifiers for that operation, the name of
101 generally means either "none" or "all" members, depending on the operation.
110 Delete files from the archive. No modifiers are applicable to this operation.
120 *i* modifiers apply to this operation. The *files* will all be moved
130 operation. This operation simply prints the *files* indicated to the
133 settings. The *p* operation never modifies the archive.
140 modifiers apply to this operation. This operation quickly adds th
    [all...]
  /frameworks/base/obex/javax/obex/
ServerOperation.java 43 * This class implements the Operation interface for server side connections.
55 public final class ServerOperation implements Operation, BaseStream {
238 * Determines if the operation should continue or should wait. If it should
239 * continue, this method will continue the operation.
241 * operation even if no headers will be sent; if <code>false</code>
242 * then this method will only continue the operation if there are
246 * @return <code>true</code> if the operation was completed;
247 * <code>false</code> if no operation took place
278 * <code>false</code> if no reply was received because the operation
342 // For Get operation: if response code is OBEX_HTTP_OK, then this is th
    [all...]
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
sst_stub.c 132 &sOperation, /* IN OUT operation */
289 &sOperation, /* IN OUT operation */
322 &sOperation, /* IN OUT operation */
361 &sOperation, /* IN OUT operation */
403 &sOperation, /* IN OUT operation */
443 &sOperation, /* IN OUT operation */
473 &sOperation, /* IN OUT operation */
528 &sOperation, /* IN OUT operation */
578 &sOperation, /* IN OUT operation */
603 &sOperation, /* IN OUT operation */
    [all...]
  /external/bison/lib/
strerror-override.c 47 return "Operation now in progress";
49 return "Operation already in progress";
51 return "Socket operation on non-socket";
63 return "Operation not supported";
91 return "Operation would block";
133 return "Overlapped operation aborted";
281 return "Operation canceled";
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafety.h 118 /// Warn when a protected operation occurs while no locks are held.
120 /// \param POK -- The kind of protected operation (e.g. variable access)
122 /// \param Loc -- The location of the protected operation.
126 /// Warn when a protected operation occurs while the specific mutex protecting
127 /// the operation is not locked.
129 /// \param POK -- The kind of protected operation (e.g. variable access)
133 /// \param Loc -- The location of the protected operation.
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_api.c 300 ** search operation has completed, or if an error occurs, the app will be
366 ** operation has completed, or if an error occurs, the app will be notified with
398 ** operation has completed, or if an error occurs, the app will be notified with
430 ** operation has completed, or if an error occurs, the app will be notified with
464 ** operation has completed, or if an error occurs, the app will be notified with
500 ** operation has completed, or if an error occurs, the app will be notified with
533 ** operation has completed, or if an error occurs, the app will be notified with
566 ** operation has completed, or if an error occurs, the app will be notified with
602 ** operation has completed, or if an error occurs, the app will be notified with
636 ** When the write operation has completed (or if an error occurs), th
    [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 97 RW_T4T_NDEF_READ_CPLT_EVT, /* Read operation completed */
98 RW_T4T_NDEF_READ_FAIL_EVT, /* Read operation failed */
99 RW_T4T_NDEF_UPDATE_CPLT_EVT, /* Update operation completed */
100 RW_T4T_NDEF_UPDATE_FAIL_EVT, /* Update operation failed */
110 RW_I93_NDEF_READ_CPLT_EVT, /* Read operation completed */
111 RW_I93_NDEF_READ_FAIL_EVT, /* Read operation failed */
112 RW_I93_NDEF_UPDATE_CPLT_EVT, /* Update operation completed */
113 RW_I93_NDEF_UPDATE_FAIL_EVT, /* Update operation failed */
134 #define RW_NDEF_FL_FORMATABLE 0x10 /* Tag supports format operation */
420 ** Returns NCI_STATUS_OK, if set readonly operation started
    [all...]
  /external/webkit/Source/WebCore/css/
WebKitCSSMatrix.h 100 // specified operation applied. The this value is not modified.
110 // Operation is performed as though the this matrix is multiplied by a matrix with
117 // Operation is performed as though the this matrix is multiplied by a matrix with
124 // Operation is performed as though the this matrix is multiplied by a matrix with
130 // Operation is performed as though the this matrix is multiplied by a matrix with
136 // Operation is performed as though the this matrix is multiplied by a matrix with
142 // Operation is performed as though the this matrix is multiplied by a matrix with
  /frameworks/native/include/gui/
Surface.h 92 static int hook_perform(ANativeWindow* window, int operation, ...);
127 virtual int perform(int operation, va_list args);
177 // operation. It is initialized to 1.
181 // dequeue operation. It is initialized to 1.
185 // deuque operation. It is initialized to PIXEL_FORMAT_RGBA_8888.
189 // at the next deuque operation. It is initialized to 0.
193 // operation. It defaults to NATIVE_WINDOW_TIMESTAMP_AUTO, which means that
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/
mp4enc_api.h 253 * @return true for correct operation; false if error happens
260 * @return true for correct operation; false if error happens
274 * @return true for correct operation; false if error happens.
283 * @return true for correct operation; false if error happens.
292 * @return true for correct operation; false if error happens.
300 * @return true for correct operation; false if error happens
308 * @return true for correct operation; false if error happens
316 * @return true for correct operation; false if error happens
335 * @return true newfor correct operation; false if error happens
363 * @return true newfor correct operation; false if error happen
    [all...]

Completed in 874 milliseconds

<<11121314151617181920>>