Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 29) sorted by relevance

12

/test/vts-testcase/kernel/api/proc/
DKernelProcFileTestBase.py57 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 …]
DProcVmallocInfoTest.py26 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/
Drun-unittest.sh56 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/
Drun-unittest.sh57 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/
DBusinessLogicExecutor.java77 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()
DBackupUtils.java395 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/
Dlogger.py45 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]
Dutils.py586 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]
Drecords.py178 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/
DNNControls.java153 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()
DNNBenchmark.java87 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/
DPreconditionPreparer.java133 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/
DTestCoverageStatusEntity.java113 .collect(Collectors.toMap(t -> t.getTestName(), t -> t)); in getTestCoverageStatusMap()
/test/vts/doc/developer_testing/kernel/
Drun_individual_ltp_testcase.md9 `> 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/
DShowProfilingListServlet.java61 .sorted(Comparator.comparing(TestEntity::getTestName)).map(t -> t.getTestName()) in doGetHandler()
/test/vts/hals/
DREADME.md1 …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/
DInferenceInOutSequence.java244 } catch (Throwable t) { in readDataset()
245 throw new Error("Failed to create image input", t); in readDataset()
/test/vti/dashboard/
DREADME.md192 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/
Dlogcat.txt27 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/
Dvts_multi_device_test_parser_output.txt287 undefined symbol: __gcov_flushGcovFlush: Can't find __gcov_flush
Dvts_multi_device_test_parser_output_timeout.txt287 undefined symbol: __gcov_flushGcovFlush: Can't find __gcov_flush
/test/mlts/models/assets/ssd_mobilenet_v1_coco_quantized/
Dtarmac.output71 …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/
Dshow_plan_run.jsp52 alert( "Error : can't bring API coverage data from the server" );
Dshow_tree.jsp88 alert( "Error : can't bring API coverage data from the server" );
/test/mlts/models/assets/image_classification/
Dlabels.txt663 model t

12