Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 22 of 22) sorted by relevance

/cts/apps/CtsVerifier/
Dproguard.flags5 # ensure we keep public sensor test methods, these are needed at runtime
13 # ensure we keep public Gnss Measurement test methods, these are needed at runtime
21 # ensure we keep public camera test methods, these are needed at runtime
/cts/libs/webkit-shared/
DREADME.md25 If you want to share webkit tests inside the SDK runtime, you will need to make your
63 Your test suite is now sharable with an SDK runtime test suite!
95 Whenever your test needs to refer to anything that is not available in the SDK runtime,
96 or needs to be shared between the SDK runtime and the activity based tests,
147 There are some things you won't be able to initiate from within the SDK runtime
149 in the SDK runtime, but this would be useful for testing against.
154 The activity invoker allows SDK runtime tests to initiate events in the activity driving
/cts/tests/tests/car/src/android/car/cts/
DCarWatchdogDaemonTest.java131 Runtime runtime = Runtime.getRuntime(); in writeToFos() local
136 long totalFreeMemory = runtime.maxMemory() - runtime.totalMemory() in writeToFos()
137 + runtime.freeMemory(); in writeToFos()
DCarWatchdogManagerTest.java888 Runtime runtime = Runtime.getRuntime(); in writeToFos() local
894 long totalFreeMemory = runtime.maxMemory() - runtime.totalMemory() in writeToFos()
895 + runtime.freeMemory(); in writeToFos()
/cts/hostsidetests/car/app/src/android/car/cts/app/
DCarWatchdogTestActivity.java270 Runtime runtime = Runtime.getRuntime(); in writeToFos() local
276 long totalFreeMemory = runtime.maxMemory() - runtime.totalMemory() in writeToFos()
277 + runtime.freeMemory(); in writeToFos()
/cts/tests/mediapc/requirements/
DAndroid.bp68 "golang-protobuf-runtime-protoimpl",
82 "golang-protobuf-runtime-protoimpl",
/cts/hostsidetests/appsecurity/res/apexsigverify/
DREADME.md6 art/build/apex/com.android.runtime.avbpubkey
11 bionic/apex/com.android.runtime.avbpubkey
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorTest.java526 final Runtime runtime = Runtime.getRuntime(); in testCheckFinalizerBehavior() local
537 runtime.gc(); runtime.runFinalization(); in testCheckFinalizerBehavior()
544 runtime.gc(); runtime.runFinalization(); in testCheckFinalizerBehavior()
550 runtime.gc(); runtime.runFinalization(); in testCheckFinalizerBehavior()
DMessageQueueTest.java782 long runtime = thread.quitAndRethrow(); in testPathologicalFileDescriptorReuseCallbacks4() local
784 runtime > 1000); in testPathologicalFileDescriptorReuseCallbacks4()
/cts/tools/release-parser/tests/resources/
Dandroid.test.runner.odex.pb.txt70runtime-arg -Xms64m --runtime-arg -Xmx512m --class-loader-context=& --boot-image=out/target/produc…
Dboot-framework.oat.pb.txt66runtime-arg -Xms64m --runtime-arg -Xmx64m --compiler-filter=speed-profile --profile-file=out/targe…
/cts/tools/release-parser/proto/
Drelease.proto198 // art/runtime/image.h
244 // Offset of dex sections that will have different runtime madvise states.
248 // art/runtime/oat.h
291 // art/runtime/vdex_file.h
/cts/hostsidetests/car/app/src/android/car/cts/app/watchdog/
DCarWatchdogDeviceAppTest.java342 Runtime runtime = Runtime.getRuntime(); in writeToFos() local
348 long totalFreeMemory = runtime.maxMemory() - runtime.totalMemory() in writeToFos()
349 + runtime.freeMemory(); in writeToFos()
/cts/tests/tests/virtualdevice/camera/
DAndroid.bp39 "androidx.lifecycle_lifecycle-runtime-testing",
/cts/tests/camera/libctscamera2jni/
DAndroid.bp71 // NDK build, shared C++ runtime
/cts/tests/signature/api-check/android-test-base-uses-library-api/
DAndroid.bp37 // Prevent android.test.mock and android.test.runner classes being available at runtime by
/cts/tests/signature/api-check/android-test-mock-current-api/
DAndroid.bp36 // Prevent android.test.base and android.test.runner classes being available at runtime by
/cts/tests/signature/api-check/android-test-runner-current-api/
DAndroid.bp37 // the manifest. Their classes should still be available at runtime as a dependency on
/cts/tests/signature/api-check/android-test-base-current-api/
DAndroid.bp37 // at runtime by excluding them from the list of libraries that are implicitly added to the
/cts/tests/signature/api-check/android-test-base-29-api/
DAndroid.bp37 // Prevent android.test.runner and android.test.mock classes being available at runtime by
/cts/tests/tests/renderscript/src/android/renderscript/cts/
Dkernel_input.rscript40 // rsDebug, guard calls to it with a runtime test that is guaranteed to be
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto259 // CTS version and parameters during runtime.