Home
last modified time | relevance | path

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

12345

/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/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/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/
DInputMethodAndSubtypeEnablerTest.java54 final String test = "title1"; in onActivityCreated_shouldUpdateTitleFromArgument() local
66 final String test = "title1"; in onActivityCreated_shouldUpdateTitleFromIntent() local
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DREADME.md39 ### Creating a new fuzz test using `libneuralnetworks_fuzzer_defaults`
47 ### Modifying `libneuralnetworks_driver_fuzzer` to test custom driver
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dhard_swish.mod.py18 def test(name, input0, output0, input0_data, output0_data): function
Dreduce_min_quant8_signed.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
Dfill.mod.py16 def test(name, input_dims, value, output, input_dims_data, output_data): function
Dreduce_max_quant8_signed.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
Delu.mod.py17 def test(name, input0, alpha, output0, input0_data, output0_data): function
Dequal_quant8_signed.mod.py16 def test(name, input0, input1, output0, input0_data, input1_data, output_data): function
Dgreater_equal_quant8_signed.mod.py16 def test(name, input0, input1, output0, input0_data, input1_data, output_data): function
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/block/write/
DEmptyBlockWriterTest.java29 public void test() { in test() method in EmptyBlockWriterTest
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
DSuffixTableSharedDataTest.java29 public void test() { in test() method in SuffixTableSharedDataTest
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
DTaplTestsLauncher3.java60 public static void initialize(AbstractLauncherUiTest test) throws Exception { in initialize()
127 public static void runAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) { in runAllAppsTest()
224 public static void runIconLaunchFromAllAppsTest(AbstractLauncherUiTest test, AllApps allApps) { in runIconLaunchFromAllAppsTest()
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dreduce_max.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
Dreduce_sum.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
Dreduce_prod.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
Dreduce_min.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
Dreduce_all.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
Dlog_softmax.mod.py19 def test(input0, output0, input_data, beta, axis, output_data): function
Dgather.mod.py17 def test(input0, axis, indices, output0, input_data, output_data): function
Dreduce_any.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
/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/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/
DNetworkPolicyTestRunner.java40 public Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/write/
DPushBackIteratorTest.java35 public void test() { in test() method in PushBackIteratorTest

12345