/external/deqp/modules/egl/ |
teglGLES2SharingThreadedTests.cpp | 403 class Operation : public tcu::ThreadUtil::Operation 406 Operation (const char* name, bool useSync, bool serverSync); 407 virtual ~Operation (void); 422 Operation::Operation (const char* name, bool useSync, bool serverSync) 423 : tcu::ThreadUtil::Operation (name) 430 Operation::~Operation (void) 434 void Operation::readGLObject (SharedPtr<Object> object [all...] |
teglImageFormatTests.cpp | 139 struct Operation 141 Operation (int apiIndex_, const Action& action_) : apiIndex(apiIndex_), action(&action_) {} 147 vector<Operation> operations; [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/ |
Gcd.c | 683 Do operation on a segment of memory space specified (add, free, remove, change attribute ...).
685 @param Operation The type of the operation
686 @param GcdMemoryType Additional information for the operation
687 @param GcdIoType Additional information for the operation
708 IN UINTN Operation,
733 if ((Operation & GCD_MEMORY_SPACE_OPERATION) != 0) {
736 } else if ((Operation & GCD_IO_SPACE_OPERATION) != 0) {
760 switch (Operation) {
812 // Set attributes operation
[all...] |
/external/boringssl/src/crypto/cipher_extra/test/nist_cavp/ |
make_cavp.go | 31 cmdLineLabelStr = flag.String("extra-labels", "", "Comma-separated list of additional label pairs to add (e.g. 'Cipher=AES-128-CBC,Operation=ENCRYPT')") 214 {"ENCRYPT", ""}: {"Operation", "ENCRYPT"}, 215 {"DECRYPT", ""}: {"Operation", "DECRYPT"}, 227 {"ENCRYPT", ""}: {"Operation", "ENCRYPT"}, 228 {"DECRYPT", ""}: {"Operation", "DECRYPT"},
|
/external/grpc-grpc/src/csharp/Grpc.Core/ |
StatusCode.cs | 30 /// <summary>The operation was cancelled (typically by the caller).</summary> 51 /// Deadline expired before operation could complete. For operations 53 /// even if the operation has completed successfully. For example, a 67 /// operation. PERMISSION_DENIED must not be used for rejections 75 /// <summary>The request does not have valid authentication credentials for the operation.</summary> 85 /// Operation was rejected because the system is not in a state 86 /// required for the operation's execution. For example, directory 87 /// to be deleted may be non-empty, an rmdir operation is applied to 93 /// The operation was aborted, typically due to a concurrency issue 99 /// Operation was attempted past the valid range. E.g., seeking o [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/ |
AcpiPlatformHooks.c | 420 UINT8 *Operation;
485 // GNVS operation region.
493 Operation = DsdtPointer - 1;
494 if (*Operation == AML_OPREGION_OP) {
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/BootScriptSaveDxe/ |
ScriptSave.c | 40 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
68 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
96 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
124 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
152 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
180 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
208 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
238 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
268 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
279 EFI_SMBUS_OPERATION Operation;
[all...] |
/external/tensorflow/tensorflow/go/ |
attrs.go | 38 func (op *Operation) Attr(name string) (interface{}, error) { 54 func listAttribute(op *Operation, cname *C.char, meta C.TF_AttrMetadata) (interface{}, error) { 184 func scalarAttribute(op *Operation, cname *C.char, meta C.TF_AttrMetadata) (interface{}, error) {
|
session_test.go | 59 output, err := s.Run(map[Output]*Tensor{inp: t1}, []Output{out}, []*Operation{out.Op}) 78 // Runs the Concat operation on two matrices: m1 and m2, along the 81 // Concat operation. 177 go s.Run(map[Output]*Tensor{inp: tensor}, []Output{out}, []*Operation{out.Op}) 216 []*Operation{plus3.Op},
|
session.go | 133 func (s *Session) Run(feeds map[Output]*Tensor, fetches []Output, targets []*Operation) ([]*Tensor, error) { 182 func (pr *PartialRun) Run(feeds map[Output]*Tensor, fetches []Output, targets []*Operation) ([]*Tensor, error) { 214 func (s *Session) NewPartialRun(feeds, fetches []Output, targets []*Operation) (*PartialRun, error) { 362 func newCRunArgs(feeds map[Output]*Tensor, fetches []Output, targets []*Operation) *cRunArgs {
|
/frameworks/av/media/libaudioclient/ |
IAudioTrack.cpp | 167 const sp<VolumeShaper::Operation>& operation) { 179 status = operation.get() == nullptr 182 ?: operation->writeToParcel(&data); 281 sp<VolumeShaper::Operation> operation; local 291 operation = new VolumeShaper::Operation(); 292 status = operation->readFromParcel(&data); 295 status = (status_t)applyVolumeShaper(configuration, operation); [all...] |
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/ |
DeviceIo.c | 613 IN EFI_IO_OPERATION_TYPE Operation,
628 Operation - Indicates if the bus master is going to read or write to system memory.
639 EFI_INVALID_PARAMETER - The Operation or HostAddress is undefined.
651 if ((UINT32)Operation > EfiBusMasterCommonBuffer) {
655 if (((UINTN) (*HostAddress) != (*HostAddress)) && Operation == EfiBusMasterCommonBuffer) {
661 (EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION) Operation,
681 Completes the Map() operation and releases any corresponding resources.
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/IsaIo/ |
IsaIo.h | 125 IN EFI_ISA_IO_PROTOCOL_OPERATION Operation,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaBusDxe/ |
InternalIsaIo.h | 36 @param[in] Width The width of the memory operation.
38 @param[in] Offset The offset in ISA memory space to start the memory operation.
57 @param[in] Width Specifies the width of the I/O operation.
58 @param[in] Offset The offset in ISA I/O space to start the I/O operation.
81 @param[in] Width Specifies the width of the I/O operation.
82 @param[in] Offset The offset in ISA I/O space to start the I/O operation.
105 @param Operation Indicates the type of DMA (slave or bus master), and if
106 the DMA operation is going to read or write to system memory.
107 @param ChannelNumber The slave channel number to use for this DMA operation.
108 If Operation and ChannelAttributes shows that this device [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/ |
IsaIo.h | 36 @param[in] Width The width of the memory operation.
38 @param[in] Offset The offset in ISA memory space to start the memory operation.
57 @param[in] Width Specifies the width of the I/O operation.
58 @param[in] Offset The offset in ISA I/O space to start the I/O operation.
81 @param[in] Width Specifies the width of the I/O operation.
82 @param[in] Offset The offset in ISA I/O space to start the I/O operation.
105 @param Operation Indicates the type of DMA (slave or bus master), and if
106 the DMA operation is going to read or write to system memory.
107 @param ChannelNumber The slave channel number to use for this DMA operation.
108 If Operation and ChannelAttributes shows that this device [all...] |
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Include/Protocol/ |
IsaIo.h | 38 EfiIsaIoWidthUint8 = 0, ///< 8-bit operation.
39 EfiIsaIoWidthUint16, ///< 16-bit operation.
40 EfiIsaIoWidthUint32, ///< 32-bit operation
42 EfiIsaIoWidthFifoUint8, ///< 8-bit FIFO operation.
43 EfiIsaIoWidthFifoUint16, ///< 16-bit FIFO operation.
44 EfiIsaIoWidthFifoUint32, ///< 32-bit FIFO operation.
46 EfiIsaIoWidthFillUint8, ///< 8-bit Fill operation.
47 EfiIsaIoWidthFillUint16, ///< 16-bit Fill operation.
48 EfiIsaIoWidthFillUint32, ///< 32-bit Fill operation.
78 /// A read operation from system memory by a bus master. [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
BootScriptInternalFormat.h | 112 UINT32 Operation;
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Include/Protocol/ |
Spi.h | 141 // Type Operation Type (value to be programmed to the OPTYPE register)
145 // Operation Which Hardware Sequencing required operation this opcode respoinds to.
148 // If the opcode does not corresponds to any operation listed, use
155 SPI_OPERATION Operation;
188 // OpcodeIndex must be less then SPI_NUM_OPCODE for operation to be supported.
229 EFI_DEVICE_ERROR Device error, operation failed.
252 EFI_SUCCESS Lock operation succeed.
253 EFI_DEVICE_ERROR Device error, operation failed.
325 then device does not support the operation. [all...] |
/external/tensorflow/tensorflow/contrib/graph_editor/ |
util.py | 69 This class is strongly inspired by the one in tf.Operation. 190 tops: list of elements to check (usually a list of tf.Operation and/or 193 the types (tf.Operation, tf.Tensor) are used. 199 TypeError: if tops is not a iterable of tf.Operation. 207 check_types = (tf_ops.Operation, tf_ops.Tensor) 218 raise ValueError("Operation {} does not belong to given graph".format(op)) 225 """Convert ops to a list of `tf.Operation`. 228 ops: can be an iterable of `tf.Operation`, a `tf.Graph` or a single 229 operation. 234 A newly created list of `tf.Operation` [all...] |
/external/tensorflow/tensorflow/python/util/ |
dispatch.py | 17 "Operation dispatchers" can be used to override the behavior for TensorFlow ops 19 when an operation is called with arguments that would cause it to raise a 20 TypeError, it falls back on its registered operation dispatchers. If any 45 Each operation dispatcher acts as an override handler for a single 46 TensorFlow operation, and its results are used when the handler indicates 47 that it can handle the operation's arguments (by returning any value other 51 # Sentinel value that can be returned to indicate that an operation 56 """Handle this dispatcher's operation with the specified arguments. 58 If this operation dispatcher can handle the given arguments, then 62 args: The arguments to the operation [all...] |
/external/v8/src/ |
code-factory.h | 48 static Callable BinaryOperation(Isolate* isolate, Operation op);
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/PciIo/ |
PciIo.h | 173 IN EFI_PCI_IO_PROTOCOL_OPERATION Operation,
226 IN EFI_PCI_IO_PROTOCOL_ATTRIBUTE_OPERATION Operation,
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiScriptLib/ |
EfiScriptLib.c | 417 IN EFI_SMBUS_OPERATION Operation,
443 // GC_TODO: Operation - add argument and description to function comment
458 Operation,
|
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/ |
PciRootBridge.h | 50 EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation;
111 @param Width - Width of the memory operation.
112 @param Address - The base address of the memory operation.
143 @param Width - Width of I/O operation.
144 @param Address - The base address of the I/O operation.
174 @param Width - The width of memory operation.
175 @param Address - Base address of the memory operation.
200 @param Width - The width of memory operation.
201 @param Address - Base address of the memory operation.
227 @param Width - Signifies the width of the memory operation. [all...] |
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
PciIo.h | 85 /// A read operation from system memory by a bus master.
89 /// A write operation from system memory by a bus master.
136 base address for the memory operation to perform.
137 @param Offset The offset within the selected BAR to start the memory operation.
170 base address for the memory or I/O operation to perform.
171 @param Offset The offset within the selected BAR to start the memory or I/O operation.
252 base address for the memory operation to perform.
254 start the memory writes for the copy operation.
256 base address for the memory operation to perform.
258 the memory reads for the copy operation. [all...] |