HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 51 - 75 of 207) sorted by null

1 23 4 5 6 7 8 9

  /external/apache-xml/src/main/java/org/apache/xpath/operations/
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/chromium_org/chrome/browser/extensions/api/image_writer_private/
write_from_file_operation.cc 20 : Operation(manager, extension_id, storage_unit_id) {
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
wire_format.h 177 enum Operation {
183 static void VerifyUTF8String(const char* data, int size, Operation op);
190 Operation op);
230 WireFormat::Operation op) {
  /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);
reweight.cc 28 Apply<Operation<ReweightArgs> >("Reweight", fst->ArcType(), &args);
synchronize.cc 28 Apply<Operation<SynchronizeArgs> >("Synchronize", ifst.ArcType(), &args);
union.cc 29 Apply<Operation<UnionArgs> >("Union", fst1->ArcType(), &args);
  /frameworks/base/obex/javax/obex/
Operation.java 42 * The <code>Operation</code> interface provides ways to manipulate a single
43 * OBEX PUT or GET operation. The implementation of this interface sends OBEX
44 * packets as they are built. If during the operation the peer in the operation
45 * ends the operation, an <code>IOException</code> is thrown on the next read
62 * operation, the new headers will be sent during the next packet exchange.
71 * Operation op = conn.put(head);
87 * Operation op = conn.get(head);
102 * <H3>Client PUT Operation Flow</H3> For PUT operations, a call to
110 * <H3>Client GET Operation Flow</H3> For GET operation, a call t
    [all...]

Completed in 257 milliseconds

1 23 4 5 6 7 8 9