/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformPei/ |
Platform.c | 197 UINT8 Operation,
365 @param Operation Type of memory check operation to be performed.
368 @retval EFI_SUCCESS The operation completed successfully.
972 @param Operation Which SMBus protocol will be used
985 UINT8 Operation,
1029 // This is the main operation loop. If the operation results in a Smbus
1035 // Operation Specifics (pre-execution)
1042 switch (Operation) {
[all...] |
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
AMDGPUAsmParser.cpp | 684 bool parseSendMsgConstruct(OperandInfoTy &Msg, OperandInfoTy &Operation, int64_t &StreamId); [all...] |
/external/jmdns/src/javax/jmdns/impl/ |
JmDNSImpl.java | 59 public enum Operation { 148 * Replaces the value corresponding to this entry with the specified value (optional operation). This implementation simply throws <tt>UnsupportedOperationException</tt>, as this class implements an <i>immutable</i> map entry. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/ |
PciEnumerator.c | [all...] |
PciEnumerator.h | 458 happened on the hot-plug controller. Currently, the operations include add operation and remove operation..
461 @param Operation The operation the PCI bus driver is requested to make.
465 For a add operation, it is an output parameter.
466 For a remove operation, it's an input parameter.
469 @retval EFI_INVALID_PARAMETER Operation is not a legal value.
472 ChildHandleBuffer is NULL while Operation is add.
476 as requested, and for an add operation, the new handles are
483 IN EFI_PCI_HOTPLUG_OPERATION Operation,
[all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapVcardManager.java | 71 import javax.obex.Operation; 466 final int composeAndSendSelectedCallLogVcards(final int type, Operation op, 533 final int composeAndSendPhonebookVcards(Operation op, final int startPoint, final int endPoint, 571 final int composeAndSendPhonebookOneVcard(Operation op, final int offset, 667 private final int composeContactsAndSendVCards(Operation op, final Cursor contactIdCursor, 756 private final int composeContactsAndSendSelectedVCards(Operation op, 961 private Operation operation; field in class:BluetoothPbapVcardManager.HandlerForStringBuffer [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
ConPlatform.c | 867 // If performing Delete operation, the NewDevicePath must not be NULL.
930 @param Operation Variable operations, including APPEND, CHECK and DELETE.
941 IN CONPLATFORM_VAR_OPERATION Operation
958 if (Operation != Delete) {
969 if ((Operation == Check) || (!EFI_ERROR (Status))) {
972 // 1. Operation is CHECK, simply return Status.
973 // 2. Operation is APPEND, and device path already exists in variable, also return.
[all...] |
ConPlatform.h | 282 @param Operation Variable operations, including APPEND, CHECK and DELETE.
293 IN CONPLATFORM_VAR_OPERATION Operation
|
/frameworks/base/obex/javax/obex/ |
ClientSession.java | 166 public Operation get(HeaderSet header) throws IOException { 217 Operation op = put(header); 287 public Operation put(HeaderSet header) throws IOException { 426 * Set request inactive. Allows Put and get operation objects to tell this 452 * @param privateInput the input stream used by the Operation object; null 455 * <code>true</code> if the operation completed successfully; 473 // we are in the middle of a SRM PUT operation, don't expect a continue.
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/ |
PciRootBridge.c | 510 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
521 if (Operation == EfiPciOperationBusMasterRead) {
523 } else if (Operation == EfiPciOperationBusMasterWrite) {
525 } else if (Operation == EfiPciOperationBusMasterCommonBuffer) {
|
/device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/ |
PciHostBridge.h | 386 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation;
|
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/ |
DeviceIo.h | 302 IN EFI_IO_OPERATION_TYPE Operation,
317 Operation - Indicates if the bus master is going to read or write to system memory.
328 EFI_INVALID_PARAMETER - The Operation or HostAddress is undefined.
346 Completes the Map() operation and releases any corresponding resources.
|
PcatPciRootBridge.h | 114 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation;
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciRootBridgeIo/ |
PciRootBridgeIo.h | 136 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/StatusCodeDataTypeId/ |
StatusCodeDataTypeId.h | 248 // Memory Error Operation Definition
255 EFI_MEMORY_ERROR_OPERATION Operation;
282 // A shorthand to describe that the operation is performed
287 // A shorthand to describe that the operation is performed // on all devices within the array
291 // A shorthand to describe that the operation is performed // on multiple arrays
295 // A shorthand to describe that the operation is performed // on all the arrays
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
EfiBootScript.h | 163 UINT32 Operation;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ |
InternalIsaBus.h | 149 EFI_ISA_IO_PROTOCOL_OPERATION Operation;
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/ |
IsaDriver.h | 140 EFI_ISA_IO_PROTOCOL_OPERATION Operation;
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcDxe/ |
UfsPciHcDxe.h | 330 @retval EFI_SUCCESS The operation succeeds.
331 @retval others The operation fails.
344 @param Operation Indicates if the bus master is going to read or write to system memory.
363 IN EDKII_UFS_HOST_CONTROLLER_OPERATION Operation,
371 Completes the Map() operation and releases any corresponding resources.
461 memory operation.
489 memory operation.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/ |
StatusCodeDataTypeId.h | 491 /// Memory Error Operation Definition
496 /// Memory Error Operations. Used to fill in EFI_MEMORY_EXTENDED_ERROR_DATA.Operation.
524 /// The operation that resulted in the error being detected.
526 EFI_MEMORY_ERROR_OPERATION Operation;
545 /// A definition to describe that the operation is performed on multiple devices within the array.
551 /// A definition to describe that the operation is performed on all devices within the array.
557 /// A definition to describe that the operation is performed on multiple arrays.
563 /// A definition to describe that the operation is performed on all the arrays.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
PciRootBridgeIo.h | 59 /// A read operation from system memory by a bus master that is not capable of producing
64 /// A write operation from system memory by a bus master that is not capable of producing
74 /// A read operation from system memory by a bus master that is capable of producing PCI
79 /// A write operation to system memory by a bus master that is capable of producing PCI
197 @param DestAddress The destination address of the memory operation.
198 @param SrcAddress The source address of the memory operation.
221 @param Operation Indicates if the bus master is going to read or write to system memory.
240 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
248 Completes the Map() operation and releases any corresponding resources.
|
/device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/ |
PciHostBridge.h | 534 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation;
|
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/ |
PciHostBridge.h | 540 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation;
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/ |
MrcWrapper.h | 221 IN PEI_MEMORY_TEST_OP Operation,
|
/external/autotest/server/cros/chaos_lib/ |
chaos_analyzer.py | 266 print 'Operation failed: %s!' % e.strerror
|