Home
last modified time | relevance | path

Searched defs:srcFile (Results 1 – 25 of 199) sorted by relevance

12345678

/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunnerTest.java223 String srcFile = in testLoadTestsWhenRemoteTestTimeoutIsSet() local
317 String srcFile = in testLoadTests_testMappingsZip() local
382 String srcFile = in testLoadTests_testMappingsZipFoundTestsWithKeywords() local
449 String srcFile = in testLoadTests_testMappingsZipFailWithKeywords() local
495 String srcFile = in testLoadTests_testMappingsZipHostTests() local
545 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testLoadTests_shard() local
585 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testLoadTests_shardNoTest() local
671 String srcFile = in testLoadTestsWithModule() local
720 String srcFile = in testLoadTestsWithMultiModules() local
901 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testLoadTests_moduleDifferentoptions() local
[all …]
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/
DTestMappingTest.java77 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testparseTestMapping() local
206 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testGetTests() local
262 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testGetTests_matchKeywords() local
306 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testGetTests_withIgnoreKeywords() local
344 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testGetAllTestMappingPaths_FromChildDirectory() local
374 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testGetAllTestMappingPaths_FromParentDirectory() local
598 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testGetAllTests() local
631 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testExtractTestMappingsZip() local
671 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testGetDisabledTests() local
732 String srcFile = in testIncludeImports() local
[all …]
/aosp_15_r20/frameworks/av/media/module/libmediatranscoding/transcoder/benchmark/
H A DMediaTrackTranscoderBenchmark.cpp395 const std::string& srcFile, bool mockReader, in BenchmarkTranscoderWithOperatingRate()
413 const char* srcFile = "video_1920x1080_3648frame_h264_22Mbps_30fps_aac.mp4"; in BM_VideoTranscode_AVC2AVC() local
418 const char* srcFile = "video_1920x1080_3648frame_h264_22Mbps_30fps_aac.mp4"; in BM_VideoTranscode_AVC2AVC_NoExtractor() local
425 const char* srcFile = "video_1920x1080_3863frame_hevc_4Mbps_30fps_aac.mp4"; in BM_VideoTranscode_HEVC2AVC() local
430 const char* srcFile = "video_1920x1080_3863frame_hevc_4Mbps_30fps_aac.mp4"; in BM_VideoTranscode_HEVC2AVC_NoExtractor() local
/aosp_15_r20/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/
DMixKernelTargetPreparer.java144 File srcFile = buildInfo.getFile(fileKey); in setUp() local
192 void copyDeviceImageToDir(File srcFile, File destDir) throws IOException { in copyDeviceImageToDir()
231 void copyLabelFileToDir(String fileKey, File srcFile, File destDir) throws IOException { in copyLabelFileToDir()
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/tradefed/targetprep/
DPerfettoHeapConfigTargetPreparer.java110 File srcFile = getFileFromTestArtifacts(testInfo.getBuildInfo(), pushFile); in setUp() local
112 pushFile(testInfo.getDevice(), srcFile, mPushFiles.get(pushFile)); in setUp() local
125 private void updateTraceConfig(File srcFile) { in updateTraceConfig()
/aosp_15_r20/cts/tests/tests/media/misc/src/android/media/misc/cts/
H A DExifInterfaceTest.java539 File srcFile = new File(mInpPrefix, fileName); in writeToFilesWithExif() local
624 File srcFile = new File(mInpPrefix, fileName); in writeToFilesWithoutExif() local
776 File srcFile = new File(mInpPrefix, JPEG_WITH_DATETIME_TAG); in testGetSetDateTime() local
833 File srcFile = new File(mInpPrefix, JPEG_WITH_EXIF_BYTE_ORDER_MM); in testSetAttribute() local
956 File srcFile = new File(mInpPrefix, JPEG_WITH_EXIF_BYTE_ORDER_MM); in testGetAttributeForNullAndNonExistentTag() local
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/
H A DFileUtils.java741 public static void copyFile(final File srcFile, final File destFile) throws IOException { in copyFile()
768 …public static void copyFile(final File srcFile, final File destFile, final boolean preserveFileDat… in copyFile()
798 …public static void copyFile(final File srcFile, final File destFile, final boolean preserveFileDat… in copyFile()
833 …public static void copyFile(final File srcFile, final File destFile, final CopyOption... copyOptio… in copyFile()
878 …public static void copyFileToDirectory(final File srcFile, final File destDir) throws IOException { in copyFileToDirectory()
2375 public static void moveFile(final File srcFile, final File destFile) throws IOException { in moveFile()
2395 …public static void moveFile(final File srcFile, final File destFile, final CopyOption... copyOptio… in moveFile()
2429 …public static void moveFileToDirectory(final File srcFile, final File destDir, final boolean creat… in moveFileToDirectory()
/aosp_15_r20/external/deqp/scripts/
H A Dmake_release.py111 def __init__ (self, srcFile, dstFile): argument
139 def __init__ (self, srcFile, dstFile, replaceVars): argument
192 def __init__ (self, srcFile, dstFile, makeTarget): argument
319 def makeFileCopy (srcFile, dstFile): argument
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/resolution/typesolvers/
H A DJavaParserTypeSolver.java71 private CompilationUnit parse(File srcFile) throws FileNotFoundException { in parse()
131 File srcFile = new File(filePath); in tryToSolveTypeUncached() local
/aosp_15_r20/external/ksp/integration-tests/src/test/kotlin/com/google/devtools/ksp/test/
H A DOutputDepsIt.kt112 val srcFile = File(project.root, src) in <lambda>() constant
/aosp_15_r20/external/lz4/tests/
H A DcheckFrame.c137 int frameCheck(cRess_t ress, FILE* const srcFile, unsigned bsid, size_t blockSize) in frameCheck()
292 FILE *srcFile; in main() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
H A DFileCopier.java65 String srcFile, in copyAndReplace()
198 String srcFile, in copyAndReplace()
/aosp_15_r20/cts/tests/media/src/android/mediav2/cts/
H A DMuxerTest.java446 public TestApi(int outFormat, String srcFile, int trackCount, String testName) { in TestApi()
908 private native boolean nativeTestOffsetPts(int format, String srcFile, String dstFile, in nativeTestOffsetPts()
1013 public TestSimpleAppend(int outFormat, String srcFile, int trackCount, String testName) { in TestSimpleAppend()
1083 public TestSimpleMux(String mediaType, String srcFile, String testName) { in TestSimpleMux()
H A DCodecDecoderPauseTest.java56 public CodecDecoderPauseTest(String decoder, String mediaType, String srcFile, in CodecDecoderPauseTest()
/aosp_15_r20/cts/tests/media/jni/
H A DNativeExtractorTest.cpp262 static std::vector<AMediaCodecBufferInfo*> getSeekablePoints(const char* srcFile, in getSeekablePoints()
306 static std::vector<SeekTestParams*> generateSeekTestArgs(const char* srcFile, const char* mediaType, in generateSeekTestArgs()
413 static int checkSeekPoints(const char* srcFile, const char* mediaType, in checkSeekPoints()
/aosp_15_r20/external/dagger2/java/dagger/hilt/android/plugin/main/src/test/kotlin/
H A DTransformTest.kt215 val srcFile = gradleRunner.addSrc( in <lambda>() constant
/aosp_15_r20/cts/tests/mediapc/src/android/mediapc/cts/
H A DCodecTestBase.java575 MediaFormat setUpSource(String srcFile) throws IOException { in setUpSource()
669 MediaFormat setUpSource(String prefix, String srcFile) throws IOException { in setUpSource()
770 void setUpSource(String srcFile) throws IOException { in setUpSource()
/aosp_15_r20/external/zstd/contrib/seekable_format/
H A Dzstdseek_decompress.c456 { ZSTD_seekable_customFile srcFile = {&zs->buffWrapper, in ZSTD_seekable_initBuff() local
464 ZSTD_seekable_customFile srcFile = {src, &ZSTD_seekable_read_FILE, in ZSTD_seekable_initFile() local
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
DSaveImage.java296 File srcFile = getLocalFileFromUri(mContext, mSourceUri); in resetToOriginalImageIfNeeded() local
468 File srcFile = getLocalFileFromUri(mContext, srcUri); in moveSrcToAuxIfNeeded() local
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/util/
DFileMover.java31 File srcFile = srcContext.getFileStreamPath(srcFileName); in moveFileBetweenContexts() local
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/
Dbuildtool.go266 func isUnneededSSARewriteFile(srcFile, goArch string) (archCaps string, unneeded bool) { argument
/aosp_15_r20/external/skia/src/sksl/codegen/
H A DSkSLWGSLValidator.cpp33 tint::Source::File srcFile("", wgsl); in validate_wgsl() local
/aosp_15_r20/packages/apps/Car/Launcher/buildSrc/src/main/java/aconfig/
DAConfigExtension.kt27 val srcFile: ConfigurableFileCollection constant
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typesolvers/
H A DJavaParserTypeSolver.java110 private Optional<CompilationUnit> parse(Path srcFile) { in parse()
/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()

12345678