/aosp_15_r20/out/soong/.intermediates/frameworks/libs/modules-utils/java/com/android/modules/utils/modules-utils-bytesmatcher/android_common_apex33/turbine/ |
D | modules-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/ |
D | modules-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/ |
D | StrictShardHelperTest.java | 125 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 D | BinderTestSuite.java | 356 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 D | webpack.config.common.js | 23 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 D | format.py | 16 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 D | webpack.config.js | 23 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/ |
D | makeconfig.py | 9 def makeconfig(infp, outfp, modules, with_ifdef=0): argument 39 def test(): function
|
/aosp_15_r20/external/python/cpython2/Tools/freeze/ |
D | makeconfig.py | 8 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 D | AggregatedDeps.java | 32 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/ |
D | ModuleLicensesPreferenceController.java | 48 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 D | module.cpp | 13 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 D | update_crate_tests.py | 198 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 D | local_device_instrumentation_test_run.py | 372 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 D | local_device_instrumentation_test_run.py | 399 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 D | gentest.py | 259 modules = [] variable 438 test = open('testapi.c.new', 'w') variable
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | gentest.py | 274 modules = [] variable 459 test = open('testapi.c.new', 'w') variable
|
/aosp_15_r20/tools/asuite/atest/ |
H A D | module_info_unittest.py | 829 def create_module_info(self, modules=None): argument 1242 def create_module_info(modules=None): argument 1325 def test(info): function
|
H A D | bazel_mode_unittest.py | 98 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 D | instrumentation_test_instance.py | 268 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 D | instrumentation_test_instance.py | 241 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/ |
D | test_fixers.py | 291 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/ |
D | SuiteModuleLoader.java | 269 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 D | main.cpp | 45 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/ |
D | test_fixers.py | 307 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
|