HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 126 - 150 of 9314) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/os/
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/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 115 * Operation is our binder-safe ContentProviderOperation (CPO) construct; an Operation can
127 protected static class Operation {
132 // Is this Operation a separator? (a good place to break up a large transaction)
138 Operation(ContentProviderOperation.Builder builder, String columnName, int offset) {
145 Operation(ContentProviderOperation.Builder builder) {
152 Operation(ContentProviderOperation op) {
193 * Convert an Operation to a CPO; if the Operation has a back reference, apply it with the
197 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/chromium_org/chrome/renderer/safe_browsing/
murmurhash3_util_unittest.cc 5 // Unit test to verify basic operation of murmurhash3.
  /external/chromium_org/third_party/WebKit/ManualTests/
editing-disabled-node-replace-crash.html 10 <p>Renderer should not crash in that operation.</p>
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimatableClipPathOperation.h 42 static PassRefPtr<AnimatableClipPathOperation> create(ClipPathOperation* operation)
44 return adoptRef(new AnimatableClipPathOperation(operation));
52 AnimatableClipPathOperation(ClipPathOperation* operation)
53 : m_operation(operation)
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 52 inline Instruction *mkOp(operation, DataType, Value *);
53 Instruction *mkOp1(operation, DataType, Value *, Value *);
54 Instruction *mkOp2(operation, DataType, Value *, Value *, Value *);
55 Instruction *mkOp3(operation, DataType, Value *, Value *, Value *, Value *);
57 LValue *mkOp1v(operation, DataType, Value *, Value *);
58 LValue *mkOp2v(operation, DataType, Value *, Value *, Value *);
59 LValue *mkOp3v(operation, DataType, Value *, Value *, Value *, Value *);
62 Instruction *mkStore(operation, DataType, Symbol *, Value *ptr, Value *val);
72 Instruction *mkCvt(operation, DataType, Value *, DataType, Value *);
73 CmpInstruction *mkCmp(operation, CondCode, DataType
    [all...]
  /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/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_build_util.h 52 inline Instruction *mkOp(operation, DataType, Value *);
53 Instruction *mkOp1(operation, DataType, Value *, Value *);
54 Instruction *mkOp2(operation, DataType, Value *, Value *, Value *);
55 Instruction *mkOp3(operation, DataType, Value *, Value *, Value *, Value *);
57 LValue *mkOp1v(operation, DataType, Value *, Value *);
58 LValue *mkOp2v(operation, DataType, Value *, Value *, Value *);
59 LValue *mkOp3v(operation, DataType, Value *, Value *, Value *, Value *);
62 Instruction *mkStore(operation, DataType, Symbol *, Value *ptr, Value *val);
72 Instruction *mkCvt(operation, DataType, Value *, DataType, Value *);
73 CmpInstruction *mkCmp(operation, CondCode, DataType
    [all...]
  /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);

Completed in 1127 milliseconds

1 2 3 4 56 7 8 91011>>