Home
last modified time | relevance | path

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

12345678910>>...13

/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/
DTestHelperTest.java48 Description test = in testGetTestName_testMethod() local
58 Description test = Description.createSuiteDescription(AClassHasNoNothingAtAll.class); in testGetTestName_testClass() local
67 Description test = Description.createSuiteDescription(AClassHasNoNothingAtAll.class); in testGetAnnotation_null() local
78 Description test = Description.createSuiteDescription(AClassHasNoNothingAtAll.class); in testGetAnnotation_notSetAnywhere() local
87 Description test = in testGetAnnotation_fromMethod() local
102 Description test = in testGetAnnotation_fromClass() local
115 Description test = in testGetAnnotation_fromParentClass() local
128 Description test = in testGetAnnotation_fromGrandParentClass() local
158 Description test = in testIfNotTest_withTestDescription_throwsNoException() local
/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/staticlibs/testutils/hostdevice/com/android/testutils/
DPacketFilter.kt47 override fun test(packet: ByteArray) = in test() method in com.android.testutils.OffsetFilter
56 override fun test(t: ByteArray): Boolean { in test() method in com.android.testutils.UdpPortFilter
80 override fun test(t: ByteArray) = impl.test(t) in test() method
93 override fun test(t: ByteArray) = impl.test(t) in test() method
101 override fun test(t: ByteArray) = impl.test(t) in test() method
110 override fun test(t: ByteArray) = impl.test(t) in test() method in ArpRequestFilter
116 override fun test(t: ByteArray) = impl.test(t) in test() method in Icmpv6Filter
124 override fun test(t: ByteArray) = impl.test(t) in test() method in DhcpClientPacketFilter
132 override fun test(packet: ByteArray): Boolean { in test() method in DhcpOptionFilter
/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_osi_mutex.cc30 namespace test { namespace
43 namespace test { namespace
Dmock_audio_a2dp_hw_utils.cc33 namespace test { namespace
46 namespace test { namespace
Dmock_stack_btm_hfp_msbc_encoder.cc36 namespace test { namespace
50 namespace test { namespace
Dmock_stack_btm_hfp_lc3_encoder.cc35 namespace test { namespace
49 namespace test { namespace
Dmock_stack_btm_hfp_lc3_decoder.cc35 namespace test { namespace
49 namespace test { namespace
Dmock_stack_btm_hfp_msbc_decoder.cc33 namespace test { namespace
47 namespace test { namespace
Dmock_btif_profile_queue.cc34 namespace test { namespace
50 namespace test { namespace
Dmock_bta_sdp_api.cc31 namespace test { namespace
47 namespace test { namespace
Dmock_stack_avrc_apt.cc33 namespace test { namespace
48 namespace test { namespace
Dmock_main_shim_hci_layer.cc47 namespace test { namespace
62 namespace test { namespace
Dmock_stack_avrc_sdp.cc36 namespace test { namespace
51 namespace test { namespace
Dmock_stack_avrc_utils.cc33 namespace test { namespace
50 namespace test { namespace
/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DInputMethodAndSubtypeEnablerTest.java58 final String test = "title1"; in onActivityCreated_shouldUpdateTitleFromArgument() local
70 final String test = "title1"; in onActivityCreated_shouldUpdateTitleFromIntent() local
/packages/modules/AdServices/shared/libraries/side-less/java/com/android/adservices/shared/testing/
DTestHelper.java33 Description test, Class<T> annotationClass) { in getAnnotation()
74 public static String getTestName(Description test) { in getTestName()
/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.cpp245 TimeoutTest test; in TEST_F() local
252 auto test = static_cast<TimeoutTest*>(arg); in TEST_F() local
345 Test test{}; in TEST_F() local
350 auto test = static_cast<Test*>(arg); in TEST_F() local
361 auto test = static_cast<Test*>(arg); in TEST_F() local
/packages/modules/Bluetooth/tools/rootcanal/rust/src/lmp/
Dmod.rs20 mod test; module
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/
DBV_08_C.py26 async def test(self): member in Test
/packages/modules/Bluetooth/tools/rootcanal/test/LMP/LIH/
DBV_142_C.py27 async def test(self): member in Test

12345678910>>...13