Home
last modified time | relevance | path

Searched defs:outputFile (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/aosp_15_r20/packages/modules/GeoTZ/validation/geonames/src/main/java/com/android/timezone/location/validation/
DGeonamesComparison.java149 private static void outputKnownDifferences(File outputFile, in outputKnownDifferences()
159 File outputFile, List<KnownDifferenceMismatch> knownDifferenceMismatches) in outputKnownDifferenceMismatches()
269 File outputFile = new File(outputDir, "new_diffs.prototxt"); in outputKnownDifferencesProtos() local
276 File outputFile = new File(outputDir, "incorrect_diffs.prototxt"); in outputKnownDifferencesProtos() local
284 File outputFile = new File(outputDir, "confirmed_diffs.prototxt"); in outputKnownDifferencesProtos() local
294 File outputFile = new File(outputDir, "missing_diffs.prototxt"); in outputKnownDifferencesProtos() local
314 File outputFile = new File(outputDir, "ambiguous_lookups.txt"); in outputKnownDifferencesProtos() local
322 File outputFile, Map<Result, Long> ambiguousResultStats) in outputResultCounts()
/aosp_15_r20/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
H A DDeferredFileOutputStream.java68 private Path outputFile; field in DeferredFileOutputStream.Builder
123 public Builder setOutputFile(final File outputFile) { in setOutputFile()
135 public Builder setOutputFile(final Path outputFile) { in setOutputFile()
244 public DeferredFileOutputStream(final int threshold, final File outputFile) { in DeferredFileOutputStream()
259 …private DeferredFileOutputStream(final int threshold, final File outputFile, final String prefix, … in DeferredFileOutputStream()
280 …DeferredFileOutputStream(final int threshold, final int initialBufferSize, final File outputFile) { in DeferredFileOutputStream()
311 …private DeferredFileOutputStream(final int threshold, final Path outputFile, final String prefix, … in DeferredFileOutputStream()
/aosp_15_r20/external/tink/tools/tinkey/src/test/java/com/google/crypto/tink/tinkey/
H A DCreateKeysetCommandTest.java52 Path outputFile = Paths.get(path.toString(), "keyset"); in testCreateCleartext_shouldCreateNewKeyset() local
71 Path outputFile = Paths.get(path.toString(), "keyset"); in testCreateCleartext_explicitJson_shouldCreateNewKeyset() local
92 Path outputFile = Paths.get(path.toString(), "keyset"); in testCreateCleartext_binary_shouldCreateNewKeyset() local
113 Path outputFile = Paths.get(path.toString(), "keyset"); in testCreateCleartext_withMasterKey_shouldCreateNewKeyset() local
145 Path outputFile = Paths.get(path.toString(), "keyset"); in testCreateCleartext_withMasterKey_jsonFormat_shouldCreateNewKeyset() local
H A DAddKeyCommandTest.java54 Path outputFile = Paths.get(path.toString(), "output"); in testAddKey_json_works() local
89 Path outputFile = Paths.get(path.toString(), "output"); in testAddKey_binary_works() local
128 Path outputFile = Paths.get(path.toString(), "output"); in testAddKey_binaryEncrypted_works() local
178 Path outputFile = Paths.get(path.toString(), "output"); in testAddKey_jsonEncrypted_works() local
229 Path outputFile = Paths.get(path.toString(), "output"); in testAddKey_notValidKeyset_fails() local
H A DRotateKeysetCommandTest.java54 Path outputFile = Paths.get(path.toString(), "output"); in testRotateKey_json_works() local
89 Path outputFile = Paths.get(path.toString(), "output"); in testRotateKey_binary_works() local
130 Path outputFile = Paths.get(path.toString(), "output"); in testRotateKey_binaryEncrypted_works() local
180 Path outputFile = Paths.get(path.toString(), "output"); in testRotateKey_jsonEncrypted_works() local
231 Path outputFile = Paths.get(path.toString(), "output"); in testRotateKey_notValidKeyset_fails() local
H A DConvertKeysetCommandTest.java83 Path outputFile = Paths.get(tempDirectory.toString(), "output"); in testConvertKeyset_json2Binary_works() local
116 Path outputFile = Paths.get(tempDirectory.toString(), "output"); in testConvertKeyset_binary2Json_works() local
149 Path outputFile = Paths.get(tempDirectory.toString(), "output"); in testConvertKeyset_json2encryptedBinary_works() local
185 Path outputFile = Paths.get(tempDirectory.toString(), "output"); in testConvertKeyset_encryptedBinary2Json_works() local
/aosp_15_r20/tools/tradefederation/contrib/tests/src/com/android/performance/tests/
DDDBenchmarkTestTest.java64 String outputFile = null; in testBuildDDCommandEmpty() local
92 String outputFile = "/dev/null"; in testBuildDDCommandInputOutput() local
120 String outputFile = null; in testBuildDDCommandBlockSize() local
148 String outputFile = null; in testBuildDDCommandFlags() local
178 String outputFile = null; in testBuildDDCommandConv() local
/aosp_15_r20/tools/tradefederation/contrib/src/com/android/media/tests/
DVideoEditingMemoryTest.java145 File outputFile = null; in uploadHeapDumpFiles() local
175 File outputFile = null; in logOutputFiles() local
214 ITestInvocationListener listener, String outputFile) { in parseOutputFile()
254 void reportMetrics(ITestInvocationListener listener, String outputFile) { in reportMetrics()
/aosp_15_r20/system/extras/ioblame/
H A DandroidFsParser.py46 def dump(self, mode, outputFile): argument
96 def dump(self, mode, outputFile): argument
161 def dumpTotal(self, outputFile): argument
166 def dump(self, uid, outputFile): argument
H A Dioblame.py327 def dump(self, shouldDumpReads, shouldDumpWrites, outputFile): argument
408 def dumpTotal(self, mode, outputFile): argument
413 def dump(self, uidProcessMapperObj, mode, func, outputFile): argument
/aosp_15_r20/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/
DMergeTzS2Ranges.java64 File inputDir, ExecutorService executorService, File workingDir, File outputFile, in MergeTzS2Ranges()
96 public File outputFile; field in MergeTzS2Ranges.Arguments
111 File outputFile = arguments.outputFile; in main() local
213 private File mergeRangeLists(File leftFile, File rightFile, File outputFile) in mergeRangeLists()
DTypes.java68 public void store(Message message, File outputFile, License license) throws IOException { in store()
114 private static void storeProtoAsText(Message message, File outputFile, License license) in storeProtoAsText()
124 private static void storeProtoAsBinary(Message message, File outputFile) in storeProtoAsBinary()
238 public static void store(TzS2Polygons tzPolygons, File outputFile, in store()
358 public static void store(TzS2CellUnion tzS2CellUnion, File outputFile, in store()
482 public static void store(TzS2Ranges ranges, File outputFile, in store()
DCreateTzS2ProtoDataFile.java53 File inputFile, ProtoStorageFormat inputProtoFormat, File outputFile, in CreateTzS2ProtoDataFile()
72 public File outputFile; field in CreateTzS2ProtoDataFile.Arguments
93 File outputFile = arguments.outputFile; in main() local
/aosp_15_r20/system/timezone/input_tools/android/telephonylookup_generator/src/test/java/com/android/libcore/timezone/telephonylookup/
H A DTelephonyLookupGeneratorTest.java63 String outputFile = Files.createTempFile(tempDir, "out", null /* suffix */).toString(); in invalidTelephonyLookupFile() local
188 String outputFile = Files.createTempFile(tempDir, "out", null /* suffix */).toString(); in checkGenerationFails() local
206 String outputFile = Files.createTempFile(tempDir, "out", null /* suffix */).toString(); in generateTelephonyLookupXml() local
247 private static void assertFileIsEmpty(String outputFile) throws IOException { in assertFileIsEmpty()
/aosp_15_r20/external/bazelbuild-rules_android/src/tools/javatests/com/google/devtools/build/android/sandboxedsdktoolbox/sdkdependenciesmanifest/
H A DGenerateSdkDependenciesManifestCommandTest.java67 Path outputFile = testFolder.newFile().toPath(); in generateManifest_forSingleSdkModuleConfig_success() local
96 Path outputFile = testFolder.newFile().toPath(); in generateManifest_forMultipleSdkModuleConfigs_success() local
127 Path outputFile = testFolder.newFile().toPath(); in generateManifest_forSdksAndArchives_success() local
/aosp_15_r20/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/emitters/
H A DCodeWriter.java115 Path outputFile = Paths.get(dir, this.file); in flush() local
131 private long fileSize(Path outputFile) throws IOException { in fileSize()
139 …private void validateFileContentMatches(Path outputFile, String newFileContents) throws IOExceptio… in validateFileContentMatches()
/aosp_15_r20/external/tink/java_src/examples/streamingaead/
H A DStreamingAeadExample.java65 Path outputFile = Paths.get(args[3]); in main() local
94 StreamingAead streamingAead, Path inputFile, Path outputFile, byte[] associatedData) in encryptFile()
117 StreamingAead streamingAead, Path inputFile, Path outputFile, byte[] associatedData) in decryptFile()
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/util/
DTarUtil.java140 final File outputFile = new File(outputDir, entry.getName()); in unTar() local
206 final File outputFile = new File(outputDir, outputFileName); in unGzip() local
228 File outputFile = FileUtil.createTempFile(inputFile.getName(), ".gz"); in gzip() local
/aosp_15_r20/packages/services/Telephony/utils/satellite/s2storage/src/testutils/java/com/android/telephony/sats2range/testutils/
DTestUtils.java144 File outputFile, SatS2RangeFileFormat fileFormat) throws Exception { in createValidTestS2CellFile()
166 File outputFile, SatS2RangeFileFormat fileFormat) throws Exception { in createInvalidTestS2CellFile()
181 File outputFile, SatS2RangeFileFormat fileFormat) throws Exception { in createValidTestS2CellFileWithValidEntryValue()
/aosp_15_r20/frameworks/av/media/libstagefright/tests/writer/
H A DWriterTest.cpp473 string outputFile = OUTPUT_FILE_NAME; in TEST_P() local
488 string outputFile = OUTPUT_FILE_NAME; in TEST_P() local
600 string outputFile = OUTPUT_FILE_NAME; in TEST_P() local
660 string outputFile = OUTPUT_FILE_NAME; in TEST_P() local
914 string outputFile = OUTPUT_FILE_NAME; in TEST_P() local
/aosp_15_r20/external/testng/src/main/java/org/testng/internal/
H A DUtils.java170 File outputFile = new File(outDir, fileName); in writeFile() local
187 …private static void writeFile(File outputFile, String sb, @Nullable String encoding, boolean appen… in writeFile()
231 File outputFile = new File(outDir, fileName); in openWriter() local
236 …private static BufferedWriter openWriter(File outputFile, @Nullable String encoding, boolean appen… in openWriter()
/aosp_15_r20/external/leakcanary2/shark-cli/src/main/java/shark/
H A DStripHprofCommand.kt16 val outputFile = stripper.stripPrimitiveArrays(heapDumpFile) in run() constant
/aosp_15_r20/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
H A DPluggableAuthCredentialsTest.java100 String outputFile = "/path/to/output/file"; in retrieveSubjectToken_shouldPassAllOptionsToHandler() local
124 assertEquals(options.getOutputFilePath(), outputFile); in retrieveSubjectToken_shouldPassAllOptionsToHandler() local
610 String command, @Nullable String timeoutMs, @Nullable String outputFile) { in buildCredentialSource()
/aosp_15_r20/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/
H A DMain.java106 File outputFile = outputSourceFileGenerator.generate( in execute() local
109 writeSource(compilationUnitHandler.getDocument(), outputFile); in execute() local
114 private static void writeSource(Document document, File outputFile) throws IOException { in writeSource()
/aosp_15_r20/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/its/
H A DPreviewRecorder.java156 String outputFile, Handler handler, boolean hlg10Enabled, Context context) in PreviewRecorder()
197 private void initPreviewRecorder(int cameraId, String outputFile, in initPreviewRecorder()
252 private void setupMediaRecorder(int cameraId, String outputFile, Context context) in setupMediaRecorder()

12345678910>>...18