Home
last modified time | relevance | path

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

12345678910>>...16

/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/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/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/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/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/DocumentsUI/src/com/android/documentsui/base/
DMimeTypes.java74 public static boolean mimeMatches(String[] filters, String[] tests) { in mimeMatches() argument
75 if (tests == null) { in mimeMatches()
78 for (String test : tests) { in mimeMatches()
86 public static boolean mimeMatches(String filter, String[] tests) { in mimeMatches() argument
87 if (tests == null) { in mimeMatches()
90 for (String test : tests) { in mimeMatches()
/packages/apps/Launcher3/
Dbuild.gradle50 testApplicationId 'com.android.launcher3.tests'
56 testApplicationId 'com.android.launcher3.tests'
104 res.srcDirs = ['tests/res']
105 java.srcDirs = ['tests/src', 'tests/tapl']
106 manifest.srcFile "tests/AndroidManifest-common.xml"
110 manifest.srcFile "tests/AndroidManifest.xml"
/packages/services/Telecomm/
DAndroid.bp38 "tests/src/**/*.java",
48 "tests/res",
65 manifest: "tests/AndroidManifest.xml",
73 exclude_filter: ["com.android.server.telecom.tests.*"],
75 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/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/apps/Gallery2/
Dproguard.flags62 # - Required for running exif tests on userdebug
70 # - Required for running blobcache tests on userdebug
73 # - Required for running glcanvas tests on userdebug
84 # - Required for running jpeg stream tests on userdebug
/packages/providers/CalendarProvider/tests/
DEMMA_README3 # tests, and generates results into ~/emmaReport/. The previous emmaReport
32 # run the CTS tests; note we can't get success/failure result in $?
77 && EMMA_INSTRUMENT=$emma mmm -j4 cts/tests/tests/provider
/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",
/packages/apps/TV/tests/jank/
DREADME.md1 # Jank tests for Live Channels
6 To run the jank tests
21 -w com.android.tv.tests.jank/android.support.test.runner.AndroidJUnitRunner
/packages/apps/Traceur/uitests/
DREADME1 To build the tests you can use the following command at the root of your android source tree
7 To run all tests:
10 To run all tests in a specific class:
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/pbapclient/
DPbapParserTest.java76 com.android.bluetooth.tests.R.raw.no_timestamp_call_log); in testNoTimestamp()
98 com.android.bluetooth.tests.R.raw.single_missed_call); in testMissedCall()
119 com.android.bluetooth.tests.R.raw.unknown_number_call); in testUnknownCall()
142 com.android.bluetooth.tests.R.raw.v30_simple); in testPullPhoneBook()
/packages/apps/Contacts/tests/src/com/android/contacts/database/
DSimContactDaoTests.java20 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasEmail;
21 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasName;
22 import static com.android.contacts.tests.ContactsMatchers.DataCursor.hasPhone;
23 import static com.android.contacts.tests.ContactsMatchers.isSimContactWithNameAndPhone;
63 import com.android.contacts.tests.AccountsTestHelper;
64 import com.android.contacts.tests.ContactsMatchers;
65 import com.android.contacts.tests.SimContactsTestHelper;
66 import com.android.contacts.tests.StringableCursor;
/packages/apps/Messaging/
Dproguard-test.flags23 # FLAG(dnotario): Until we rationalize how to handle tests (extensive unit tests will want similar
25 # non-private methods. This means we cannot run tests on user builds for the moment.
/packages/apps/Calendar/tests/src/com/android/calendar/
DWeekNumberTest.java51 DateAndWeekNumber[] tests = { field in WeekNumberTest
206 int len = tests.length; in testAll()
208 DateAndWeekNumber test = tests[index]; in testAll()
/packages/apps/Email/
Dproguard-test.flags1 #Email-specific proguard flags, required for tests, that are not covered by UnifiedEmail go here
71 # The following classes are used only by unit tests.
72 # We should move them into tests/ if possible.
/packages/providers/ContactsProvider/
DREADME-tests.md1 # Running tests
3 Use the following command to run the unit tests.
/packages/apps/Settings/tests/robotests/
DOWNERS1 # We do not guard tests - everyone is welcomed to contribute to tests.

12345678910>>...16