/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/i686-linux-glibc2.7-4.4.3/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/i686-linux-glibc2.7-4.6/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.7-4.6/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
|
/external/chromium/net/disk_cache/ |
file_posix.cc | 17 // This class represents a single asynchronous IO operation while it is being 21 // Other than the actual parameters for the IO operation (including the 25 // operation. 42 // The actual parameters for the operation are setup in the constructor of 69 // These methods start an asynchronous operation. The arguments have the same 71 // operation never finishes synchronously. 78 // Invokes the users' completion callback at the end of the IO operation. 82 virtual void OnOperationComplete(disk_cache::BackgroundIO* operation, 113 scoped_refptr<FileBackgroundIO> operation( 118 NewRunnableMethod(operation.get(), &FileBackgroundIO::Read), true) [all...] |
sparse_control.h | 30 // the operation into multiple small pieces, sending each one to the 35 // The operation to perform. 55 // Performs an actual sparse read or write operation for this entry. |op| is 56 // the operation to perform, |offset| is the desired sparse offset, |buf| and 67 // Cancels the current sparse operation (if any). 93 // Deletes the current child and continues the current operation (open). 96 // Continues the current operation (open) without a current child. 112 // current IO operation (for instance if the required range is not stored by 117 // the current operation. 127 // Iterates through all the children needed to complete the current operation [all...] |
cache_util.h | 17 // permission for the operation. This is basically a rename operation
|
/external/chromium_org/media/audio/pulse/ |
pulse_input.cc | 83 pa_operation* operation = pa_stream_cork(handle_, 0, NULL, NULL); local 84 WaitForOperationCompletion(pa_mainloop_, operation); 98 pa_operation* operation = pa_stream_flush(handle_, local 101 WaitForOperationCompletion(pa_mainloop_, operation); 105 operation = pa_stream_cork(handle_, 1, &pulse::StreamSuccessCallback, 107 WaitForOperationCompletion(pa_mainloop_, operation); 146 pa_operation* operation = NULL; local 150 operation = pa_context_get_source_info_by_index( 152 WaitForOperationCompletion(pa_mainloop_, operation); 161 operation = pa_context_set_source_volume_by_index 176 pa_operation* operation = pa_context_get_source_info_by_index( local 190 pa_operation* operation = pa_context_get_source_info_by_index( local [all...] |
/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...] |
/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/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_unittest.mm | 57 operation:(NSDragOperation)operation { 153 NSDragOperation operation = [button draggingSourceOperationMaskForLocal:NO]; 154 EXPECT_EQ(0u, operation & NSDragOperationDelete); 155 operation = [button draggingSourceOperationMaskForLocal:YES]; 156 EXPECT_EQ(0u, operation & NSDragOperationDelete); 161 operation = [button draggingSourceOperationMaskForLocal:NO]; 162 EXPECT_EQ(NSDragOperationDelete, operation & NSDragOperationDelete); 163 operation = [button draggingSourceOperationMaskForLocal:YES]; 164 EXPECT_EQ(NSDragOperationDelete, operation & NSDragOperationDelete) [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button_unittest.mm | 58 operation:(NSDragOperation)operation { 153 NSDragOperation operation = [button draggingSourceOperationMaskForLocal:NO]; 154 EXPECT_EQ(0u, operation & NSDragOperationDelete); 155 operation = [button draggingSourceOperationMaskForLocal:YES]; 156 EXPECT_EQ(0u, operation & NSDragOperationDelete); 161 operation = [button draggingSourceOperationMaskForLocal:NO]; 162 EXPECT_EQ(NSDragOperationDelete, operation & NSDragOperationDelete); 163 operation = [button draggingSourceOperationMaskForLocal:YES]; 164 EXPECT_EQ(NSDragOperationDelete, operation & NSDragOperationDelete) [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
image_writer_private.idl | 67 // callback will be called when the entire operation completes, either 76 // |callback|: The callback which signifies that the write operation has 77 // been started by the system and provides a unique ID for this operation. 84 // a local file. The callback will be called when the entire operation 89 // |callback|: The callback which signifies that the write operation has 90 // been started by the system and provides a unique ID for this operation. 95 // Cancel a current write operation. 98 // successfully cancelled, passing the $ref:ProgressInfo of the operation at 103 // a fairly quick operation and so it does not have complex stages or 108 // |callback|: A callback which is called when the operation is complete [all...] |
/external/chromium_org/net/disk_cache/ |
sparse_control.h | 29 // the operation into multiple small pieces, sending each one to the 36 // The operation to perform. 56 // Performs an actual sparse read or write operation for this entry. |op| is 57 // the operation to perform, |offset| is the desired sparse offset, |buf| and 68 // Cancels the current sparse operation (if any). 94 // Deletes the current child and continues the current operation (open). 97 // Continues the current operation (open) without a current child. 113 // current IO operation (for instance if the required range is not stored by 118 // the current operation. 128 // Iterates through all the children needed to complete the current operation [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...] |
/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/chromium_org/base/mac/ |
launchd.h | 19 // mapping |operation| to |job_label|, and returns the result of calling 24 const char* operation);
|
/external/chromium_org/base/process/ |
process_handle_posix.cc | 27 // On POSIX permissions are checked for each operation on process, 35 // On POSIX permissions are checked for each operation on process,
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
remove_operation_unittest.cc | 18 RemoveOperation operation(blocking_task_runner(), observer(), metadata(), 31 operation.Remove(file_in_root, 47 operation.Remove(file_in_subdir, 64 operation.Remove(nonexisting_file, 81 RemoveOperation operation(blocking_task_runner(), observer(), metadata(), 94 operation.Remove(empty_dir, 105 operation.Remove(non_empty_dir, 118 operation.Remove(non_empty_dir,
|
/external/chromium_org/ui/base/cocoa/ |
appkit_utils.mm | 23 NSCompositingOperation operation, 36 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/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
|