/test/mlts/benchmark/results/ |
D | Chart.bundle.min.js | 10 …t){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=t();else if("function"==… argument
|
/test/app_compat/csuite/tools/csuite_test/ |
D | csuite_test_test.go | 28 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/ |
D | KernelProcFileTestBase.py | 56 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 …]
|
D | ProcVmallocInfoTest.py | 26 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/ |
D | test_launcher.py | 41 … "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/ |
D | timespec_utils.cpp | 18 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()
|
D | instruction_factory.cpp | 211 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/ |
D | Android.bp | 27 name: "t-gsi_avbpubkey", 29 "t-gsi.avbpubkey",
|
/test/app_compat/csuite/pylib/ |
D | Android.bp | 16 // 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/ |
D | timespec_utils.h | 22 int64_t TimespecToNanos(const timespec& t); 23 double TimespecToDoubleNanos(const timespec& t);
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNControls.java | 140 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/ |
D | PreconditionPreparer.java | 140 protected void logError(Throwable t) { in logError() argument 141 if (t != null) { in logError() 142 CLog.e(t); in logError()
|
D | DeviceInteractionHelperInstaller.java | 121 public void tearDown(TestInformation testInfo, Throwable t) throws DeviceNotAvailableException { in tearDown() argument
|
/test/app_compat/csuite/integration_tests/ |
D | csuite_test_utils.py | 210 args_str = [str(t) for t in args] 231 return ' '.join(shlex.quote(t) for t in split_command)
|
D | Android.bp | 16 // 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/ |
D | Processor.java | 158 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()
|
D | InferenceInOutSequence.java | 244 } catch (Throwable t) { in readDataset() 245 throw new Error("Failed to create image input", t); in readDataset()
|
/test/cts-root/tests/permission/ |
D | Android.bp | 32 // TODO(b/326241209): @TestApi isn't supported in system server right now.
|
/test/mlts/benchmark/native/ |
D | multi_process_test.cpp | 295 [](std::thread& t) { t.join(); }); in main() argument
|
/test/vts-testcase/security/avb/ |
D | Android.bp | 46 ":t-gsi_avbpubkey",
|
/test/vts-testcase/kernel/gki/ |
D | Android.bp | 59 // - We don't retroactively add requirements;
|
/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 136 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/ |
D | tarmac.output7 | 1 …EK4MKEZDEZSUCY^U�NJLTQKDD?5:43HF)J:@/4ADRG[MDJDDNE:CB02<17E;LDIKFVGLED�w�z�t|rz\Di]hzQ^ifofHqbDl…
|
/test/mlts/models/assets/image_classification/ |
D | labels.txt | 663 model t
|
/test/mlts/models/ |
D | LICENSE | 182 replaced with your own identifying information. (Don't include
|