HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 26 - 50 of 146) sorted by null

12 3 4 5 6

  /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...]
  /external/openfst/src/extensions/far/
farscript.cc 46 Apply<Operation<FarCompileStringsArgs> >("FarCompileStrings", arc_type,
61 Apply<Operation<FarCreateArgs> >("FarCreate", arc_type, &args);
72 Apply<Operation<FarExtractArgs> >("FarExtract", arc_type, &args);
82 Apply<Operation<FarInfoArgs> >("FarInfo", arc_type, &args);
102 Apply<Operation<FarPrintStringsArgs> >("FarPrintStrings", arc_type,
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryServiceHelper.java 19 import com.android.calendar.AsyncQueryService.Operation;
108 builder.append(Operation.opToChar(op));
142 * Compares an user-visible operation to this private OperationInfo
145 * @param o operation to be compared
148 public boolean equivalent(Operation o) {
154 * Queues the operation for execution
157 * @param args OperationInfo object describing the operation
172 * Gets the last delayed operation. It is typically used for canceling.
174 * @return Operation object which contains of the last cancelable operation
    [all...]
  /external/openfst/src/extensions/pdt/
pdtscript.cc 51 Apply<Operation<PdtComposeArgs> >("PdtCompose", ifst1.ArcType(), &args);
59 Apply<Operation<PdtExpandArgs> >("PdtExpand", ifst.ArcType(), &args);
81 Apply<Operation<PdtReplaceArgs> >("PdtReplace", ofst->ArcType(), &args);
89 Apply<Operation<PdtReverseArgs> >("PdtReverse", ifst.ArcType(), &args);
98 Apply<Operation<PdtShortestPathArgs> >("PdtShortestPath",
105 Apply<Operation<PrintPdtInfoArgs> >("PrintPdtInfo", ifst.ArcType(), &args);
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Div.java 28 * The 'div' operation expression executer.
30 public class Div extends Operation
35 * Apply the operation to two operands, and return the result.
41 * @return non-null reference to the XObject that represents the result of the operation.
52 * Evaluate this operation directly to a double.
56 * @return The result of the operation as a double.
Minus.java 28 * The binary '-' operation expression executer.
30 public class Minus extends Operation
35 * Apply the operation to two operands, and return the result.
42 * result of the operation.
53 * Evaluate this operation directly to a double.
57 * @return The result of the operation as a double.
Mod.java 28 * The 'mod' operation expression executer.
30 public class Mod extends Operation
35 * Apply the operation to two operands, and return the result.
41 * @return non-null reference to the XObject that represents the result of the operation.
52 * Evaluate this operation directly to a double.
56 * @return The result of the operation as a double.
Mult.java 28 * The '*' operation expression executer.
30 public class Mult extends Operation
35 * Apply the operation to two operands, and return the result.
41 * @return non-null reference to the XObject that represents the result of the operation.
52 * Evaluate this operation directly to a double.
56 * @return The result of the operation as a double.
Operation.java 19 * $Id: Operation.java 468655 2006-10-28 07:12:06Z minchau $
30 * The baseclass for a binary operation.
32 public class Operation extends Expression implements ExpressionOwner
80 * Set the left and right operand expressions for this operation.
95 * Execute a binary operation by calling execute on each of the operands,
101 * @return The XObject result of the operation.
119 * Apply the operation to two operands, and return the result.
125 * @return non-null reference to the XObject that represents the result of the operation.
135 /** @return the left operand of binary operation, as an Expression.
141 /** @return the right operand of binary operation, as an Expression
    [all...]
Plus.java 28 * The '+' operation expression executer.
30 public class Plus extends Operation
35 * Apply the operation to two operands, and return the result.
41 * @return non-null reference to the XObject that represents the result of the operation.
52 * Evaluate this operation directly to a double.
56 * @return The result of the operation as a double.
  /external/openfst/src/script/
arcsort.cc 27 Apply<Operation<ArcSortArgs> >("ArcSort", fst->ArcType(), &args);
closure.cc 27 Apply<Operation<ClosureArgs> >("Closure", fst->ArcType(), &args);
convert.cc 29 Apply<Operation<ConvertArgs> >("Convert", ifst.ArcType(),
decode.cc 28 Apply<Operation<DecodeArgs> >("Decode", ofst->ArcType(), &args);
determinize.cc 30 Apply<Operation<DeterminizeArgs> >("Determinize", ifst.ArcType(), &args);
encode.cc 29 Apply<Operation<EncodeArgs> >("Encode", ofst->ArcType(), &args);
epsnormalize.cc 29 Apply<Operation<EpsNormalizeArgs> >("EpsNormalize", ifst.ArcType(), &args);
equal.cc 30 Apply<Operation<EqualArgs> >("Equal", fst1.ArcType(), &args_with_retval);
equivalent.cc 31 Apply<Operation<EquivalentArgs> >("Equivalent", fst1.ArcType(),
info.cc 31 Apply<Operation<InfoArgs> >("PrintFstInfo", f.ArcType(), &args);
map.cc 29 Apply<Operation<MapArgs> >("Map", ifst.ArcType(), &args_with_retval);
minimize.cc 28 Apply<Operation<MinimizeArgs> >("Minimize", ofst1->ArcType(), &args);
project.cc 27 Apply<Operation<ProjectArgs> >("Project", ofst->ArcType(), &args);
randgen.cc 29 Apply<Operation<RandGenArgs> >("RandGen", ifst.ArcType(), &args);
reverse.cc 29 Apply<Operation<ReverseArgs> >("Reverse", fst1.ArcType(), &args);

Completed in 972 milliseconds

12 3 4 5 6