/external/chromium_org/third_party/WebKit/Source/bindings/scripts/unstable/ |
v8_callback_interface.py | 84 methods = [generate_method(operation) 85 for operation in callback_interface.operations] 96 def add_includes_for_operation(operation): 97 v8_types.add_includes_for_type(operation.idl_type) 98 for argument in operation.arguments: 102 def generate_method(operation): 103 extended_attributes = operation.extended_attributes 104 idl_type = operation.idl_type 109 add_includes_for_operation(operation) 115 'name': operation.name [all...] |
/external/chromium_org/third_party/mesa/src/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/chromium_org/win8/delegate_execute/ |
delegate_execute.cc | 95 int RelaunchChrome(const DelegateExecuteOperation& operation) { 97 operation.mutex().c_str(), operation.relaunch_flags()); 98 ScopedHandle mutex(OpenMutexW(SYNCHRONIZE, FALSE, operation.mutex().c_str())); 111 DWORD pid = operation.GetParentPid(); 124 string16 relaunch_flags(operation.relaunch_flags()); 128 sei.lpFile = operation.shortcut().value().c_str(); 150 DelegateExecuteOperation operation; local 151 if (operation.Init(CommandLine::ForCurrentProcess())) { 152 switch (operation.operation_type()) [all...] |
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/sftp/ |
ErrorCodes.java | 52 { "SSH_FX_OK", "Indicates successful completion of the operation." }, 56 { "SSH_FX_PERMISSION_DENIED", "The user does not have sufficient permissions to perform the operation." }, 62 "An attempted operation could not be completed by the server because the server does not support the operation." }, 68 "The requested operation cannot be completed because there is no media available in the drive." }, 70 "The requested operation cannot be completed because there is insufficient free space on the filesystem." }, 72 "The operation cannot be completed because it would exceed the user's storage quota." }, 89 " A read or write operation failed because another process's mandatory byte-range lock overlaps with the request." }, 91 { "SSH_FX_DELETE_PENDING", "An operation was attempted on a file for which a delete operation is pending." } [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...] |
/libcore/luni/src/main/java/java/nio/channels/ |
Selector.java | 32 * that have been canceled since last select operation are moved to the set of 33 * canceled keys. During the select operation, the channels registered with this 34 * selector are checked to see whether they are ready for operation according to 101 * @return the number of channels that are ready for operation. 119 * @return the number of channels that are ready for operation. 130 * Gets the selection keys whose channels are ready for operation. The set 134 * @return the selection keys whose channels are ready for operation. 142 * according to its {@link SelectionKey interest set}. This operation will 145 * @return the number of channels that are ready for operation, 0 if none is 157 * If no {@code select} operation is blocked when {@code wakeup()} is calle [all...] |
SelectionKey.java | 22 * <h3>Operation set</h3> 23 * An operation set is represented by an integer value. The bits of an operation 28 * The interest set is an operation set that defines the operations that a 31 * The ready set is an operation set that shows the operations that a 47 * Interesting operation mask bit for read operations. 139 * operation and is ready to accept new connections. A call to this method 142 * @return {@code true} if the channel is interested in the accept operation 153 * operation and is ready to connect. A call to this method is equal to 157 * operation and is ready to connect, {@code false} otherwise [all...] |
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
search_operation_unittest.cc | 28 SearchOperation operation(blocking_task_runner(), scheduler(), metadata()); 43 operation.Search("Directory", GURL(), 58 SearchOperation operation(blocking_task_runner(), scheduler(), metadata()); 83 operation.Search("\"Directory 1\"", GURL(), 107 operation.Search("\"Directory 1\"", GURL(), 124 SearchOperation operation(blocking_task_runner(), scheduler(), metadata()); 130 operation.Search("\"no-match query\"", GURL(),
|
/external/chromium_org/chrome/browser/component_updater/ |
component_patcher_operation.h | 29 // Parses, runs, and verifies the operation, returning an error code if an 47 // Subclasses must override DoParseArguments to parse operation-specific 55 // Subclasses must override DoRun to actually perform the patching operation. 64 // A 'copy' operation takes a file currently residing on the disk and moves it 86 // A 'create' operation takes a full file that was sent in the delta update 109 // A 'bsdiff' operation takes an existing file on disk, and a bsdiff- 132 // A 'courgette' operation takes an existing file on disk, and a Courgette-
|
/external/libnfc-nci/src/nfa/include/ |
nfa_rw_api.h | 179 ** search operation has completed, or if an error occurs, the app will be 233 ** operation has completed, or if an error occurs, the app will be notified with 252 ** operation has completed, or if an error occurs, the app will be notified with 271 ** operation has completed, or if an error occurs, the app will be notified with 290 ** operation has completed, or if an error occurs, the app will be notified with 312 ** operation has completed, or if an error occurs, the app will be notified with 331 ** operation has completed, or if an error occurs, the app will be notified with 350 ** operation has completed, or if an error occurs, the app will be notified with 371 ** operation has completed, or if an error occurs, the app will be notified with 389 ** When the write operation has completed (or if an error occurs), th [all...] |
/external/chromium_org/chrome/browser/chromeos/settings/ |
device_settings_service.h | 145 // Returns the status generated by the last operation. 156 // operation is reported through |callback|. If successful, the updated device 163 // Stores a policy blob to session_manager. The result of the operation is 204 // Enqueues a new operation. Takes ownership of |operation| and starts it 205 // right away if there is no active operation currently. 206 void Enqueue(SessionManagerOperation* operation); 208 // Enqueues a load operation. 211 // Makes sure there's a reload operation so changes to the settings (and key, 215 // Runs the next pending operation [all...] |
device_settings_service.cc | 168 // the next SessionManagerOperation completes. If no operation is pending, 169 // start a load operation to fetch the key and report the result. 193 // start a new operation, as the reload operation will be started when the 247 void DeviceSettingsService::Enqueue(SessionManagerOperation* operation) { 248 pending_operations_.push_back(operation); 249 if (pending_operations_.front() == operation) 254 SessionManagerOperation* operation = local 259 operation->set_force_key_load(force_key_load); 260 Enqueue(operation); [all...] |
/external/chromium_org/content/browser/fileapi/ |
recursive_operation_delegate_unittest.cc | 114 // To test the Cancel() during operation, calls Cancel() of |operation| 116 void CallCancelLater(RecursiveOperationDelegate* operation, int counter) { 120 base::Bind(&CallCancelLater, base::Unretained(operation), counter - 1)); 124 operation->Cancel(); 187 scoped_ptr<LoggingRecursiveOperation> operation( 191 operation->RunRecursively(); 196 operation->log_entries(); 212 scoped_ptr<LoggingRecursiveOperation> operation( 216 operation->RunRecursively() [all...] |
/external/chromium_org/third_party/WebKit/public/platform/ |
WebFileSystem.h | 62 // a name and root path for the requested FileSystem when the operation 70 // file type) when the operation is completed successfully. 75 // WebFileSystemCallbacks::didSucceed() must be called when the operation 83 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 88 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 94 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 99 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 115 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 125 // the operation is completed successfully. 130 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
idnaref.h | 31 * This function implements the ToASCII operation as defined in the IDNA draft. 32 * This operation is done on <b>single labels</b> before sending it to something that expects 46 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code. 48 * If TRUE and the input does not statisfy STD3 rules, the operation 71 * This function implements the ToUnicode operation as defined in the IDNA draft. 72 * This operation is done on <b>single labels</b> before sending it to something that expects 85 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code. 87 * If TRUE and the input does not statisfy STD3 rules, the operation 110 * Convenience function that implements the IDNToASCII operation as defined in the IDNA draft. 111 * This operation is done on complete domain names, e.g: "www.example.com". [all...] |
/external/icu4c/test/intltest/ |
idnaref.h | 31 * This function implements the ToASCII operation as defined in the IDNA draft. 32 * This operation is done on <b>single labels</b> before sending it to something that expects 46 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code. 48 * If TRUE and the input does not statisfy STD3 rules, the operation 70 * This function implements the ToUnicode operation as defined in the IDNA draft. 71 * This operation is done on <b>single labels</b> before sending it to something that expects 84 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code. 86 * If TRUE and the input does not statisfy STD3 rules, the operation 108 * Convenience function that implements the IDNToASCII operation as defined in the IDNA draft. 109 * This operation is done on complete domain names, e.g: "www.example.com". [all...] |
/external/llvm/tools/llvm-ar/ |
llvm-ar.cpp | 71 // llvm-ar operation code and modifier flags. This must come first. 73 Options(cl::Positional, cl::Required, cl::desc("{operation}[modifiers]...")); 92 "\nMODIFIERS (operation specific):\n" 119 // Modifiers to follow operation to vary behavior 175 // operation specified. Process all modifiers and check to make sure that 176 // constraints on modifier/operation pairs have not been violated. 187 // Keep track of which operation was requested 188 ArchiveOperation Operation; 194 case 'd': ++NumOperations; Operation = Delete; break; 195 case 'm': ++NumOperations; Operation = Move ; break [all...] |
/hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/ |
perf_reader.c | 68 U32 ulData0, ulData1, ulData2, ulData3, ulData4, ulData5, ulData6, ulData7, operation; local 127 /* get operation */ 129 operation = ulData1 & PERF_LOG_Mask; 131 if (operation != PERF_LOG_Location) 155 if (operation & PERF_LOG_Buffer) 157 /* Buffer operation */ 158 if (operation & PERF_LOG_Xfering) { 163 sending = operation & PERF_LOG_Sending; 188 else if (operation & PERF_LOG_Command) 193 operation & PERF_LOG_Sending [all...] |
/external/bluetooth/bluedroid/bta/include/ |
bta_jv_api.h | 36 #define BTA_JV_SUCCESS 0 /* Successful operation. */ 183 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 190 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 197 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 220 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 226 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 233 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 240 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 247 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 256 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. * [all...] |
/external/chromium_org/chrome/browser/extensions/api/serial/ |
serial_io_handler.h | 44 // Performs an async Read operation. Behavior is undefined if this is called 49 // Performs an async Write operation. Behavior is undefined if this is called 60 // Attempts to cancel a pending read operation. 63 // Attempts to cancel a pending write operation. 74 // Performs a platform-specific read operation. This must guarantee that 75 // ReadCompleted is called when the underlying async operation is completed 81 // Performs a platform-specific write operation. This must guarantee that 82 // WriteCompleted is called when the underlying async operation is completed 96 // if the associated I/O operation was the only thing keeping it alive. 101 // if the associated I/O operation was the only thing keeping it alive [all...] |
/external/chromium_org/webkit/browser/fileapi/ |
recursive_operation_delegate.h | 22 // A base class for recursive operation delegates. 25 // to process a directory or a file. To start the recursive operation it 36 // operation. 40 // operation. 44 // performing an operation. 49 // performing an operation. 55 // directory is processed while recursively performing an operation. 59 // Cancels the currently running operation. 72 // For each directory, the recursive operation works as follows: 136 // Called when all recursive operation is done (or an error occurs) [all...] |
/hardware/ti/omap4xxx/security/tee_client_api/ |
schannel6_protocol.h | 168 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */ 176 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */ 185 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */ 199 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */ 215 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */ 229 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */ 240 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */ 252 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */ 263 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */ 278 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */ [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnection.java | 55 * 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 1300 Operation operation = mOperations[index]; local 1338 final Operation operation = getOperationLocked(cookie); local 1366 final Operation operation = getOperationLocked(cookie); local 1377 final Operation operation = getOperationLocked(cookie); local 1393 final Operation operation = mOperations[index]; local 1399 final Operation operation = mOperations[mIndex]; local 1413 Operation operation = mOperations[index]; local [all...] |
/external/chromium_org/chromeos/attestation/ |
attestation_flow.h | 80 // callback - A callback which will be called when the operation completes. 114 // complete the enrollment operation. 119 // success - The status of the Privacy CA operation. 126 // Called when the attestation daemon completes an enrollment operation. If 127 // the operation was successful, the next_task callback is called. 132 // success - The status of the enrollment operation. 140 // enrollment must complete successfully before this operation can succeed. 148 // callback - Called when the operation completes. 164 // callback - Called when the operation completes. 176 // complete the operation [all...] |
/external/chromium_org/media/audio/pulse/ |
pulse_unified.cc | 235 pa_operation* operation = pa_stream_cork(input_stream_, 0, NULL, NULL); local 236 WaitForOperationCompletion(pa_mainloop_, operation); 241 operation = pa_stream_cork(output_stream_, 0, 243 WaitForOperationCompletion(pa_mainloop_, operation); 258 // will cause deadlock on the operation. 260 pa_operation* operation = pa_stream_flush( local 262 WaitForOperationCompletion(pa_mainloop_, operation); 264 operation = pa_stream_cork(input_stream_, 1, &pulse::StreamSuccessCallback, 266 WaitForOperationCompletion(pa_mainloop_, operation); 271 operation = pa_stream_flush [all...] |