/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
operation.h | 4 /* $Id: operation.h 1426 2007-02-13 15:35:19Z ossman $ */ 35 /** An asynchronous operation object */ 44 /** Cancel the operation. Beware! This will not necessarily cancel the execution of the operation on the server side. */ 47 /** Return the current status of the operation */
|
/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...] |
/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...] |
/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.
|
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/ |
basic-operation-expected.txt | 1 Tests the basic operation of DeviceOrientation using the mock.
|
/frameworks/base/core/java/android/app/ |
IAlarmManager.aidl | 27 void set(int type, long triggerAtTime, in PendingIntent operation); 28 void setRepeating(int type, long triggerAtTime, long interval, in PendingIntent operation); 29 void setInexactRepeating(int type, long triggerAtTime, long interval, in PendingIntent operation); 32 void remove(in PendingIntent operation);
|
/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;
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
GraphicsOperation.h | 63 class Operation { 65 Operation() 78 // This is the canvas state that this operation needs 88 virtual ~Operation() {} 169 class PossiblyOpaqueOperation : public Operation { 182 class ConcatCTM : public Operation { 194 class Rotate : public Operation { 206 class Scale : public Operation { 218 class Translate : public Operation { 235 class InnerRoundedRectClip : public Operation { [all...] |
GraphicsOperation.cpp | 36 void* Operation::operator new(size_t size, android::LinearAllocator* allocator) 41 void* Operation::operator new(size_t size) 43 ALOGE("Cannot allocate a new Operation directly!"); 48 void Operation::operator delete(void*) 50 ALOGE("Cannot call delete on an Operation!");
|
/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.
|
/frameworks/base/core/java/android/app/backup/ |
IFullBackupRestoreObserver.aidl | 28 * Notification: a full backup operation has begun. 42 * Notification: the full backup operation has ended. 47 * Notification: a restore-from-full-backup operation has begun. 61 * Notification: the restore-from-full-backup operation has ended. 66 * The user's window of opportunity for confirming the operation has timed out.
|
/libcore/luni/src/main/java/java/net/ |
CacheRequest.java | 27 * current store operation by calling the method {@code abort}. If an {@code 29 * the current cache store operation is abandoned. 42 * Aborts the current cache operation. If an {@code IOException} occurs 44 * current cache store operation is aborted. 54 * operation.
|
/development/samples/ActionBarCompat/src/com/example/android/actionbarcompat/ |
SimpleMenu.java | 144 throw new UnsupportedOperationException("This operation is not supported for SimpleMenu"); 148 throw new UnsupportedOperationException("This operation is not supported for SimpleMenu"); 152 throw new UnsupportedOperationException("This operation is not supported for SimpleMenu"); 156 throw new UnsupportedOperationException("This operation is not supported for SimpleMenu"); 161 throw new UnsupportedOperationException("This operation is not supported for SimpleMenu"); 165 throw new UnsupportedOperationException("This operation is not supported for SimpleMenu"); 169 throw new UnsupportedOperationException("This operation is not supported for SimpleMenu"); 173 throw new UnsupportedOperationException("This operation is not supported for SimpleMenu"); 177 throw new UnsupportedOperationException("This operation is not supported for SimpleMenu"); 181 throw new UnsupportedOperationException("This operation is not supported for SimpleMenu") [all...] |
/external/openfst/src/include/fst/script/ |
script-impl.h | 32 // If you have a custom operation you'd like to define, you need four 33 // components. In the following, assume you want to create a new operation 40 // 1) A way to bundle the args that your new Foo operation will take, as 61 // 3) a client-facing function for your operation. This would look like 69 // // Finally, call the operation 70 // Apply<Operation<FooArgs> >("Foo", ifst->ArcType(), &args); 76 // 4) A registration for your new operation, on the arc types you care about. 115 // The pair<string, string> is understood to be the operation name and arc 116 // type; subclasses (or typedefs) need only provide the operation signature. 148 // Operation package - everything you need to register a new type of operatio [all...] |
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
drm_rights_manager.h | 55 * -TRUE, if the operation successfully. 56 * -FALSE, if the operation failed. 69 * -TRUE, if the operation successfully. 70 * -FALSE, if the operation failed. 80 * -TRUE, if the operation successfully. 81 * -FALSE, if the operation failed. 90 * -(-1), if the operation failed. 100 * -TRUE, if the operation successfully. 101 * -FALSE, if the operation failed. 111 * -TRUE, if the operation successfully [all...] |
/frameworks/base/docs/html/training/notify-user/ |
display-progress.jd | 46 of an ongoing operation. If you can estimate how long the operation takes and how much of it 48 (a progress bar). If you can't estimate the length of the operation, use the 68 As your operation proceeds, 69 increment <code>progress</code>, and update the notification. At the end of the operation, 73 "percent complete" value for the operation. 76 You can either leave the progress bar showing when the operation is done, or remove it. In 77 either case, remember to update the notification text to show that the operation is complete. 90 // Start a lengthy operation in a background thread 96 // Do the "lengthy" operation 20 time [all...] |