Searched refs:modules (Results 1 – 10 of 10) sorted by relevance
/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/ |
D | DirectoryBasedModuleInfoProviderTest.java | 50 Stream<ModuleInfo> modules = provider.get(createIConfig()); in get_directoryUnset_returnsEmptyStream() local 52 assertThat(modules.collect(toList())).isEmpty(); in get_directoryUnset_returnsEmptyStream() 59 Stream<ModuleInfo> modules = provider.get(createIConfig()); in get_directoryIsEmpty_returnsEmptyStream() local 61 assertThat(modules.collect(toList())).isEmpty(); in get_directoryIsEmpty_returnsEmptyStream() 69 Stream<ModuleInfo> modules = provider.get(createIConfig()); in get_directoryContainsApks_returnsModule() local 71 assertThat(modules.collect(toList())) in get_directoryContainsApks_returnsModule() 81 Stream<ModuleInfo> modules = provider.get(createIConfig()); in get_directoryContainsNonApk_ignoreNonApk() local 83 assertThat(modules.collect(toList())) in get_directoryContainsNonApk_ignoreNonApk() 98 Stream<ModuleInfo> modules = provider.get(config); in get_directoryContainsApk_packageInstallFilePlaceholderIsSubstituted() local 100 assertThat(modules.collect(toList())) in get_directoryContainsApk_packageInstallFilePlaceholderIsSubstituted() [all …]
|
/test/mts/tools/mts-tradefed/res/config/ |
D | OWNERS | 2 per-file mts-sdkextensions*.xml = file: platform/packages/modules/SdkExtensions:/OWNERS 3 per-file mts-bluetooth*.xml = file: platform/packages/modules/Bluetooth/:/pandora/OWNERS 7 per-file mts-rkpd*.xml = file: platform/packages/modules/RemoteKeyProvisioning:/OWNERS 8 per-file mts-ondevicepersonalization*.xml = file: platform/packages/modules/OnDevicePersonalization…
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | RetryFilterHelper.java | 274 List<String> modules = getModuleNamesMatching(mBuild.getTestsDir(), mModuleName); in populatePreviousSessionFilters() local 275 if (modules.size() == 0) { in populatePreviousSessionFilters() 278 } else if (modules.size() > 1) { in populatePreviousSessionFilters() 281 mModuleName, ArrayUtil.join("\n", modules))); in populatePreviousSessionFilters() 283 String module = modules.get(0); in populatePreviousSessionFilters() 333 List<String> modules = new ArrayList<String>(names.length); in getModuleNamesMatching() local 340 modules = new ArrayList<>(1); in getModuleNamesMatching() 341 modules.add(module); in getModuleNamesMatching() 342 return modules; in getModuleNamesMatching() 344 modules.add(module); in getModuleNamesMatching() [all …]
|
/test/mlts/models/ |
D | OWNERS | 1 include platform/packages/modules/NeuralNetworks:/NNAPI_OWNERS
|
/test/vts-testcase/hal/neuralnetworks/ |
D | OWNERS | 1 include platform/packages/modules/NeuralNetworks:/NNAPI_OWNERS
|
/test/mts/ |
D | README.md | 5 a set of mainline modules).
|
/test/app_compat/csuite/ |
D | pylintrc | 21 # List of plugins (as comma separated values of python modules names) to load, 242 # (useful for modules/projects where namespaces are manipulated during runtime 245 ignored-modules= 322 redefining-builtins-modules=six,six.moves,past.builtins,future.builtins,functools 327 # Logging modules to check that the string format arguments are in logging 329 logging-modules=logging,absl.logging,tensorflow.google.logging 366 # Deprecated modules which should not be used, separated by a comma 367 deprecated-modules=regsub,
|
/test/vts-testcase/kernel/api/bpf_native_test/ |
D | Android.bp | 53 include_dirs: ["packages/modules/Connectivity/bpf_progs"],
|
/test/mts/tools/mts-tradefed/ |
D | README | 5 top of the Android Trade Federation test harness to test mainline modules.
|
/test/dittosuite/ |
D | Doxyfile | 318 # language. For instance, namespaces will be presented as modules, types will be
|