/test/vts/testcases/vts_selftest/manual_tests/shell_performance/ |
D | VtsSelfTestShellPerformance.py | 38 def VtsShell(self, cmd, n): argument 48 def AdbShell(self, cmd, n): argument 58 def VtsShellList(self, cmd, n): argument
|
/test/vti/dashboard/src/test/java/com/android/vts/util/ |
D | StatSummaryTest.java | 38 int n = 1000; in testAverage() local 51 int n = 1000; in testMin() local 66 int n = 1000; in testMax() local 79 int n = 1000; in testStd() local
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | LinearPartition.java | 47 int n = seq.size() - 1; in split() local 88 int n = seq.size(); in buildPartitionTable() local
|
/test/vti/dashboard/src/main/java/com/android/vts/util/ |
D | StatSummary.java | 28 private int n; field in StatSummary 50 int n, in StatSummary()
|
/test/mlts/benchmark/src/com/android/nn/benchmark/util/ |
D | SequenceUtils.java | 16 int n = seqB.length; in calculateEditDistance() local
|
/test/vts/utils/native/libprofiling/ |
D | VtsProfilingConfigureMain.cpp | 40 string::size_type n = fqInstanceName.find("/"); in SetHALInstrumentation() local
|
/test/vts/utils/python/archive/ |
D | archive_parser.py | 64 def ReadBytes(self, n): argument
|
/test/vts/drivers/libdrivercomm/ |
D | VtsDriverCommUtil.cpp | 91 int n = write(sockfd_, header.str().c_str(), header.str().length()); in VtsSocketSendBytes() local
|
/test/vts/utils/native/libcoverage/ |
D | VtsCoverageConfigureMain.cpp | 40 string::size_type n = fqInstanceName.find("/"); in parseFqInstaceName() local
|
/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …nction(t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("func… argument
|
/test/vts/drivers/hal/common/driver_base/ |
D | DriverBase.cpp | 168 int n = snprintf(module_basepath, 4096, "%s/%s/obj/SHARED_LIBRARIES", in FunctionCallBegin() local
|
/test/vts-testcase/kernel/encryption/ |
D | adiantum.cpp | 62 static uint32_t rol32(uint32_t v, int n) { return (v << n) | (v >> (32 - n)); } in rol32()
|