Home
last modified time | relevance | path

Searched refs:write (Results 1 – 25 of 59) sorted by relevance

123

/test/mlts/benchmark/src/com/android/nn/benchmark/util/
DCSVWriter.java69 public void write(BenchmarkResult benchmarkResult) throws IOException { in write() method in CSVWriter
70 writer.write(benchmarkResult.toCsvLine()); in write()
74 writer.write(deviceInfoCsvLine()); in writeHeader()
75 writer.write(RESULT_FORMAT_COMMENT); in writeHeader()
76 writer.write('\n'); in writeHeader()
DIOUtils.java58 output.write(buffer, 0, bytesRead); in readAsset()
/test/vts/proto/
DVtsResourceControllerMessage.proto43 // Get space available to write in FMQ.
73 // Signal starting to write to memory.
75 // Signal starting to write to a particular region of memory.
77 // Perform actual write operation.
79 // Commit to a read/write operation.
117 // whether to reset read/write pointers
202 // number of bytes written into the file if the request is a write operation
203 // write() function in C I/O returns a ssize_t,
/test/vti/test_serving/gae/webapp/src/scheduler/
Dperiodic.py42 self.response.write(
52 self.response.write(
Djob_heartbeat_test.py47 self.job_heartbeat.response.write = mock.Mock()
80 scheduler.response.write = mock.Mock()
Ddevice_heartbeat.py92 self.response.write(
Djob_heartbeat.py95 self.response.write("<pre>\n" + "\n".join(lines) + "\n</pre>")
/test/mlts/benchmark/tools/
Dgen_mobilenet_input.py18 f.write(img_f64.astype('float32').tobytes())
21 f.write(((img_f64 + 1) * 255).astype('uint8').tobytes())
Dtensor_utils.py50 f.write(ani.to_jshtml())
149 f.write(html_data)
189 f.write(self.return_dict[model_name + "-hist"])
190 f.write(self.return_dict[model_name + "-heatmap"])
/test/vti/test_serving/gae/webapp/src/tasks/
Dindexing.py48 self.response.write("<pre>Access Denied. Please visit "
54 self.response.write(
69 self.response.write(
Dremoving_outdated_devices_test.py46 self.remove_outdated_device.response.write = mock.Mock()
/test/vts/utils/python/coverage/
Dsancov_parser_test.py58 stream.write(struct.pack('III', *values))
71 stream.write(struct.pack('LLL', *values))
/test/vts/utils/python/controllers/
Dandroid.py107 self.client.write(json.dumps({'cmd': command,
118 self.client.write(request.encode("utf8") + b'\n')
/test/vts/drivers/libdrivercomm/
DVtsDriverCommUtil.cpp91 int n = write(sockfd_, header.str().c_str(), header.str().length()); in VtsSocketSendBytes()
100 n = write(sockfd_, &message.c_str()[bytes_sent], msg_len - bytes_sent); in VtsSocketSendBytes()
/test/vts/hals/light/bullhead/
Dlights.c68 int amt = write(fd, buffer, bytes); in write_int()
89 int amt = write(fd, buffer, bytes); in write_on_off()
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowGcsLogServlet.java184 response.getOutputStream().write(blobFile.getContent()); in downloadHandler()
248 response.getWriter().write(json); in defaultHandler()
256 response.getOutputStream().write(blobFile.getContent()); in defaultHandler()
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/
Dhome_bot_config.py40 sys.stderr.write('Exception: %s\n' % e)
41 sys.stderr.write('sys.path:\n%s' % str(sys.path))
/test/vti/test_serving/gae/webapp/src/handlers/
Dbase.py122 self.response.write(self.jinja2.render_template(tpl, **resp_dict))
191 self.response.write(self.jinja2.render_template(self.template, **resp))
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/
Dhome_bot_config.py40 sys.stderr.write('Exception: %s\n' % e)
41 sys.stderr.write('sys.path:\n%s' % str(sys.path))
/test/vti/fuzz_test_serving/
Dmain.py21 self.response.write('VTS Fuzzing Dashboard')
/test/vti/dashboard/src/main/java/com/android/vts/api/
DCoverageRestServlet.java66 response.getWriter().write(json); in doGet()
101 response.getWriter().write(json); in doPost()
DDataRestServlet.java79 response.getWriter().write(json); in doGet()
/test/vts-testcase/security/poc/target/kernel_sound/28838221/
Dpoc.cpp35 ret = write(fd, buf, SIZE); in main()
/test/vts/utils/python/web/
Ddashboard_rest_client.py103 file.write(post_bytes)
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNScoringTest.java77 writer.write(ta.getBenchmark()); in test()

123