/packages/apps/Calendar/src/com/android/calendar/ |
AsyncQueryServiceHelper.java | 19 import com.android.calendar.AsyncQueryService.Operation; 108 builder.append(Operation.opToChar(op)); 142 * Compares an user-visible operation to this private OperationInfo 145 * @param o operation to be compared 148 public boolean equivalent(Operation o) { 154 * Queues the operation for execution 157 * @param args OperationInfo object describing the operation 172 * Gets the last delayed operation. It is typically used for canceling. 174 * @return Operation object which contains of the last cancelable operation [all...] |
/packages/apps/Nfc/nci/jni/ |
SyncEvent.h | 46 ** Description: Start a synchronization operation. 108 ** Description: End a synchronization operation. 142 ** Description: Start a synchronization operation. 150 event.start (); //automatically start operation 158 ** Description: End a synchronization operation. 165 mEvent.end (); //automatically end operation
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
pg.h | 12 ATAPI reset operation, all operations are performed by a pair 14 A write operation delivers a command and any outbound data in 18 immediately by a read operation, to obtain any returned data and 19 status information. A read will fail if there is no operation 22 As a special case, the device can be reset with a write operation, 25 There are no ioctl() operations. Any single operation
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
pg.h | 12 ATAPI reset operation, all operations are performed by a pair 14 A write operation delivers a command and any outbound data in 18 immediately by a read operation, to obtain any returned data and 19 status information. A read will fail if there is no operation 22 As a special case, the device can be reset with a write operation, 25 There are no ioctl() operations. Any single operation
|
/system/security/keystore/ |
operation.h | 43 * that operation at a later time by applications. It also does LRU tracking 44 * for operation pruning and keeps a mapping of clients to operations to allow 70 struct Operation { 71 Operation(); 72 Operation(keymaster_operation_handle_t handle, uint64_t keyid, keymaster_purpose_t purpose, 83 std::map<sp<IBinder>, struct Operation> mMap;
|
/toolchain/binutils/binutils-2.25/intl/ |
eval-plural.h | 38 switch (pexp->operation) 51 /* pexp->operation must be lnot. */ 58 if (pexp->operation == lor) 60 else if (pexp->operation == land) 66 switch (pexp->operation) 107 /* pexp->operation must be qmop. */
|
/frameworks/base/obex/javax/obex/ |
Operation.java | 42 * The <code>Operation</code> interface provides ways to manipulate a single 43 * OBEX PUT or GET operation. The implementation of this interface sends OBEX 44 * packets as they are built. If during the operation the peer in the operation 45 * ends the operation, an <code>IOException</code> is thrown on the next read 62 * operation, the new headers will be sent during the next packet exchange. 71 * Operation op = conn.put(head); 87 * Operation op = conn.get(head); 102 * <H3>Client PUT Operation Flow</H3> For PUT operations, a call to 110 * <H3>Client GET Operation Flow</H3> For GET operation, a call t [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
ParallelSensorOperation.java | 71 for (SensorOperation operation : operations) { 72 if (operation == null) { 75 mOperations.add(operation); 97 for (final SensorOperation operation : mOperations) { 101 operation.execute(currentNode); 102 return operation; 120 SensorOperation operation = getFutureResult(future, executionTimeNs); local 121 addSensorStats(STATS_TAG, i, operation.getStats()); 129 // we log, but we also need to interrupt the operation to terminate cleanly 154 ParallelSensorOperation operation = new ParallelSensorOperation() local [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Operation.java | 19 * $Id: Operation.java 468655 2006-10-28 07:12:06Z minchau $ 30 * The baseclass for a binary operation. 32 public class Operation extends Expression implements ExpressionOwner 80 * Set the left and right operand expressions for this operation. 95 * Execute a binary operation by calling execute on each of the operands, 101 * @return The XObject result of the operation. 119 * Apply the operation to two operands, and return the result. 125 * @return non-null reference to the XObject that represents the result of the operation. 135 /** @return the left operand of binary operation, as an Expression. 141 /** @return the right operand of binary operation, as an Expression [all...] |
/external/iptables/extensions/ |
libipt_ECN.c | 56 einfo->operation = IPT_ECN_OP_SET_ECE | IPT_ECN_OP_SET_CWR; 61 einfo->operation |= IPT_ECN_OP_SET_CWR; 65 einfo->operation |= IPT_ECN_OP_SET_ECE; 69 einfo->operation |= IPT_ECN_OP_SET_IP; 79 "ECN target: An operation is required"); 90 if (einfo->operation == (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR) 95 if (einfo->operation & IPT_ECN_OP_SET_ECE) 98 if (einfo->operation & IPT_ECN_OP_SET_CWR) 101 if (einfo->operation & IPT_ECN_OP_SET_IP) 111 if (einfo->operation == (IPT_ECN_OP_SET_ECE|IPT_ECN_OP_SET_CWR [all...] |
/libcore/ojluni/src/main/java/java/nio/channels/ |
SelectionKey.java | 42 * next selection operation. The validity of a key may be tested by invoking 47 * <p> A selection key contains two <i>operation sets</i> represented as 48 * integer values. Each bit of an operation set denotes a category of 53 * <li><p> The <i>interest set</i> determines which operation categories will 59 * <li><p> The <i>ready set</i> identifies the operation categories for which 62 * be updated by the selector during a selection operation, but it cannot be 68 * some operation category is a hint, but not a guarantee, that an operation in 71 * completion of a selection operation. It is likely to be made inaccurate by 75 * <p> This class defines all known operation-set bits, but precisely whic [all...] |
/hardware/ti/omap4xxx/camera/ |
BaseCameraAdapter.cpp | 327 status_t BaseCameraAdapter::sendCommand(CameraCommands operation, int value1, int value2, int value3) 336 switch ( operation ) { 349 ret = setState(operation); 402 ret = setState(operation); 455 ret = setState(operation); 501 ret = setState(operation); 527 ret = setState(operation); 555 ret = setState(operation); 583 ret = setState(operation); 611 ret = setState(operation); [all...] |
/art/runtime/base/unix_file/ |
README | 13 This code will, in general, return -errno on failure. If an operation consisted 15 relevant operation.
|
/external/fio/os/windows/posix/include/sys/ |
shm.h | 26 struct ipc_perm shm_perm; /* operation permission structure */ 28 pid_t shm_lpid; /* process ID of last shared memory operation */
|
/external/libcap-ng/libcap-ng-0.7/docs/ |
capng_update.3 | 11 capng_update will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The operation is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same operation on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
|
/external/selinux/policycoreutils/semodule_link/ |
semodule_link.8 | 12 This tool is not necessary for normal operation of SELinux. In normal 13 operation, such linking is performed internally by libsemanage in
|
/external/wpa_supplicant_8/src/crypto/ |
aes-encblock.c | 17 * aes_128_encrypt_block - Perform one AES 128-bit block operation 20 * @out: Output of the AES block operation (16 bytes)
|
/frameworks/base/core/java/android/content/ |
UndoOperation.java | 23 * A single undoable operation. You must subclass this to implement the state 24 * and behavior for your operation. Instances of this class are placed and 33 * Create a new instance of the operation. 62 * Return true if this undo operation is a member of the given owner. 72 * Return true if this operation actually contains modification data. The 74 * operation will be dropped when the final undo state is being built. 81 * Return true if this operation can be merged with a later operation.
|
/frameworks/base/core/java/android/os/ |
CancellationSignal.java | 22 * Provides the ability to cancel an operation in progress. 37 * Returns true if the operation has been canceled. 39 * @return True if the operation has been canceled. 48 * Throws {@link OperationCanceledException} if the operation has been canceled. 50 * @throws OperationCanceledException if the operation has been canceled. 59 * Cancels the operation and signals the cancellation listener. 60 * If the operation has not yet started, then it will be canceled as soon as it does. 98 * while performing a long-running operation. This method is not intended to be
|
OperationCanceledException.java | 21 * An exception type that is thrown when an operation in progress is canceled. 31 super(message != null ? message : "The operation has been canceled.");
|
/frameworks/base/media/java/android/media/ |
NotProvisionedException.java | 20 * Exception thrown when an operation on a MediaDrm object is attempted 23 * the operation.
|
/frameworks/support/v4/java/android/support/v4/os/ |
OperationCanceledException.java | 21 * An exception type that is thrown when an operation in progress is canceled. 29 super(message != null ? message : "The operation has been canceled.");
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug197.go | 24 var s3 = s + string("hello") // ERROR "invalid operation|incompatible" 25 var s4 = string("hello") + s // ERROR "invalid operation|incompatible"
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug197.go | 24 var s3 = s + string("hello") // ERROR "invalid operation|incompatible" 25 var s4 = string("hello") + s // ERROR "invalid operation|incompatible"
|
/system/connectivity/shill/wifi/ |
tdls_manager.cc | 57 const string& operation, 61 SLOG(this, 2) << "Processing TDLS command: " << operation 65 if (operation == kTDLSDiscoverOperation) { 67 } else if (operation == kTDLSSetupOperation) { 69 } else if (operation == kTDLSStatusOperation) { 92 } else if (operation == kTDLSTeardownOperation) { 95 error->Populate(Error::kInvalidArguments, "Unknown operation"); 101 "TDLS operation failed");
|