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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/content/
EventLogTags.logtags 6 52003 content_update_sample (uri|3),(operation|3),(selection|3),(time|1|3),(blocking_package|3),(sample_percent|1|6)
AsyncQueryHandler.java 185 * Attempts to cancel operation that has not already started. Note that
186 * there is no guarantee that the operation will be canceled. They still may
190 * @param token The token representing the operation to be canceled.
198 * This method begins an asynchronous insert. When the insert operation is
202 * the insert operation.
204 * @param uri the Uri passed to the insert operation.
205 * @param initialValues the ContentValues parameter passed to the insert operation.
224 * This method begins an asynchronous update. When the update operation is
228 * the update operation.
230 * @param uri the Uri passed to the update operation
    [all...]
  /frameworks/base/tools/preload/
Android.mk 9 Operation.java \
  /external/emma/core/res/com/vladium/emma/instr/
instr_usage.res 49 "verbose output operation";
54 "quiet operation (ignore all but warnings and severe errors)";
59 "extra-quiet operation (ignore all but severe errors)";
  /external/emma/core/res/com/vladium/emma/report/
report_usage.res 34 "verbose output operation";
39 "quiet operation (ignore all but warnings and severe errors)";
44 "extra-quiet operation (ignore all but severe errors)";
  /external/openfst/src/script/
shortest-distance.cc 29 Apply<Operation<ShortestDistanceArgs1> >("ShortestDistance", fst.ArcType(),
38 Apply<Operation<ShortestDistanceArgs2> >("ShortestDistance", ifst.ArcType(),
46 Apply<Operation<ShortestDistanceArgs3> >("ShortestDistance", ifst.ArcType(),
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_CreateSemaphore.3 12 \fBSDL_CreateSemaphore()\fP creates a new semaphore and initializes it with the value \fBinitial_value\fR\&. Each locking operation on the semaphore by \fISDL_SemWait\fR, \fISDL_SemTryWait\fR or \fISDL_SemWaitTimeout\fR will atomically decrement the semaphore value\&. The locking operation will be blocked if the semaphore value is not positive (greater than zero)\&. Each unlock operation by \fISDL_SemPost\fR will atomically increment the semaphore value\&.
  /frameworks/base/core/java/android/bluetooth/
BluetoothGattCallback.java 29 * @param status Status of the connect or disconnect operation.
30 * {@link BluetoothGatt#GATT_SUCCESS} if the operation succeeds.
51 * Callback reporting the result of a characteristic read operation.
56 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation
64 * Callback indicating the result of a characteristic write operation.
75 * @param status The result of the write operation
76 * {@link BluetoothGatt#GATT_SUCCESS} if the operation succeeds.
94 * Callback reporting the result of a descriptor read operation.
99 * @param status {@link BluetoothGatt#GATT_SUCCESS} if the read operation
107 * Callback indicating the result of a descriptor write operation
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
ExtractAudioWaveformProgressListener.java 30 * an extractAudioWaveform operation.
31 * This method may be called maximum 100 times for one operation.
33 * @param progress The progress in %. At the beginning of the operation,
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.h 42 ///Wait operation
45 ///Signal operation
51 ///Wait operation with a timeout
  /external/openssl/crypto/evp/
pmeth_fn.c 91 ctx->operation = EVP_PKEY_OP_SIGN;
96 ctx->operation = EVP_PKEY_OP_UNDEFINED;
110 if (ctx->operation != EVP_PKEY_OP_SIGN)
128 ctx->operation = EVP_PKEY_OP_VERIFY;
133 ctx->operation = EVP_PKEY_OP_UNDEFINED;
147 if (ctx->operation != EVP_PKEY_OP_VERIFY)
164 ctx->operation = EVP_PKEY_OP_VERIFYRECOVER;
169 ctx->operation = EVP_PKEY_OP_UNDEFINED;
183 if (ctx->operation != EVP_PKEY_OP_VERIFYRECOVER)
201 ctx->operation = EVP_PKEY_OP_ENCRYPT
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Bool.java 28 * The 'boolean()' operation expression executer.
35 * Apply the operation to two operands, and return the result.
40 * @return non-null reference to the XObject that represents the result of the operation.
54 * Evaluate this operation directly to a boolean.
58 * @return The result of the operation as a boolean.
Number.java 28 * The 'number()' operation expression executer.
35 * Apply the operation to two operands, and return the result.
40 * @return non-null reference to the XObject that represents the result of the operation.
54 * Evaluate this operation directly to a double.
58 * @return The result of the operation as a double.
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
PaintTileOperation.h 44 virtual bool operator==(const QueuedOperation* operation);
66 virtual bool check(QueuedOperation* operation)
68 PaintTileOperation* op = static_cast<PaintTileOperation*>(operation);
80 virtual bool check(QueuedOperation* operation)
82 PaintTileOperation* op = static_cast<PaintTileOperation*>(operation);
  /frameworks/base/core/java/android/app/backup/
IRestoreObserver.aidl 22 * Callback class for receiving progress reports during a restore operation.
40 * The restore operation has begun.
43 * this restore operation.
59 * The restore operation has completed.
61 * @param error Zero on success; a nonzero error code if the restore operation
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/
ErrorCodes.java 52 { "SSH_FX_OK", "Indicates successful completion of the operation." },
56 { "SSH_FX_PERMISSION_DENIED", "The user does not have sufficient permissions to perform the operation." },
62 "An attempted operation could not be completed by the server because the server does not support the operation." },
68 "The requested operation cannot be completed because there is no media available in the drive." },
70 "The requested operation cannot be completed because there is insufficient free space on the filesystem." },
72 "The operation cannot be completed because it would exceed the user's storage quota." },
89 " A read or write operation failed because another process's mandatory byte-range lock overlaps with the request." },
91 { "SSH_FX_DELETE_PENDING", "An operation was attempted on a file for which a delete operation is pending." }
    [all...]
  /libcore/luni/src/main/java/java/nio/channels/
Selector.java 31 * that have been canceled since last select operation are moved to the set of
32 * canceled keys. During the select operation, the channels registered with this
33 * selector are checked to see whether they are ready for operation according to
100 * @return the number of channels that are ready for operation.
118 * @return the number of channels that are ready for operation.
129 * Gets the selection keys whose channels are ready for operation. The set
133 * @return the selection keys whose channels are ready for operation.
141 * according to its {@link SelectionKey interest set}. This operation will
144 * @return the number of channels that are ready for operation, 0 if none is
156 * If no {@code select} operation is blocked when {@code wakeup()} is calle
    [all...]
SelectionKey.java 22 * <h3>Operation set</h3>
23 * An operation set is represented by an integer value. The bits of an operation
28 * The interest set is an operation set that defines the operations that a
31 * The ready set is an operation set that shows the operations that a
47 * Interesting operation mask bit for read operations.
139 * operation and is ready to accept new connections. A call to this method
142 * @return {@code true} if the channel is interested in the accept operation
153 * operation and is ready to connect. A call to this method is equal to
157 * operation and is ready to connect, {@code false} otherwise
    [all...]
  /external/libnfc-nci/src/nfa/include/
nfa_rw_api.h 179 ** search operation has completed, or if an error occurs, the app will be
233 ** operation has completed, or if an error occurs, the app will be notified with
252 ** operation has completed, or if an error occurs, the app will be notified with
271 ** operation has completed, or if an error occurs, the app will be notified with
290 ** operation has completed, or if an error occurs, the app will be notified with
312 ** operation has completed, or if an error occurs, the app will be notified with
331 ** operation has completed, or if an error occurs, the app will be notified with
350 ** operation has completed, or if an error occurs, the app will be notified with
371 ** operation has completed, or if an error occurs, the app will be notified with
389 ** When the write operation has completed (or if an error occurs), th
    [all...]
  /external/icu4c/test/intltest/
idnaref.h 31 * This function implements the ToASCII operation as defined in the IDNA draft.
32 * This operation is done on <b>single labels</b> before sending it to something that expects
46 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
48 * If TRUE and the input does not statisfy STD3 rules, the operation
70 * This function implements the ToUnicode operation as defined in the IDNA draft.
71 * This operation is done on <b>single labels</b> before sending it to something that expects
84 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
86 * If TRUE and the input does not statisfy STD3 rules, the operation
108 * Convenience function that implements the IDNToASCII operation as defined in the IDNA draft.
109 * This operation is done on complete domain names, e.g: "www.example.com".
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 68 U32 ulData0, ulData1, ulData2, ulData3, ulData4, ulData5, ulData6, ulData7, operation; local
127 /* get operation */
129 operation = ulData1 & PERF_LOG_Mask;
131 if (operation != PERF_LOG_Location)
155 if (operation & PERF_LOG_Buffer)
157 /* Buffer operation */
158 if (operation & PERF_LOG_Xfering) {
163 sending = operation & PERF_LOG_Sending;
188 else if (operation & PERF_LOG_Command)
193 operation & PERF_LOG_Sending
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 36 #define BTA_JV_SUCCESS 0 /* Successful operation. */
183 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
190 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
197 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
220 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
226 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
233 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
240 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
247 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */
256 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. *
    [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 168 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
176 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
185 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
199 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
215 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
229 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
240 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
252 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
263 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
278 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteConnection.java 55 * perform a database operation and are then returned to the pool. At any
534 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
538 * @throws OperationCanceledException if the operation was canceled.
575 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
581 * @throws OperationCanceledException if the operation was canceled.
618 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
624 * @throws OperationCanceledException if the operation was canceled.
662 * @param cancellationSignal A signal to cancel the operation in progress, or null if none.
669 * @throws OperationCanceledException if the operation was canceled.
710 * @param cancellationSignal A signal to cancel the operation in progress, or null if none
1300 Operation operation = mOperations[index]; local
1338 final Operation operation = getOperationLocked(cookie); local
1366 final Operation operation = getOperationLocked(cookie); local
1377 final Operation operation = getOperationLocked(cookie); local
1393 final Operation operation = mOperations[index]; local
1399 final Operation operation = mOperations[mIndex]; local
1413 Operation operation = mOperations[index]; local
    [all...]
  /external/openssl/apps/
cms.c 105 int operation = 0; local
163 operation = SMIME_ENCRYPT;
165 operation = SMIME_DECRYPT;
167 operation = SMIME_SIGN;
169 operation = SMIME_SIGN_RECEIPT;
171 operation = SMIME_RESIGN;
173 operation = SMIME_VERIFY;
178 operation = SMIME_VERIFY_RECEIPT;
185 operation = SMIME_CMSOUT;
187 operation = SMIME_DATAOUT
    [all...]

Completed in 1613 milliseconds

1 2 3 45 6 7 8 91011>>