Home
last modified time | relevance | path

Searched refs:inputFilePath (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/packages/services/Telephony/utils/satellite/tools/src/test/java/com/android/telephony/tools/sats2/
DCreateSatS2FileTest.java62 Path inputFilePath = inputDirPath.resolve("s2cells.txt"); in testCreateSatS2FileWithInvalidInput() local
71 TestUtils.createInvalidTestS2CellFile(inputFilePath.toFile(), fileFormat); in testCreateSatS2FileWithInvalidInput()
75 "--input-file", inputFilePath.toAbsolutePath().toString(), in testCreateSatS2FileWithInvalidInput()
97 Path inputFilePath = inputDirPath.resolve("s2cells.txt"); in testCreateSatS2FileWithValidInput() local
114 TestUtils.createValidTestS2CellFile(inputFilePath.toFile(), fileFormat); in testCreateSatS2FileWithValidInput()
118 "--input-file", inputFilePath.toAbsolutePath().toString(), in testCreateSatS2FileWithValidInput()
174 Path inputFilePath = inputDirPath.resolve("s2cells.txt"); in testCreateSatS2FileWithValidCellIdAndValidEntryValue() local
193 TestUtils.createValidTestS2CellFileWithValidEntryValue(inputFilePath.toFile(), fileFormat); in testCreateSatS2FileWithValidCellIdAndValidEntryValue()
197 "--input-file", inputFilePath.toAbsolutePath().toString(), in testCreateSatS2FileWithValidCellIdAndValidEntryValue()
372 Path inputFilePath = inputDirPath.resolve(inputFileName); in testCreateSatS2FileWithValidInputAndRandomEntryValue() local
[all …]
/aosp_15_r20/packages/services/Telephony/utils/satellite/configdatagenerator/src/test/java/com/android/telephony/tools/configdatagenerate/
DConfigDataGeneratorTest.java73 Path inputFilePath = inputDirPath.resolve("test_input.xml"); in testConfigDataGeneratorWithInvalidPlmn() local
79 String inputfileName = inputFilePath.toAbsolutePath().toString(); in testConfigDataGeneratorWithInvalidPlmn()
88 "--input-file", inputFilePath.toAbsolutePath().toString(), in testConfigDataGeneratorWithInvalidPlmn()
104 Path inputFilePath = inputDirPath.resolve("test_input.xml"); in testConfigDataGeneratorWithInvalidService() local
110 String inputfileName = inputFilePath.toAbsolutePath().toString(); in testConfigDataGeneratorWithInvalidService()
119 "--input-file", inputFilePath.toAbsolutePath().toString(), in testConfigDataGeneratorWithInvalidService()
135 Path inputFilePath = inputDirPath.resolve("test_input.xml"); in testConfigDataGeneratorWithInvalidCountryCode() local
141 String inputfileName = inputFilePath.toAbsolutePath().toString(); in testConfigDataGeneratorWithInvalidCountryCode()
150 "--input-file", inputFilePath.toAbsolutePath().toString(), in testConfigDataGeneratorWithInvalidCountryCode()
166 Path inputFilePath = inputDirPath.resolve("test_input.xml"); in testConfigDataGeneratorWithValidInput() local
[all …]
/aosp_15_r20/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/java/com/android/media/benchmark/library/
H A DNative.java22 public native int Extract(String inputFilePath, String inputFileName, String statsFile); in Extract() argument
24 public native int Mux(String inputFilePath, String inputFileName, String outputFilePath, in Mux() argument
27 public native int Decode(String inputFilePath, String inputFileName, String statsFile, in Decode() argument
30 public native int Encode(String inputFilePath, String inputFileName, String statsFile, in Encode() argument
/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/replay/
H A DReplayer.java47 String inputFilePath = args[1]; in main() local
48 byte[] input = loadInput(inputFilePath); in main()
55 private static byte[] loadInput(String inputFilePath) { in loadInput() argument
57 return Files.readAllBytes(Paths.get(inputFilePath)); in loadInput()
/aosp_15_r20/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/src/main/cpp/
H A DNativeExtractor.cpp31 const char *inputFilePath = env->GetStringUTFChars(jInputFilePath, nullptr); in Java_com_android_media_benchmark_library_Native_Extract() local
33 string sFilePath = string(inputFilePath) + string(inputFileName); in Java_com_android_media_benchmark_library_Native_Extract()
76 env->ReleaseStringUTFChars(jInputFilePath, inputFilePath); in Java_com_android_media_benchmark_library_Native_Extract()
H A DNativeMuxer.cpp35 const char *inputFilePath = env->GetStringUTFChars(jInputFilePath, nullptr); in Java_com_android_media_benchmark_library_Native_Mux() local
37 string sInputFile = string(inputFilePath) + string(inputFileName); in Java_com_android_media_benchmark_library_Native_Mux()
144 env->ReleaseStringUTFChars(jInputFilePath, inputFilePath); in Java_com_android_media_benchmark_library_Native_Mux()
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/util/
DImageUtils.java479 final String inputFilePath; in resizeGifImage() local
481 inputFilePath = MediaScratchFileProvider.getFileFromUri(mUri).getAbsolutePath(); in resizeGifImage()
486 inputFilePath = mUri.getPath(); in resizeGifImage()
497 GifTranscoder.transcode(mContext, inputFilePath, outputFilePath); in resizeGifImage()
513 bytesToReturn = Files.toByteArray(new File(inputFilePath)); in resizeGifImage()
516 "Could not create FileInputStream with path of " + inputFilePath, e); in resizeGifImage()
/aosp_15_r20/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/createtzs2protodatafile/
DCreateTzS2ProtoDataFileTest.java61 Path inputFilePath = copyTestResource(getClass(), inputResource, inputDirPath); in regressionTest() local
68 "--input-file", inputFilePath.toAbsolutePath().toString(), in regressionTest()
/aosp_15_r20/packages/modules/GeoTZ/data_pipeline/src/test/java/com/android/timezone/location/data_pipeline/steps/geojsontz_to_tzs2polygons/
DGeoJsonTzToTzS2PolygonsTest.java67 Path inputFilePath = copyTestResource(getClass(), inputResource, inputDirPath); in regressionTest() local
73 "--geo-json", inputFilePath.toAbsolutePath().toString(), in regressionTest()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/config/tuner_testing_dynamic_configuration_V1_0_parser/gen/cpp/
Dandroid_media_tuner_testing_configuration_V1_0.cpp1503inputFilePath) : id_(std::move(id)), type_(type), bufferSize_(bufferSize), statusMask_(statusMask)… in Dvr() argument
1630 std::optional<std::string> inputFilePath = std::nullopt; in read() local
1633 inputFilePath = _value; in read()
1635 … type, bufferSize, statusMask, lowThreshold, highThreshold, dataFormat, packetSize, inputFilePath); in read()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/config/tuner_testing_dynamic_configuration_V1_0/gen/cpp/
Dandroid_media_tuner_testing_configuration_V1_0.cpp1503inputFilePath) : id_(std::move(id)), type_(type), bufferSize_(bufferSize), statusMask_(statusMask)… in Dvr() argument
1630 std::optional<std::string> inputFilePath = std::nullopt; in read() local
1633 inputFilePath = _value; in read()
1635 … type, bufferSize, statusMask, lowThreshold, highThreshold, dataFormat, packetSize, inputFilePath); in read()
/aosp_15_r20/frameworks/av/media/libstagefright/tests/writer/
H A DWriterTest.cpp303 void getFileDetails(string &inputFilePath, string &info, configFormat &params, bool &isAudio, in getFileDetails() argument
315 inputFilePath += kInputData[streamIndex].inputFile; in getFileDetails()
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/config/tuner_testing_dynamic_configuration_V1_0/gen/cpp/include/
Dandroid_media_tuner_testing_configuration_V1_0.h425 …shold, DvrDataFormatEnum dataFormat, int64_t packetSize, std::optional<std::string> inputFilePath);
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/config/tuner_testing_dynamic_configuration_V1_0_parser/gen/cpp/include/
Dandroid_media_tuner_testing_configuration_V1_0.h425 …shold, DvrDataFormatEnum dataFormat, int64_t packetSize, std::optional<std::string> inputFilePath);
/aosp_15_r20/out/soong/.intermediates/packages/apps/Messaging/messaging/android_common/javac/
Dmessaging.jarMETA-INF/ META-INF/MANIFEST.MF androidx/ androidx/appcompat/ androidx/ ...
/aosp_15_r20/out/target/common/obj/APPS/messaging_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/Messaging/messaging/android_common/withres/
Dmessaging.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/activity_release.kotlin_module META ...
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/
Dall_android_tools_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...