/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnection.java | 57 * 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 1304 Operation operation = mOperations[index]; local 1347 final Operation operation = getOperationLocked(cookie); local 1375 final Operation operation = getOperationLocked(cookie); local 1390 final Operation operation = getOperationLocked(cookie); local 1406 final Operation operation = mOperations[index]; local 1412 final Operation operation = mOperations[mIndex]; local 1426 Operation operation = mOperations[index]; local [all...] |
/hardware/ti/omap4-aah/security/tee_client_api/ |
tee_client_api_linux_driver.c | 158 * @param pCommand a SChannel command message that must have been filled except for the operation parameters 160 * @param pOperation a TEEC_Operation structure that contains the operation parameters (and types) 176 /* Determine message parameters from operation parameters */ 265 /* Update the operation parameters from the answer message */ 468 TEEC_Operation* operation, /* payload. If operation is NULL then no data buffers are exchanged with the Trusted Application, and the operation cannot be cancelled by the Client Application */ 477 operation, 504 TEEC_Operation* operation, 510 operation, [all...] |
/hardware/ti/omap4xxx/security/tee_client_api/ |
tee_client_api_linux_driver.c | 150 * @param pCommand a SChannel command message that must have been filled except for the operation parameters 152 * @param pOperation a TEEC_Operation structure that contains the operation parameters (and types) 168 /* Determine message parameters from operation parameters */ 257 /* Update the operation parameters from the answer message */ 460 TEEC_Operation* operation, /* payload. If operation is NULL then no data buffers are exchanged with the Trusted Application, and the operation cannot be cancelled by the Client Application */ 469 operation, 496 TEEC_Operation* operation, 502 operation, [all...] |
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
reactor_op_queue.hpp | 54 // Add a new operation to the queue. Returns true if this is the only 55 // operation for the given descriptor, in which case the reactor's event 70 bool cancel_operations(iterator i, op_queue<operation>& ops, 93 bool cancel_operations(Descriptor descriptor, op_queue<operation>& ops, 115 bool perform_operations(iterator i, op_queue<operation>& ops) 138 bool perform_operations(Descriptor descriptor, op_queue<operation>& ops) 144 void get_all_operations(op_queue<operation>& ops)
|
resolve_endpoint_op.hpp | 24 #include "asio/detail/operation.hpp" 33 class resolve_endpoint_op : public operation 43 : operation(&resolve_endpoint_op::do_complete), 51 static void do_complete(io_service_impl* owner, operation* base, 55 // Take ownership of the operation object. 61 // The operation is being run on the worker io_service. Time to perform 62 // the resolver operation. 64 // Perform the blocking endpoint resolution operation. 72 // Pass operation back to main io_service for completion. 78 // The operation has been returned to the main io_service. The completio [all...] |
/frameworks/base/location/java/android/location/ |
LocalListenerHelper.java | 102 private void executeOperation(ListenerOperation<TListener> operation, TListener listener) { 104 operation.execute(listener); 111 protected void foreach(final ListenerOperation<TListener> operation) { 118 executeOperation(operation, listener.getKey()); 123 executeOperation(operation, listener.getKey());
|
/frameworks/base/tools/preload/ |
WritePreloadedClassFile.java | 100 for (Operation operation : proc.operations) { 101 LoadedClass loadedClass = operation.loadedClass; 137 for (Operation operation : proc.operations) { 139 = Policy.isPreloadable(operation.loadedClass); 141 toPreload.add(operation.loadedClass);
|
LoadedClass.java | 31 final List<Operation> loads = new ArrayList<Operation>(); 34 final List<Operation> initializations = new ArrayList<Operation>(); 84 private static int calculateMedian(List<Operation> operations) { 114 private void addProcessNames(List<Operation> ops, Set<String> names) { 115 for (Operation operation : ops) { 116 if (operation.process.fromZygote()) { 117 names.add(operation.process.name) [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
api_masks.c | 37 void vegaMask(VGHandle mask, VGMaskOperation operation, 48 if (operation < VG_CLEAR_MASK || operation > VG_SUBTRACT_MASK) { 56 if (operation == VG_CLEAR_MASK) { 58 } else if (operation == VG_FILL_MASK) { 62 mask_using_image(image, operation, x, y, width, height); 65 mask_using_layer(layer, operation, x, y, width, height); 115 VGMaskOperation operation) 127 if (operation < VG_CLEAR_MASK || 128 operation > VG_SUBTRACT_MASK) 139 mask_render_to(handle_to_path(path), paintModes, operation); local [all...] |
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_target.h | 142 operation op; 162 inline const OpInfo& getOpInfo(const operation) const; 168 virtual bool isOpSupported(operation, DataType) const = 0; 173 virtual bool isPostMultiplySupported(operation op, float f, 196 static inline uint8_t getOpSrcNr(operation op) 200 static inline OpClass getOpClass(operation op) 218 const Target::OpInfo& Target::getOpInfo(const operation op) const
|
/external/gemmlowp/meta/ |
multi_thread_common.h | 50 const F& operation; member in struct:gemmlowp::meta::internal::MetaTask 54 std::int32_t result_stride, const F& operation) 62 operation(operation) {} 69 operation.ExecuteMatrixMatrix(scratch, task_lhs, task_rhs, task_rect.m, 121 const F& operation) { 131 operation.ExecuteMatrixMatrix(scratch, lhs, rhs, m, n, k, result, 137 std::int32_t scratch_per_thread = operation.ScratchPerThread(m, n, k); 144 operation); 152 operation); [all...] |
/system/update_engine/payload_consumer/ |
delta_performer.h | 96 // in case of failures in Write operation. 227 // to be able to perform a given install operation. 228 bool CanPerformInstallOperation(const InstallOperation& operation); 234 // Validates that the hash of the blobs corresponding to the given |operation| 237 ErrorCode ValidateOperationHash(const InstallOperation& operation); 250 bool PerformInstallOperation(const InstallOperation& operation); 252 // These perform a specific type of operation and return true on success. 255 bool PerformReplaceOperation(const InstallOperation& operation); 256 bool PerformZeroOrDiscardOperation(const InstallOperation& operation); 257 bool PerformMoveOperation(const InstallOperation& operation); [all...] |
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
EABDbUtil.java | 177 ArrayList<ContentProviderOperation> operation = new ArrayList<ContentProviderOperation>(); local 185 addContactToEabDb(context, operation, contactList.get(j).getDisplayName(), 189 exceuteDB(context, operation); 190 operation = null; 191 operation = new ArrayList<ContentProviderOperation>(); 195 exceuteDB(context, operation); 214 ArrayList<ContentProviderOperation> operation = new ArrayList<ContentProviderOperation>(); local 224 deleteContactFromEabDb(context, operation, contactIdList[j]); 226 exceuteDB(context, operation); 227 operation = null 282 ArrayList<ContentProviderOperation> operation = new ArrayList<ContentProviderOperation>(); local 330 ArrayList<ContentProviderOperation> operation = new ArrayList<ContentProviderOperation>(); local [all...] |
/packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/ |
ObexTestServer.java | 10 import javax.obex.Operation; 34 /* OBEX operation handlers */ 77 public int onPut(Operation operation) { 88 inStream = operation.openInputStream(); 89 HeaderSet reqHeaders = operation.getReceivedHeader(); 101 Log.i(TAG, "OBEX-HANDLER: operation complete success"); 103 Log.e(TAG, "OBEX-HANDLER: operation complete FAILED!"); 109 public int onGet(Operation operation) { [all...] |
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
AlarmOperation.java | 33 * after a specified period of time and waits for the child operation to complete. 35 * This operation can be used to allow the device to go to sleep and wake it up after a specified 36 * period of time. After the device wakes up, this operation will hold a wake lock until the child 37 * operation finishes. This operation will not force the device into suspend, so if another 38 * operation is holding a wake lock, the device will stay awake. Also, if the child operation 39 * finishes before the specified period, this operation return when the child operation finishes 58 * @param operation the child {@link SensorOperation} to perform after the dela [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
PrintPreviewController.java | 148 Message operation = mHandler.obtainMessage(MyHandler.MSG_CLOSE); local 149 mHandler.enqueueOperation(operation); 156 Message operation = mHandler.obtainMessage(MyHandler.MSG_OPEN); local 157 mHandler.enqueueOperation(operation); 168 Message operation = mHandler.obtainMessage(MyHandler.MSG_UPDATE, args); local 169 mHandler.enqueueOperation(operation); 173 operation = mHandler.obtainMessage(MyHandler.MSG_START_PRELOAD); 174 mHandler.enqueueOperation(operation); 188 Message operation = mHandler.obtainMessage(MyHandler.MSG_CLOSE); 189 mHandler.enqueueOperation(operation); 254 Message operation = mPendingOperations.remove(0); local [all...] |
/hardware/ti/omap4-aah/security/tf_sdk/include/ |
tee_client_api.h | 167 TEEC_Operation* operation,
176 TEEC_Operation* operation,
180 TEEC_Operation* operation);
|
/hardware/ti/omap4xxx/security/tf_sdk/include/ |
tee_client_api.h | 167 TEEC_Operation* operation,
176 TEEC_Operation* operation,
180 TEEC_Operation* operation);
|
/device/asus/fugu/kernel-headers/linux/sound/ |
intel_sst_ioctl.h | 27 __u8 operation; member in struct:snd_ppp_params
|
/device/asus/fugu/original-kernel-headers/linux/sound/ |
intel_sst_ioctl.h | 40 __u8 operation; /* 0 = set_algo, 1 = get_algo */ member in struct:snd_ppp_params
|
/device/google/marlin/time-services/ |
time_genoff.h | 69 /* Operation to be done */ 89 time_genoff_opr_type operation; /* Time operation to be done */ member in struct:time_genoff_info 92 /* API to be called for time get/set operation */
|
/device/huawei/angler/time-services/ |
time_genoff.h | 69 /* Operation to be done */ 89 time_genoff_opr_type operation; /* Time operation to be done */ member in struct:time_genoff_info 92 /* API to be called for time get/set operation */
|
/device/lge/bullhead/time-services/ |
time_genoff.h | 69 /* Operation to be done */ 89 time_genoff_opr_type operation; /* Time operation to be done */ member in struct:time_genoff_info 92 /* API to be called for time get/set operation */
|
/external/boringssl/src/crypto/dsa/ |
dsa_asn1.c | 67 static int dsa_sig_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 69 if (operation != ASN1_OP_NEW_PRE) { 92 static int dsa_cb(int operation, ASN1_VALUE **pval, const ASN1_ITEM *it, 94 switch (operation) {
|
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/operation/ |
db.py | 24 from mapreduce.operation import base 29 class Put(base.Operation): 44 """Perform operation. 52 class Delete(base.Operation): 67 """Perform operation.
|