Home
last modified time | relevance | path

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

12

/platform_testing/libraries/device-collectors/src/main/platform-collectors/
DAndroid.bp19 // Genrule for handwritten statsd configs.
24 "res/statsd-configs/**/*.pb",
29 * Loops over all subdirectories under res/statsd-configs/ and copy all *.pb configs within to
30 * an assets/statsd-configs/ directory, which gets packed into a .jar file and ends up under the
31 * assets/statsd-configs/ directory in the package, which can then be read with asset manager
36 cmd: "mkdir $(genDir)/pb && protos=($(locations res/statsd-configs/**/*.pb)) " +
38 …"&& $(location soong_zip) -jar -o $(out) -C $(genDir)/pb -P assets/statsd-configs -D $(genDir)/pb",
/platform_testing/scripts/perfetto-setup/
DAndroid.mk24 LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/trace_config_detailed.t…
34 LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/long_trace_config.textp…
44 LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/long_trace_binder_confi…
54 LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/trace_config.textproto
64 LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/trace_config_experiment…
74 LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/trace_config_multi_user…
94 LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/trace_config_detailed_h…
104 LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/trace_config_post_boot.…
114 LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/trace_config_power.text…
124 LOCAL_PREBUILT_MODULE_FILE := prebuilts/tools/linux-x86_64/perfetto/configs/trace_config_boot_time.…
[all …]
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioConfigUtil.java19 import android.platform.spectatio.configs.ScrollConfig;
20 import android.platform.spectatio.configs.SpectatioConfig;
21 import android.platform.spectatio.configs.UiElement;
22 import android.platform.spectatio.configs.WorkflowTask;
23 import android.platform.spectatio.configs.WorkflowTaskConfig;
24 import android.platform.spectatio.configs.validators.ValidateMapEntries;
25 import android.platform.spectatio.configs.validators.ValidateScrollConfig;
26 import android.platform.spectatio.configs.validators.ValidateSpectatioConfigForUnknownProperties;
27 import android.platform.spectatio.configs.validators.ValidateUiElement;
28 import android.platform.spectatio.configs.validators.ValidateWorkflowTask;
[all …]
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/remaining-battery-capacity/
DREADME.md3 These configs are used to collect the remaining battery capacity on the device as defined in the
4 RemainingBatteryCapacity (Colomb counter) atom. Also includes configs with uid to package name mapp…
/platform_testing/libraries/device-collectors/src/test/platform/android/device/collectors/
DStatsdListenerTest.java492 Map<String, StatsdConfigProto.StatsdConfig> configs = in testParsingConfigFromArguments_byName_validConfig() local
494 Assert.assertTrue(configs.containsKey(CONFIG_NAME_1)); in testParsingConfigFromArguments_byName_validConfig()
495 Assert.assertEquals(configs.get(CONFIG_NAME_1).id, CONFIG_ID_1); in testParsingConfigFromArguments_byName_validConfig()
496 Assert.assertTrue(configs.containsKey(CONFIG_NAME_2)); in testParsingConfigFromArguments_byName_validConfig()
497 Assert.assertEquals(configs.get(CONFIG_NAME_2).id, CONFIG_ID_2); in testParsingConfigFromArguments_byName_validConfig()
498 Assert.assertEquals(configs.size(), 2); in testParsingConfigFromArguments_byName_validConfig()
515 Map<String, StatsdConfigProto.StatsdConfig> configs = in testParsingConfigFromArguments_byName_malformedConfig() local
527 Map<String, StatsdConfigProto.StatsdConfig> configs = in testParsingConfigFromArguments_byName_nonexistentConfig() local
557 Map<String, StatsdConfigProto.StatsdConfig> configs = in testParsingConfigFromArguments_byPath_validConfig() local
559 Assert.assertTrue(configs.containsKey(config1Name)); in testParsingConfigFromArguments_byPath_validConfig()
[all …]
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/validators/
DValidateWorkflowTask.java17 package android.platform.spectatio.configs.validators;
19 import android.platform.spectatio.configs.ScrollConfig;
20 import android.platform.spectatio.configs.SwipeConfig;
21 import android.platform.spectatio.configs.WorkflowTask;
22 import android.platform.spectatio.configs.WorkflowTaskConfig;
DValidateWorkflowTaskConfig.java17 package android.platform.spectatio.configs.validators;
19 import android.platform.spectatio.configs.UiElement;
20 import android.platform.spectatio.configs.WorkflowTaskConfig;
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/full-battery-capacity/
DREADME.md3 These statsd configs collects FullBatteryCapacity metrics.
/platform_testing/tests/microbenchmarks/uibench/
DAndroid.bp41 test_config: "configs/uibench-all.xml",
45 "configs/uibench-dialoglist.xml",
46 "configs/uibench-invalidate.xml",
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/process-cpu-time/
DREADME.md3 These configs are used to collect the cpu stats at the start and end of tests or test run.
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/wifi-bytes-transfer/
DREADME.md3 The configs here collects the WiFi bytes transferred on the start and end of tests or test run,
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/adservices-on-device-execution/
DREADME.md3 These configs are used for measurements relating to on device execution (auction, bidding, etc.) fo…
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/droidfood/
DREADME.md3 These configs are used to collect many WW metrics on droidfood devices.
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DSwipeConfig.java17 package android.platform.spectatio.configs;
DWorkflowTaskConfig.java17 package android.platform.spectatio.configs;
/platform_testing/tests/example/instrumentation/
DAndroid.bp30 test_config: "configs/hello-world.xml",
33 extra_test_configs: ["configs/hallo-welt.xml"],
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/on-device-power-measurement/
DREADME.md3 These configs are used to pull the on-device power measurement before and after a test and test run…
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-time-per-freq/
DREADME.md3 These configs are used to pull the cpu time per frequency at the start and end of tests or test run…
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/wifi-controller-energy/
DREADME.md3 These configs are used to gauge the amount of energy consumed by the WiFi controller throughout a
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-cluster-time/
DREADME.md3 These configs are used to pull the process user time and system time at the start and end of tests …
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/subsystem-sleep-state/
DREADME.md3 These configs are used to collect the subsystem sleep state on the device as defined in the Subsyst…
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-time-per-uid-freq/
DREADME.md3 These configs are used to pull the cpu time per frequency at the start and end of tests or test run…
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/cpu-time-per-thread-freq/
DREADME.md3 These configs are used to pull CPU usage for each thread per frequency at the start and end of test…
/platform_testing/libraries/device-collectors/src/main/platform-collectors/res/statsd-configs/mobile-bytes-transfer/
DREADME.md3 These configs are used to collect the bytes transferred via mobile networks(sum of foreground and b…
/platform_testing/tests/bettertogether/betocq/function_tests/
Dnearbyconnections_function_test.py31 def __init__(self, configs): argument
32 super().__init__(configs)

12