HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 151 - 175 of 6286) sorted by null

1 2 3 4 5 67 8 91011>>

  /dalvik/vm/mterp/x86/
binop1.S 3 * Generic 32-bit binary operation in which both operands loaded to
binopWide.S 2 * Generic 64-bit binary operation.
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
  /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/bluedroid/bta/include/
bta_hl_ci.h 53 ** status - BTA_MA_STATUS_OK if operation is successful
72 ** status - BTA_MA_STATUS_OK if operation is successful
93 ** status - BTA_MA_STATUS_OK if operation is successful
113 ** status - BTA_MA_STATUS_OK if operation is successful
  /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 9 // This should have %0 and %1 truncated to 33 bits before any operation.
  /external/icu4c/layout/
loengine.h 46 * @param success - output parameter set to an error code if the operation fails
81 * @param success - output parameter set to an error code if the operation fails
111 * @param success - output parameter set to an error code if the operation fails.
128 * @param success - set to an error code if the operation fails
144 * @param success - set to an error code if the operation fails
161 * @param success - set to an error code if the operation fails
179 * @param success - set to an error code if the operation fails
199 * @param success - set to an error code if the operation fails
216 * @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/rendering/
TexturesGenerator.cpp 66 void TexturesGenerator::scheduleOperation(QueuedOperation* operation)
71 mRequestedOperations.append(operation);
72 mRequestedOperationsHash.set(operation->uniquePtr(), operation);
74 bool deferrable = operation->priority() >= gDeferPriorityCutoff;
91 QueuedOperation* operation = mRequestedOperations[i]; local
92 if (filter->check(operation)) {
94 mRequestedOperationsHash.remove(operation->uniquePtr());
95 delete operation;
  /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/av/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/av/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/av/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
  /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...]

Completed in 1695 milliseconds

1 2 3 4 5 67 8 91011>>