Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 37) sorted by relevance

12

/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DLatencyResult.java112 public void putToBundle(Bundle results, String prefix) { in putToBundle() argument
114 results.putFloat(prefix + "_avg", getMeanTimeSec() * 1000.0f); in putToBundle()
115 results.putFloat(prefix + "_std_dev", mTimeStdDeviation * 1000.0f); in putToBundle()
116 results.putFloat(prefix + "_total_time", mTotalTimeSec * 1000.0f); in putToBundle()
117 results.putInt(prefix + "_iterations", mIterations); in putToBundle()
/test/vts/utils/python/reporting/
Dlog_uploading_utils.py98 def UploadLogs(self, prefix=None, dryrun=False): argument
110 if not prefix:
111 prefix = '%s_%s_' % (
124 file_name_prefix=prefix,
/test/vts/runners/host/
Dlogger.py131 def _initiateTestLogger(log_path, prefix=None, filename=None, log_severity="INFO"): argument
155 if prefix:
156 terminal_format = "[{}] {}".format(prefix, log_line_format)
218 prefix=None, argument
238 logger = _initiateTestLogger(log_path, prefix, filename, log_severity)
Dbase_test.py1483 def DumpBugReport(self, prefix=''): argument
1492 if prefix:
1493 prefix = re.sub('[^\w\-_\. ]', '_', prefix) + '_'
1504 + prefix
1569 def DumpLogcat(self, prefix=''): argument
1578 if prefix:
1579 prefix = re.sub('[^\w\-_\. ]', '_', prefix) + '_'
1592 + prefix
/test/vts/utils/python/common/
Dvts_spec_utils.py34 prefix = 'android.hardware.'
35 if not hal_package.startswith(prefix):
37 [hal_name, hal_version] = hal_package[len(prefix):].split('@')
/test/mlts/benchmark/tools/
Dgen_mobilenet_input.py14 def gen_input_files(filename, prefix, size): argument
15 basename = os.path.basename(filename) + "_" + prefix
/test/vts-testcase/security/system_property/
DVtsTrebleSysPropTest.py177 x.startswith(prefix) for prefix in
276 x.startswith(prefix)
277 for prefix in self._VENDOR_OR_ODM_NAMESPACES),
Dvts_treble_sys_prop_test.py239 x.startswith(prefix) for prefix in allowed_namespaces),
337 x.startswith(prefix)
338 for prefix in self._VENDOR_OR_ODM_NAMESPACES),
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/
Dauth_error.jsp17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
Derror_msg.jsp17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
Dshow_profiling_list.jsp17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
Dshow_test_acknowledgments.jsp17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
Dshow_release.jsp17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
Dshow_green_plan_release.jsp17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
Dshow_green_suite_release.jsp17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
Dshow_plan_release.jsp17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
Dshow_performance_digest.jsp17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
Dshow_profiling_overview.jsp17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
Dfooter.jsp17 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
Dshow_gcs_log.jsp17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
Dshow_coverage.jsp17 <%@ taglib prefix='fn' uri='http://java.sun.com/jsp/jstl/functions' %>
18 <%@ taglib prefix='c' uri='http://java.sun.com/jsp/jstl/core'%>
/test/vts/compilation_tools/vtsc/code_gen/fuzzer/
DHalHidlFuzzerCodeGen.cpp98 string prefix = "android.hardware."; in GetHalPointerName() local
99 string hal_pointer_name = comp_spec_.package().substr(prefix.size()); in GetHalPointerName()
/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py52 self._suite_dir = pathlib.Path(tempfile.mkdtemp(prefix='csuite'))
131 self._root_dir = pathlib.Path(tempfile.mkdtemp(prefix='csuite_apk_dir'))
/test/vts-testcase/vndk/abi/
Dvts_vndk_abi_test.py298 for prefix in ("/odm", "/vendor", "/apex"):
299 if target_path.startswith(prefix):
DVtsVndkAbiTest.py310 for prefix in ("/odm", "/vendor", "/apex"):
311 if target_path.startswith(prefix):

12