HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 626 - 650 of 9113) sorted by null

<<21222324252627282930>>

  /external/openfst/src/include/fst/
power-weight.h 19 // Cartesian power weight semiring operation definitions.
36 // The Times operation is overloaded to provide the
97 // Semiring plus operation
107 // Semiring times operation
117 // Semiring divide operation
sparse-power-weight.h 20 // Cartesian power weight semiring operation definitions.
76 // The Times operation is overloaded to provide the
148 // Semimodule plus operation
158 // Semimodule times operation
168 // Semimodule divide operation
  /external/openssl/crypto/dsa/
dsa_asn1.c 67 static int sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
70 if(operation == ASN1_OP_NEW_PRE) {
94 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
97 if(operation == ASN1_OP_NEW_PRE) {
101 } else if(operation == ASN1_OP_FREE_PRE) {
  /external/qemu/android/
async-utils.h 30 ASYNC_COMPLETE = 0, /* asynchronous operation completed */
67 /* Try to read data from 'io' and return the state of the read operation.
70 * ASYNC_COMPLETE: If the read operation was complete. This will also
108 /* Try to write data to 'io' and return the state of the write operation.
111 * ASYNC_COMPLETE: If the write operation was complete. This will also
  /external/v8/test/mjsunit/compiler/
assignment-deopt.js 30 // Test deopt with count operation on parameter.
42 // Test deopt with count operation on named property.
60 // Test deopt with count operation on keyed property.
90 // Test bailout with count operation in a value context.
147 // The binary operation changes the map as a side effect.
count-deopt.js 30 // Test deopt with count operation on parameter.
42 // Test deopt with count operation on named property.
60 // Test deopt with count operation on keyed property.
90 // Test bailout with count operation in a value context.
176 // Test deoptimization with postfix operation in a value context.
  /frameworks/base/core/java/android/app/backup/
BackupHelper.java 32 * produced during the previous backup operation.
49 * written during this helper's previous backup operation, and the {@code newState}
51 * new state after performing the backup operation.
87 * after a restore operation to write the backup state file corresponding to
95 * the restore operation.
IRestoreSession.aidl 23 * Binder interface used by clients who wish to manage a restore operation. Every
50 * progress callbacks during the restore operation.
66 * progress callbacks during the restore operation.
76 * the dataset used during the last full device setup operation if the current
86 * progress callbacks during the restore operation.
  /frameworks/base/core/java/android/nfc/tech/
NdefFormatable.java 81 * <p>The card is left in a read-write state after this operation.
83 * <p>This is an I/O operation and will block until complete. It must
91 * @throws IOException if there is an I/O failure, or the operation is canceled
105 * <p>This is an I/O operation and will block until complete. It must
113 * @throws IOException if there is an I/O failure, or the operation is canceled
  /frameworks/base/telephony/java/android/telephony/cdma/
CdmaSmsCbProgramData.java 78 /** Service category operation (add/delete/clear). */
97 public CdmaSmsCbProgramData(int operation, int category, int language, int maxMessages,
99 mOperation = operation;
134 * Returns the service category operation, e.g. {@link #OPERATION_ADD_CATEGORY}.
183 return "CdmaSmsCbProgramData{operation=" + mOperation + ", category=" + mCategory
  /hardware/libhardware/include/hardware/
bt_gatt_client.h 28 * operation buffer size.
131 /** Reports result of a GATT read operation */
135 /** GATT write characteristic operation callback */
155 * Callback indicationg the status of a listen() operation
256 /** Execute a prepared write operation */
  /libcore/luni/src/main/java/java/nio/channels/
SocketChannel.java 45 * operation when the shutdown occurs, the read will end without effect and
49 * is blocked in a write operation, an {@link AsynchronousCloseException} will
98 * operation is executing. The calling thread will have the
117 * connect, read and write operation, so this method returns
172 * a non-blocking connecting operation is already executing on
181 * operation is in progress. The calling thread will have the
219 * operation is in progress. The calling thread has the
248 * operation is in progress. The interrupt state of the calling
264 * If a read operation is in progress, subsequent threads will block until
276 * operation
    [all...]
  /libcore/luni/src/main/java/java/sql/
DataTruncation.java 63 * {@code true} if the truncation occurred on a read operation,
92 * true if the truncation occurred on a read operation, false
144 * Gets whether the value was truncated on a read operation or a write
145 * operation
147 * @return {@code true} if the value was truncated on a read operation,
  /packages/apps/Calendar/tests/src/com/android/calendar/
AsyncQueryServiceTest.java 19 import com.android.calendar.AsyncQueryService.Operation;
111 work[index].op = Operation.EVENT_ARG_QUERY;
140 work[index].op = Operation.EVENT_ARG_INSERT;
166 work[index].op = Operation.EVENT_ARG_UPDATE;
194 work[index].op = Operation.EVENT_ARG_DELETE;
224 work[index].op = Operation.EVENT_ARG_BATCH;
289 Operation lastOne = aqs.getLastCancelableOperation();
322 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3
352 Operation lastOne = aqs.getLastCancelableOperation(); // delay = 3
367 work.op = Operation.EVENT_ARG_DELETE
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOperation.java 58 * different from the "normal" operation (e.g. most requests use the same request URI, but auto
75 /** Error code indicating the operation was cancelled via {@link #abort}. */
77 /** Error code indicating the operation was cancelled via {@link #restart}. */
99 * The account id for this operation.
132 * Request that this operation terminate. Intended for use by the sync service to interrupt
140 * Request that this operation restart. Intended for use by the sync service to interrupt
148 * The skeleton of performing an operation. This function handles all the common code and
150 * subclass to do the operation-specific logic.
165 * @param syncResult If this operation is a sync, the {@link SyncResult} object that should
167 * @return A result code for the outcome of this operation, as described above
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atmsap.h 71 * ITU-T coded mode of operation
76 #define ATM_IMD_NORMAL 1 /* normal mode of operation */
77 #define ATM_IMD_EXTENDED 2 /* extended mode of operation */
107 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */
116 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmsap.h 71 * ITU-T coded mode of operation
76 #define ATM_IMD_NORMAL 1 /* normal mode of operation */
77 #define ATM_IMD_EXTENDED 2 /* extended mode of operation */
107 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */
116 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atmsap.h 71 * ITU-T coded mode of operation
76 #define ATM_IMD_NORMAL 1 /* normal mode of operation */
77 #define ATM_IMD_EXTENDED 2 /* extended mode of operation */
107 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */
116 unsigned char mode; /* mode of operation (ATM_IMD_xxx), 0 if */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
chunk.py 93 raise ValueError, "I/O operation on closed file"
103 raise ValueError, "I/O operation on closed file"
117 raise ValueError, "I/O operation on closed file"
127 raise ValueError, "I/O operation on closed file"
151 raise ValueError, "I/O operation on closed file"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
chunk.py 93 raise ValueError, "I/O operation on closed file"
103 raise ValueError, "I/O operation on closed file"
117 raise ValueError, "I/O operation on closed file"
127 raise ValueError, "I/O operation on closed file"
151 raise ValueError, "I/O operation on closed file"
  /frameworks/base/core/java/android/content/
UndoManager.java 32 * <p>A single undoable operation is represented by {@link UndoOperation} which
40 * {@link #getLastOperation}, control the label shown to the user for this operation
297 * Returns true if we are currently inside of an undo/redo operation. This is
343 * @param owners If non-null, only those states containing an operation with one of
362 * @param owners If non-null, only those states containing an operation with one of
382 * operation with one of the owners supplied here.
392 * operation with one of the owners supplied here.
465 * @param owner Optional owner of the operation to look for. If null, will succeed
466 * if there is any operation; if non-null, will only succeed if there is an operation
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
CalendarSyncParser.java 28 import com.android.exchange.adapter.AbstractSyncAdapter.Operation;
85 private static final Operation PLACEHOLDER_OPERATION =
86 new Operation(ContentProviderOperation.newInsert(Uri.EMPTY));
122 protected static class CalendarOperations extends ArrayList<Operation> {
143 public boolean add(Operation op) {
149 public int newEvent(Operation op) {
166 add(new Operation(ContentProviderOperation.newInsert(mAsSyncAdapterAttendees)
174 add(new Operation(ContentProviderOperation.newInsert(mAsSyncAdapterAttendees)
179 add(new Operation(ContentProviderOperation.newInsert(mAsSyncAdapterEvents)
184 add(new Operation(ContentProviderOperation.newInsert(mAsSyncAdapterExtendedProperties
    [all...]
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 101 public void checkForEGLErrors(String operation) {
105 throw new RuntimeException("Operation '" + operation + "' caused EGL error: " + error);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_ArtistsTest.java 65 // do not support insert operation of the artists
92 // do not support update operation of the artists
102 // do not support delete operation of the artists
  /development/host/windows/usb/api/
adb_io_completion.h 72 operation. See SDK doc on GetOvelappedResult for more information.
75 until the operation has been completed. If this parameter is false
76 and the operation is still pending, the method returns false and

Completed in 1433 milliseconds

<<21222324252627282930>>