/external/chromium/chrome/browser/ui/cocoa/ |
image_utils.h | 13 // Works like |-drawInRect:fromRect:operation:fraction:|, except that 18 // |-drawInRect:fromRect:operation:fraction:respectFlipped:hints:|. 21 operation:(NSCompositingOperation)op
|
/external/emma/core/res/com/vladium/emma/data/ |
merge_usage.res | 29 "verbose output operation"; 34 "quiet operation (ignore all but warnings and severe errors)"; 39 "extra-quiet operation (ignore all but severe errors)";
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connectionless.h | 49 * \retval NFCSTATUS_SUCCESS Operation successful. 52 * \retval NFCSTATUS_FAILED Operation failed. 68 * operation is completed. 72 * \retval NFCSTATUS_SUCCESS Operation successful. 75 * \retval NFCSTATUS_PENDING Reception operation is in progress, 78 * a valid type to perform the requsted operation. 81 * \retval NFCSTATUS_FAILED Operation failed. 100 * operation is completed. 104 * \retval NFCSTATUS_SUCCESS Operation successful. 107 * \retval NFCSTATUS_PENDING Reception operation is in progress [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/ |
inserter.hpp | 22 , typename Operation 27 typedef Operation operation; typedef in struct:boost::mpl::inserter
|
/external/chromium_org/chrome/browser/chromeos/drive/file_system/ |
create_directory_operation_unittest.cc | 27 CreateDirectoryOperation operation(blocking_task_runner(), 45 operation.CreateDirectory( 59 operation.CreateDirectory( 68 operation.CreateDirectory( 78 operation.CreateDirectory( 86 operation.CreateDirectory( 95 operation.CreateDirectory( 104 operation.CreateDirectory(
|
create_file_operation_unittest.cc | 17 CreateFileOperation operation(blocking_task_runner(), 34 operation.CreateFile( 43 operation.CreateFile( 52 operation.CreateFile( 61 operation.CreateFile( 70 operation.CreateFile( 80 CreateFileOperation operation(blocking_task_runner(), 92 operation.CreateFile( 106 operation.CreateFile( 119 operation.CreateFile [all...] |
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/ |
write_from_file_operation.h | 8 #include "chrome/browser/extensions/api/image_writer_private/operation.h" 14 class WriteFromFileOperation : public Operation {
|
operation.h | 30 // Encapsulates an operation being run on behalf of the 31 // OperationManager. Construction of the operation does not start 32 // anything. The operation's Start method should be called to start it, and 33 // then the Cancel method will stop it. The operation will call back to the 36 // Each stage of the operation is generally divided into three phases: Start, 40 class Operation 41 : public base::RefCountedThreadSafe<Operation> { 47 Operation(base::WeakPtr<OperationManager> manager, 51 // Starts the operation. 54 // Cancel the operation. This must be called to clean up internal state an [all...] |
/external/chromium_org/webkit/common/quota/ |
quota_status_code.cc | 15 return "Operation not supported."; 21 return "Quota operation aborted.";
|
/external/lzma/CPP/7zip/UI/Common/ |
ExitCode.h | 10 kSuccess = 0, // Successful operation
18 kMemoryError = 8, // Not enough memory for operation
|
/external/chromium_org/v8/test/webkit/ |
toString-prefix-postfix-preserve-parens-expected.txt | 31 PASS prefix_should_preserve_parens(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in prefix operation. 32 PASS eval(unevalf(prefix_should_preserve_parens))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in prefix operation. 35 PASS postfix_should_preserve_parens(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 36 PASS eval(unevalf(postfix_should_preserve_parens))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 39 PASS both_should_preserve_parens(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in prefix operation. 40 PASS eval(unevalf(both_should_preserve_parens))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in prefix operation. 43 PASS prefix_should_preserve_parens_multi(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in prefix operation. 44 PASS eval(unevalf(prefix_should_preserve_parens_multi))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in prefix operation. 47 PASS postfix_should_preserve_parens_multi(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation. 48 PASS eval(unevalf(postfix_should_preserve_parens_multi))(1, 2, 3); threw exception ReferenceError: Invalid left-hand side expression in postfix operation [all...] |
/external/chromium_org/content/browser/indexed_db/ |
indexed_db_transaction.h | 29 typedef base::Callback<void(IndexedDBTransaction*)> Operation; 49 void ScheduleTask(Operation task) { 52 void ScheduleTask(Operation task, Operation abort_task); 53 void ScheduleTask(IndexedDBDatabase::TaskType, Operation task); 115 void push(Operation task) { queue_.push(task); } 116 Operation pop(); 120 std::queue<Operation> queue_; 128 void push(Operation task) { stack_.push(task); } 129 Operation pop() [all...] |
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
rewrite.rb | 78 # run the rewrite operation represented by this object and append the output to +buffer+ 82 # return the name of this operation as set by its class 88 # return a compact, readable representation of this operation 97 Represents rewrite operation: 120 Represents rewrite operation: 158 Represents rewrite operation: 216 operation = operations.shift 217 location = operation.location 219 case operation 231 conflict!( operation, prior_operation [all...] |
/external/chromium_org/third_party/libjingle/source/talk/base/ |
fileutils_mock.h | 171 EXPECT_TRUE(false) << "Unsupported operation"; 175 EXPECT_TRUE(false) << "Unsupported operation"; 179 EXPECT_TRUE(false) << "Unsupported operation"; 183 EXPECT_TRUE(false) << "Unsupported operation"; 187 EXPECT_TRUE(false) << "Unsupported operation"; 191 EXPECT_TRUE(false) << "Unsupported operation"; 195 EXPECT_TRUE(false) << "Unsupported operation"; 199 EXPECT_TRUE(false) << "Unsupported operation"; 203 EXPECT_TRUE(false) << "Unsupported operation"; 207 EXPECT_TRUE(false) << "Unsupported operation"; [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/mock/ |
MockXmlNode.java | 191 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$ 219 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$ 224 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$ 229 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$ 234 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$ 239 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$ 244 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$ 249 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$ 255 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1$ 260 throw new UnsupportedOperationException("Operation not implemented."); //$NON-NLS-1 [all...] |
/dalvik/dx/tests/076-dex-synch-and-stack/ |
info.txt | 3 operation unwinding.
|
/dalvik/vm/compiler/template/armv5te-vfp/ |
fbinop.S | 2 * Generic 32-bit floating point operation. Provide an "instr" line that
|
fbinopWide.S | 2 * Generic 64-bit floating point operation. Provide an "instr" line that
|
/external/llvm/test/Transforms/InstCombine/ |
2006-10-19-SignedToUnsignedCastAndConst-2.ll | 1 ; The optimizer should be able to remove cast operation here.
|
/packages/experimental/procstatlog/ |
README | 5 of time during system operation.
|
/external/e2fsprogs/e2fsck/ |
ehandler.c | 20 static const char *operation; variable 53 if (operation) 55 error_message(error), operation); local 102 if (operation) 104 error_message(error), operation); local 117 const char *ret = operation; 119 operation = op;
|
/frameworks/base/tools/preload/ |
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...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/ |
RenameResult.java | 22 * A result from a renaming operation 46 * Creates a new {@linkplain RenameResult} for a user canceled renaming operation 47 * @return a canceled operation 55 * Creates a {@linkplain RenameResult} for a renaming operation that was 68 * operation to the given name 103 * Sets the new name of the renaming operation 127 * Returns whether this result represents a canceled renaming operation 129 * @return true if the operation was canceled 136 * Returns whether this result represents an unavailable renaming operation 138 * @return true if the operation was not availabl [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
Neg.java | 28 * The unary '-' operation expression executer. 35 * Apply the operation to two operands, and return the result. 40 * @return non-null reference to the XObject that represents the result of the operation. 50 * Evaluate this operation directly to a double. 54 * @return The result of the operation as a double.
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
display_overscan.css | 21 .display-overscan-operation-image { 25 #display-overscan-operation-images-row { 29 #display-overscan-operation-arrows { 39 #display-overscan-operation-shift { 49 html[dir=rtl] #display-overscan-operation-shift {
|