Home
last modified time | relevance | path

Searched full:runtime (Results 1 – 25 of 28) sorted by relevance

12

/test/vts/utils/python/controllers/
Dandroid_device_test.py37 err_msg = 'Runtime status is wrong'
38 print('step 1 start runtime')
41 print('step 2 check runtime status')
44 print('step 3 stop runtime')
47 print('step 4 check runtime status')
50 print('step 5 start runtime')
53 print('step 6 check runtime status')
/test/vts-testcase/hal/treble/vintf/
DSystemVendorTest.cpp60 // Tests that framework compatibility matrix and runtime info are compatible.
67 ASSERT_NE(nullptr, runtime_info) << "Failed to get runtime info."; in TEST_F()
77 // Tests that runtime kernel matches requirements in compatibility matrix.
84 ASSERT_NE(nullptr, runtime_info) << "Failed to get runtime info."; in TEST_F()
95 ASSERT_NE(nullptr, runtime_info) << "Failed to get runtime info."; in TEST_F()
/test/vti/dashboard/src/main/webapp/WEB-INF/
Dappengine-web.xml18 <runtime>java8</runtime>
/test/mlts/benchmark/src/com/android/nn/benchmark/app/
DNNModelLoadingStressTest.java64 float endTime = stopwatch.runtime(TimeUnit.SECONDS) + RUNTIME_SECONDS; in stressTestNNAPI()
66 while (stopwatch.runtime(TimeUnit.SECONDS) < endTime) { in stressTestNNAPI()
DBenchmarkTestBase.java59 // The default 0.3s warmup and 1.0s runtime give reasonably repeatable results (run-to-run
/test/vts/utils/python/vndk/
Dvndk_utils.py34 A boolean, whether VNDK runtime should be enabled.
39 "Assume VNDK runtime to be enforced.")
/test/vti/fuzz_test_serving/
Dapp.yaml1 runtime: python27
/test/vti/test_serving/gae/
Dworker.yaml1 runtime: python27
Dapp.yaml1 runtime: python27
/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DProcessor.java383 float runTime = 1.f; in benchmarkAllModels() local
386 runTime = 10.f; in benchmarkAllModels()
388 mTestResults[ct] = getBenchmark(warmupTime, runTime); in benchmarkAllModels()
/test/vts/testcases/target/hal_lights/
DAndroidTest.xml26 <option name="runtime-hint" value="35s" />
/test/vts/testcases/target/hal_power/
DAndroidTest.xml26 <option name="runtime-hint" value="180s" />
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/
DModuleGenerator.java50 * A tool for generating TradeFed suite modules during runtime.
52 * <p>This class generates module config files into TradeFed's test directory at runtime using a
/test/vti/dashboard/src/main/java/com/android/vts/api/
DBaseApiServlet.java57 .get("com.google.appengine.runtime.default_version_hostname") in init()
/test/vts/proto/
DComponentSpecificationMessage.proto147 // similar to TYPE_UNION, but support runtime type check.
434 // Length of an array. Also used for TYPE_VECTOR at runtime.
456 // the runtime type used in the safe union.
/test/vts-testcase/fuzz/iface_fuzzer/include/
DProtoFuzzerUtils.h44 // declaration, a variable declaration, or a runtime variable instance. These
/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test.go33 // The content of the template will be used to generate test modules at runtime.
/test/vts-testcase/vndk/files/
DVtsVndkFilesTest.py129 "VNDK runtime is not enforced on the device.")
Dvts_vndk_files_test.py124 logging.info("Skip the test as VNDK runtime is not enforced on "
/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/
DBenchmarkJobService.java94 + " Android > Android OS & > Apps Runtime > Machine Learning") in onBenchmarkFinish()
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/
Dhome_bot_config.py73 # global for caching device properties gathered dynamically during runtime
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/
Dhome_bot_config.py73 # global for caching device properties gathered dynamically during runtime
/test/app_compat/csuite/
Dpylintrc242 # (useful for modules/projects where namespaces are manipulated during runtime
/test/vti/dashboard/src/main/java/com/android/vts/servlet/
DShowCoverageOverviewServlet.java133 logger.log(Level.SEVERE, "A runtime exception has occured", rte); in doGetHandler()
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/
DProcSimpleFileTests.py347 virtual runtime task A must have than task B in nanoseconds in order for

12