Searched full:runtime (Results 1 – 25 of 28) sorted by relevance
12
/test/vts/utils/python/controllers/ |
D | android_device_test.py | 37 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/ |
D | SystemVendorTest.cpp | 60 // 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/ |
D | appengine-web.xml | 18 <runtime>java8</runtime>
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNModelLoadingStressTest.java | 64 float endTime = stopwatch.runtime(TimeUnit.SECONDS) + RUNTIME_SECONDS; in stressTestNNAPI() 66 while (stopwatch.runtime(TimeUnit.SECONDS) < endTime) { in stressTestNNAPI()
|
D | BenchmarkTestBase.java | 59 // The default 0.3s warmup and 1.0s runtime give reasonably repeatable results (run-to-run
|
/test/vts/utils/python/vndk/ |
D | vndk_utils.py | 34 A boolean, whether VNDK runtime should be enabled. 39 "Assume VNDK runtime to be enforced.")
|
/test/vti/fuzz_test_serving/ |
D | app.yaml | 1 runtime: python27
|
/test/vti/test_serving/gae/ |
D | worker.yaml | 1 runtime: python27
|
D | app.yaml | 1 runtime: python27
|
/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | Processor.java | 383 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/ |
D | AndroidTest.xml | 26 <option name="runtime-hint" value="35s" />
|
/test/vts/testcases/target/hal_power/ |
D | AndroidTest.xml | 26 <option name="runtime-hint" value="180s" />
|
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/config/ |
D | ModuleGenerator.java | 50 * 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/ |
D | BaseApiServlet.java | 57 .get("com.google.appengine.runtime.default_version_hostname") in init()
|
/test/vts/proto/ |
D | ComponentSpecificationMessage.proto | 147 // 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/ |
D | ProtoFuzzerUtils.h | 44 // declaration, a variable declaration, or a runtime variable instance. These
|
/test/app_compat/csuite/tools/csuite_test/ |
D | csuite_test.go | 33 // The content of the template will be used to generate test modules at runtime.
|
/test/vts-testcase/vndk/files/ |
D | VtsVndkFilesTest.py | 129 "VNDK runtime is not enforced on the device.")
|
D | vts_vndk_files_test.py | 124 logging.info("Skip the test as VNDK runtime is not enforced on "
|
/test/mlts/benchmark/dogfood/src/com/android/nn/dogfood/ |
D | BenchmarkJobService.java | 94 + " Android > Android OS & > Apps Runtime > Machine Learning") in onBenchmarkFinish()
|
/test/vti/test_serving/configs/infra/test/androidtestcenter-test/scripts/ |
D | home_bot_config.py | 73 # global for caching device properties gathered dynamically during runtime
|
/test/vti/test_serving/configs/infra/prod/androidtestcenter/scripts/ |
D | home_bot_config.py | 73 # global for caching device properties gathered dynamically during runtime
|
/test/app_compat/csuite/ |
D | pylintrc | 242 # (useful for modules/projects where namespaces are manipulated during runtime
|
/test/vti/dashboard/src/main/java/com/android/vts/servlet/ |
D | ShowCoverageOverviewServlet.java | 133 logger.log(Level.SEVERE, "A runtime exception has occured", rte); in doGetHandler()
|
/test/vts/testcases/host/kernel_proc_file_api_test/proc_tests/ |
D | ProcSimpleFileTests.py | 347 virtual runtime task A must have than task B in nanoseconds in order for
|
12