Searched refs:operation (Results 1 – 11 of 11) sorted by relevance
/test/vts/proto/ |
D | VtsResourceControllerMessage.proto | 25 // Unknown operation. 54 // This is an operation that is used in the target-side 63 // Unknown operation. 71 // Perform actual read operation. 77 // Perform actual write operation. 79 // Commit to a read/write operation. 87 // Unknown operation. 99 // The arguments for a FMQ operation. 101 // operation to be performed 102 optional FmqOp operation = 1; field [all …]
|
D | VtsDriverControlMessage.proto | 118 // Arguments for operation on FMQ 120 // Arguments for operation on hidl_memory 122 // Arguments for operation on hidl_handle
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_dut.py | 101 if args.operation == "wifi_on": 111 elif args.operation == "wifi_off": 113 elif args.operation == "volume_mute": 117 elif args.operation == "volume_max":
|
/test/vts/utils/python/mirror/ |
D | resource_mirror.py | 303 def _createTemplateRequestMessage(self, operation, queue_id): argument 317 request_msg.operation = operation 627 def _createTemplateRequestMessage(self, operation): argument 642 request_msg.operation = operation 769 def _createTemplateRequestMessage(self, operation): argument 784 request_msg.operation = operation
|
/test/framework/harnesses/host_controller/utils/ipc/ |
D | file_lock.py | 98 operation = fcntl.LOCK_EX 100 operation |= fcntl.LOCK_NB 101 fcntl.lockf(self._lock_fd[serial], operation)
|
/test/vti/test_serving/gae/frontend/src/app/menu/ |
D | menu_base.ts | 46 for (const operation of additionalOperations) { constant 47 operation(response);
|
/test/framework/harnesses/host_controller/tradefed/ |
D | remote_client.py | 82 def SendOperation(self, operation): argument 96 return self.SendOperations(operation)[0]
|
/test/framework/harnesses/host_controller/ |
D | invocation_thread_test.py | 132 def _RaiseExceptionForOperation(operation, op_type, error_msg="unit test"): argument 143 if operation.type == op_type:
|
/test/mlts/benchmark/tools/ |
D | tensor_utils.py | 324 operation = self.mmd.output_meta_data[i % len(self.mmd.output_meta_data)]['operator_code'] 327 .format(self.nnapi_model_name, layer, operation), 359 operation = self.mmd.output_meta_data[i % len(self.mmd.output_meta_data)]['operator_code'] 362 .format(self.nnapi_model_name, layer, operation), 465 operation = self.mmd.output_meta_data[i % len(self.mmd.output_meta_data)]['operator_code'] 468 .format(sample_model_data.nnapi_model_name, layer, operation),
|
/test/vts/drivers/resource/resource_manager/ |
D | VtsResourceManager.cpp | 43 HidlHandleOp operation = hidl_handle_request.operation(); in ProcessHidlHandleCommand() local 52 switch (operation) { in ProcessHidlHandleCommand() 187 switch (hidl_memory_request.operation()) { in ProcessHidlMemoryCommand() 346 switch (fmq_request.operation()) { in ProcessFmqCommandInternal()
|
/test/vts/utils/python/coverage/ |
D | coverage_utils.py | 746 if args.operation != "init_coverage" and args.operation != "get_coverage": 764 if args.operation == "init_coverage": 766 elif args.operation == "get_coverage":
|