Home
last modified time | relevance | path

Searched refs:raw (Results 1 – 7 of 7) sorted by relevance

/test/vts/drivers/hal/libdatatype/
Dhal_camera.cpp202 bool ConvertCameraInfoToProtobuf(camera_info_t* raw, in ConvertCameraInfoToProtobuf() argument
208 if (!raw) return false; in ConvertCameraInfoToProtobuf()
219 sub_msg->mutable_scalar_value()->set_int32_t(raw->facing); in ConvertCameraInfoToProtobuf()
224 sub_msg->mutable_scalar_value()->set_int32_t(raw->orientation); in ConvertCameraInfoToProtobuf()
229 sub_msg->mutable_scalar_value()->set_uint32_t(raw->device_version); in ConvertCameraInfoToProtobuf()
236 sub_msg->mutable_scalar_value()->set_int32_t(raw->resource_cost); in ConvertCameraInfoToProtobuf()
/test/mlts/benchmark/jni/
Drun_tflite.cpp141 void* raw = input_tensor->data.raw; in setInput() local
142 memcpy(raw, dataPtr, length); in setInput()
261 if (!data.createInput((uint8_t*)input_tensor->data.raw, in benchmark()
341 if (output_tensor->data.raw == nullptr) { in dumpAllLayers()
348 fwrite(output_tensor->data.raw, output_tensor->bytes, 1, f); in dumpAllLayers()
/test/vts/utils/python/coverage/
DREADME.md14 gcov_file_content: string, the raw gcov binary file content.
15 gcda_file_content: string, the raw gcda binary file content.
/test/vts/drivers/hal/libdatatype/include/
Dhal_camera.h52 extern bool ConvertCameraInfoToProtobuf(camera_info_t* raw,
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
DVtsPythonVirtualenvPreparer.java726 String raw = res.getStdout();
727 String[] lines = raw.split("\\r?\\n");
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dshow_coverage_overview.jsp318 … var chart = new google.visualization.PieChart(document.getElementById('pie-chart-coverage-raw'));
409 <div id='pie-chart-coverage-raw' class='pie-chart-div'></div>
/test/vts/proto/
DComponentSpecificationMessage.proto173 // To specify the measured native code coverage raw data.
263 // measured raw coverage data.