HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 201 - 225 of 450) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationOperationMultiQueueTests.cpp 317 const UniquePtr<Operation> writeOp (m_writeOp.build(*m_opContext, *resource));
318 const UniquePtr<Operation> readOp (m_readOp.build (*m_opContext, *resource));
419 const UniquePtr<Operation> writeOp (m_writeOp.build(*m_opContext, *resource));
420 const UniquePtr<Operation> readOp (m_readOp.build(*m_opContext, *resource));
581 return createTestGroup(testCtx, "multi_queue", "Synchronization of a memory-modifying operation", createTests, &pipelineCacheData);
  /external/syslinux/gpxe/src/include/gpxe/efi/Protocol/
PciRootBridgeIo.h 148 @param DestAddress The destination address of the memory operation.
149 @param SrcAddress The source address of the memory operation.
172 @param Operation Indicates if the bus master is going to read or write to system memory.
191 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
199 Completes the Map() operation and releases any corresponding resources.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evntcons.h 146 ULONG EVNTAPI EventAccessControl (LPGUID Guid, ULONG Operation, PSID Sid, ULONG Rights, BOOLEAN AllowOrDeny);
fpieee.h 140 unsigned int Operation :12;
  /system/keymaster/
android_keymaster.cpp 36 #include "operation.h"
262 UniquePtr<Operation> operation(
264 if (operation.get() == NULL)
272 operation->set_key_id(key_id);
281 response->error = operation->Begin(request.additional_params, &response->output_params);
285 operation->SetAuthorizations(key->authorizations());
286 response->error = operation_table_->Add(operation.release(), &response->op_handle);
295 Operation* operation = operation_table_->Find(request.op_handle) local
324 Operation* operation = operation_table_->Find(request.op_handle); local
    [all...]
rsa_keymaster1_operation.cpp 39 // to the hardware module. The regular Rsa*Operation classes will do software digesting and
47 // operation. This just allows us to double-check that the correct padding value is reaching
115 Operation* RsaKeymaster1OperationFactory::CreateOperation(const Key& key,
139 LOG_E("Bug: Pubkey operation requested. Those should be handled by normal RSA operations.",
aes_operation.cpp 78 Operation* AesOperationFactory::CreateOperation(const Key& key,
129 Operation* op = nullptr;
170 : Operation(purpose), block_mode_(block_mode), caller_iv_(caller_iv), tag_length_(tag_length),
354 LOG_E("Expected %d-byte IV for AES operation, but got %d bytes", AES_BLOCK_SIZE,
359 LOG_E("Expected %d-byte nonce for AES-GCM operation, but got %d bytes", GCM_NONCE_SIZE,
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Wrq.c 499 // Switch the process routines by the operation code.
565 @param[in] Operation The operation code of the current packet.
574 IN UINT16 Operation
591 Status = Mtftp6SendRequest (Instance, Operation);
Mtftp6Rrq.c 796 // Switch the process routines by the operation code.
882 @param[in] Operation The operation code of current packet.
891 IN UINT16 Operation
908 Status = Mtftp6SendRequest (Instance, Operation);
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
DxeQNCSmbus.c 401 Executes an SMBus operation to an SMBus controller. Returns when either the command has been
402 executed or an error is encountered in doing the operation.
404 The Execute() function provides a standard way to execute an operation as defined in the System
415 @param Operation Signifies which particular SMBus hardware protocol instance that
420 operation.
421 @param Length Signifies the number of bytes that this operation will do. The
422 maximum number of bytes can be revision specific and operation
424 are executed for this operation. Not all operations require this
433 @retval EFI_TIMEOUT Timeout expired before the operation was completed. Timeout is
440 @retval EFI_INVALID_PARAMETER Operation is not defined in EFI_SMBUS_OPERATION.
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapObexServer.java 44 import javax.obex.Operation;
407 public int onPut(final Operation op) {
574 private int pushMessage(final Operation op, String folderName,
650 if(D) Log.d(TAG, "PushMessage Operation Aborted");
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
mce.h 299 ULONGLONG Operation:4;
332 ULONGLONG Operation:4;
384 ULONGLONG Operation:4;
493 ULONGLONG Operation:4;
529 ULONGLONG Operation:4;
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/BootScriptSaveOnS3SaveStateThunk/
ScriptSave.c 83 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
117 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
152 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
187 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
222 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
257 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
291 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
329 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
366 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
377 EFI_SMBUS_OPERATION Operation;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/S3SaveStateDxe/
S3SaveState.c 31 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
58 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
86 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
114 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
142 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
170 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
197 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
227 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
256 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
267 EFI_SMBUS_OPERATION Operation;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/SmmS3SaveState/
SmmS3SaveState.c 30 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
57 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
85 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
113 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
141 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
169 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
196 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
226 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
255 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
266 EFI_SMBUS_OPERATION Operation;
    [all...]
  /external/v8/tools/
profile.js 60 Profile.Operation = {
80 * Called whenever the specified operation has failed finding a function
82 * See the Profile.Operation enum for the list of
85 * @param {number} operation Operation.
92 operation, addr, opt_stackPos) {
190 this.handleUnknownCode(Profile.Operation.MOVE, from);
204 this.handleUnknownCode(Profile.Operation.DELETE, start);
270 this.handleUnknownCode(Profile.Operation.TICK, stack[i], i);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexServerSession.java 55 import javax.obex.Operation;
170 public int onPut(Operation op) {
419 private int receiveFile(BluetoothOppReceiveFileInfo fileInfo, Operation op) {
TestActivity.java 66 import javax.obex.Operation;
499 public int onPut(Operation op) {
552 public int onGet(Operation op) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
BootScriptSave.c 873 // Destroy the table maintained by the library so that the next write operation
893 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table do operation.
935 Adds a record for an I/O modify operation into a S3 boot script table
942 @retval RETURN_OUT_OF_RESOURCES Not enough memory for the table do operation.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UfsPciHcDxe/
UfsPciHcDxe.c 57 @retval EFI_SUCCESS The operation succeeds.
58 @retval others The operation fails.
103 @param Operation Indicates if the bus master is going to read or write to system memory.
122 IN EDKII_UFS_HOST_CONTROLLER_OPERATION Operation,
140 Status = PciIo->Map (PciIo, (EFI_PCI_IO_PROTOCOL_OPERATION)Operation, HostAddress, NumberOfBytes, DeviceAddress, Mapping);
145 Completes the Map() operation and releases any corresponding resources.
291 memory operation.
333 memory operation.
  /external/mesa3d/docs/
MESA_swap_control.spec 53 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
  /external/mesa3d/docs/OLD/
MESA_sprite_point.spec 113 Additions to Chapter 2 of the 1.1 Specification (OpenGL Operation)
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h 137 const sp<VolumeShaper::Operation>& operation) override;
348 const sp<VolumeShaper::Operation>& operation) override;
  /frameworks/base/media/java/android/media/
PlayerBase.java 301 * To be called by the subclass whenever an operation is potentially restricted.
365 * and a {@link VolumeShaper.Operation} to the Player.
374 * operation changes requested on it.
380 * @param operation a {@code VolumeShaper.Operation}.
386 @NonNull VolumeShaper.Operation operation);
486 @NonNull VolumeShaper.Operation operation) {
489 pb.playerApplyVolumeShaper(configuration, operation);
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/cipher/
cbc_aes_test.go 9 // Modes of Operation,'' 2001 Edition, pp. 24-29.

Completed in 2422 milliseconds

1 2 3 4 5 6 7 891011>>