Home
last modified time | relevance | path

Searched refs:options (Results 1 – 25 of 46) sorted by relevance

12

/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DNativePocMallocDebugAsserter.java34 String options, String service) { in assertNoMallocDebugErrorOnService() argument
35 return new NativePocMallocDebugAsserter(options, service); in assertNoMallocDebugErrorOnService()
42 public static NativePocAsserter assertNoMallocDebugErrorOnPoc(String options) { in assertNoMallocDebugErrorOnPoc() argument
43 return new NativePocMallocDebugAsserter(options, null); in assertNoMallocDebugErrorOnPoc()
46 private NativePocMallocDebugAsserter(String options, String service) { in NativePocMallocDebugAsserter() argument
47 this.mallocDebugOptions = options; in NativePocMallocDebugAsserter()
/platform_testing/libraries/screenshot/
DTEST_MAPPING5 "options": [
16 "options": [
30 "options": [
/platform_testing/libraries/motion/
DTEST_MAPPING5 "options": [
18 "options": [
/platform_testing/libraries/flag-helpers/
DTEST_MAPPING5 "options": [
/platform_testing/libraries/motion/src/platform/test/motion/view/
DViewToolkit.kt128 options: ViewRecordingSpec<T>, in recordSeekableAnimation()
130 val visualCapture = options.visualCapture in recordSeekableAnimation()
131 val sampling = options.sampling in recordSeekableAnimation()
141 with(options) { in recordSeekableAnimation()
/platform_testing/libraries/device-collectors/src/hostsidetests/src/com/android/collectors/
DDeviceCollectorsTest.java249 DeviceTestRunOptions options = new DeviceTestRunOptions(PACKAGE_NAME); in testLogOnly() local
250 options.addInstrumentationArg("listener", STUB_BASE_COLLECTOR); in testLogOnly()
251 options.addInstrumentationArg("log", "true"); in testLogOnly()
252 options.setTestClassName("android.device.collectors.BaseMetricListenerInstrumentedTest"); in testLogOnly()
253 boolean res = runDeviceTests(options); in testLogOnly()
/platform_testing/libraries/sts-common-util/sts-sdk/package/gradle/wrapper/
Dgradle-wrapper.jar ... .SystemPropertiesCommandLineConverter converter org.gradle.cli.ParsedCommandLine options java.util.Properties systemProperties java.io. ...
/platform_testing/tests/codecoverage/hosttest/src/android/platform/test/
DCoverageSmokeTest.java46 DeviceTestRunOptions options = in runCoverageDeviceTests() local
53 runDeviceTests(options); in runCoverageDeviceTests()
/platform_testing/libraries/health/options/
DAndroid.bp20 name: "platform-test-options",
/platform_testing/libraries/health/options/tests/
DAndroid.bp27 "platform-test-options",
/platform_testing/tests/automotive/health/rules/
DAndroid.bp25 "platform-test-options",
/platform_testing/tests/automotive/functional/appgrid/
DAndroid.bp27 "platform-test-options",
/platform_testing/tests/health/scenarios/
DAndroid.bp27 "platform-test-options",
/platform_testing/tests/automotive/health/appgrid/
DAndroid.bp28 "platform-test-options",
/platform_testing/tests/automotive/functional/dialer/
DAndroid.bp28 "platform-test-options",
/platform_testing/tests/automotive/health/mediacenter/
DAndroid.bp28 "platform-test-options",
/platform_testing/tests/automotive/health/notification/
DAndroid.bp28 "platform-test-options",
/platform_testing/tests/apphealth/scenarios/
DAndroid.bp30 "platform-test-options",
/platform_testing/tests/automotive/health/settings/
DAndroid.bp28 "platform-test-options",
/platform_testing/tests/automotive/health/dial/
DAndroid.bp28 "platform-test-options",
/platform_testing/tests/health/scenarios/tests/
DAndroid.bp58 "platform-test-options",
77 "platform-test-options",
/platform_testing/libraries/health/runners/longevity/
DREADME.md16 **Template command with stubbed out options.**
18 `java <options> -cp <jar> org.junit.runner.JUnitCore <suite>`
33 **Template command with stubbed out options.**
/platform_testing/tests/automotive/functional/lockscreen/
DAndroid.bp32 "platform-test-options",
/platform_testing/tests/automotive/functional/home/
DAndroid.bp27 "platform-test-options",
/platform_testing/tests/automotive/functional/locationstatusbar/
DAndroid.bp28 "platform-test-options",

12