Home
last modified time | relevance | path

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

12345678

/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)
69 ### 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.cc36 namespace test { namespace
48 namespace test { namespace
Dmock_osi_mutex.cc36 namespace test { namespace
49 namespace test { namespace
Dmock_utils_bt.cc36 namespace test { namespace
/packages/modules/Bluetooth/system/test/
Dgen_coverage.py234 def generate_coverage_html(test): argument
265 def generate_coverage_json(test): argument
296 def write_json_summary(test): argument
/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/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/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/testing/
DEqualsHashCodeToStringTester.kt52 fun test() { in test() method in android.safetycenter.cts.testing.EqualsHashCodeToStringTester
/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/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/modules/Bluetooth/system/bta/le_audio/
Dcontent_control_id_keeper.cc42 std::bitset<16> test{context_type}; in SetCcid() local
56 std::bitset<16> test{context_type}; in GetCcid() local
/packages/modules/Bluetooth/system/gd/packet/parser/test/
Dsix_bytes.cc24 namespace test { namespace
/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/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
Delu.mod.py17 def test(name, input0, alpha, output0, input0_data, output0_data): function
Dfill.mod.py16 def test(name, input_dims, value, output, input_dims_data, output_data): function
/packages/modules/GeoTZ/s2storage/src/test/java/com/android/timezone/location/storage/tzs2range/
DSuffixTableSharedDataTest.java29 public void test() { in test() method in SuffixTableSharedDataTest
/packages/modules/Bluetooth/system/test/headless/
Dget_options.h38 std::string test = non_options_.front(); in GetNextSubTest() local
/packages/modules/NeuralNetworks/runtime/test/specs/AIDL_V2/
Dpack.mod.py16 def test(name, axis_value, input_tensors, output_tensor, inputs_data, output_data): function
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dreduce_sum.mod.py17 def test(input0, output0, axes, keep_dims, input_data, output_data): function
Dreduce_max.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

12345678