/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/browser/chromeos/settings/ |
device_settings_service.cc | 164 // the next SessionManagerOperation completes. If no operation is pending, 165 // start a load operation to fetch the key and report the result. 223 void DeviceSettingsService::Enqueue(SessionManagerOperation* operation) { 224 pending_operations_.push_back(operation); 225 if (pending_operations_.front() == operation) 230 SessionManagerOperation* operation = local 235 operation->set_force_key_load(force_key_load); 236 Enqueue(operation); 257 SessionManagerOperation* operation, 259 DCHECK_EQ(operation, pending_operations_.front()) [all...] |
/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/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);
|
/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)
|
/frameworks/base/tools/preload/ |
Android.mk | 9 Operation.java \
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
concept.hpp | 32 Result of the find operation must be convertible to iterator_range. 42 // Operation 55 takes a result from a finder operation and transforms it 67 // Operation
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
consts.py | 0 # operation flags
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
consts.py | 0 # operation flags
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorTestOperations/ |
RepeatingSensorTestOperation.java | 22 * High level SensorTestOperation that executes the inner operation in a loop. 28 public RepeatingSensorTestOperation(SensorTestOperation operation, int repetitionCount) { 29 mSensorTestOperation = operation;
|
/external/chromium_org/chrome/common/ |
benchmarking_messages.h | 28 // |result| is the returned status from the operation. 34 // |result| is the returned status from the operation. 45 // |result| is the returned status from the operation.
|