/dalvik/vm/mterp/x86/ |
binopWide2addr.S | 2 * Generic 64-bit binary operation.
|
unop.S | 3 * Generic 32-bit unary operation. Provide an "instr" line that
|
/development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
ipt_ECN.h | 25 u_int8_t operation; member in struct:ipt_ECN_info
|
/device/moto/stingray/whisper/ |
SHA_CommInterfaceTemplate.c | 33 * \return status of the operation 43 * \return status of the operation 51 * \return status of the operation 59 * \return status of the operation
|
/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
And.java | 28 * The 'and' operation expression executer. 30 public class And extends Operation 61 * Evaluate this operation directly to a boolean. 65 * @return The result of the operation as a boolean.
|
Or.java | 28 * The 'or' operation expression executer. 30 public class Or extends Operation 61 * Evaluate this operation directly to a boolean. 65 * @return The result of the operation as a boolean.
|
/external/bluetooth/bluez/src/ |
error.c | 43 "Operation already in progress"); 55 "Operation is not supported"); 79 "Operation currently not available"); 91 "Operation Not Authorized");
|
/external/bluetooth/glib/gio/ |
gasyncresult.c | 39 * an asynchronous operation, provide a #GAsyncReadyCallback to the 41 * operation has completed, and will be passed a #GAsyncResult instance 42 * filled with the details of the operation's success or failure, the 51 * that the operation in question yields (e.g. a #GFileEnumerator for 52 * a "enumerate children" operation). If the result or error status 53 * of the operation is not needed, there is no need to call the 59 * Example of a typical asynchronous operation flow: 101 * The callback for an asynchronous operation is called only once, and is 102 * always called, even in the case of a cancelled operation. On cancellation
|
/external/chromium/build/ |
sanitize-win-build-log.sed | 11 /The operation completed successfully./d
|
/external/chromium/net/disk_cache/ |
in_flight_backend_io.h | 24 // This class represents a single asynchronous disk cache IO operation while it 31 // Runs the actual operation on the background thread. 37 // Returns true if this operation is directed to an entry (vs. the backend). 45 // Returns the time that has passed since the operation was created. 62 void FlushQueue(); // Dummy operation. 82 enum Operation { 115 Operation operation_; 194 virtual void OnOperationComplete(BackgroundIO* operation, bool cancel); 197 void PostOperation(BackendIO* operation);
|
/external/chromium/net/socket/ |
socket.h | 25 // is returned if the operation could not be completed synchronously, in which 27 // operation is not completed immediately, the socket acquires a reference to 39 // is returned if the operation could not be completed synchronously, in which 41 // operation is not completed immediately, the socket acquires a reference to
|
/external/chromium/net/url_request/ |
view_cache_helper.h | 30 // operation completes. |out| must remain valid until this operation completes 39 // operation completes. |out| must remain valid until this operation completes
|
/external/clang/test/CodeGen/ |
2008-01-07-UnusualIntSize.c | 8 // This should have %0 and %1 truncated to 33 bits before any operation.
|
/external/icu4c/layout/ |
loengine.h | 45 * @param success - output parameter set to an error code if the operation fails 80 * @param success - output parameter set to an error code if the operation fails 110 * @param success - output parameter set to an error code if the operation fails. 127 * @param success - set to an error code if the operation fails 143 * @param success - set to an error code if the operation fails 160 * @param success - set to an error code if the operation fails 178 * @param success - set to an error code if the operation fails 198 * @param success - set to an error code if the operation fails 215 * @param success - set to an error code if the operation fails
|
/external/iptables/include/linux/netfilter_ipv4/ |
ipt_ecn.h | 23 u_int8_t operation; member in struct:ipt_ecn_info
|
/external/llvm/test/CodeGen/X86/ |
mmx-insert-element.ll | 3 ; This is not an MMX operation; promoted to XMM.
|
/external/nist-sip/java/gov/nist/javax/sip/clientauthutils/ |
package.html | 5 addition as this is an operation that is commonly required by all SIP clients; it is hence a good capability
|
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/ |
basic-operation.js | 1 description('Tests the basic operation of DeviceOrientation using the mock.');
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
TexturesGenerator.cpp | 54 void TexturesGenerator::scheduleOperation(QueuedOperation* operation) 58 mRequestedOperations.append(operation); 85 QueuedOperation* operation = mRequestedOperations[i]; local 86 if (filter->check(operation)) { 88 delete operation; 95 QueuedOperation* operation = m_currentOperation; local 97 if (operation && filter->check(operation)) { 112 // At this point, it means that we are currently executing an operation that
|
/external/webkit/Source/WebKit/chromium/public/ |
WebFileSystem.h | 55 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 60 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 66 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 71 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 86 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 96 // the operation is completed successfully. 101 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 106 // WebFileSystemCallbacks::didSucceed() must be called when the operation is completed successfully. 111 // WebFileSystemCallbacks::didReadDirectory() must be called when the operation is completed successfully.
|
/frameworks/base/core/java/android/app/backup/ |
RestoreObserver.java | 23 * Callback class for receiving progress reports during a restore operation. These 43 * The restore operation has begun. 46 * this restore operation. 71 * @param error Zero on success; a nonzero error code if the restore operation
|
/frameworks/base/core/java/android/widget/ |
Filter.java | 75 * <p>Starts an asynchronous filtering operation. Calling this method 88 * <p>Starts an asynchronous filtering operation. Calling this method 95 * @param listener a listener notified upon completion of the operation 116 // it doesn't change while the filter operation is in progress 130 * filtering operation. Results computed by the filtering operation 140 * @return the results of the filtering operation 154 * @param results the results of the filtering operation 177 * <p>Holds the results of a filtering operation. The results are the values 178 * computed by the filtering operation and the number of these values.</p [all...] |
/frameworks/base/drm/libdrmframework/plugins/forward-lock/internal-format/common/ |
FwdLockGlue.h | 30 * @return A Boolean value indicating whether the operation was successful. 38 * @return A Boolean value indicating whether the operation was successful. 59 * @return A Boolean value indicating whether the operation was successful. 74 * @return A Boolean value indicating whether the operation was successful.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/ |
omxtypes_s.h | 17 OMX_Sts_MemAllocErr EQU -9 ;// Not enough memory allocated for the operation 35 ;// Huffman decoding operation terminated early. 37 ;// operation terminated early. 38 OMX_StsIPPP_ContextMatchErr EQU -17 ;// Context parameter doesn't match to the operation
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/ |
omxtypes_s.h | 17 OMX_Sts_MemAllocErr EQU -9 ;// Not enough memory allocated for the operation 35 ;// Huffman decoding operation terminated early. 37 ;// operation terminated early. 38 OMX_StsIPPP_ContextMatchErr EQU -17 ;// Context parameter doesn't match to the operation
|