Home
last modified time | relevance | path

Searched defs:sourceDir (Results 1 – 25 of 319) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/preprocessed/
Dfix_boost_mpl_preprocess.py39 def check_input_files_for_variadic_seq(headerDir, sourceDir): argument
51 def check_input_files_for_numbered_seq(sourceDir, suffix, containers): argument
62 def check_input_files(headerDir, sourceDir, containers=['vector', 'list', 'set', 'map'], argument
104 def fix_input_files_for_variadic_seq(headerDir, sourceDir, timestamp): argument
114 def fix_input_files_for_numbered_seq(sourceDir, suffix, timestamp, containers): argument
123 def fix_input_files(headerDir, sourceDir, containers=['vector', 'list', 'set', 'map'], argument
Dboost_mpl_preprocess.py21 def create_more_container_files(sourceDir, suffix, maxElements, containers, containers2): argument
56 def create_input_for_numbered_sequences(headerDir, sourceDir, containers, maxElements): argument
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/file/
H A DCopyDirectoryVisitorTest.java54 try (TempDirectory sourceDir = TempDirectory.create(getClass().getSimpleName())) { in testCopyDirectoryEmptyFolder()
79 try (TempDirectory sourceDir = TempDirectory.create(getClass().getSimpleName())) { in testCopyDirectoryEmptyFolderFilters()
101 … final Path sourceDir = Paths.get("src/test/resources/org/apache/commons/io/dirs-1-file-size-0"); in testCopyDirectoryFolders1FileSize0() local
121 … final Path sourceDir = Paths.get("src/test/resources/org/apache/commons/io/dirs-1-file-size-1"); in testCopyDirectoryFolders1FileSize1() local
136 … final Path sourceDir = Paths.get("src/test/resources/org/apache/commons/io/dirs-2-file-size-2"); in testCopyDirectoryFolders2FileSize2() local
H A DPathUtilsTest.java126 Path sourceDir = archive.getPath("dir1"); in testCopyDirectoryForDifferentFilesystemsWithAbsolutePath() local
143 …final Path sourceDir = Paths.get("src/test/resources/org/apache/commons/io/dirs-2-file-size-2").to… in testCopyDirectoryForDifferentFilesystemsWithAbsolutePathReverse() local
161 Path sourceDir = archive.getPath("next"); in testCopyDirectoryForDifferentFilesystemsWithRelativePath() local
178 … final Path sourceDir = Paths.get("src/test/resources/org/apache/commons/io/dirs-2-file-size-2"); in testCopyDirectoryForDifferentFilesystemsWithRelativePathReverse() local
/aosp_15_r20/tools/metalava/metalava-model-testsuite/src/main/java/com/android/tools/metalava/model/testsuite/
H A DBaseModelTest.kt221 private fun sourceDir(inputSet: InputSet): ModelSuiteRunner.SourceDir { in <lambda>() method in com.android.tools.metalava.model.testsuite.BaseModelTest
225 private fun sourceDir(testFiles: List<TestFile>): ModelSuiteRunner.SourceDir { in <lambda>() method in com.android.tools.metalava.model.testsuite.BaseModelTest
/aosp_15_r20/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/aosp/
H A DRepackagingTransform.java172 Path sourceDir = optionSet.valueOf(sourceDirOption); in main() local
286 private final Path sourceDir; field in RepackagingTransform.TransformRules
290 TransformRules(Path sourceDir, Path targetDir, List<Rule> rules) { in TransformRules()
/aosp_15_r20/tools/metalava/metalava/src/main/java/com/android/tools/metalava/cli/internal/
H A DMakeAnnotationsPackagePrivateCommand.kt39 private val sourceDir by in <lambda>() constant in com.android.tools.metalava.cli.internal.MakeAnnotationsPackagePrivateCommand
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DToolUtilities.java49 String sourceDir, String sourceFile, String targetDir, String targetFile) { in generateBat()
59 String sourceDir, in generateBat()
H A DChartDelta.java415 File sourceDir = sourceDirs.get(0); in writeLdml() local
634 File sourceDir, in addPathDiff()
697 private String parentAndName(File sourceDir, String locale) { in parentAndName()
702 File sourceDir, in addValueDiff()
H A DGenerateProductionData.java614 private static void doubleCheckSpecialPaths(File sourceDir, File destDir) { in doubleCheckSpecialPaths()
625 File sourceDir, File destDir, String file, Factory factory) { in doubleCheckLocale()
H A DCopyNewEmoji.java15 File sourceDir = new File(CLDRPaths.CLDR_PRIVATE_DIRECTORY + "new_emoji"); in main() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shared/plugins/
H A DPluginManagerTest.java113 String sourceDir = "myPlugin"; in testNonDebuggable_nonPrivileged() local
132 String sourceDir = "myPlugin"; in testNonDebuggable_privilegedPackage() local
/aosp_15_r20/external/cronet/testing/merge_scripts/code_coverage/
H A Dconvert_to_istanbul.js19 function createWorker(coverageDir, sourceDir, outputDir, urlToPathMap) { argument
24 sourceDir: sourceDir, property
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DLDMLUtilities.java61 String sourceDir, in getFullyResolvedLDML()
78 String sourceDir, in getFullyResolvedLDML()
645 String sourceDir, in mergeLDMLDocuments()
684 String sourceDir, in mergeLDMLDocuments()
887 String sourceDir, in resolveAliases()
1900 String locale, String sourceDir, boolean ignoreError, boolean ignoreDraft) { in parseAndResolveAliases()
/aosp_15_r20/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java515 public static void recursiveHardlink(File sourceDir, File destDir) throws IOException { in recursiveHardlink()
532 public static void recursiveHardlink(File sourceDir, File destDir, boolean ignoreExistingFile) in recursiveHardlink()
558 public static void recursiveSymlink(File sourceDir, File destDir) throws IOException { in recursiveSymlink()
594 public static void recursiveCopy(File sourceDir, File destDir) throws IOException { in recursiveCopy()
/aosp_15_r20/packages/apps/Nfc/tests/unit/src/com/android/nfc/cardemulation/util/
DNfcFileUtilsTest.java74 File sourceDir = mock(File.class); in testMoveFiles() local
/aosp_15_r20/packages/apps/Nfc/src/com/android/nfc/cardemulation/util/
DNfcFileUtils.java43 public static int moveFiles(File sourceDir, File targetDir) { in moveFiles()
/aosp_15_r20/external/nullaway/jmh/src/main/java/com/uber/nullaway/jmh/
H A DAbstractBenchmarkCompiler.java54 String sourceDir = getSourceDirectory(); in getSourceFileNames() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DDictionaryFactory.java139 final String sourceDir = context.getApplicationInfo().sourceDir; in createReadOnlyBinaryDictionary() local
/aosp_15_r20/frameworks/base/core/java/android/content/pm/
H A DInstrumentationInfo.java45 public String sourceDir; field in InstrumentationInfo
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/utils/
H A DZipUtils.java82 File sourceDir = new File(src); in mergeDirectoryToZip() local
/aosp_15_r20/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Duperf.h175 const char* sourceDir; variable
/aosp_15_r20/external/cronet/third_party/icu/source/tools/ctestfw/unicode/
H A Duperf.h175 const char* sourceDir; variable
/aosp_15_r20/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java96 public final String sourceDir; field in ITestDevice.ApexInfo
98 public ApexInfo(String name, long versionCode, String sourceDir) { in ApexInfo()
/aosp_15_r20/frameworks/base/packages/SystemUI/scripts/
H A Dnew_merge.py59 def dirCompare(sourceDir, destDir, ext, run_in_reverse): argument

12345678910>>...13