/external/apache-xml/src/main/java/org/apache/xpath/operations/ |
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.
|
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.
|
/system/keymaster/ |
operation_table.cpp | 24 #include "operation.h" 29 delete operation; 30 operation = NULL; 34 keymaster_error_t OperationTable::Add(Operation* operation, 42 UniquePtr<Operation> op(operation); 52 if (table_[i].operation == NULL) { 53 table_[i].operation = op.release(); 61 Operation* OperationTable::Find(keymaster_operation_handle_t op_handle) [all...] |
operation.h | 33 class Operation; 54 virtual Operation* CreateOperation(const Key& key, const AuthorizationSet& begin_params, 88 class Operation { 90 explicit Operation(keymaster_purpose_t purpose) : purpose_(purpose) {} 91 virtual ~Operation() {}
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciCommand.c | 23 @param Operation Type of Operation.
24 @param PtrCommand Return buffer holding old PCI command, if operation is not EFI_SET_REGISTER.
26 @return Status of PciIo operation.
34 IN UINT8 Operation,
45 if (Operation != EFI_SET_REGISTER) {
54 if (Operation == EFI_GET_REGISTER) {
60 if (Operation == EFI_ENABLE_REGISTER) {
62 } else if (Operation == EFI_DISABLE_REGISTER) {
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
QNCSmbusExec.c | 33 @param Operation Signifies which particular SMBus hardware protocol instance that
38 operation.
39 @param Length Signifies the number of bytes that this operation will do. The
40 maximum number of bytes can be revision specific and operation
42 are executed for this operation. Not all operations require this
50 @retval EFI_INVALID_PARAMETER Operation is not defined in EFI_SMBUS_OPERATION.
54 @retval EFI_UNSUPPORTED The SMBus operation or PEC is not supported.
55 @retval EFI_BUFFER_TOO_SMALL Buffer is not sufficient for this operation.
62 IN EFI_SMBUS_OPERATION Operation,
77 switch (Operation) {
[all...] |
/external/llvm/include/llvm/MC/ |
MCDwarf.h | 346 OpType Operation; 356 : Operation(Op), Label(L), Register(R), Offset(O), 362 : Operation(Op), Label(L), Register(R1), Register2(R2) { 461 OpType getOperation() const { return Operation; } 465 assert(Operation == OpDefCfa || Operation == OpOffset || 466 Operation == OpRestore || Operation == OpUndefined || 467 Operation == OpSameValue || Operation == OpDefCfaRegister | [all...] |
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
CpuService.c | 218 if (gSmmCpuPrivate->Operation[ProcessorNumber] != SmmCpuNone ||
226 gSmmCpuPrivate->Operation[ProcessorNumber] = SmmCpuSwitchBsp;
286 gSmmCpuPrivate->Operation[Index] = SmmCpuAdd;
303 @retval EFI_UNSUPPORTED Hot removal of a processor with pending hot-plug operation is not supported.
332 if (gSmmCpuPrivate->Operation[ProcessorNumber] != SmmCpuNone) {
342 gSmmCpuPrivate->Operation[ProcessorNumber] = SmmCpuRemove;
390 Update the SMM CPU list per the pending operation.
405 if (gSmmCpuPrivate->Operation[Index] == SmmCpuSwitchBsp) {
406 gSmmCpuPrivate->Operation[Index] = SmmCpuNone;
416 if (gSmmCpuPrivate->Operation[Index] == SmmCpuAdd) { [all...] |
/external/protobuf/src/google/protobuf/ |
wire_format.h | 233 enum Operation { 241 static void VerifyUTF8String(const char* data, int size, Operation op); 246 Operation op, 313 WireFormat::Operation op) { 316 data, size, static_cast<WireFormatLite::Operation>(op), NULL); 324 const char* data, int size, WireFormat::Operation op, 328 data, size, static_cast<WireFormatLite::Operation>(op), field_name);
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
wire_format.h | 233 enum Operation { 241 static void VerifyUTF8String(const char* data, int size, Operation op); 246 Operation op, 313 WireFormat::Operation op) { 316 data, size, static_cast<WireFormatLite::Operation>(op), NULL); 324 const char* data, int size, WireFormat::Operation op, 328 data, size, static_cast<WireFormatLite::Operation>(op), field_name);
|
/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/swiftshader/third_party/LLVM/include/llvm/MC/ |
MCDwarf.h | 234 OpType Operation; 241 : Operation(Op), Label(L) { 245 : Operation(Op), Label(L), Destination(Register) { 250 : Operation(Move), Label(L), Destination(D), Source(S) { 254 : Operation(Op), Label(L), Destination(D), Source(S) { 257 OpType getOperation() const { return Operation; }
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Ppi/BaseMemoryTest/ |
BaseMemoryTest.h | 48 IN PEI_MEMORY_TEST_OP Operation,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/PciHotPlugRequest/ |
PciHotPlugRequest.h | 39 IN EFI_PCI_HOTPLUG_OPERATION Operation,
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/ |
DmaLib.h | 6 DMA Bus Master Read Operation:
10 Wait for DMA Bus Master to complete the read operation.
13 DMA Bus Master Write Operation:
17 Wait for DMA Bus Master to complete the write operation.
20 DMA Bus Master Common Buffer Operation:
45 /// A read operation from system memory by a bus master.
49 /// A write operation from system memory by a bus master.
66 Operation is relative to the DMA bus master.
68 @param Operation Indicates if the bus master is going to read or write to system memory.
86 IN DMA_MAP_OPERATION Operation,
[all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/ |
PiI2c.h | 113 /// I2C read operation when set
117 /// Define the flags for SMBus operation
119 /// The following flags are also present in only the first I2C operation
124 /// SMBus operation
127 /// SMBus block operation
129 /// the LengthInBytes field of the operation in the request packet with
138 /// SMBus process call operation
250 /// I2C device operation
254 /// Some transactions will consist of a single operation while others will
258 /// only) operation and will return EFI_UNSUPPORTED status when these [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
PciHotPlugRequest.h | 22 be called with an add operation, and the PCI bus driver will enumerate and
24 interface will be called with a remove operation, and the PCI bus driver will
86 operations include add operation and remove operation. If it is a add operation,
93 NumberOfChildren. If it is a remove operation, when NumberOfChildren contains
100 @param[in] Operation The operation the PCI bus driver is requested
107 when the Operation is a add operation. If [all...] |