Home
last modified time | relevance | path

Searched +defs:test +defs:modules (Results 1 – 25 of 519) sorted by relevance

12345678910>>...21

/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/modules/utils/modules-utils-bytesmatcher/android_common_apex33/turbine/
Dmodules-utils-bytesmatcher.jar ... .android.modules.utils com.android.modules.utils.BytesMatcher$Rule extends java.lang ...
/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/modules/utils/modules-utils-bytesmatcher/android_common_apex33/javac/
Dmodules-utils-bytesmatcher.jar ... com/ com/android/ com/android/modules/ com/android/modules/utils/ com ...
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/invoker/shard/
DStrictShardHelperTest.java125 StubTest test = new StubTest(); in testShardConfig_internal() local
156 StubTest test = new StubTest(); in testShardConfig_internal_shardIndex() local
182 IRemoteTest test = in testShardConfig_internal_shardIndex_notShardable_shard0() local
213 IRemoteTest test = in testShardConfig_internal_shardIndex_notShardable_shard1() local
243 public SplitITestSuite(String name, IRemoteTest test) { in SplitITestSuite()
271 public FakeStrictShardHelper(List<IRemoteTest> modules) { in FakeStrictShardHelper()
306 List<IRemoteTest> test = new ArrayList<>(); in testShard() local
326 private List<IRemoteTest> createITestSuiteList(List<String> modules) throws Exception { in createITestSuiteList()
352 List<ModuleDefinition> modules = new ArrayList<>(); in testMergeSuite_aggregate() local
456 List<String> modules = Arrays.asList("module1[com.mod1.apex]", "module1[com.mod1]"); in testReorderTestModulesWithUnexpectedMainlineModules() local
[all …]
/aosp_15_r20/external/guice/core/test/com/google/inject/
H A DBinderTestSuite.java356 private List<Module> modules = field in BinderTestSuite.Builder
433 final ImmutableList<Module> modules; field in BinderTestSuite.SuccessTest
455 public void test() throws IllegalAccessException, InstantiationException { in test() method in BinderTestSuite.SuccessTest
503 final ImmutableList<Module> modules; field in BinderTestSuite.CreationExceptionTest
519 public void test() { in test() method in BinderTestSuite.CreationExceptionTest
533 final ImmutableList<Module> modules; field in BinderTestSuite.ConfigurationExceptionTest
554 public void test() throws IllegalAccessException, InstantiationException { in test() method in BinderTestSuite.ConfigurationExceptionTest
609 final ImmutableList<Module> modules; field in BinderTestSuite.UserExceptionsTest
632 public void test() throws IllegalAccessException, InstantiationException { in test() method in BinderTestSuite.UserExceptionsTest
/aosp_15_r20/development/tools/winscope/
H A Dwebpack.config.common.js23 modules: [ property
33 modules: ['node_modules', path.resolve(__dirname, 'loaders')], 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
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/libcxx/test/
H A Dformat.py16 def _getTempPaths(test): argument
35 def _executeScriptInternal(test, litConfig, commands): argument
56 def _validateModuleDependencies(modules): argument
64 def parseScript(test, preamble): argument
286 def execute(self, test, litConfig): argument
339 def _executeShTest(self, test, litConfig, steps): argument
/aosp_15_r20/development/tools/winscope/src/test/remote_tool_mock/
H A Dwebpack.config.js23 modules: [ property
33 test: /\.ts$/, property
37 test: /\.html$/, property
41 test: /\.css$/, property
45 test: /\.s[ac]ss$/i, property
/aosp_15_r20/external/python/cpython3/Tools/freeze/
Dmakeconfig.py9 def makeconfig(infp, outfp, modules, with_ifdef=0): argument
39 def test(): function
/aosp_15_r20/external/python/cpython2/Tools/freeze/
Dmakeconfig.py8 def makeconfig(infp, outfp, modules, with_ifdef=0): argument
40 def test(): function
/aosp_15_r20/external/dagger2/java/dagger/hilt/processor/internal/aggregateddeps/
H A DAggregatedDeps.java32 String test() default ""; in test() method
37 String[] modules() default {}; in modules() method
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/deviceinfo/legal/
DModuleLicensesPreferenceController.java48 List<ModuleInfo> modules = packageManager.getInstalledModules(0 /* flags */); in displayPreference() local
65 public boolean test(ModuleInfo module) { in test() method in ModuleLicensesPreferenceController.Predicate
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dmodule.cpp13 namespace test { namespace
721 std::vector<std::shared_ptr<torch::nn::Module>> modules = model->modules(); in TEST_F() local
733 std::vector<std::shared_ptr<torch::nn::Module>> modules = in TEST_F() local
746 torch::OrderedDict<std::string, std::shared_ptr<torch::nn::Module>> modules = in TEST_F() local
760 torch::OrderedDict<std::string, std::shared_ptr<torch::nn::Module>> modules = in TEST_F() local
775 std::vector<std::shared_ptr<torch::nn::Module>> modules = model->children(); in TEST_F() local
790 torch::OrderedDict<std::string, std::shared_ptr<torch::nn::Module>> modules = in TEST_F() local
885 std::vector<std::shared_ptr<torch::nn::Module>> modules = model->modules(); in TEST_F() local
895 torch::OrderedDict<std::string, std::shared_ptr<torch::nn::Module>> modules = in TEST_F() local
909 std::vector<std::shared_ptr<torch::nn::Module>> modules = model->children(); in TEST_F() local
[all …]
/aosp_15_r20/development/scripts/
H A Dupdate_crate_tests.py198 def test_to_test_mapping(self, env, path, test): argument
222 def query_rdep_tests_dirs(self, env, modules, path, exclude_dir): argument
/aosp_15_r20/external/cronet/build/android/pylib/local/device/
H A Dlocal_device_instrumentation_test_run.py372 modules=None, argument
896 def _GetUniqueTestName(self, test): argument
900 def _RunTest(self, device, test): argument
1761 def _ShouldRetry(self, test, result): argument
1804 def _IsWPRRecordReplayTest(test): argument
1812 def _GetWPRArchivePath(test): argument
1818 def _GetWPRArchiveFileName(test): argument
1836 def _IsRenderTest(test): argument
/aosp_15_r20/external/angle/build/android/pylib/local/device/
H A Dlocal_device_instrumentation_test_run.py399 modules=None, argument
948 def _GetUniqueTestName(self, test): argument
952 def _RunTest(self, device, test): argument
1833 def _ShouldRetry(self, test, result): argument
1876 def _IsWPRRecordReplayTest(test): argument
1884 def _GetWPRArchivePath(test): argument
1890 def _GetWPRArchiveFileName(test): argument
1908 def _IsRenderTest(test): argument
/aosp_15_r20/external/libxml2/tools/
H A Dgentest.py259 modules = [] variable
438 test = open('testapi.c.new', 'w') variable
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dgentest.py274 modules = [] variable
459 test = open('testapi.c.new', 'w') variable
/aosp_15_r20/tools/asuite/atest/
H A Dmodule_info_unittest.py829 def create_module_info(self, modules=None): argument
1242 def create_module_info(modules=None): argument
1325 def test(info): function
H A Dbazel_mode_unittest.py98 modules=None, argument
137 def create_module_info(self, modules=None): argument
1702 def create_module_info(modules=None): argument
1812 def test(info): function
2777 modules, argument
/aosp_15_r20/external/angle/build/android/pylib/instrumentation/
H A Dinstrumentation_test_instance.py268 def get_test_names(test): argument
468 def GetTestName(test, sep='#'): argument
487 def GetTestNameWithoutParameterSuffix(test, sep='#', parameterization_sep='__'): argument
508 def GetUniqueTestName(test, sep='#'): argument
889 def modules(self): member in InstrumentationTestInstance
1158 def _setTestFlags(test, flags): argument
/aosp_15_r20/external/cronet/build/android/pylib/instrumentation/
H A Dinstrumentation_test_instance.py241 def get_test_names(test): argument
441 def GetTestName(test, sep='#'): argument
460 def GetTestNameWithoutParameterSuffix(test, sep='#', parameterization_sep='__'): argument
481 def GetUniqueTestName(test, sep='#'): argument
857 def modules(self): member in InstrumentationTestInstance
1118 def _setTestFlags(test, flags): argument
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/tests/
Dtest_fixers.py291 def test(self): member in Test_reload
365 def test(self): member in Test_intern
1630 def test(self): member in Test_funcattrs
1794 from ..fixes.fix_imports import MAPPING as modules unknown in Test_imports
1815 from ..fixes.fix_imports2 import MAPPING as modules unknown in Test_imports2
1836 from ..fixes.fix_urllib import MAPPING as modules unknown in Test_urllib
2187 def test(self): member in Test_methodattrs
2809 modules = {"sys": ("maxint", "maxsize"), variable in Test_renames
3242 def test(self): member in Test_standarderror
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoader.java269 IRemoteTest test, in addFiltersToTest()
520 Set<File> modules = in getModuleNamesMatching() local
636 ITestFilterReceiver test, in addTestIncludes()
658 ITestFilterReceiver test, in addTestExcludes()
/aosp_15_r20/frameworks/base/tools/bit/
H A Dmain.cpp45 bool test; member
719 map<string,Module> modules; in run_phases() local
1238 map<string,Module> modules; in run_tab_completion() local
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/tests/
Dtest_fixers.py307 def test(self): member in Test_intern
1572 def test(self): member in Test_funcattrs
1736 from ..fixes.fix_imports import MAPPING as modules unknown in Test_imports
1757 from ..fixes.fix_imports2 import MAPPING as modules unknown in Test_imports2
1778 from ..fixes.fix_urllib import MAPPING as modules unknown in Test_urllib
2125 def test(self): member in Test_methodattrs
2747 modules = {"sys": ("maxint", "maxsize"), variable in Test_renames
3137 def test(self): member in Test_standarderror

12345678910>>...21