/packages/modules/AdServices/shared/tests/side-less/java/com/android/adservices/shared/testing/ |
D | TestHelperTest.java | 48 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/ |
D | TestResultInstrumentation.java | 52 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/ |
D | PacketFilter.kt | 47 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/ |
D | DnsUtilsTest.java | 63 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/ |
D | mock_osi_mutex.cc | 30 namespace test { namespace 43 namespace test { namespace
|
D | mock_audio_a2dp_hw_utils.cc | 33 namespace test { namespace 46 namespace test { namespace
|
D | mock_stack_btm_hfp_msbc_encoder.cc | 36 namespace test { namespace 50 namespace test { namespace
|
D | mock_stack_btm_hfp_lc3_encoder.cc | 35 namespace test { namespace 49 namespace test { namespace
|
D | mock_stack_btm_hfp_lc3_decoder.cc | 35 namespace test { namespace 49 namespace test { namespace
|
D | mock_stack_btm_hfp_msbc_decoder.cc | 33 namespace test { namespace 47 namespace test { namespace
|
D | mock_btif_profile_queue.cc | 34 namespace test { namespace 50 namespace test { namespace
|
D | mock_bta_sdp_api.cc | 31 namespace test { namespace 47 namespace test { namespace
|
D | mock_stack_avrc_apt.cc | 33 namespace test { namespace 48 namespace test { namespace
|
D | mock_main_shim_hci_layer.cc | 47 namespace test { namespace 62 namespace test { namespace
|
D | mock_stack_avrc_sdp.cc | 36 namespace test { namespace 51 namespace test { namespace
|
D | mock_stack_avrc_utils.cc | 33 namespace test { namespace 50 namespace test { namespace
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/ |
D | InputMethodAndSubtypeEnablerTest.java | 58 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/ |
D | TestHelper.java | 33 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/ |
D | TestHarness.h | 115 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/ |
D | gen_cov.py | 61 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/ |
D | MimeTypes.java | 181 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/ |
D | fdevent_test.cpp | 245 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/ |
D | mod.rs | 20 mod test; module
|
/packages/modules/Bluetooth/tools/rootcanal/test/LL/DDI/ADV/ |
D | BV_08_C.py | 26 async def test(self): member in Test
|
/packages/modules/Bluetooth/tools/rootcanal/test/LMP/LIH/ |
D | BV_142_C.py | 27 async def test(self): member in Test
|