Home
last modified time | relevance | path

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

12345678910>>...19

/packages/inputmethods/LatinIME/native/jni/
DAndroid.bp192 "tests/defines_test.cpp",
193 "tests/dictionary/header/header_read_write_utils_test.cpp",
194 "tests/dictionary/structure/v4/content/language_model_dict_content_test.cpp",
195 … "tests/dictionary/structure/v4/content/language_model_dict_content_global_counters_test.cpp",
196 "tests/dictionary/structure/v4/content/probability_entry_test.cpp",
197 "tests/dictionary/structure/v4/content/terminal_position_lookup_table_test.cpp",
198 "tests/dictionary/utils/bloom_filter_test.cpp",
199 "tests/dictionary/utils/buffer_with_extendable_buffer_test.cpp",
200 "tests/dictionary/utils/byte_array_utils_test.cpp",
201 "tests/dictionary/utils/format_utils_test.cpp",
[all …]
/packages/apps/Car/CompanionDeviceSupport/tests/unit/
DREADME.md1 # Instructions for running unit tests
5 `m CompanionDeviceSupport-unit-tests`
9 …tall -r -t $OUT/testcases/CompanionDeviceSupport-unit-tests/arm64/CompanionDeviceSupport-unit-test…
11 ### Run all tests
13 `adb shell am instrument -w com.android.car.companiondevicesupport.tests.unit`
15 ### Run tests in a class
17 …m.android.car.companiondevicesupport.<classPath> com.android.car.companiondevicesupport.tests.unit`
21 ….companiondevicesupport.<classPath>#<testMethod> com.android.car.companiondevicesupport.tests.unit`
/packages/apps/Car/libs/connected-device-lib/tests/unit/
DREADME.md1 # Instructions for running unit tests
5 `m connected-device-lib-unit-tests`
9 …install -r -t $OUT/testcases/connected-device-lib-unit-tests/arm64/connected-device-lib-unit-tests
11 ### Run all tests
13 `adb shell am instrument -w com.android.car.connecteddevice.tests.unit`
15 ### Run tests in a class
17 …-w -e class com.android.car.connecteddevice.<classPath> com.android.car.connecteddevice.tests.unit`
21 …om.android.car.connecteddevice.<classPath>#<testMethod> com.android.car.connecteddevice.tests.unit`
/packages/inputmethods/LatinIME/native/dicttoolkit/
DAndroid.bp83 "tests/command_executors/diff_executor_test.cpp",
84 "tests/command_executors/header_executor_test.cpp",
85 "tests/command_executors/info_executor_test.cpp",
86 "tests/command_executors/makedict_executor_test.cpp",
87 "tests/dict_toolkit_defines_test.cpp",
88 "tests/offdevice_intermediate_dict/offdevice_intermediate_dict_test.cpp",
89 "tests/utils/arguments_parser_test.cpp",
90 "tests/utils/command_utils_test.cpp",
91 "tests/utils/utf8_utils_test.cpp",
/packages/services/Car/watchdog/server/
DAndroid.bp74 test_suites: ["general-tests"],
76 "tests/IoPerfCollectionTest.cpp",
77 "tests/LooperStub.cpp",
78 "tests/ProcPidDir.cpp",
79 "tests/ProcPidStatTest.cpp",
80 "tests/ProcStatTest.cpp",
81 "tests/UidIoStatsTest.cpp",
82 "tests/WatchdogBinderMediatorTest.cpp",
83 "tests/WatchdogProcessServiceTest.cpp",
/packages/modules/NetworkStack/tests/unit/
DAndroid.bp27 "net-tests-utils",
49 srcs: [], // TODO: tests that only apply to the current, non-stable API can be added here
50 test_suites: ["device-tests"],
55 // Library containing the unit tests. This is used by the coverage test target to pull in the
56 // unit test code. It is not currently used by the tests themselves because all the build
57 // configuration needed by the tests is in the NetworkStackTestsDefaults rule.
64 "//packages/modules/NetworkStack/tests/integration",
65 "//frameworks/base/packages/Tethering/tests/integration",
72 test_suites: ["device-tests", "mts"],
/packages/modules/NetworkStack/tests/integration/
DAndroid.bp38 "net-tests-utils",
59 // Network stack integration tests.
66 test_suites: ["device-tests"],
70 // Network stack next integration tests.
82 test_suites: ["device-tests"],
87 // Apply NetworkStack jarjar rules to the tests as well so classes in NetworkStaticLibTests have the
97 // Special version of the network stack tests that includes all tests necessary for code coverage
104 test_suites: ["device-tests", "mts"],
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtilsTests.java241 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testPredefinedSubtypesInEnglishSystemLocale() local
278 tests.runInLocale(mRes, Locale.ENGLISH); in testPredefinedSubtypesInEnglishSystemLocale()
283 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testAdditionalSubtypesInEnglishSystemLocale() local
312 tests.runInLocale(mRes, Locale.ENGLISH); in testAdditionalSubtypesInEnglishSystemLocale()
343 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testPredefinedSubtypesInFrenchSystemLocale() local
380 tests.runInLocale(mRes, Locale.FRENCH); in testPredefinedSubtypesInFrenchSystemLocale()
385 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testAdditionalSubtypesInFrenchSystemLocale() local
414 tests.runInLocale(mRes, Locale.FRENCH); in testAdditionalSubtypesInFrenchSystemLocale()
427 final RunInLocale<Void> tests = new RunInLocale<Void>() { in testHinglishSubtypesInHindiSystemLocale() local
442 tests.runInLocale(mRes, new Locale("hi")); in testHinglishSubtypesInHindiSystemLocale()
[all …]
/packages/apps/Settings/tests/unit/
DREADME1 To build the tests you can use the following command at the root of your android source tree
7 To run all tests:
8 $ adb shell am instrument -w com.android.settings.tests.unit/androidx.test.runner.AndroidJUnitRunner
10 To run all tests in a specific class:
11 $ adb shell am instrument -w -e class com.android.settings.<class> com.android.settings.tests.unit/…
14 …ment -w -e class com.android.settings.<class>#<test> com.android.settings.tests.unit/androidx.test…
/packages/apps/StorageManager/tests/unit/
DREADME1 To build the tests you can use the following command at the root of your android source tree
7 To run all tests:
8 $ adb shell am instrument -w com.android.storagemanager.tests.unit/androidx.test.runner.AndroidJUni…
10 To run all tests in a specific class:
11 …-w -e class com.android.storagemanager.<class> com.android.storagemanager.tests.unit/androidx.test…
14 …lass com.android.storagemanager.<class>#<test> com.android.storagemanager.tests.unit/androidx.test…
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/bip/
DBipImageTest.java58 com.android.bluetooth.tests.R.raw.image_200_200); in testParseImage_200by200()
62 com.android.bluetooth.tests.R.raw.image_200_200); in testParseImage_200by200()
72 com.android.bluetooth.tests.R.raw.image_600_600); in testParseImage_600by600()
76 com.android.bluetooth.tests.R.raw.image_600_600); in testParseImage_600by600()
86 com.android.bluetooth.tests.R.raw.image_200_200); in testMakeFromImage_200by200()
96 com.android.bluetooth.tests.R.raw.image_600_600); in testMakeFromImage_600by600()
/packages/apps/Launcher3/
Dbuild.gradle51 testApplicationId 'com.android.launcher3.tests'
57 testApplicationId 'com.android.launcher3.tests'
90 res.srcDirs = ['tests/res']
91 java.srcDirs = ['tests/src', 'tests/tapl']
92 manifest.srcFile "tests/AndroidManifest-common.xml"
96 manifest.srcFile "tests/AndroidManifest.xml"
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DMimeTypes.java157 public static boolean mimeMatches(String[] filters, String[] tests) { in mimeMatches() argument
158 if (tests == null) { in mimeMatches()
161 for (String test : tests) { in mimeMatches()
169 public static boolean mimeMatches(String filter, String[] tests) { in mimeMatches() argument
170 if (tests == null) { in mimeMatches()
173 for (String test : tests) { in mimeMatches()
/packages/services/Telecomm/
DAndroid.bp54 "tests/src/**/*.java",
64 "tests/res",
83 manifest: "tests/AndroidManifest.xml",
91 exclude_filter: ["com.android.server.telecom.tests.*"],
93 test_suites: ["device-tests"],
/packages/apps/CellBroadcastReceiver/tests/unit/
DAndroid.bp35 // in order to have our tests run on OEM devices, the test apk here includes
36 // module code within it and filters out tests which require UI.
42 test_suites: ["device-tests", "mts"],
68 test_suites: ["device-tests", "mts"],
78 test_suites: ["device-tests"],
/packages/apps/ManagedProvisioning/tests/
DREADME1 To run all instrumentation tests:
4 To run all instrumentation tests in a specific class:
10 To obtain a test coverage report for instrumentation tests:
16 To run all robolectric tests:
/packages/apps/DocumentsUI/tests/
DREADME1 Welcome to our tests!
3 unit tests are under the 'unit/' dir, function under 'functional/'.
10 To run just small tests"
11 …-e log false -e timeout_msec 300000 -e size small com.android.documentsui.tests/androidx.test.runn…
/packages/providers/MediaProvider/tests/
DAndroid.bp1 // This looks a bit awkward, but we need our tests to run against either
3 // on the device being tested, so we can't sign our tests with a key that
5 // run tests against into the test itself.
9 "device-tests",
/packages/apps/KeyChain/support/
DAndroid.bp16 name: "com.android.keychain.tests.support",
17 srcs: ["src/com/android/keychain/tests/support/IKeyChainServiceTestSupport.aidl"],
25 "com.android.keychain.tests.support",
30 "general-tests",
/packages/modules/NetworkStack/tests/lib/
DAndroid.bp18 name: "net-tests-utils-multivariant",
31 name: "net-tests-utils",
35 ":net-module-utils-srcs-for-tests",
43 "net-tests-utils-multivariant",
/packages/modules/NetworkStack/
DAndroid.bp30 // +module src/ --> / \ (also used in unit tests)
144 "//packages/modules/NetworkStack/tests/unit",
145 "//packages/modules/NetworkStack/tests/integration",
146 "//frameworks/base/packages/Tethering/tests/integration",
213 // Android library to derive test APKs for integration tests
220 "//frameworks/base/tests/net/integration",
221 "//cts/tests/tests/net",
/packages/apps/Contacts/tests/src/com/android/contacts/activities/
DSimImportActivityTest.java18 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasMimeType;
19 import static com.android.contacts.tests.ContactsMatchers.hasRowMatching;
20 import static com.android.contacts.tests.ContactsMatchers.hasValueForColumn;
63 import com.android.contacts.tests.AccountsTestHelper;
64 import com.android.contacts.tests.ContactsMatchers;
65 import com.android.contacts.tests.FakeSimContactDao;
66 import com.android.contacts.tests.StringableCursor;
/packages/apps/WallpaperPicker2/
Dbuild.gradle37 testApplicationId 'com.android.wallpaper.tests'
49 res.srcDirs = ["tests/res"]
50 java.srcDirs = ["tests/src"]
51 manifest.srcFile "tests/AndroidManifest.xml"
/packages/inputmethods/LatinIME/
Dbuild.gradle32 testApplicationId 'com.android.inputmethod.latin.tests'
69 res.srcDirs = ['tests/res']
70 java.srcDirs = ['tests/src']
71 manifest.srcFile "tests/AndroidManifest.xml"
/packages/modules/DnsResolver/
DREADME-DoT.md42 annotations) to minimize the likelihood of a latent threading bug. The unit tests are
107 Unit tests for DoT are in `resolv_tls_unit_test.cpp`. They cover all the classes except
110 exercised by the integration tests in `resolv_integration_test.cpp`.
116 To make these unit tests possible, this code uses a dependency injection pattern:
121 which in production is a `DnsTlsSocketFactory`. However, in unit tests, we can
122 substitute a test factory that returns a fake socket, so that the unit tests can
123 run without actually connecting over TLS to a test server. (The integration tests

12345678910>>...19