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

1 2 34 5 6 7 8 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Gt.java 27 * The '>' operation expression executer.
29 public class Gt extends Operation
34 * 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.
Gte.java 27 * The '>=' operation expression executer.
29 public class Gte extends Operation
34 * 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.
Lt.java 27 * The '<' operation expression executer.
29 public class Lt extends Operation
34 * 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.
Lte.java 27 * The '<=' operation expression executer.
29 public class Lte extends Operation
34 * 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.
NotEquals.java 27 * The '!=' operation expression executer.
29 public class NotEquals extends Operation
34 * 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.
Quo.java 27 * The 'quo' operation expression executer. (no longer supported by XPath).
30 public class Quo extends Operation
37 * Apply the operation to two operands, and return the result.
43 * @return non-null reference to the XObject that represents the result of the operation.
Bool.java 28 * The 'boolean()' 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.
54 * Evaluate this operation directly to a boolean.
58 * @return The result of the operation as a boolean.
Number.java 28 * The 'number()' 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.
54 * Evaluate this operation directly to a double.
58 * @return The result of the operation as a double.
  /external/chromium/chrome/browser/importer/
importer_observer.h 15 // The import operation was completed successfully.
  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 4 // combined with RAUW operation.
  /external/iptables/include/linux/netfilter/
xt_CHECKSUM.h 17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/
basic-operation.html 9 <script src="script-tests/basic-operation.js"></script>
  /frameworks/base/core/java/android/content/
EventLogTags.logtags 6 52003 content_update_sample (uri|3),(operation|3),(selection|3),(time|1|3),(blocking_package|3),(sample_percent|1|6)
  /frameworks/base/tools/preload/
Android.mk 9 Operation.java \
  /hardware/ti/omap4xxx/camera/
BaseCameraAdapter.cpp 328 status_t BaseCameraAdapter::sendCommand(CameraCommands operation, int value1, int value2, int value3)
337 switch ( operation ) {
350 ret = setState(operation);
403 ret = setState(operation);
456 ret = setState(operation);
502 ret = setState(operation);
528 ret = setState(operation);
556 ret = setState(operation);
584 ret = setState(operation);
612 ret = setState(operation);
    [all...]
  /external/emma/core/res/com/vladium/emma/instr/
instr_usage.res 49 "verbose output operation";
54 "quiet operation (ignore all but warnings and severe errors)";
59 "extra-quiet operation (ignore all but severe errors)";
  /external/emma/core/res/com/vladium/emma/report/
report_usage.res 34 "verbose output operation";
39 "quiet operation (ignore all but warnings and severe errors)";
44 "extra-quiet operation (ignore all but severe errors)";
  /frameworks/base/media/java/android/media/videoeditor/
ExtractAudioWaveformProgressListener.java 30 * an extractAudioWaveform operation.
31 * This method may be called maximum 100 times for one operation.
33 * @param progress The progress in %. At the beginning of the operation,
  /hardware/ti/omap4xxx/libtiutils/
Semaphore.h 42 ///Wait operation
45 ///Signal operation
51 ///Wait operation with a timeout
  /external/openssl/crypto/evp/
pmeth_fn.c 91 ctx->operation = EVP_PKEY_OP_SIGN;
96 ctx->operation = EVP_PKEY_OP_UNDEFINED;
110 if (ctx->operation != EVP_PKEY_OP_SIGN)
128 ctx->operation = EVP_PKEY_OP_VERIFY;
133 ctx->operation = EVP_PKEY_OP_UNDEFINED;
147 if (ctx->operation != EVP_PKEY_OP_VERIFY)
164 ctx->operation = EVP_PKEY_OP_VERIFYRECOVER;
169 ctx->operation = EVP_PKEY_OP_UNDEFINED;
183 if (ctx->operation != EVP_PKEY_OP_VERIFYRECOVER)
201 ctx->operation = EVP_PKEY_OP_ENCRYPT
    [all...]
  /frameworks/base/core/java/android/app/backup/
IRestoreObserver.aidl 22 * Callback class for receiving progress reports during a restore operation.
40 * The restore operation has begun.
43 * this restore operation.
59 * The restore operation has completed.
61 * @param error Zero on success; a nonzero error code if the restore operation
  /libcore/luni/src/main/java/java/nio/channels/
Selector.java 31 * that have been canceled since last select operation are moved to the set of
32 * canceled keys. During the select operation, the channels registered with this
33 * selector are checked to see whether they are ready for operation according to
100 * @return the number of channels that are ready for operation.
118 * @return the number of channels that are ready for operation.
129 * Gets the selection keys whose channels are ready for operation. The set
133 * @return the selection keys whose channels are ready for operation.
141 * according to its {@link SelectionKey interest set}. This operation will
144 * @return the number of channels that are ready for operation, 0 if none is
156 * If no {@code select} operation is blocked when {@code wakeup()} is calle
    [all...]
SelectionKey.java 22 * <h3>Operation set</h3>
23 * An operation set is represented by an integer value. The bits of an operation
28 * The interest set is an operation set that defines the operations that a
31 * The ready set is an operation set that shows the operations that a
47 * Interesting operation mask bit for read operations.
139 * operation and is ready to accept new connections. A call to this method
142 * @return {@code true} if the channel is interested in the accept operation
153 * operation and is ready to connect. A call to this method is equal to
157 * operation and is ready to connect, {@code false} otherwise
    [all...]
  /external/icu4c/test/intltest/
idnaref.h 31 * This function implements the ToASCII operation as defined in the IDNA draft.
32 * This operation is done on <b>single labels</b> before sending it to something that expects
46 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
48 * If TRUE and the input does not statisfy STD3 rules, the operation
71 * This function implements the ToUnicode operation as defined in the IDNA draft.
72 * This operation is done on <b>single labels</b> before sending it to something that expects
85 * If FALSE the operation fails with U_UNASSIGNED_CODE_POINT_FOUND error code.
87 * If TRUE and the input does not statisfy STD3 rules, the operation
110 * Convenience function that implements the IDNToASCII operation as defined in the IDNA draft.
111 * This operation is done on complete domain names, e.g: "www.example.com".
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/perf/reader/
perf_reader.c 68 U32 ulData0, ulData1, ulData2, ulData3, ulData4, ulData5, ulData6, ulData7, operation; local
127 /* get operation */
129 operation = ulData1 & PERF_LOG_Mask;
131 if (operation != PERF_LOG_Location)
155 if (operation & PERF_LOG_Buffer)
157 /* Buffer operation */
158 if (operation & PERF_LOG_Xfering) {
163 sending = operation & PERF_LOG_Sending;
188 else if (operation & PERF_LOG_Command)
193 operation & PERF_LOG_Sending
    [all...]

Completed in 623 milliseconds

1 2 34 5 6 7 8 91011>>