Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 30) 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/app_compat/csuite/tools/csuite_test/
Dcsuite_test_test.go28 func TestBpContainsTestHostPropsThrowsError(t *testing.T) {
29 createContextAndConfigExpectingErrors(t, `
40 func TestBpContainsManifestThrowsError(t *testing.T) {
41 createContextAndConfigExpectingErrors(t, `
52 func TestBpMissingNameThrowsError(t *testing.T) {
53 createContextAndConfigExpectingErrors(t, `
62 func TestBpMissingTemplatePathThrowsError(t *testing.T) {
63 createContextAndConfigExpectingErrors(t, `
72 func TestBpTemplatePathUnexpectedFileExtensionThrowsError(t *testing.T) {
73 createContextAndConfigExpectingErrors(t, `
[all …]
/test/vts/tests/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/ltp/testcase/tools/
Dtest_launcher.py41 … "STABLE_TESTS": set(self.stable_test_entry_name(t, no_suffix) for t in stable_tests.STABLE_TESTS),
52 for t in parsed_tests[container]:
53 …self.assertIsNotNone(test_syntax.match(t), '"{}" should be in the form "<class>.<method>_{{32,64}}…
/test/dittosuite/src/
Dtimespec_utils.cpp18 int64_t TimespecToNanos(const timespec& t) { in TimespecToNanos() argument
19 return t.tv_sec * 1e9 + t.tv_nsec; in TimespecToNanos()
22 double TimespecToDoubleNanos(const timespec& t) { in TimespecToDoubleNanos() argument
23 return static_cast<double>(TimespecToNanos(t)); in TimespecToDoubleNanos()
Dinstruction_factory.cpp211 for (int t = 0; t < options.threads().size(); t++) { in CreateFromProtoInstruction() local
212 const auto& thread = options.threads()[t]; in CreateFromProtoInstruction()
223 thread_name = std::to_string(t) + "_" + std::to_string(i); in CreateFromProtoInstruction()
/test/vts-testcase/security/avb/data/
DAndroid.bp27 name: "t-gsi_avbpubkey",
29 "t-gsi.avbpubkey",
/test/app_compat/csuite/pylib/
DAndroid.bp16 // on for running the suite. This is a workaround since we can't use csuite.zip
17 // which is defined in an external Makefile that Soong can't depend on.
25 // Normally we would just use java_genrule_host to avoid these hacks but can't
28 // common) don't exactly match.
/test/dittosuite/include/ditto/
Dtimespec_utils.h22 int64_t TimespecToNanos(const timespec& t);
23 double TimespecToDoubleNanos(const timespec& t);
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNControls.java140 String getResultShortSummary(BenchmarkResult br, TestModels.TestModelEntry t) { in getResultShortSummary() argument
141 return br.getSummary(t.mBaselineSec); in getResultShortSummary()
156 TestModels.TestModelEntry t = TestModels.modelsList().get(id[ct]); in onActivityResult() local
159 String s = t.toString() + " " + getResultShortSummary(br, t); in onActivityResult()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPreconditionPreparer.java140 protected void logError(Throwable t) { in logError() argument
141 if (t != null) { in logError()
142 CLog.e(t); in logError()
DDeviceInteractionHelperInstaller.java121 public void tearDown(TestInformation testInfo, Throwable t) throws DeviceNotAvailableException { in tearDown() argument
/test/app_compat/csuite/integration_tests/
Dcsuite_test_utils.py210 args_str = [str(t) for t in args]
231 return ' '.join(shlex.quote(t) for t in split_command)
DAndroid.bp16 // on for running the suite. This is a workaround since we can't use csuite.zip
17 // which is defined in an external Makefile that Soong can't depend on.
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java158 TestModels.TestModelEntry t, float warmupTimeSeconds, float runTimeSeconds) in getInstrumentationResult() argument
160 return getInstrumentationResult(t, warmupTimeSeconds, runTimeSeconds, false); in getInstrumentationResult()
166 TestModels.TestModelEntry t, float warmupTimeSeconds, float runTimeSeconds, in getInstrumentationResult() argument
169 mTest = changeTest(mTest, t); in getInstrumentationResult()
210 private NNTestBase changeTest(NNTestBase oldTestBase, TestModels.TestModelEntry t) in changeTest() argument
216 NNTestBase tb = t.createNNTestBase(mBackend, /*enableIntermediateTensorsDump=*/false, in changeTest()
DInferenceInOutSequence.java244 } catch (Throwable t) { in readDataset()
245 throw new Error("Failed to create image input", t); in readDataset()
/test/cts-root/tests/permission/
DAndroid.bp32 // TODO(b/326241209): @TestApi isn't supported in system server right now.
/test/mlts/benchmark/native/
Dmulti_process_test.cpp295 [](std::thread& t) { t.join(); }); in main() argument
/test/vts-testcase/security/avb/
DAndroid.bp46 ":t-gsi_avbpubkey",
/test/vts-testcase/kernel/gki/
DAndroid.bp59 // - We don't retroactively add requirements;
/test/mlts/benchmark/jni/
Drun_tflite.cpp136 std::ifstream t(modelfile); in init() local
137 … mModelBuffer = std::string((std::istreambuf_iterator<char>(t)), std::istreambuf_iterator<char>()); in init()
/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/mlts/models/assets/image_classification/
Dlabels.txt663 model t
/test/mlts/models/
DLICENSE182 replaced with your own identifying information. (Don't include

12