Home
last modified time | relevance | path

Searched defs:test (Results 1 – 25 of 262) sorted by relevance

1234567891011

/packages/services/Mtp/tests/src/com/android/mtp/
DTestResultInstrumentation.java52 public void addError(Test test, Throwable t) { in addError()
58 public void addFailure(Test test, AssertionFailedError t) { in addFailure()
64 public void endTest(Test test) { in endTest()
71 public void startTest(Test test) { in startTest()
79 private void show(String tag, Test test, Throwable t) { in show()
/packages/modules/Connectivity/nearby/tests/multidevices/
DREADME.md17 ### Prerequisites
33 ### Prepare Phone 1 (Fast Pair seeker role)
38 ### Prepare Phone 2 (Fast Pair provider role)
79 ### Running tests
/packages/modules/Connectivity/tests/unit/java/android/net/util/
DDnsUtilsTest.java63 final List<DnsUtils.SortableAddress> test = Arrays.asList( in testRfc6724Comparator() local
109 DnsUtils.SortableAddress test = makeSortableAddress("216.58.200.36"); in testV4SortableAddress() local
134 DnsUtils.SortableAddress test = makeSortableAddress("2404:6800:4008:801::2004"); in testV6SortableAddress() local
/packages/modules/Bluetooth/system/test/mock/
Dmock_common_os_utils.cc34 namespace test { namespace
46 namespace test { namespace
Dmock_btif_avrcp_service.cc45 namespace test { namespace
57 namespace test { namespace
Dmock_osi_mutex.cc34 namespace test { namespace
47 namespace test { namespace
Dmock_stack_btm_hfp_msbc_encoder.cc36 namespace test { namespace
50 namespace test { namespace
Dmock_stack_btm_hfp_msbc_decoder.cc35 namespace test { namespace
49 namespace test { namespace
Dmock_btif_profile_queue.cc35 namespace test { namespace
51 namespace test { namespace
Dmock_stack_avrc_apt.cc35 namespace test { namespace
50 namespace test { namespace
Dmock_stack_avrc_utils.cc35 namespace test { namespace
52 namespace test { namespace
/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DInputMethodAndSubtypeEnablerTest.java56 final String test = "title1"; in onActivityCreated_shouldUpdateTitleFromArgument() local
68 final String test = "title1"; in onActivityCreated_shouldUpdateTitleFromIntent() local
/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include_legacy/
DTestHarness.h115 std::map<int, std::vector<T>>& test, in for_each()
126 const std::map<int, std::vector<T>>& golden, const std::map<int, std::vector<T>>& test, in for_each()
191 std::map<int, std::vector<T>>& test) { in resize_accordingly_()
204 inline void resize_accordingly(const MixedTyped& golden, MixedTyped& test) { in resize_accordingly()
249 const std::map<int, std::vector<T>>& test, std::function<void(T, T)> cmp) { in compare_()
387 inline void expectMultinomialDistributionWithinTolerance(const MixedTyped& test, in expectMultinomialDistributionWithinTolerance()
/packages/modules/Bluetooth/android/pandora/
Dgen_cov.py61 def run_unit_test(test, logs_out): argument
106 def pull_and_rename_trace_for_test(test, trace): argument
/packages/apps/DocumentsUI/src/com/android/documentsui/base/
DMimeTypes.java181 public static boolean mimeMatches(String[] filters, String test) { in mimeMatches()
193 public static boolean mimeMatches(String filter, String test) { in mimeMatches()
/packages/modules/adb/fdevent/
Dfdevent_test.cpp236 TimeoutTest test; in TEST_F() local
243 auto test = static_cast<TimeoutTest*>(arg); in TEST_F() local
332 Test test{}; in TEST_F() local
337 auto test = static_cast<Test*>(arg); in TEST_F() local
348 auto test = static_cast<Test*>(arg); in TEST_F() local
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmod.rs6 mod test; module
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java102 public static void initialize(AbstractLauncherUiTest test) throws Exception { in initialize()
107 AbstractLauncherUiTest test, boolean clearWorkspace) throws Exception { in initialize()
172 public static void runAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) { in runAllAppsTest()
309 public static void runIconLaunchFromAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) { in runIconLaunchFromAllAppsTest()
/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DTetheringServiceTest.java142 private void runAsNoPermission(final TestTetheringCall test) throws Exception { in runAsNoPermission()
146 private void runAsTetherPrivileged(final TestTetheringCall test) throws Exception { in runAsTetherPrivileged()
150 private void runAsAccessNetworkState(final TestTetheringCall test) throws Exception { in runAsAccessNetworkState()
154 private void runAsWriteSettings(final TestTetheringCall test) throws Exception { in runAsWriteSettings()
158 private void runAsTetheringDisallowed(final TestTetheringCall test) throws Exception { in runAsTetheringDisallowed()
162 private void runTetheringCall(final TestTetheringCall test, boolean isTetheringAllowed, in runTetheringCall()
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_06_C.py12 async def test(self): member in Test
DBV_05_C.py12 async def test(self): member in Test
DBV_03_C.py12 async def test(self): member in Test
DBV_07_C.py12 async def test(self): member in Test
DBV_08_C.py12 async def test(self): member in Test
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/SCN/
DBV_18_C.py13 async def test(self): member in Test

1234567891011