HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 151 - 175 of 10466) sorted by null

1 2 3 4 5 67 8 91011>>

  /art/runtime/interpreter/mterp/x86/
binop1.S 3 * Generic 32-bit binary operation in which both operands loaded to
fpcvt.S 3 * Generic 32-bit FP conversion operation.
shop2addr.S 3 * Generic 32-bit "shift/2addr" operation.
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
DelaySensorOperation.java 36 * @param operation the child {@link SensorOperation} to perform after the delay
40 public DelaySensorOperation(SensorOperation operation, long delay, TimeUnit timeUnit) {
41 super(operation.getStats());
42 mOperation = 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/autotest/site_utils/deploy_autotest/
common_util.py 37 parser.add_argument('operation',
38 help='Operation to perform. Must be one of: %s' %
46 if not parsed_args.operation in VALID_COMMANDS:
47 parser.error('Invalid operation specified. Must be one of: %s' %
  /external/clang/test/CodeGenCXX/
2010-03-09-AnonAggregate.cpp 4 // combined with RAUW operation.
  /external/curl/tests/data/
test405 18 FTPS operation to FTP port
test501 26 simple libcurl attempt operation without URL set
  /external/guava/guava/src/com/google/common/collect/
RangeSet.java 28 * <p>Implementations that choose to support the {@link #add(Range)} operation are required to
106 * <p>The returned view supports the {@link #add} operation if this {@code RangeSet} supports
124 * Adds the specified range to this {@code RangeSet} (optional operation). That is, for equal
133 * operation
138 * Removes the specified range from this {@code RangeSet} (optional operation). After this
139 * operation, if {@code range.contains(c)}, {@code this.contains(c)} will return {@code false}.
144 * operation
149 * Removes all ranges from this {@code RangeSet} (optional operation). After this operation,
155 * operation
    [all...]
  /external/iptables/include/linux/netfilter/
xt_CHECKSUM.h 17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
xt_ecn.h 23 __u8 operation; member in struct:xt_ecn_info
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_CHECKSUM.h 17 __u8 operation; /* bitset of operations */ member in struct:xt_CHECKSUM_info
  /external/llvm/test/CodeGen/PowerPC/
selectiondag-extload-computeknownbits.ll 3 ; Check that llc does not crash due to an illegal APInt operation
  /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/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
FileSystemException.java 21 * Represents an error that occurs while performing a FileSystem operation.
29 * The path involved in the file system operation that caused the exception
41 * @param path - the path involved in the file system operation that caused the exception
51 * @param path - the path involved in the file system operation that caused the exception
  /external/opencv3/samples/cpp/tutorial_code/ImgProc/
Morphology_2.cpp 45 /// Create Trackbar to select Morphology operation
72 int operation = morph_operator + 2; local
76 /// Apply the specified morphology operation
77 morphologyEx( src, dst, operation, element );
  /external/parameter-framework/asio-1.10.6/include/asio/detail/
completion_handler.hpp 20 #include "asio/detail/operation.hpp"
28 class completion_handler : public operation
34 : operation(&completion_handler::do_complete),
39 static void do_complete(io_service_impl* owner, operation* base,
  /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)

Completed in 709 milliseconds

1 2 3 4 5 67 8 91011>>