/test/vts-testcase/kernel/api/proc/ |
D | KernelProcFileTestBase.py | 57 def t_token(self, t): argument 58 return t 78 def t_HEX_LITERAL(self, t): argument 80 t.value = int(t.value, 0) 81 return t 83 def t_FLOAT(self, t): argument 85 t.value = float(t.value) 86 return t 88 def t_NUMBER(self, t): argument 90 t.value = int(t.value) [all …]
|
D | ProcVmallocInfoTest.py | 26 def t_CALLER(self, t): argument 28 t.value = t.value.split('+') 29 return t 44 def t_PHYS(self, t): argument 46 t.value = [t.value[:4], int(t.value[5:], 16)] 47 return t 49 def t_NODES(self, t): argument 51 t.value = t.value.split('=', 1) 52 return t
|
/test/framework/script/ |
D | run-unittest.sh | 56 for t in $(find $TEST_FRAMEWORK_DIR -type f -name "*_test.py"); 58 if contains_file avoid_list $t; then 61 echo "UNIT TEST", $t 62 echo PYTHONPATH=$ANDROID_BUILD_TOP/test/framework/harnesses:$ANDROID_BUILD_TOP/test python $t; 63 PYTHONPATH=$ANDROID_BUILD_TOP/test/framework/harnesses:$ANDROID_BUILD_TOP/test python $t;
|
/test/vts/script/ |
D | run-unittest.sh | 57 for t in $(find $VTS_FRAMEWORK_DIR -type f -name "*_test.py"); do 58 if contains_file avoid_list $t; then 61 echo "UNIT TEST", $t 62 …ONPATH=$ANDROID_BUILD_TOP/test:$ANDROID_BUILD_TOP/tools/test/connectivity/acts/framework python $t;
|
/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | BusinessLogicExecutor.java | 77 Throwable t = e.getCause(); in executeAction() 78 if (AssumptionViolatedException.class.isInstance(t)) { in executeAction() 81 throw (AssumptionViolatedException) t; in executeAction() 83 RuntimeException re = new RuntimeException(t.getMessage(), t.getCause()); in executeAction() 84 re.setStackTrace(t.getStackTrace()); in executeAction()
|
D | BackupUtils.java | 395 for (String t : output.split("\n")) { in userHasBackupTransport() 397 t = t.replace("*", "").trim(); in userHasBackupTransport() 398 if (transport.equals(t)) { in userHasBackupTransport()
|
/test/vts/runners/host/ |
D | logger.py | 45 def _parse_logline_timestamp(t): argument 55 date, time = t.split(' ') 90 t = datetime.datetime.now() 92 t = t + datetime.timedelta(seconds=delta) 93 return t.strftime(time_format)[:-3]
|
D | utils.py | 586 for t in tokens: 587 if t in models: 588 return t 589 if t in manufacture_name_to_model: 590 return manufacture_name_to_model[t]
|
D | records.py | 178 t = utils.epoch_to_human_time(self.begin_time) 179 return "%s %s %s" % (t, self.test_name, self.result)
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNControls.java | 153 String getResultShortSummary(BenchmarkResult br, TestModels.TestModelEntry t) { in getResultShortSummary() argument 154 return br.getSummary(t.mBaselineSec); in getResultShortSummary() 169 TestModels.TestModelEntry t = TestModels.modelsList().get(id[ct]); in onActivityResult() local 172 String s = t.toString() + " " + getResultShortSummary(br, t); in onActivityResult()
|
D | NNBenchmark.java | 87 TestModels.TestModelEntry t, float warmupTimeSeconds, float runTimeSeconds) in getInstrumentationResult() argument 89 mTest = changeTest(t); in getInstrumentationResult() 254 NNTestBase changeTest(TestModels.TestModelEntry t) { in changeTest() argument 255 NNTestBase tb = t.createNNTestBase(mUseNNApi, in changeTest()
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | PreconditionPreparer.java | 133 protected void logError(Throwable t) { in logError() argument 134 if (t != null) { in logError() 135 Log.e(mLogTag, t); in logError()
|
/test/vti/dashboard/src/main/java/com/android/vts/entity/ |
D | TestCoverageStatusEntity.java | 113 .collect(Collectors.toMap(t -> t.getTestName(), t -> t)); in getTestCoverageStatusMap()
|
/test/vts/doc/developer_testing/kernel/ |
D | run_individual_ltp_testcase.md | 9 `> run vts-kernel -m VtsKernelLtp -t <testname1,testname2,...>` 18 `> run vts-kernel -m VtsKernelLtp -t syscalls.accept01,mm.mmapstress05_64bit`
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowProfilingListServlet.java | 61 .sorted(Comparator.comparing(TestEntity::getTestName)).map(t -> t.getTestName()) in doGetHandler()
|
/test/vts/hals/ |
D | README.md | 1 …ions are mostly for the VTS's fuzzing and tracing-and-logging when such can't be done in a non-int…
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | InferenceInOutSequence.java | 244 } catch (Throwable t) { in readDataset() 245 throw new Error("Failed to create image input", t); in readDataset()
|
/test/vti/dashboard/ |
D | README.md | 192 The execution order of the commands is very important, otherwise you can't find some of the data in… 228 Close the "Welcome to Stackdriver" banner if you don't need it. 257 …e minutes for the next uptime check to fail. The alert and notification don't happen until the nex…
|
/test/suite_harness/common/util/tests/assets/ |
D | logcat.txt | 27 09-03 17:48:05.967 11272 11568 W NativeCrashListener: Couldn't find ProcessRecord for pid 11071 62 06-15 19:57:33.839 934 2991 W NativeCrashListener: Couldn't find ProcessRecord for pid 12736 95 06-15 19:57:35.346 934 2991 W NativeCrashListener: Couldn't find ProcessRecord for pid 26201 126 06-15 19:57:40.882 934 2991 W NativeCrashListener: Couldn't find ProcessRecord for pid 26246
|
/test/vts/harnesses/tradefed/tests/res/testtype/ |
D | vts_multi_device_test_parser_output.txt | 287 undefined symbol: __gcov_flushGcovFlush: Can't find __gcov_flush
|
D | vts_multi_device_test_parser_output_timeout.txt | 287 undefined symbol: __gcov_flushGcovFlush: Can't find __gcov_flush
|
/test/mlts/models/assets/ssd_mobilenet_v1_coco_quantized/ |
D | tarmac.output7 | 1 …EK4MKEZDEZSUCY^U�NJLTQKDD?5:43HF)J:@/4ADRG[MDJDDNE:CB02<17E;LDIKFVGLED�w�z�t|rz\Di]hzQ^ifofHqbDl…
|
/test/vti/dashboard/src/main/webapp/WEB-INF/jsp/ |
D | show_plan_run.jsp | 52 alert( "Error : can't bring API coverage data from the server" );
|
D | show_tree.jsp | 88 alert( "Error : can't bring API coverage data from the server" );
|
/test/mlts/models/assets/image_classification/ |
D | labels.txt | 663 model t
|