Home
last modified time | relevance | path

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

12

/test/mlts/benchmark/results/
DChart.bundle.min.js10t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==… argument
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DKernelProcFileTestBase.py56 def t_token(self, t): argument
57 return t
77 def t_HEX_LITERAL(self, t): argument
79 t.value = int(t.value, 0)
80 return t
82 def t_FLOAT(self, t): argument
84 t.value = float(t.value)
85 return t
87 def t_NUMBER(self, t): argument
89 t.value = int(t.value)
[all …]
DProcVmallocInfoTest.py26 def t_CALLER(self, t): argument
28 t.value = t.value.split('+')
29 return t
45 def t_PHYS(self, t): argument
47 t.value = [t.value[:4], int(t.value[5:], 16)]
48 return t
50 def t_NODES(self, t): argument
52 t.value = t.value.split('=', 1)
53 return t
/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
45 def t_PHYS(self, t): argument
47 t.value = [t.value[:4], int(t.value[5:], 16)]
48 return t
50 def t_NODES(self, t): argument
52 t.value = t.value.split('=', 1)
53 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.java83 Throwable t = e.getCause(); in executeAction()
84 if (AssumptionViolatedException.class.isInstance(t)) { in executeAction()
87 throw (AssumptionViolatedException) t; in executeAction()
89 RuntimeException re = new RuntimeException(t.getMessage(), t.getCause()); in executeAction()
90 re.setStackTrace(t.getStackTrace()); in executeAction()
DBackupUtils.java371 for (String t : output.split("\n")) { in userHasBackupTransport()
373 t = t.replace("*", "").trim(); in userHasBackupTransport()
374 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.py584 for t in tokens:
585 if t in models:
586 return t
587 if t in manufacture_name_to_model:
588 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.java139 String getResultShortSummary(BenchmarkResult br, TestModels.TestModelEntry t) { in getResultShortSummary() argument
140 return br.getSummary(t.mBaselineSec); in getResultShortSummary()
155 TestModels.TestModelEntry t = TestModels.modelsList().get(id[ct]); in onActivityResult() local
158 String s = t.toString() + " " + getResultShortSummary(br, t); in onActivityResult()
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java87 TestModels.TestModelEntry t, float warmupTimeSeconds, float runTimeSeconds) in getInstrumentationResult() argument
89 mTest = changeTest(mTest, t); in getInstrumentationResult()
96 private NNTestBase changeTest(NNTestBase oldTestBase, TestModels.TestModelEntry t) in changeTest() argument
102 NNTestBase tb = t.createNNTestBase(mUseNNApi, false /* enableIntermediateTensorsDump */); in changeTest()
DInferenceInOutSequence.java244 } catch (Throwable t) { in readDataset()
245 throw new Error("Failed to create image input", t); in readDataset()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPreconditionPreparer.java144 protected void logError(Throwable t) { in logError() argument
145 if (t != null) { in logError()
146 Log.e(mLogTag, t); in logError()
DDeviceInteractionHelperInstaller.java136 public void tearDown(TestInformation testInfo, Throwable t) throws DeviceNotAvailableException { in tearDown() argument
/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/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
299 09-03 17:48:05.967 11272 11568 W NativeCrashListener: Couldn't find ProcessRecord for pid 11071
334 06-15 19:57:33.839 934 2991 W NativeCrashListener: Couldn't find ProcessRecord for pid 12736
/test/vts/harnesses/tradefed/tests/res/testtype/
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…

12