Home
last modified time | relevance | path

Searched defs:tests (Results 1 – 25 of 118) sorted by relevance

12345

/tools/dexter/dexter/
Ddexter_tests.py66 tests = 0 variable
89 tests = tests + 1 variable
/tools/netsim/testing/netsim-grpc/
Dpyproject.toml28 tests = ["pytest==7.1.3", "pytest-mock", "mock==4.0.3"] qkey
33 tests = ["pytest==7.1.3", "pytest_mock==3.8.2"] qkey
/tools/tradefederation/core/src/com/android/tradefed/invoker/
DUnexecutedTestReporterThread.java30 UnexecutedTestReporterThread(ITestInvocationListener listener, List<IRemoteTest> tests) { in UnexecutedTestReporterThread()
/tools/tradefederation/core/javatests/com/android/tradefed/result/
DTestDescriptionsFileTest.java90 List<TestDescription> tests = tdfFromFile.getTests(); in fromFile_empty() local
105 List<TestDescription> tests = tdfFromFile.getTests(); in fromFile() local
/tools/tradefederation/core/src/com/android/tradefed/result/
DTestDescriptionsFile.java84 private static void populateTestFile(List<TestDescription> tests, File testFile) { in populateTestFile()
133 private static void readTestsFromFile(Collection<TestDescription> tests, File testFile) { in readTestsFromFile()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/
DInstrumentationFileTest.java116 Collection<TestDescription> tests, in writeTestsToFileAndRun()
200 private Collection<TestDescription> createRerunSet(Collection<TestDescription> tests) { in createRerunSet()
/tools/test/connectivity/acts_tests/tests/google/bt/test_tools/
DToolsTest.py25 tests = None variable in ToolsTest
DBtReconnectTest.py24 tests = None variable in BtReconnectTest
/tools/test/connectivity/acts_tests/tests/google/bt/hid/
DHidDeviceTest.py34 tests = None variable in HidDeviceTest
/tools/asuite/adevice/src/
Dadevice_fingerprint.rs42 mod tests { module
/tools/netsim/rust/common/src/system/
Dmod.rs61 mod tests { module
/tools/netsim/rust/daemon/src/
Dresource.rs49 mod tests { module
Dconfig_file.rs59 mod tests { module
/tools/test/connectivity/acts_tests/tests/google/native/bt/
DBtNativeTest.py8 tests = None variable in BtNativeTest
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/
DInvocationExecutionTest.java214 List<IRemoteTest> tests = new ArrayList<>(); in testRun_autoRetry() local
245 List<IRemoteTest> tests = new ArrayList<>(); in testRun_autoRetry_throughForwarder() local
276 List<IRemoteTest> tests = new ArrayList<>(); in testRun_metricCollectors() local
299 List<IRemoteTest> tests = new ArrayList<>(); in testRun_metricCollectors_auto() local
/tools/test/connectivity/acts_tests/tests/google/native/
DNativeTest.py23 tests = None variable in NativeTest
/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/
DTestMappingTest.java83 Set<TestInfo> tests = in testparseTestMapping() local
224 Set<TestInfo> tests = in testGetTests() local
279 Set<TestInfo> tests = in testGetTests_matchKeywords() local
319 Set<TestInfo> tests = in testGetTests_withIgnoreKeywords() local
609 Set<TestInfo> tests = allTests.get("presubmit"); in testGetAllTests() local
649 Set<TestInfo> tests = allTests.get("presubmit"); in testExtractTestMappingsZip() local
1116 Set<TestInfo> tests = in testparseTestMappingWithFilePatterns() local
/tools/security/remote_provisioning/hwtrust/src/
Dcbor.rs32 mod tests { module
/tools/netsim/rust/daemon/src/wireless/
Dwireless_adaptor.rs94 mod tests { module
/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/
DShardHelperTest.java394 List<IRemoteTest> tests = new ArrayList<>(); in testSplitWithTokens() local
434 List<IRemoteTest> tests = new ArrayList<>(); in testSplitWithMultiDevices() local
/tools/tradefederation/core/src/com/android/tradefed/invoker/shard/
DStrictShardHelper.java108 private void reorderTestModules(List<IRemoteTest> tests) { in reorderTestModules()
337 private void aggregateSuiteModules(List<IRemoteTest> tests) { in aggregateSuiteModules()
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DAtestRunnerTest.java146 List<IRemoteTest> tests = config.getTests(); in testLoadTests_filter() local
215 List<IRemoteTest> tests = config.getTests(); in testLoadTests_ignoreFilter() local
/tools/repohooks/rh/
Dshell_unittest.py48 def _testData(self, functor, tests, check_type=True): argument
/tools/netsim/rust/daemon/src/uwb/
Dranging_data.rs105 mod tests { module
/tools/netsim/rust/daemon/src/http_server/
Dhttp_request.rs92 mod tests { module

12345