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

<<11121314151617181920>>

  /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...]
  /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 */
  /external/libnfc-nci/src/nfa/rw/
nfa_rw_act.c 207 /* Determine what operation triggered the NDEF detection procedure */
210 /* if ndef detection was done as part of ndef-read operation, then perform ndef read now */
222 /* if ndef detection was done as part of ndef-write operation, then perform ndef write now */
251 /* if ndef detection was done as part of ndef-read operation, then notify NDEF handlers of failure */
260 /* if ndef detection was done as part of ndef-write operation, then notify app of failure */
286 nfa_rw_cb.cur_op = NFA_RW_OP_MAX; /* clear current operation */
338 /* Determine what operation triggered the TLV detection procedure */
424 NFA_TRACE_DEBUG0("Performing deferred operation after presence check...");
530 /* If current operation is READ_NDEF, then notify ndef handlers of failure */
588 /* if format operation was done as part of ndef-write operation, now start NDEF Write *
    [all...]
  /bootable/recovery/
ui.h 45 // Show a progress bar and define the scope of the next operation:
46 // portion - fraction of the progress bar the next operation will use
77 // Return value indicates whether an immediate operation should be
  /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
  /external/apache-http/src/org/apache/http/message/
ParserCursor.java 37 * This class represents a context of a parsing operation:
39 * <li>the current position the parsing operation is expected to start at</li>
40 * <li>the bounds limiting the scope of the parsing operation</li>
  /external/bluetooth/bluedroid/include/
bte.h 75 /* operation for above hcisu event */
91 UINT8 option; /* option for operation. depends on operation */
  /external/chromium/chrome/browser/sync/engine/
change_reorder_buffer.h 97 enum Operation {
103 typedef std::map<int64, Operation> OperationMap;
108 // operation that was associated with them.
  /external/chromium/net/base/
io_buffer.h 124 // operation, avoiding an extra data copy.
132 // write-style IO operation.
143 // A good example is the buffer for a synchronous operation, where we can be
  /external/dropbear/libtomcrypt/notes/
tech0002.txt 14 uses the MPI bignum library to perform the operation. The time it takes to compute y is controlled by the number
21 determine the maximum time the particular operation can require. For instance, on an Athlon 1.53Ghz XP processor a
47 significantly in the loop after the operation. However, this type of fix is more important to secure the user of the
  /external/icu4c/layout/
GXLayoutEngine.h 45 * @param success - set to an error code if the operation fails
98 * @param success - set to an error code if the operation fails
115 * @param success - set to an error code if the operation fails
HangulLayoutEngine.h 49 * @param success - set to an error code if the operation fails
67 * @param success - set to an error code if the operation fails
115 * @param success - set to an error code if the operation fails
KhmerLayoutEngine.h 52 * @param success - set to an error code if the operation fails
70 * @param success - set to an error code if the operation fails
118 * @param success - set to an error code if the operation fails
ThaiLayoutEngine.h 40 * @param success - set to an error code if the operation fails
107 * @param success - set to an error code if the operation fails
134 * @param success - output parameter set to an error code if the operation fails
TibetanLayoutEngine.h 52 * @param success - set to an error code if the operation fails
70 * @param success - set to an error code if the operation fails
118 * @param success - set to an error code if the operation fails
  /external/icu4c/test/intltest/
nptrans.h 77 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
89 * Prepare the input stream with for use. This operation maps, normalizes(NFKC),
98 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT error code.
  /external/kernel-headers/original/asm-x86/
bitops_32.h 18 * was cleared before the operation and != 0 if it was not.
55 * may be that only one operation succeeds.
89 * operation. It can be used for an unlock.
111 * operation. It can be used for an unlock if no other CPUs can concurrently
133 * may be that only one operation succeeds.
166 * This operation is atomic and cannot be reordered.
198 * This operation is non-atomic and can be reordered.
199 * If two examples of this operation race, one can appear to succeed
218 * This operation is atomic and cannot be reordered.
238 * This operation is non-atomic and can be reordered.
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_OvrHal.h 58 * This component encapsulates the HAL functions, suited for the NFC-FRI overlapped way of operation. The HAL itself
60 * the HAL, from the overlapped I/O operation mode the FRI is using.
73 * response of the overlapped operation.
80 * be issued. No HAL operation must be pending.
139 * This is required by the Overlapped HAL in order abort a pending Overlapped HAL operation. This funtion will be
182 * Immediate Operation result (not the result of the HAL operation). Usually this is
203 /** Currently active operation of the component. If no operation is pending, the content of this member is
207 uint8_t Operation;
    [all...]
  /external/llvm/include/llvm/ADT/
PriorityQueue.h 43 /// position. This operation performs a linear search to find an element
45 /// the erase operation.
67 /// queue's state, making it valid again. This operation has time
  /external/openfst/src/bin/
fstmap.cc 20 // Applies an operation to each arc of an FST.
29 "Map operation, one of: \"arc_sum\", \"identity\", \"invert\", "
41 string usage = "Applies an operation to each arc of an FST.\n\n Usage: ";
  /external/openssl/crypto/dh/
dh_asn1.c 67 static int dh_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it,
70 if(operation == ASN1_OP_NEW_PRE) {
74 } else if(operation == ASN1_OP_FREE_PRE) {

Completed in 420 milliseconds

<<11121314151617181920>>