/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbrecio.py | 51 raise ValueError, "I/O operation on closed file" 56 raise ValueError, "I/O operation on closed file" 65 raise ValueError, "I/O operation on closed file" 70 raise ValueError, "I/O operation on closed file" 85 raise ValueError, "I/O operation on closed file" 116 raise ValueError, "I/O operation on closed file" 128 raise ValueError, "I/O operation on closed file" 142 raise ValueError, "I/O operation on closed file"
|
/system/core/adb/ |
backup_service.c | 54 char* operation; local 59 operation = "backup"; 62 operation = "restore"; 66 D("backup_service(%s, %s)\n", operation, args); 83 D("can't fork for %s\n", operation); 84 fprintf(stderr, "unable to fork for %s\n", operation); 98 // fixed args: [0] is 'bu', [1] is the port number, [2] is the 'operation' string 113 bu_args[argc++] = operation;
|
/external/chromium/chrome/browser/chromeos/login/ |
owner_manager.h | 32 OPERATION_FAILED // The crypto operation failed. 37 // Upon completion of a key operation, this method will be called. 39 // back any artifacts of the operation. For example, if the operation 47 // Called upon completion of a key update operation.
|
/external/chromium/chrome/browser/ui/cocoa/tab_contents/ |
web_contents_drag_source.mm | 99 operation:(NSDragOperation)operation { 103 operation:(NSDragOperation)operation { 112 static_cast<WebKit::WebDragOperation>(operation));
|
/external/chromium/chrome/browser/ui/find_bar/ |
find_tab_helper.h | 19 // Starts the Find operation by calling StartFinding on the Tab. This function 29 // Stops the current Find operation. 80 // True if a Find operation was aborted. This can happen if the Find box is 83 // on FindNext result in a full Find operation so that the highlighting for 91 // figure out if this is a Find or a FindNext operation (FindNext should not
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
display_overscan.js | 42 $('display-overscan-operation-reset').onclick = function() { 45 $('display-overscan-operation-ok').onclick = function() { 49 $('display-overscan-operation-cancel').onclick = function() { 78 // Moves the table to describe operation at the middle of the contents 85 $('display-overscan-operation-cancel').focus();
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_status_code.cc | 24 return "File operation failed."; 42 return "Invalid file operation."; 46 return "File operation aborted."; 62 return "Database operation failed."; 72 return "Sync: operation aborted.";
|
/external/chromium_org/chrome/browser/ui/find_bar/ |
find_tab_helper.h | 23 // Starts the Find operation by calling StartFinding on the Tab. This function 33 // Stops the current Find operation. 93 // True if a Find operation was aborted. This can happen if the Find box is 96 // on FindNext result in a full Find operation so that the highlighting for 104 // figure out if this is a Find or a FindNext operation (FindNext should not
|
/external/chromium_org/cloud_print/service/win/ |
installer.cc | 37 base::win::ShortcutOperation operation) { 50 CreateOrUpdateShortcutLink(path, properties, operation); 55 base::win::ShortcutOperation operation = local 58 CreateShortcut(base::DIR_COMMON_START_MENU, true, operation); 59 CreateShortcut(base::DIR_COMMON_DESKTOP, false, operation);
|
/external/chromium_org/content/renderer/pepper/ |
quota_file_io.h | 58 // Performs write or setlength operation with quota checks. 59 // Returns true when the operation is successfully dispatched. 61 // |callback| will be dispatched when the operation completes. 64 // destroyed before the operation completes. 107 // callbacks that are to be fired after the operation;
|
/libcore/luni/src/main/java/java/security/ |
PolicySpi.java | 59 * should be overridden if a refresh operation is supported by the policy 80 * operation is supported, the returned set of permissions must be a 82 * types. If this operation is not supported, 102 * If this operation is supported, the returned set of permissions 104 * Permission types. If this operation is not supported,
|
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction.cc | 26 scoped_ptr<Operation> task(pop()); 29 scoped_ptr<IndexedDBTransaction::Operation> 32 scoped_ptr<Operation> task(queue_.front()); 42 scoped_ptr<Operation> task(pop()); 45 scoped_ptr<IndexedDBTransaction::Operation> 48 scoped_ptr<Operation> task(stack_.top()); 82 Operation* task, 83 Operation* abort_task) { 129 scoped_ptr<Operation> task(abort_task_stack_.pop()); 275 scoped_ptr<Operation> task(task_queue->pop()) [all...] |
/external/chromium_org/net/base/ |
io_buffer.h | 23 // IMPORTANT: Never re-use an IOBuffer after cancelling the IO operation that 39 // Whenever you call an asynchronous operation that takes an IOBuffer, 41 // operation has completed (at which point it transfers back to the caller). 44 // until the operation has completed. 46 // ==> Cancellation does NOT count as completion. If an operation using 51 // For instance, if you were to call a Read() operation on some class which 72 // it is not destroyed until after the synchronous operation has completed. 212 // operation, avoiding an extra data copy. 220 // write-style IO operation. 231 // A good example is the buffer for a synchronous operation, where we can b [all...] |
/external/chromium_org/sandbox/win/src/ |
filesystem_dispatcher.cc | 105 // are just middlemen in the operation since is the FileSystemPolicy which 121 // Return operation status on the IPC. 147 // are just middlemen in the operation since is the FileSystemPolicy which 161 // Return operation status on the IPC. 186 // are just middlemen in the operation since is the FileSystemPolicy which 201 // Return operation status on the IPC. 224 // are just middlemen in the operation since is the FileSystemPolicy which 241 // Return operation status on the IPC. 276 // are just middlemen in the operation since is the FileSystemPolicy which 292 // Return operation status on the IPC [all...] |
/external/icu4c/common/unicode/ |
appendable.h | 60 * @return TRUE if the operation succeeded 69 * @return TRUE if the operation succeeded 79 * @return TRUE if the operation succeeded 90 * @return TRUE if the operation succeeded 100 * The returned buffer is only valid until the next operation 169 * @return TRUE if the operation succeeded 177 * @return TRUE if the operation succeeded 186 * @return TRUE if the operation succeeded 195 * @return TRUE if the operation succeeded 205 * The returned buffer is only valid until the next write operation [all...] |
/external/llvm/docs/CommandGuide/ |
llvm-ar.rst | 51 implementations. The options to **llvm-ar** specify a single basic operation to 52 perform on the archive, a variety of modifiers for that operation, the name of 61 generally means either "none" or "all" members, depending on the operation. 70 Delete files from the archive. No modifiers are applicable to this operation. 80 *i* modifiers apply to this operation. The *files* will all be moved 89 Print files to the standard output. This operation simply prints the 93 operation never modifies the archive. 99 Quickly append files to the end of the archive. This operation quickly adds the 103 whether the *q* operation is any faster than the *r* operation [all...] |
/external/llvm/include/llvm/MC/ |
MCDwarf.h | 284 OpType Operation; 294 Operation(Op), Label(L), Register(R), Offset(O), 300 Operation(Op), Label(L), Register(R1), Register2(R2) { 363 OpType getOperation() const { return Operation; } 367 assert(Operation == OpDefCfa || Operation == OpOffset || 368 Operation == OpRestore || Operation == OpUndefined || 369 Operation == OpSameValue || Operation == OpDefCfaRegister | [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
armCOMM.h | 72 /* Alignment operation */ 315 * [out] Result of operation 336 * [out] Result of operation 356 * [out] Result of operation 378 * [out] Result of operation 391 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac 398 * [in] mac Result of MAC operation 401 * [out] mac Result of operation 414 * Returns the result of rounded right shift operation of input by the scalefactor 423 * [out] Result of operation [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
armCOMM.h | 72 /* Alignment operation */ 315 * [out] Result of operation 336 * [out] Result of operation 356 * [out] Result of operation 378 * [out] Result of operation 391 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac 398 * [in] mac Result of MAC operation 401 * [out] mac Result of operation 414 * Returns the result of rounded right shift operation of input by the scalefactor 423 * [out] Result of operation [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/ |
armCOMM.h | 72 /* Alignment operation */ 315 * [out] Result of operation 336 * [out] Result of operation 356 * [out] Result of operation 378 * [out] Result of operation 391 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac 398 * [in] mac Result of MAC operation 401 * [out] mac Result of operation 414 * Returns the result of rounded right shift operation of input by the scalefactor 423 * [out] Result of operation [all...] |
/external/libnfc-nxp/src/ |
phLlcNfc_Frame.h | 143 * \retval NFCSTATUS_SUCCESS Operation successful. 160 * \retval NFCSTATUS_SUCCESS Operation successful. 179 * \retval NFCSTATUS_SUCCESS Operation successful. 200 * \retval NFCSTATUS_SUCCESS Operation successful. 222 * \retval NFCSTATUS_SUCCESS Operation successful. 246 * \retval NFCSTATUS_SUCCESS Operation successful. 271 * \retval NFCSTATUS_SUCCESS Operation successful. 292 * \retval NFCSTATUS_SUCCESS Operation successful. 314 * \retval NFCSTATUS_SUCCESS Operation successful. 336 * \retval NFCSTATUS_SUCCESS Operation successful [all...] |
/external/stlport/test/eh/ |
LeakCheck.h | 18 be written so that each operation that could cause an exception causes 58 EFFECTS: Given a value and an operation, repeatedly applies the operation to a 62 value type whether the operation succeeds or fails. 64 template <class Value, class Operation> 65 void WeakCheck(const Value& v, const Operation& op, long max_iters = 2000000) { 99 their arguments. The operation is performed on the value itself, and no 102 template <class Value, class Operation> 103 void ConstCheck(const Value& v, const Operation& op, long max_iters = 2000000) { 135 the "strong guarantee": if the operation fails due to an exception, th [all...] |
/external/chromium_org/third_party/openssl/openssl/apps/ |
smime.c | 90 int operation = 0; local 139 operation = SMIME_ENCRYPT; 141 operation = SMIME_DECRYPT; 143 operation = SMIME_SIGN; 145 operation = SMIME_RESIGN; 147 operation = SMIME_VERIFY; 149 operation = SMIME_PK7OUT; 375 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners)) 381 if (operation & SMIME_SIGNERS) 409 else if (operation == SMIME_DECRYPT [all...] |
/external/openssl/apps/ |
smime.c | 90 int operation = 0; local 139 operation = SMIME_ENCRYPT; 141 operation = SMIME_DECRYPT; 143 operation = SMIME_SIGN; 145 operation = SMIME_RESIGN; 147 operation = SMIME_VERIFY; 149 operation = SMIME_PK7OUT; 375 if (!(operation & SMIME_SIGNERS) && (skkeys || sksigners)) 381 if (operation & SMIME_SIGNERS) 409 else if (operation == SMIME_DECRYPT [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/src/ |
armCOMM.c | 495 * [out] Result of operation 548 * [out] Result of operation 601 * [out] Result of operation 655 * [out] Result of operation 672 * Returns the result of saturated MAC operation of the three inputs delayElem, filTap , mac 679 * [in] mac Result of MAC operation 682 * [out] mac Result of operation 716 * Returns the result of rounded right shift operation of input by the scalefactor 725 * [out] Result of operation 753 * Returns the result of saturating left-shift operation on inpu [all...] |