Home
last modified time | relevance | path

Searched +defs:test +defs:module (Results 1 – 25 of 688) sorted by relevance

12345678910>>...28

/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/retry/
DBaseRetryDecision.java183 ModuleDefinition module, in shouldRetryPreparation()
213 recoverStateOfDevices(getDevices(), attempt, module); in shouldRetryPreparation() local
248 IRemoteTest test, int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry()
255 IRemoteTest test, in shouldRetry()
256 ModuleDefinition module, in shouldRetry()
278 recoverStateOfDevices(getDevices(), attemptJustExecuted, module); in shouldRetry() local
296 recoverStateOfDevices(getDevices(), attemptJustExecuted, module); in shouldRetry() local
335 recoverStateOfDevices(getDevices(), attemptJustExecuted, module); in shouldRetry() local
343 recoverStateOfDevices(getDevices(), attemptJustExecuted, module); in shouldRetry() local
426 private boolean isInSkipList(ModuleDefinition module, Set<String> moduleSkipList) { in isInSkipList()
[all …]
DIRetryDecision.java49 ModuleDefinition module, int attempt, int maxAttempt); in shouldRetryPreparation()
65 IRemoteTest test, int attemptJustExecuted, List<TestRunResult> previousResults) in shouldRetry()
81 IRemoteTest test, in shouldRetry()
82 ModuleDefinition module, in shouldRetry()
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DGranularRetriableTestWrapperTest.java131 public boolean shouldRun(TestDescription test) { in shouldRun()
181 public boolean shouldRun(TestDescription test) { in shouldRun()
299 IRemoteTest test, int maxRunCount) throws Exception { in createGranularTestWrapper()
304 IRemoteTest test, int maxRunCount, List<IMetricCollector> collectors) throws Exception { in createGranularTestWrapper()
309 IRemoteTest test, in createGranularTestWrapper()
312 ModuleDefinition module) in createGranularTestWrapper()
354 ModuleDefinition module = Mockito.mock(ModuleDefinition.class); in testIntraModuleRun_catchDeviceNotAvailableException() local
375 FakeTest test = in testIntraModuleRun_catchDeviceUnresponsiveException() local
404 FakeTest test = new FakeTest(testCases); in testRun_withMultipleRun() local
461 FakeTest test = new FakeTest(testCases); in testRun_withMultipleRun_becomePass() local
[all …]
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dcfg_test.cpp32 const std::string test = R"( in TEST_F() local
61 Module* module = context->module(); in TEST_F() local
73 const std::string test = R"( in TEST_F() local
104 Module* module = context->module(); in TEST_F() local
118 const std::string test = R"( in TEST_F() local
147 Module* module = context->module(); in TEST_F() local
159 const std::string test = R"( in TEST_F() local
190 Module* module = context->module(); in TEST_F() local
204 const std::string test = R"( in TEST_F() local
275 const std::string test = R"( in TEST_F() local
[all …]
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/opt/
Dcfg_test.cpp32 const std::string test = R"( in TEST_F() local
61 Module* module = context->module(); in TEST_F() local
73 const std::string test = R"( in TEST_F() local
104 Module* module = context->module(); in TEST_F() local
118 const std::string test = R"( in TEST_F() local
147 Module* module = context->module(); in TEST_F() local
159 const std::string test = R"( in TEST_F() local
190 Module* module = context->module(); in TEST_F() local
204 const std::string test = R"( in TEST_F() local
275 const std::string test = R"( in TEST_F() local
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/opt/
H A Dcfg_test.cpp32 const std::string test = R"( in TEST_F() local
61 Module* module = context->module(); in TEST_F() local
73 const std::string test = R"( in TEST_F() local
104 Module* module = context->module(); in TEST_F() local
118 const std::string test = R"( in TEST_F() local
147 Module* module = context->module(); in TEST_F() local
159 const std::string test = R"( in TEST_F() local
190 Module* module = context->module(); in TEST_F() local
204 const std::string test = R"( in TEST_F() local
275 const std::string test = R"( in TEST_F() local
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
Ddoctest.py190 def _normalize_module(module, depth=2): argument
391 def _module_relative_path(module, path): argument
841 def find(self, obj, name=None, module=None, globs=None, extraglobs=None): argument
934 def _from_module(self, module, object): argument
954 def _find(self, tests, obj, name, module, source_lines, globs, seen): argument
1017 def _get_test(self, obj, name, module, globs, source_lines): argument
1202 def report_start(self, out, test, example): argument
1215 def report_success(self, out, test, example, got): argument
1223 def report_failure(self, out, test, example, got): argument
1230 def report_unexpected_exception(self, out, test, example, exc_info): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Ddoctest.py195 def _normalize_module(module, depth=2): argument
391 def _module_relative_path(module, test_path): argument
846 def find(self, obj, name=None, module=None, globs=None, extraglobs=None): argument
948 def _from_module(self, module, object): argument
988 def _find(self, tests, obj, name, module, source_lines, globs, seen): argument
1049 def _get_test(self, obj, name, module, globs, source_lines): argument
1239 def report_start(self, out, test, example): argument
1252 def report_success(self, out, test, example, got): argument
1260 def report_failure(self, out, test, example, got): argument
1267 def report_unexpected_exception(self, out, test, example, exc_info): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Ddoctest.py195 def _normalize_module(module, depth=2): argument
391 def _module_relative_path(module, test_path): argument
846 def find(self, obj, name=None, module=None, globs=None, extraglobs=None): argument
948 def _from_module(self, module, object): argument
988 def _find(self, tests, obj, name, module, source_lines, globs, seen): argument
1049 def _get_test(self, obj, name, module, globs, source_lines): argument
1239 def report_start(self, out, test, example): argument
1252 def report_success(self, out, test, example, got): argument
1260 def report_failure(self, out, test, example, got): argument
1267 def report_unexpected_exception(self, out, test, example, exc_info): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Ddoctest.py195 def _normalize_module(module, depth=2): argument
391 def _module_relative_path(module, test_path): argument
846 def find(self, obj, name=None, module=None, globs=None, extraglobs=None): argument
948 def _from_module(self, module, object): argument
988 def _find(self, tests, obj, name, module, source_lines, globs, seen): argument
1049 def _get_test(self, obj, name, module, globs, source_lines): argument
1239 def report_start(self, out, test, example): argument
1252 def report_success(self, out, test, example, got): argument
1260 def report_failure(self, out, test, example, got): argument
1267 def report_unexpected_exception(self, out, test, example, exc_info): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Ddoctest.py195 def _normalize_module(module, depth=2): argument
391 def _module_relative_path(module, test_path): argument
846 def find(self, obj, name=None, module=None, globs=None, extraglobs=None): argument
948 def _from_module(self, module, object): argument
988 def _find(self, tests, obj, name, module, source_lines, globs, seen): argument
1049 def _get_test(self, obj, name, module, globs, source_lines): argument
1239 def report_start(self, out, test, example): argument
1252 def report_success(self, out, test, example, got): argument
1260 def report_failure(self, out, test, example, got): argument
1267 def report_unexpected_exception(self, out, test, example, exc_info): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Ddoctest.py195 def _normalize_module(module, depth=2): argument
391 def _module_relative_path(module, test_path): argument
846 def find(self, obj, name=None, module=None, globs=None, extraglobs=None): argument
948 def _from_module(self, module, object): argument
988 def _find(self, tests, obj, name, module, source_lines, globs, seen): argument
1049 def _get_test(self, obj, name, module, globs, source_lines): argument
1239 def report_start(self, out, test, example): argument
1252 def report_success(self, out, test, example, got): argument
1260 def report_failure(self, out, test, example, got): argument
1267 def report_unexpected_exception(self, out, test, example, exc_info): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Ddoctest.py195 def _normalize_module(module, depth=2): argument
391 def _module_relative_path(module, test_path): argument
846 def find(self, obj, name=None, module=None, globs=None, extraglobs=None): argument
948 def _from_module(self, module, object): argument
988 def _find(self, tests, obj, name, module, source_lines, globs, seen): argument
1049 def _get_test(self, obj, name, module, globs, source_lines): argument
1239 def report_start(self, out, test, example): argument
1252 def report_success(self, out, test, example, got): argument
1260 def report_failure(self, out, test, example, got): argument
1267 def report_unexpected_exception(self, out, test, example, exc_info): argument
[all …]
/aosp_15_r20/out/soong/.intermediates/external/dagger2/hilt_android_processors/linux_glibc_common/kapt/gen/stubs/dagger/hilt/processor/internal/root/ir/
DAggregatedDepsIr.java18 private final java.lang.String test = null; field in AggregatedDepsIr
22 private final java.lang.String module = null; field in AggregatedDepsIr
30 java.util.List<java.lang.String> components, @org.jetbrains.annotations.Nullable() in AggregatedDepsIr()
32 java.util.List<java.lang.String> replaces, @org.jetbrains.annotations.Nullable() in AggregatedDepsIr()
112 java.util.List<java.lang.String> components, @org.jetbrains.annotations.Nullable() in copy()
114 java.util.List<java.lang.String> replaces, @org.jetbrains.annotations.Nullable() in copy()
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/
Dtest_program.py36 def run(self, test): argument
78 def loadTestsFromModule(self, module): argument
82 def loadTestsFromNames(self, names, module): argument
88 def run(self, test): argument
103 def run(self, test): argument
175 module = '__main__' variable in InitialisableProgram
177 test = 'test' variable in InitialisableProgram
185 test = None variable in FakeRunner
194 def run(self, test): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/
H A Dtest_program.py36 def run(self, test): argument
78 def loadTestsFromModule(self, module): argument
82 def loadTestsFromNames(self, names, module): argument
88 def run(self, test): argument
103 def run(self, test): argument
175 module = '__main__' variable in InitialisableProgram
177 test = 'test' variable in InitialisableProgram
185 test = None variable in FakeRunner
194 def run(self, test): argument
/aosp_15_r20/external/kotlinc/lib/
HDkotlin-test-junit.jar ... .test.Asserter contribute () } kotlin/test/junit/annotations/ kotlin/test/junit ...
HDkotlin-test-testng.jar ... .test.Asserter contribute () } kotlin/test/testng/annotations/ kotlin/test/testng ...
HDkotlin-test-junit5.jar ... .test.Asserter contribute () } kotlin/test/junit5/annotations/ kotlin/test/junit5 ...
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/features/
H A DDefaultPolymorphicSerializerTest.kt21 val module = SerializersModule { in <lambda>() constant in kotlinx.serialization.features.DefaultPolymorphicSerializerTest
30 fun test() = parametrizedTest { in <lambda>() method
/aosp_15_r20/external/kotlinx.serialization/formats/json-tests/commonTest/src/kotlinx/serialization/test/
H A DContextualTest.kt37 val module = SerializersModule { in <lambda>() constant
42 fun test() { in test() method in kotlinx.serialization.test.ContextualTest
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_btcore_module.cc30 namespace test { namespace
52 void module_clean_up(const module_t* module) { in module_clean_up()
56 bool module_init(const module_t* module) { in module_init()
68 void module_shut_down(const module_t* module) { in module_shut_down()
72 bool module_start_up(const module_t* module) { in module_start_up()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DModuleSplitter.java130 ModuleDefinition module = in createAndAddModule() local
151 ModuleDefinition module = in createAndAddModule() local
180 ModuleDefinition module = in createAndAddModule() local
195 ModuleDefinition module = in createAndAddModule() local
222 IRemoteTest test, in addModuleToListFromSingleTest()
228 ModuleDefinition module = in addModuleToListFromSingleTest() local
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
H A DSubPlanHelper.java281 String test = include.getTest(); in addIncludeToSubPlan() local
299 String test = exclude.getTest(); in addExcludeToSubPlan() local
313 private boolean shouldRunModule(IModuleResult module) { in shouldRunModule()
332 private boolean shouldRunEntireModule(IModuleResult module) { in shouldRunEntireModule()
/aosp_15_r20/development/tools/winscope/
H A Dwebpack.config.common.js36 module: { property
39 test: /^((?!test).)*\.ts$/, property
46 test: /\.ts$/, property
50 test: /\.html$/, property
54 test: /\.css$/, property
58 test: /\.s[ac]ss$/i, property

12345678910>>...28