HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 101 - 125 of 5113) sorted by null

1 2 3 45 6 7 8 91011>>

  /hardware/ti/omap4xxx/security/tee_client_api/
schannel6_protocol.h 168 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
176 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
185 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
199 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
215 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
229 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
240 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
252 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
263 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
278 uint32_t nOperationID; /* an opaque Normal World identifier for the operation */
    [all...]
  /external/openssl/apps/
cms.c 105 int operation = 0; local
162 operation = SMIME_ENCRYPT;
164 operation = SMIME_DECRYPT;
166 operation = SMIME_SIGN;
168 operation = SMIME_SIGN_RECEIPT;
170 operation = SMIME_RESIGN;
172 operation = SMIME_VERIFY;
177 operation = SMIME_VERIFY_RECEIPT;
184 operation = SMIME_CMSOUT;
186 operation = SMIME_DATAOUT
    [all...]
  /frameworks/base/core/java/android/content/
AsyncQueryHandler.java 185 * Attempts to cancel operation that has not already started. Note that
186 * there is no guarantee that the operation will be canceled. They still may
190 * @param token The token representing the operation to be canceled.
198 * This method begins an asynchronous insert. When the insert operation is
202 * the insert operation.
204 * @param uri the Uri passed to the insert operation.
205 * @param initialValues the ContentValues parameter passed to the insert operation.
224 * This method begins an asynchronous update. When the update operation is
228 * the update operation.
230 * @param uri the Uri passed to the update operation
    [all...]
  /external/e2fsprogs/intl/
plural-exp.c 38 .operation = var,
43 .operation = num,
52 .operation = not_equal,
80 plvar.operation = var;
83 plone.operation = num;
87 GERMANIC_PLURAL.operation = not_equal;
  /external/kernel-headers/original/asm-generic/bitops/
non-atomic.h 16 * may be that only one operation succeeds.
41 * may be that only one operation succeeds.
56 * This operation is non-atomic and can be reordered.
57 * If two examples of this operation race, one can appear to succeed
75 * This operation is non-atomic and can be reordered.
76 * If two examples of this operation race, one can appear to succeed
  /external/llvm/include/llvm/MC/
MCWin64EH.h 31 OpType Operation;
37 : Operation(Op), Label(L), Offset(0), Register(Reg) {
41 : Operation(Size>128 ? Win64EH::UOP_AllocLarge : Win64EH::UOP_AllocSmall),
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) {
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
55 OpType getOperation() const { return Operation; }
  /external/webkit/Source/WebKit/mac/WebView/
WebFrameView.h 83 @abstract Creates a print operation set up to print this frame
84 @result A newly created print operation object
90 @abstract Called by the host application before it initializes and runs a print operation.
91 @result If NO is returned, the host application will abort its print operation and call -printDocumentView on the
92 WebFrameView. The document view is then expected to run its own print operation. If YES is returned, the host
93 application's print operation will continue as normal.
  /libcore/luni/src/main/java/java/nio/channels/
GatheringByteChannel.java 24 * operation. The corresponding interface for read operations is
39 * operation.
42 * operation is in progress. The interrupt state of the calling
63 * If a write operation is in progress, subsequent threads will block until
77 * operation.
80 * operation is in progress. The interrupt state of the calling
ScatteringByteChannel.java 24 * single operation. The corresponding interface for writes is
39 * operation.
42 * operation is in progress. The interrupt state of the calling
59 * If a read operation is in progress, subsequent threads will block until
71 * operation.
74 * operation is in progress. The interrupt state of the calling
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
String.java 27 * The 'string()' operation expression executer.
34 * Apply the operation to two operands, and return the result.
39 * @return non-null reference to the XObject that represents the result of the operation.
  /external/bluetooth/glib/gio/
gasyncresult.h 42 * Holds results information for an asynchronous operation,
43 * usually passed directly to a asynchronous _finish() operation.
52 * @get_source_object: Gets the source object that issued the asynchronous operation.
  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
web_contents_drag_source.h 53 // -draggedImage:endedAt:operation:.
55 operation:(NSDragOperation)operation;
  /external/emma/core/res/com/vladium/emma/
run_usage.res 65 "verbose output operation";
70 "quiet operation (ignore all but warnings and severe errors)";
75 "extra-quiet operation (ignore all but severe errors)";
  /external/iptables/extensions/
libxt_CHECKSUM.c 37 einfo->operation = XT_CHECKSUM_OP_FILL;
48 if (einfo->operation & XT_CHECKSUM_OP_FILL)
57 if (einfo->operation & XT_CHECKSUM_OP_FILL)
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport_Connectionless.c 108 * \retval NFCSTATUS_SUCCESS Operation successful.
111 * \retval NFCSTATUS_FAILED Operation failed.
158 * operation is completed.
162 * \retval NFCSTATUS_SUCCESS Operation successful.
165 * \retval NFCSTATUS_PENDING Reception operation is in progress,
168 * a valid type to perform the requsted operation.
171 * \retval NFCSTATUS_FAILED Operation failed.
224 * operation is completed.
228 * \retval NFCSTATUS_SUCCESS Operation successful.
231 * \retval NFCSTATUS_PENDING Reception operation is in progress
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/
DeleteTextureOperation.h 40 virtual bool operator==(const QueuedOperation* operation)
42 if (operation->type() != type())
44 const DeleteTextureOperation* op = static_cast<const DeleteTextureOperation*>(operation);
  /libcore/dom/src/test/java/org/w3c/domts/
UserDataMonitor.java 39 * @param operation
51 short operation,
57 new UserDataNotification(operation, key, data, src, dst));
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
sem.h 45 short int sem_op; /* semaphore operation */
46 short int sem_flg; /* operation flag */
52 /* Semaphore control operation. */
  /bionic/libc/kernel/common/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_SQRT_DOUBLE_VFP.S 3 * 64-bit floating point vfp sqrt operation.
  /dalvik/vm/mterp/c/
OP_IPUT_OBJECT.cpp 4 * do this because it slows down a very common operation. It's not so bad
OP_IPUT_OBJECT_JUMBO.cpp 4 * do this because it slows down a very common operation. It's not so bad
  /dalvik/vm/mterp/x86/
binflop2addr.S 2 * Generic 32-bit binary float operation.
binop1.S 3 * Generic 32-bit binary operation in which both operands loaded to
binopWide.S 2 * Generic 64-bit binary operation.

Completed in 440 milliseconds

1 2 3 45 6 7 8 91011>>