Home
last modified time | relevance | path

Searched defs:moduleDir (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/tools/tradefederation/core/invocation_interfaces/com/android/tradefed/util/
DSearchArtifactUtil.java188 File moduleDir = getModuleDirFromConfig(); in getSearchDirectories() local
276 File moduleDir = FileUtil.findDirectory(moduleName, searchDirectory); in findFile() local
345 File moduleDir = new File(moduleDirPath.get(0)); in getModuleDirFromConfig() local
373 File moduleDir = FileUtil.findDirectory(moduleName, searchDirectory); in findModuleDir() local
/aosp_15_r20/development/tools/idegen/src/com/android/idegen/
H A DModuleCache.java54 public Module getAndCacheByDir(File moduleDir) throws IOException { in getAndCacheByDir()
89 private void putModule(File moduleDir, Module module) throws IOException { in putModule()
93 private Module getModule(File moduleDir) throws IOException { in getModule()
H A DModule.java92 public Module(File moduleDir) throws IOException { in Module()
96 public Module(File moduleDir, boolean parseMakeFileForSource) throws IOException { in Module()
230 String moduleDir = getDir().getCanonicalPath(); in buildImlFile() local
H A DFrameworkModule.java42 public FrameworkModule(File moduleDir) throws IOException { in FrameworkModule()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoader.java268 File moduleDir, in addFiltersToTest()
302 File moduleDir, in loadOneConfig()
635 File moduleDir, in addTestIncludes()
657 File moduleDir, in addTestExcludes()
682 String prefix, String suffix, File moduleDir, Collection<SuiteTestFilter> filters) { in createFilterFile()
942 File moduleDir, in setUpConfig()
DSuiteResultCacheUtil.java87 File moduleDir, in uploadModuleResults()
164 File moduleDir, in lookUpModuleResults()
DTfSuiteRunner.java139 File moduleDir = new File(configName).getParentFile(); in loadTests() local
DITestSuite.java957 File moduleDir = in run() local
/aosp_15_r20/external/dagger2/javatests/artifacts/dagger/build-tests/src/main/java/buildtests/
H A DGradleModule.java27 public static GradleModule create(File moduleDir) { in create()
35 private final File moduleDir; field in GradleModule
38 private GradleModule(File moduleDir) { in GradleModule()
/aosp_15_r20/external/angle/src/common/vulkan/
H A Dvulkan_icd.cpp51 std::string moduleDir = angle::GetModuleDirectory(); in WrapICDEnvironment() local
150 std::string moduleDir = angle::GetModuleDirectory(); in ScopedVkLoaderEnvironment() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/util/
DEnvironmentVariableUtil.java63 public static String buildMinimalLdLibraryPath(File moduleDir, List<String> subDirs) { in buildMinimalLdLibraryPath()
/aosp_15_r20/external/dagger2/javatests/artifacts/dagger/build-tests/src/test/java/buildtests/
H A DIncrementalProcessingTest.java131 private static Set<String> getAllKspGeneratedFileNames(Path moduleDir) throws IOException { in getAllKspGeneratedFileNames()
/aosp_15_r20/external/skia/gn/
H A Dminify_sksl.py33 moduleDir, moduleName = os.path.split(os.path.splitext(module)[0]) variable
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/suite/
H A DCompatibilitySuiteModuleLoader.java51 File moduleDir, in addFiltersToTest()
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/tradefed/targetprep/
DPerfettoHeapConfigTargetPreparer.java285 File moduleDir = in resolveRelativeFilePath() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DPushFilePreparer.java248 File moduleDir = in resolveRelativeFilePath() local
/aosp_15_r20/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/suite/
H A DInteractiveResultReporterTest.java172 File moduleDir = new File(screenshotsDir, moduleNameWithAbi); in prepareModuleDir() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/build/content/
DTestContentAnalyzer.java214 File moduleDir = rootFile; in mapDiffsToModule() local
/aosp_15_r20/external/angle/src/tests/cl_support/
H A Dangle_oclcts_gtest.cpp330 const std::string moduleDir = angle::GetModuleDirectory(); in main() local
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/rust/
DRustBinaryHostTestTest.java695 File moduleDir = new File(testsDir, moduleName); in testFindBinaryWithBitness() local
/aosp_15_r20/build/soong/android/
H A Doverride_module.go66 moduleDir string member
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DBaseDeviceMetricCollector.java727 File moduleDir = FileUtil.findDirectory( in resolveRelativeFilePath() local
/aosp_15_r20/build/soong/apex/
H A Dapex.go575 moduleDir string // becomes LOCAL_PATH member
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/suite/
Dcompatibility-tradefed.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/tools/tradefederation/prebuilts/filegroups/tradefed/
Dtradefed-contrib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...

12