Home
last modified time | relevance | path

Searched refs:operation (Results 1 – 11 of 11) sorted by relevance

/test/vts/proto/
DVtsResourceControllerMessage.proto25 // 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 …]
DVtsDriverControlMessage.proto118 // 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/
Dcommand_dut.py101 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/
Dresource_mirror.py303 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/
Dfile_lock.py98 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/
Dmenu_base.ts46 for (const operation of additionalOperations) { constant
47 operation(response);
/test/framework/harnesses/host_controller/tradefed/
Dremote_client.py82 def SendOperation(self, operation): argument
96 return self.SendOperations(operation)[0]
/test/framework/harnesses/host_controller/
Dinvocation_thread_test.py132 def _RaiseExceptionForOperation(operation, op_type, error_msg="unit test"): argument
143 if operation.type == op_type:
/test/mlts/benchmark/tools/
Dtensor_utils.py324 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/
DVtsResourceManager.cpp43 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/
Dcoverage_utils.py746 if args.operation != "init_coverage" and args.operation != "get_coverage":
764 if args.operation == "init_coverage":
766 elif args.operation == "get_coverage":