Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 1781) sorted by relevance

12345678910>>...72

/packages/modules/HealthFitness/apk/tests/
DAndroid.bp19 name: "health-connect-controller-tests-default",
21 "src/com/android/healthconnect/controller/tests/utils/**/*.java",
22 "src/com/android/healthconnect/controller/tests/utils/**/*.kt",
67 "general-tests",
109 name: "data-screens-new-tests-srcs",
111 "src/com/android/healthconnect/controller/tests/data/**/*.java",
112 "src/com/android/healthconnect/controller/tests/data/**/*.kt",
121 srcs: [":data-screens-new-tests-srcs"],
122 defaults: ["health-connect-controller-tests-default"],
123 package_name: "com.android.healthconnect.controller.tests.data.screens.new",
[all …]
/packages/modules/StatsD/statsd/
DAndroid.bp313 "tests/metrics/metrics_test_helper.cpp",
314 "tests/statsd_test_util.cpp",
317 "tests/statsd_test_util.cpp",
329 "device-tests",
349 "tests/condition/SimpleConditionTracker_test.cpp",
350 "tests/ConfigManager_test.cpp",
351 "tests/e2e/Anomaly_count_e2e_test.cpp",
352 "tests/e2e/Anomaly_duration_sum_e2e_test.cpp",
353 "tests/e2e/ConfigUpdate_e2e_ab_test.cpp",
354 "tests/e2e/ConfigUpdate_e2e_test.cpp",
[all …]
/packages/modules/Bluetooth/system/packet/
DAndroid.bp35 test_suites: ["general-tests"],
40 local_include_dirs: ["tests"],
47 "tests/avrcp/avrcp_browse_packet_test.cc",
48 "tests/avrcp/avrcp_packet_test.cc",
49 "tests/avrcp/avrcp_reject_packet_test.cc",
50 "tests/avrcp/change_path_packet_test.cc",
51 "tests/avrcp/general_reject_packet_test.cc",
52 "tests/avrcp/get_capabilities_packet_test.cc",
53 "tests/avrcp/get_current_player_application_setting_value_test.cc",
54 "tests/avrcp/get_element_attributes_packet_test.cc",
[all …]
DBUILD.gn66 "tests/avrcp/avrcp_browse_packet_test.cc",
67 "tests/avrcp/avrcp_packet_test.cc",
68 "tests/avrcp/avrcp_reject_packet_test.cc",
69 "tests/avrcp/change_path_packet_test.cc",
70 "tests/avrcp/general_reject_packet_test.cc",
71 "tests/avrcp/get_capabilities_packet_test.cc",
72 "tests/avrcp/get_element_attributes_packet_test.cc",
73 "tests/avrcp/get_folder_items_packet_test.cc",
74 "tests/avrcp/get_item_attributes_packet_test.cc",
75 "tests/avrcp/get_play_status_packet_test.cc",
[all …]
/packages/apps/Launcher3/quickstep/
DAndroid.bp27 path: "tests/multivalentTests",
29 "tests/multivalentTests/src/**/*.java",
30 "tests/multivalentTests/src/**/*.kt",
35 name: "launcher3-quickstep-tests-src",
36 path: "tests",
38 "tests/multivalentTests/src/**/*.java",
39 "tests/multivalentTests/src/**/*.kt",
40 "tests/src/**/*.java",
41 "tests/src/**/*.kt",
46 name: "launcher3-quickstep-oop-tests-src",
[all …]
/packages/services/Car/cpp/watchdog/server/
DAndroid.bp159 "tests/data/*.xml",
173 "general-tests",
174 "automotive-tests",
178 "tests/PackageInfoResolverTest.cpp",
181 "tests/IoOveruseMonitorTest.cpp",
182 "tests/WatchdogServiceHelperTest.cpp",
185 "tests/IoOveruseConfigsTest.cpp",
186 "tests/IoOveruseMonitorTest.cpp",
187 "tests/PerformanceProfilerTest.cpp",
188 "tests/PressureMonitorTest.cpp",
[all …]
/packages/modules/Bluetooth/system/blueberry/tests/gd/
Dgd_all_tests.py17 from blueberry.tests.gd.cert.cert_self_test import CertSelfTest
18 from blueberry.tests.gd.hal.simple_hal_test import SimpleHalTest
19 from blueberry.tests.gd.hci.acl_manager_test import AclManagerTest
20 from blueberry.tests.gd.hci.controller_test import ControllerTest
21 from blueberry.tests.gd.hci.direct_hci_test import DirectHciTest
22 from blueberry.tests.gd.hci.le_acl_manager_test import LeAclManagerTest
23 from blueberry.tests.gd.hci.le_advertising_manager_test import LeAdvertisingManagerTest
24 from blueberry.tests.gd.hci.le_scanning_manager_test import LeScanningManagerTest
25 from blueberry.tests.gd.hci.le_scanning_with_security_test import LeScanningWithSecurityTest
26 from blueberry.tests.gd.iso.le_iso_test import LeIsoTest
[all …]
/packages/modules/ImsMedia/tests/
DREADME.md4 - The `tests/` directory in _ImsMedia_ contains all the _ImsMedia_'s Unit Tests.
6 * `ImsMediaJavaTests` - _consists all junit tests._
7 * `ImsMediaNativeTests` - _consists all gtest tests._
12 ## 2. Procedure to run tests with atest
21 #### 2.1 To run all tests in ImsMedia
26 #### 2.2 To run all tests in a testgroup
37 #### 2.3 To run all tests in a testmodule
41 Example: To run all tests in `ImsMediaNativeTests` testmodule
46 #### 2.4 To run all tests in a test class
50 Example: To run all tests in _RtpBufferTest_ test class in `ImsMediaNativeTests` testmodule
[all …]
/packages/modules/Virtualization/libs/libfdt/
DAndroid.bp56 srcs: ["tests/api_test.rs"],
57 test_suites: ["general-tests"],
76 "tests/data/test_tree_one_memory_range.dts",
77 "tests/data/test_tree_no_memory_node.dts",
79 …cmd: "$(location dtc) -I dts -O dtb $(location tests/data/test_tree_one_memory_range.dts) -o $(out…
87 "tests/data/test_tree_multiple_memory_ranges.dts",
88 "tests/data/test_tree_no_memory_node.dts",
90 …cmd: "$(location dtc) -I dts -O dtb $(location tests/data/test_tree_multiple_memory_ranges.dts) -o…
98 "tests/data/test_tree_empty_memory_range.dts",
99 "tests/data/test_tree_no_memory_node.dts",
[all …]
/packages/modules/Bluetooth/system/packet/tests/fuzzers/
DAndroid.bp21 "packages/modules/Bluetooth/system/packet/tests",
22 "packages/modules/Bluetooth/system/packet/tests/avrcp",
59 "packages/modules/Bluetooth/system/packet/tests",
60 "packages/modules/Bluetooth/system/packet/tests/avrcp",
98 "packages/modules/Bluetooth/system/packet/tests",
99 "packages/modules/Bluetooth/system/packet/tests/avrcp",
137 "packages/modules/Bluetooth/system/packet/tests",
138 "packages/modules/Bluetooth/system/packet/tests/avrcp",
176 "packages/modules/Bluetooth/system/packet/tests",
177 "packages/modules/Bluetooth/system/packet/tests/avrcp",
[all …]
/packages/modules/Bluetooth/system/blueberry/tests/pbat/
Dbluetooth_acceptance_suite.py7 from blueberry.tests.a2dp import bluetooth_a2dp_test
8 from blueberry.tests.avrcp import bluetooth_avrcp_test
9 from blueberry.tests.connectivity import ble_pairing_test
10 from blueberry.tests.connectivity import bluetooth_pairing_test
11 from blueberry.tests.hfp import bluetooth_hfp_test
12 from blueberry.tests.map import bluetooth_map_test
13 from blueberry.tests.opp import bluetooth_opp_test
14 from blueberry.tests.pan import bluetooth_pan_test
15 from blueberry.tests.pbap import bluetooth_pbap_test
61 tests=matched_tests)
/packages/modules/Connectivity/Tethering/common/TetheringLib/
DAndroid.bp34 "//cts/tests/netlegacy22.api",
36 "//frameworks/base/core/tests/bandwidthtests",
37 "//frameworks/base/core/tests/benchmarks",
38 "//frameworks/base/core/tests/utillib",
39 "//frameworks/base/services/tests/VpnTests",
40 "//frameworks/base/tests/vcn",
41 "//frameworks/opt/telephony/tests/telephonytests",
42 "//packages/modules/CaptivePortalLogin/tests",
44 "//packages/modules/Connectivity/staticlibs/tests:__subpackages__",
45 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
[all …]
/packages/modules/Bluetooth/system/test/
DREADME.md3 This document refers to the tests in the packages/modules/Bluetooth/system/test directory.
5 The tests are designed to be run when the Android runtime is not running. From a terminal, run:
7 ## Before you run tests
17 ## Running tests
24 But for the impatient, run specific groups of tests like this:
45 [==========] Running 11 tests from 2 test cases.
47 [----------] 6 tests from BluetoothTest
60 [----------] 6 tests from BluetoothTest (32789 ms total)
62 [----------] 5 tests from GattTest
73 [----------] 5 tests from GattTest (11706 ms total)
[all …]
/packages/modules/NetworkStack/tests/integration/
DAndroid.bp50 "net-tests-utils",
74 // Network stack integration tests.
84 test_suites: ["device-tests"],
86 host_required: ["net-tests-utils-host-common"],
90 // Network stack next integration tests.
107 test_suites: ["device-tests"],
109 host_required: ["net-tests-utils-host-common"],
113 // Network stack integration root tests.
129 "general-tests",
135 host_required: ["net-tests-utils-host-common"],
[all …]
/packages/modules/Bluetooth/system/blueberry/tests/sl4a_sl4a/
Dsl4a_sl4a_test_runner.py17 from blueberry.tests.sl4a_sl4a.advertising.le_advertising import LeAdvertisingTest
18 from blueberry.tests.sl4a_sl4a.gatt.gatt_connect_test import GattConnectTest
19 from blueberry.tests.sl4a_sl4a.gatt.gatt_connect_with_irk_test import GattConnectWithIrkTest
20 from blueberry.tests.sl4a_sl4a.gatt.gatt_notify_test import GattNotifyTest
21 from blueberry.tests.sl4a_sl4a.l2cap.le_l2cap_coc_test import LeL2capCoCTest
22 from blueberry.tests.sl4a_sl4a.scanning.le_scanning import LeScanningTest
23 from blueberry.tests.sl4a_sl4a.security.oob_pairing_test import OobPairingTest
70 if args.tests:
72 for test in args.tests:
/packages/modules/Bluetooth/system/blueberry/tests/topshim/lib/
Dtopshim_base_test.py24 from blueberry.tests.gd.cert.async_subprocess_logger import AsyncSubprocessLogger
25 from blueberry.tests.gd.cert.context import get_current_context
26 from blueberry.tests.gd.cert.os_utils import get_gd_root
27 from blueberry.tests.gd.cert.os_utils import get_gd_root
28 from blueberry.tests.gd.cert.os_utils import read_crash_snippet_and_log_tail
29 from blueberry.tests.gd.cert.os_utils import is_subprocess_alive
30 from blueberry.tests.gd.cert.os_utils import make_ports_available
31 from blueberry.tests.gd.cert.os_utils import TerminalColor
32 from blueberry.tests.gd.cert.tracelogger import TraceLogger
33 from blueberry.tests.gd.cert.truth import assertThat
[all …]
/packages/modules/IntentResolver/tests/
DREADME.md9tests which run on devices or emulators, but are otherwise isolated from the system. Scope of veri…
15 Emulator tests which verify operation of the foundational components backed by android platform API…
17 **Use cases**: Larger tests which require device preparation and setup to test production code usin…
21 Instrumentation tests which launch target activity code directly in the instrumentation context. Th…
23 Originally from `frameworks/base/core/tests`, these cover the widest range of code but are historic…
25 …e added here, while the fakes and other utilities used in these tests are found in [tests/shared](…
27 **Use cases**: New tests and expansion of existing tests should be considered only as last resort f…
33 …e assertions, or other test setup code. Tests for code here should be placed in [tests/unit](unit).
/packages/modules/Connectivity/Tethering/tests/integration/
DAndroid.bp33 "net-tests-utils",
52 "//packages/modules/Connectivity/Tethering/tests/mts",
53 "//packages/modules/Connectivity/tests/cts/net",
57 // Library including tethering integration tests targeting the latest stable SDK.
67 "//packages/modules/Connectivity/tests/cts/tethering",
68 "//packages/modules/Connectivity/tests:__subpackages__",
69 "//packages/modules/Connectivity/Tethering/tests:__subpackages__",
73 // Library including tethering integration tests targeting current development SDK.
83 "//packages/modules/Connectivity/tests/cts/tethering",
84 "//packages/modules/Connectivity/Tethering/tests/mts",
[all …]
/packages/modules/Bluetooth/framework/tests/util/
DAndroid.bp36 "//cts/tests/tests/bluetooth",
37 "//packages/modules/Bluetooth/framework/tests/bumble",
41 "//cts/tests/tests/appop",
42 "//packages/modules/Connectivity/nearby/tests/cts/fastpair",
43 "//packages/modules/Permission/tests/cts/permission",
44 "//packages/modules/Permission/tests/cts/permissionui",
45 "//test/cts-root/tests/bluetooth",
/packages/modules/HealthFitness/tests/
DREADME.md1 ## Health Connect platform tests ##
3 Include different tests for the platform APIs:
6 Included to the compatability and mainline tests suites.
7 - unittests - small tests, test apis implementation. Included to the mainline tests suite.
8 - PermissionIntegrationTests - integration tests for the permission flow implementation. Require
9 signature permission, not included to the compatability and mainline tests suites.
/packages/modules/Connectivity/tests/common/
DAndroid.bp17 // Tests in this folder are included both in unit tests and CTS.
25 // The target SDK version of the "latest released SDK" CTS tests.
30 // - The target SDK of the CTS tests validates the behaviour seen by apps that call production APIs.
51 "net-tests-utils",
69 ":frameworks-net-tests-jarjar-rules",
98 "general-tests",
110 // Added first so all tests use extended mockito, instead of all tests using regular mockito
111 // (some tests would fail).
112 // TODO: consider removing extended mockito usage in tests that use it, for performance
125 // For framework tests
[all …]
/packages/inputmethods/LatinIME/native/jni/
DAndroid.bp205 "tests/defines_test.cpp",
206 "tests/dictionary/header/header_read_write_utils_test.cpp",
207 "tests/dictionary/structure/v4/content/language_model_dict_content_test.cpp",
208 … "tests/dictionary/structure/v4/content/language_model_dict_content_global_counters_test.cpp",
209 "tests/dictionary/structure/v4/content/probability_entry_test.cpp",
210 "tests/dictionary/structure/v4/content/terminal_position_lookup_table_test.cpp",
211 "tests/dictionary/utils/bloom_filter_test.cpp",
212 "tests/dictionary/utils/buffer_with_extendable_buffer_test.cpp",
213 "tests/dictionary/utils/byte_array_utils_test.cpp",
214 "tests/dictionary/utils/format_utils_test.cpp",
[all …]
/packages/modules/HealthFitness/tests/integrationtests/
DAndroid.bp23 "device-tests",
24 "general-tests",
43 "src/android/healthconnect/tests/backuprestore/*.java",
61 "device-tests",
62 "general-tests",
81 "src/android/healthconnect/tests/backuprestore/*.java",
82 "src/android/healthconnect/tests/exportimport/*.java",
98 "device-tests",
99 "general-tests",
113 "src/android/healthconnect/tests/exportimport/*.java",
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/data/entries/api/
DLoadEntriesHelperUseCaseTest.kt14 package com.android.healthconnect.controller.tests.data.entries.api in <lambda>()
44 import com.android.healthconnect.controller.tests.utils.BODYTEMPERATURE_MONTH in <lambda>()
45 import com.android.healthconnect.controller.tests.utils.BODYWATERMASS_WEEK in <lambda>()
46 import com.android.healthconnect.controller.tests.utils.DISTANCE_STARTDATE_1500 in <lambda>()
47 import com.android.healthconnect.controller.tests.utils.HYDRATION_MONTH in <lambda>()
48 import com.android.healthconnect.controller.tests.utils.HYDRATION_MONTH2 in <lambda>()
49 import com.android.healthconnect.controller.tests.utils.HYDRATION_MONTH3 in <lambda>()
50 import com.android.healthconnect.controller.tests.utils.INSTANT_DAY in <lambda>()
51 import com.android.healthconnect.controller.tests.utils.INSTANT_MONTH3 in <lambda>()
52 import com.android.healthconnect.controller.tests.utils.INSTANT_WEEK in <lambda>()
[all …]
/packages/modules/NeuralNetworks/tools/test_generator/tests/
Dtest.py117 def ReportIfDifferFromExpected(tests, name, file1, file2): argument
129 tests.fail(err_message)
176 def CheckTestResult(dir_name, subprocess_ret, tests, args): argument
199 tests.fail(err_message)
210 tests.fail(err_message)
212 tests.fail('Invalid test name: ' + dir_name +
217 def ExecTest(dir_name, tests): argument
237 tests.fail('subprocess.call failed: ' + ' '.join(args))
242 CheckTestResult(dir_name, ret, tests, args)
244 ReportIfDifferFromExpected(tests, 'stdout', 'stdout.txt.expect', 'stdout.txt')
[all …]

12345678910>>...72