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

1 2 34 5 6 7 8 91011>>

  /external/chromium/net/disk_cache/
cache_util.h 17 // permission for the operation. This is basically a rename operation
  /external/libcap-ng/libcap-ng-0.7/docs/
capng_update.3 11 capng_update will update the internal posix capabilities settings based on the options passed to it. The action should be eith CAPNG_DROP to set the capability bit to 0, or CAPNG_ADD to set the capability bit to 1. The operation is performed on the capability set specified in the type parameter. The values are: CAPNG_EFFECTIVE, CAPNG_PERMITTED, CAPNG_INHERITABLE, CAPNG_BOUNDING_SET. The values may be or'ed together to perform the same operation on multiple sets. The last paramter, capability, is the capability define as given in linux/capability.h.
  /external/wpa_supplicant_8/src/crypto/
aes-encblock.c 17 * aes_128_encrypt_block - Perform one AES 128-bit block operation
20 * @out: Output of the AES block operation (16 bytes)
  /frameworks/base/core/java/android/os/
CancellationSignal.java 23 * Provides the ability to cancel an operation in progress.
38 * Returns true if the operation has been canceled.
40 * @return True if the operation has been canceled.
49 * Throws {@link OperationCanceledException} if the operation has been canceled.
51 * @throws OperationCanceledException if the operation has been canceled.
60 * Cancels the operation and signals the cancellation listener.
61 * If the operation has not yet started, then it will be canceled as soon as it does.
99 * while performing a long-running operation. This method is not intended to be
OperationCanceledException.java 21 * An exception type that is thrown when an operation in progress is canceled.
31 super(message != null ? message : "The operation has been canceled.");
  /frameworks/base/media/java/android/media/
NotProvisionedException.java 20 * Exception thrown when an operation on a MediaDrm object is attempted
23 * the operation.
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngineResult.java 57 * operation.
62 * the current operation.
67 * complete the current operation.
71 * The operation closed this side of the communication or was already
76 * The operation completed successfully.
98 * the return value of the {@code SSLEngine} operation.
131 * Returns the return value of the {@code SSLEngine} operation.
133 * @return the return value of the {@code SSLEngine} operation.
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 151 * Operation is our binder-safe ContentProviderOperation (CPO) construct; an Operation can
163 protected static class Operation {
168 // Is this Operation a separator? (a good place to break up a large transaction)
174 Operation(ContentProviderOperation.Builder builder, String columnName, int offset) {
181 Operation(ContentProviderOperation.Builder builder) {
188 Operation(ContentProviderOperation op) {
232 * Convert an Operation to a CPO; if the Operation has a back reference, apply it with the
236 static ContentProviderOperation operationToContentProviderOperation(Operation op, int offset)
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
funop.S 2 * Generic 32bit-to-32bit floating point unary operation. Provide an
funopNarrower.S 2 * Generic 64bit-to-32bit floating point unary operation. Provide an
funopWider.S 2 * Generic 32bit-to-64bit floating point unary operation. Provide an
  /dalvik/vm/mterp/x86/
binflop.S 2 * Generic 32-bit binary float operation.
fpcvt.S 3 * Generic 32-bit FP conversion operation.
shop2addr.S 3 * Generic 32-bit "shift/2addr" operation.
  /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.
  /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/openfst/src/script/
prune.cc 29 Apply<Operation<PruneArgs1> >("Prune", fst->ArcType(), &args);
37 Apply<Operation<PruneArgs2> >("Prune", fst->ArcType(), &args);
47 Apply<Operation<PruneArgs3> >("Prune", ifst.ArcType(), &args);
55 Apply<Operation<PruneArgs4> >("Prune", fst->ArcType(), &args);
  /external/webkit/LayoutTests/fast/dom/DeviceOrientation/
basic-operation.html 9 <script src="script-tests/basic-operation.js"></script>

Completed in 709 milliseconds

1 2 34 5 6 7 8 91011>>