/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport.c | 623 /* Check all sockets for pending operation */ 643 /* Stop looping if pending operation has been found */ [all...] |
/external/zlib/src/examples/ |
gzlog.c | 16 system crashes. The status of the operation is recorded in an extra field 19 auxiliary file, so that if the operation is interrupted, it can be completed 20 the next time an append operation is attempted. 47 foo.add file are sufficient to recover an interrupted append operation. The 50 well as the crc and length of the gzip data before the append operation. 54 operation is interrupted, the data to add will still be there. If due to 56 operation was interrupted and when recovery is attempted, the gzip file will 60 foo.add file are sufficient to recover an interrupted compress operation. 66 Again, the foo.add file is maintained during the compress operation in case 72 operation [all...] |
/external/bluetooth/bluedroid/hci/include/ |
bt_vendor_lib.h | 33 /* [operation] 45 /* [operation] 58 /* [operation] 71 /* [operation] 92 /* [operation] 103 /* [operation] 120 /* [operation] 133 /* [operation] 145 /* [operation] 167 used in BT_VND_OP_USERIAL_OPEN operation [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_button.mm | 241 NSDragOperation operation = NSDragOperationCopy; 243 operation |= NSDragOperationMove; 246 operation |= NSDragOperationDelete; 248 return operation; 253 operation:(NSDragOperation)operation { 258 operation:operation]; 260 if (operation & NSDragOperationDelete) { 383 operation:NSDragOperationNone] [all...] |
/external/chromium_org/chrome/installer/util/ |
installer_state.h | 38 // Encapsulates the state of the current installation operation. Only valid 61 enum Operation { 75 // Initializes this object based on the current operation. 97 // The level (user or system) of this operation. 100 // The package type (single or multi) of this operation. 103 // An identifier of this operation. 104 Operation operation() const { return operation_; } function in class:installer::InstallerState 194 // For a MULTI_INSTALL or MULTI_UPDATE operation, updates the Google Update 241 Operation operation_ [all...] |
/libcore/luni/src/test/java/tests/java/sql/ |
MultiThreadAccessTest.java | 115 * A few threads execute select operation in the same time for one table in 127 * A few threads execute select operation in the same time for different 196 * A few threads execute update operation in the same time for one tables in 232 * This method creates a Runnable that executes select operation for the 265 * This method creates a Runnable that execute select operation for the 316 * This method creates a Runnable that execute select operation for the 344 * This method creates a Runnable that executes delete operation for the 364 * This method creates a Runnable that executes insert operation for the 389 * This method creates a Runnable that executes update operation for the one 413 * This method creates a Runnable that executes update operation for the on [all...] |
/external/chromium_org/net/disk_cache/simple/ |
simple_entry_impl.cc | 411 // actually run the write operation that sets the stream size. It also 548 scoped_ptr<SimpleEntryOperation> operation( 551 switch (operation->type()) { 553 OpenEntryInternal(operation->have_index(), 554 operation->callback(), 555 operation->out_entry()); 558 CreateEntryInternal(operation->have_index(), 559 operation->callback(), 560 operation->out_entry()); 566 RecordReadIsParallelizable(*operation); [all...] |
simple_entry_impl.h | 119 // A failure occurred in the current or previous operation. All operations 151 // Runs the next operation in the queue, if any and if there is no other 152 // operation running at the moment. 153 // WARNING: May delete |this|, as an operation in the queue can contain 234 void RecordReadIsParallelizable(const SimpleEntryOperation& operation) const; 235 void RecordWriteDependencyType(const SimpleEntryOperation& operation) const; 278 // is false (i.e. when an operation is not pending on the worker pool).
|
/external/chromium_org/net/disk_cache/ |
disk_cache.h | 48 // The pointer to receive the |backend| must remain valid until the operation 84 // |entry| must remain valid until the operation completes. 93 // receive the |entry| must remain valid until the operation completes. 105 // operation completes. 111 // |callback| will be invoked when the operation completes. 118 // |callback| will be invoked when the operation completes. 130 // remain valid until the operation completes. 186 // thread when the operation completes, and a reference to |buf| will be 198 // on the current thread when the operation completes, and a reference to 242 // for a given key at any given time. Once an operation has been issued, th [all...] |
/frameworks/base/obex/javax/obex/ |
ServerOperation.java | 43 * This class implements the Operation interface for server side connections. 55 public final class ServerOperation implements Operation, BaseStream { 240 * Determines if the operation should continue or should wait. If it should 241 * continue, this method will continue the operation. 243 * operation even if no headers will be sent; if <code>false</code> 244 * then this method will only continue the operation if there are 248 * @return <code>true</code> if the operation was completed; 249 * <code>false</code> if no operation took place 280 * <code>false</code> if no reply was received because the operation 344 // For Get operation: if response code is OBEX_HTTP_OK, then this is th [all...] |
/frameworks/base/services/java/com/android/server/ |
AlarmManagerService.java | 186 boolean remove(final PendingIntent operation) { 192 if (alarm.operation.equals(operation)) { 219 if (alarm.operation.getTargetPackage().equals(packageName)) { 246 if (UserHandle.getUserId(alarm.operation.getCreatorUid()) == userHandle) { 271 if (a.operation.getTargetPackage().equals(packageName)) { 392 a.repeatInterval, a.operation, batch.standalone, doValidate, a.workSource); 504 PendingIntent operation, WorkSource workSource) { 511 set(type, triggerAtTime, windowLength, interval, operation, false, workSource); 515 PendingIntent operation, boolean isStandalone, WorkSource workSource) 1083 public PendingIntent operation; field in class:AlarmManagerService.Alarm [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/ |
code_generator_v8.py | 158 def includes_for_operation(operation): 159 includes = includes_for_type(operation.data_type) 160 for parameter in operation.arguments: 332 def generate_method(operation): 337 custom = 'Custom' in operation.extended_attributes 339 self.cpp_includes |= includes_for_operation(operation) 340 if operation.data_type != 'boolean': 342 arguments = [generate_argument(argument) for argument in operation.arguments] 344 'return_cpp_type': cpp_type(operation.data_type, 'RefPtr'), 345 'name': operation.name [all...] |
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
sst_stub.c | 132 &sOperation, /* IN OUT operation */ 289 &sOperation, /* IN OUT operation */ 322 &sOperation, /* IN OUT operation */ 361 &sOperation, /* IN OUT operation */ 403 &sOperation, /* IN OUT operation */ 443 &sOperation, /* IN OUT operation */ 473 &sOperation, /* IN OUT operation */ 528 &sOperation, /* IN OUT operation */ 578 &sOperation, /* IN OUT operation */ 603 &sOperation, /* IN OUT operation */ [all...] |
/external/bison/lib/ |
strerror-override.c | 47 return "Operation now in progress"; 49 return "Operation already in progress"; 51 return "Socket operation on non-socket"; 63 return "Operation not supported"; 91 return "Operation would block"; 133 return "Overlapped operation aborted"; 281 return "Operation canceled";
|
/external/chromium_org/chromeos/network/ |
network_device_handler.h | 34 // |error_callback|. When the operation succeeds, |callback| will be called, and 109 // above. The operation will fail if: 113 // - Operation is not supported by the device. 129 // above. The operation will fail if: 147 // above. The operation will fail if: 164 // above. The operation will fail if: 180 // above. The operation will fail if:
|
/external/chromium_org/media/base/ |
decryptor.h | 61 // Indicates completion of a decryption operation. 63 // First parameter: The status of the decryption operation. 85 // Cancels the scheduled decryption operation for |stream_type| and fires the 108 // Indicates completion of audio/video decrypt-and-decode operation. 110 // First parameter: The status of the decrypt-and-decode operation. 113 // 1) NULL, which means the operation has been aborted. 156 // After this operation, the decoder is set to an uninitialized state.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSMatrix.h | 102 // specified operation applied. The this value is not modified. 112 // Operation is performed as though the this matrix is multiplied by a matrix with 119 // Operation is performed as though the this matrix is multiplied by a matrix with 126 // Operation is performed as though the this matrix is multiplied by a matrix with 132 // Operation is performed as though the this matrix is multiplied by a matrix with 138 // Operation is performed as though the this matrix is multiplied by a matrix with 144 // Operation is performed as though the this matrix is multiplied by a matrix with
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
AsyncFileSystem.h | 69 // AsyncFileSystemCallbacks::didSucceed() is called when the operation is completed successfully. 74 // AsyncFileSystemCallbacks::didSucceed() is called when the operation is completed successfully. 80 // AsyncFileSystemCallbacks::didSucceed() is called when the operation is completed successfully. 85 // AsyncFileSystemCallbacks::didSucceed() is called when the operation is completed successfully. 90 // AsyncFileSystemCallbacks::didReadMetadata() is called when the operation is completed successfully. 95 // AsyncFileSystemCallbacks::didSucceed() is called when the operation is completed successfully. 100 // AsyncFileSystemCallbacks::didSucceed() is called when the operation is completed successfully.
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_fs_channel_expressions.cpp | 31 * ALU operation operates on one of those channel registers. As a 180 /* OK, time to break down this vector operation. */ 181 switch (expr->operation) { 222 assign(ir, i, new(mem_ctx) ir_expression(expr->operation, 252 assign(ir, i, new(mem_ctx) ir_expression(expr->operation, 316 if (expr->operation == ir_binop_all_equal) 321 temp = new(mem_ctx) ir_expression(expr->operation,
|
/external/chromium_org/webkit/browser/appcache/ |
appcache_response.h | 133 // operation. In other words, instances are safe to delete at will. 147 // Should only be called where there is no Read operation in progress. 158 // Should only be called where there is no Read operation in progress. 163 // Returns true if there is a read operation, for data or info, pending. 196 // operation. In other words, instances are safe to delete at will. 208 // Should only be called where there is no Write operation in progress. 219 // Should only be called where there is no Write operation in progress.
|
/external/clang/include/clang/Analysis/Analyses/ |
ThreadSafety.h | 118 /// Warn when a protected operation occurs while no locks are held. 120 /// \param POK -- The kind of protected operation (e.g. variable access) 122 /// \param Loc -- The location of the protected operation. 126 /// Warn when a protected operation occurs while the specific mutex protecting 127 /// the operation is not locked. 129 /// \param POK -- The kind of protected operation (e.g. variable access) 133 /// \param Loc -- The location of the protected operation.
|
/external/libnfc-nci/src/nfa/rw/ |
nfa_rw_api.c | 302 ** search operation has completed, or if an error occurs, the app will be 368 ** operation has completed, or if an error occurs, the app will be notified with 400 ** operation has completed, or if an error occurs, the app will be notified with 432 ** operation has completed, or if an error occurs, the app will be notified with 466 ** operation has completed, or if an error occurs, the app will be notified with 502 ** operation has completed, or if an error occurs, the app will be notified with 535 ** operation has completed, or if an error occurs, the app will be notified with 568 ** operation has completed, or if an error occurs, the app will be notified with 604 ** operation has completed, or if an error occurs, the app will be notified with 638 ** When the write operation has completed (or if an error occurs), th [all...] |
/external/libnfc-nci/src/nfc/include/ |
rw_api.h | 97 RW_T4T_NDEF_READ_CPLT_EVT, /* Read operation completed */ 98 RW_T4T_NDEF_READ_FAIL_EVT, /* Read operation failed */ 99 RW_T4T_NDEF_UPDATE_CPLT_EVT, /* Update operation completed */ 100 RW_T4T_NDEF_UPDATE_FAIL_EVT, /* Update operation failed */ 110 RW_I93_NDEF_READ_CPLT_EVT, /* Read operation completed */ 111 RW_I93_NDEF_READ_FAIL_EVT, /* Read operation failed */ 112 RW_I93_NDEF_UPDATE_CPLT_EVT, /* Update operation completed */ 113 RW_I93_NDEF_UPDATE_FAIL_EVT, /* Update operation failed */ 134 #define RW_NDEF_FL_FORMATABLE 0x10 /* Tag supports format operation */ 420 ** Returns NCI_STATUS_OK, if set readonly operation started [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_fs_channel_expressions.cpp | 31 * ALU operation operates on one of those channel registers. As a 180 /* OK, time to break down this vector operation. */ 181 switch (expr->operation) { 222 assign(ir, i, new(mem_ctx) ir_expression(expr->operation, 252 assign(ir, i, new(mem_ctx) ir_expression(expr->operation, 316 if (expr->operation == ir_binop_all_equal) 321 temp = new(mem_ctx) ir_expression(expr->operation,
|
/frameworks/native/include/gui/ |
Surface.h | 94 static int hook_perform(ANativeWindow* window, int operation, ...); 129 virtual int perform(int operation, va_list args); 179 // operation. It is initialized to 1. 183 // dequeue operation. It is initialized to 1. 187 // deuque operation. It is initialized to PIXEL_FORMAT_RGBA_8888. 191 // at the next deuque operation. It is initialized to 0. 195 // operation. It defaults to NATIVE_WINDOW_TIMESTAMP_AUTO, which means that
|