Home
last modified time | relevance | path

Searched defs:dstFile (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/aosp_15_r20/external/deqp/scripts/
H A Dmake_release.py99 def __init__ (self, dstFile): argument
111 def __init__ (self, srcFile, dstFile): argument
122 def __init__ (self, dstFile): argument
139 def __init__ (self, srcFile, dstFile, replaceVars): argument
192 def __init__ (self, srcFile, dstFile, makeTarget): argument
223 def __init__ (self, dstFile): argument
319 def makeFileCopy (srcFile, dstFile): argument
/aosp_15_r20/packages/apps/Launcher3/tests/src/com/android/launcher3/util/rule/
DTestToPhoneFileCopier.kt32 private val dstFile = constant
/aosp_15_r20/external/threetenbp/src/main/java/org/threeten/bp/zone/
H A DTzdbZoneRulesCompiler.java267 File dstFile = new File(dstDir, "threeten-TZDB-" + loopVersion + ".jar"); in process() local
301 File dstFile = new File(dstDir, "threeten-TZDB-all.jar"); in process() local
336 …private static void outputFile(File dstFile, String version, SortedMap<String, ZoneRules> builtZon… in outputFile()
347 …private static void outputFile(File dstFile, Map<String, SortedMap<String, ZoneRules>> allBuiltZon… in outputFile()
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
H A DHdrTranscodeTests.cpp57 media_status_t transcode(const char* srcFile, const char* dstFile, const char* dstMime) { in transcode()
159 const char* dstFile = "video_1280x720_hevc_hdr10_static_3mbps_transcoded.mp4"; in TEST_F() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DMixKernelTargetPreparer.java210 File dstFile = new File(destDir, newFileName); in copyDeviceImageToDir() local
234 File dstFile = new File(destDir, newFileName); in copyLabelFileToDir() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DSaveImage.java467 private Uri moveSrcToAuxIfNeeded(Uri srcUri, File dstFile) { in moveSrcToAuxIfNeeded()
521 private static File getLocalAuxDirectory(File dstFile) { in getLocalAuxDirectory()
DXmpPresets.java61 Context context, Uri srcUri, File dstFile, ImagePreset preset) { in writeFilterXMP()
/aosp_15_r20/external/icu/icu4j/tools/build/src/main/java/com/ibm/icu/dev/tool/docs/
H A DDeprecator.java171 void processFile(File srcFile, File dstFile) { in processFile()
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/java/com/github/javaparser/symbolsolver/resolution/
H A DAnalyseJavaParserTest.java72 Path dstFile = adaptPath(root.resolve(path)); in parse() local
H A DAnalyseNewJavaParserTest.java77 Path dstFile = path; in parse() local
H A DAnalyseJavaSymbolSolver060Test.java94 File dstFile = new File(path); in parse() local
/aosp_15_r20/frameworks/av/media/module/codecs/amrnb/enc/test/
H A Damrnb_enc_test.cpp61 int encode(int mode, const char *srcFile, const char *dstFile) { in encode()
/aosp_15_r20/external/deqp/framework/qphelper/
H A Dgen_release_info.py139 dstFile = args.out if args.out != None else defaultDstFile variable
/aosp_15_r20/external/lz4/programs/
H A Dlz4io.c1166 FILE* dstFile; in LZ4IO_compressFilename_extRess_MT() local
1374 FILE* dstFile; in LZ4IO_compressFilename_extRess_ST() local
1882 FILE* dstFile; member
2101 FILE* const srcFile, FILE* const dstFile, in LZ4IO_decompressLZ4F()
2199 FILE* const srcFile, FILE* const dstFile, in LZ4IO_decompressLZ4F()
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/tools/
H A DTranscode.cpp74 std::string dstFile; member
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
H A DNativeLibrary.java240 private static long copy(InputStream src, File dstFile) throws IOException { in copy()
/aosp_15_r20/external/zstd/programs/
H A Dfileio.c1856 …{ FILE *dstFile = FIO_openDstFile(fCtx, prefs, srcFileName, dstFileName, dstFileInitialPermissio… in FIO_compressFilename_dstFile() local
2236 FILE *dstFile; in FIO_compressMultipleFilenames() local
2834 FILE *dstFile; in FIO_decompressDstFile() local
3103 … FILE* dstFile = FIO_openDstFile(fCtx, prefs, NULL, outFileName, DEFAULT_FILE_PERMISSIONS); in FIO_decompressMultipleFilenames() local
H A Dfileio_asyncio.c364 FILE* const dstFile = ctx->base.file; in AIO_WritePool_closeFile() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerServiceUtils.java804 final File dstFile = new File(dstCodePath, dstFileName); in decompressFiles() local
821 public static int decompressFile(File srcFile, File dstFile) throws ErrnoException { in decompressFile()
/aosp_15_r20/build/make/tools/libhost/
H A DCopyFile.c494 char* dstFile; in copyDirectory() local
/aosp_15_r20/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp43 static int copyFile(const char *dstFile, const char *srcFile) { in copyFile()
/aosp_15_r20/cts/tests/tests/mediatranscoding/src/android/media/mediatranscoding/cts/
H A DMediaTranscodingManagerTest.java329 File dstFile = new File(dstUri.getPath());; in testTranscodingWithExpectResult() local
/aosp_15_r20/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
H A DInstallationTestBase.java180 final File dstFile = new File(getContext().getFilesDir(), testApkName); in copyTestFile() local
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java546 ParcelFileDescriptor dstFile = null; in copyFileHelper() local
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DMuxerTest.java908 private native boolean nativeTestOffsetPts(int format, String srcFile, String dstFile, in nativeTestOffsetPts()

12345678910>>...20