/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/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/apps/Settings/tests/robotests/src/com/android/settings/inputmethod/ |
D | InputMethodAndSubtypeEnablerTest.java | 54 final String test = "title1"; in onActivityCreated_shouldUpdateTitleFromArgument() local 66 final String test = "title1"; in onActivityCreated_shouldUpdateTitleFromIntent() local
|
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
D | README.md | 39 ### 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/ |
D | hard_swish.mod.py | 18 def test(name, input0, output0, input0_data, output0_data): function
|
D | reduce_min_quant8_signed.mod.py | 17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
|
D | fill.mod.py | 16 def test(name, input_dims, value, output, input_dims_data, output_data): function
|
D | reduce_max_quant8_signed.mod.py | 17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
|
D | elu.mod.py | 17 def test(name, input0, alpha, output0, input0_data, output0_data): function
|
D | equal_quant8_signed.mod.py | 16 def test(name, input0, input1, output0, input0_data, input1_data, output_data): function
|
D | greater_equal_quant8_signed.mod.py | 16 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/ |
D | EmptyBlockWriterTest.java | 29 public void test() { in test() method in EmptyBlockWriterTest
|
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/ |
D | SuffixTableSharedDataTest.java | 29 public void test() { in test() method in SuffixTableSharedDataTest
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
D | TaplTestsLauncher3.java | 60 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/ |
D | reduce_max.mod.py | 17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
|
D | reduce_sum.mod.py | 17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
|
D | reduce_prod.mod.py | 17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
|
D | reduce_min.mod.py | 17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
|
D | reduce_all.mod.py | 17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
|
D | log_softmax.mod.py | 19 def test(input0, output0, input_data, beta, axis, output_data): function
|
D | gather.mod.py | 17 def test(input0, axis, indices, output0, input_data, output_data): function
|
D | reduce_any.mod.py | 17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
|
/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/Connectivity/tests/cts/hostside/app/src/com/android/cts/net/hostside/ |
D | NetworkPolicyTestRunner.java | 40 public Statement methodInvoker(FrameworkMethod method, Object test) { in methodInvoker()
|
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/write/ |
D | PushBackIteratorTest.java | 35 public void test() { in test() method in PushBackIteratorTest
|