Home
last modified time | relevance | path

Searched refs:appendFile (Results 1 – 25 of 44) sorted by relevance

12

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DFileUtilities.java365 public static void appendFile(Class<?> class1, String filename, PrintWriter out) { in appendFile() method in FileUtilities
366 appendFile(class1, filename, StandardCharsets.UTF_8, null, out); in appendFile()
369 public static void appendFile( in appendFile() method in FileUtilities
371 appendFile(class1, filename, StandardCharsets.UTF_8, replacementList, out); in appendFile()
374 public static void appendFile( in appendFile() method in FileUtilities
392 public static void appendFile(String filename, String encoding, PrintWriter output) in appendFile() method in FileUtilities
394 appendFile(filename, encoding, output, null); in appendFile()
397 public static void appendFile( in appendFile() method in FileUtilities
479 appendFile(class1, sourceFile, StandardCharsets.UTF_8, replacementList, out); in copyFile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp191 static void appendFile(std::vector<NewArchiveMember> &Members, in appendFile() function
222 appendFile(Members, LibMachine, LibMachineSource, *ChildMB); in appendFile()
348 appendFile(Members, LibMachine, LibMachineSource, MBRef); in libDriverMain()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ToolDrivers/llvm-lib/
DLibDriver.cpp183 static void appendFile(std::vector<NewArchiveMember> &Members, in appendFile() function
216 appendFile(Members, LibMachine, LibMachineSource, *ChildMB); in appendFile()
367 appendFile(Members, LibMachine, LibMachineSource, MBRef); in libDriverMain()
/external/okhttp/okio/okio/src/test/java/okio/
DOkioTest.java49 @Test public void appendFile() throws Exception { in appendFile() method in OkioTest
/external/okio/okio/src/jvmTest/kotlin/okio/
DOkioTest.kt49 fun appendFile() { in appendFile() method in okio.OkioTest
/external/mobile-data-download/java/com/google/android/libraries/mobiledatadownload/file/common/testing/
DStreamUtils.java76 public static void appendFile(SynchronousFileStorage storage, Uri uri, byte[] contents) in appendFile() method in StreamUtils
DBackendTestBase.java18 … static com.google.android.libraries.mobiledatadownload.file.common.testing.StreamUtils.appendFile;
255 appendFile(storage, uri, TEST_CONTENT); in openForAppend_appendsContent()
/external/dokka/core/src/main/kotlin/Java/
DJavaPsiDocumentationBuilder.kt45 …fun appendFile(file: PsiJavaFile, module: DocumentationModule, packageContent: Map<String, Content… in appendFile() method
79 …override fun appendFile(file: PsiJavaFile, module: DocumentationModule, packageContent: Map<String… in appendFile() method in org.jetbrains.dokka.JavaPsiDocumentationBuilder
/external/dokka/core/src/main/kotlin/Generation/
DDokkaGenerator.kt170 javaFiles.map { appendFile(it, documentationModule, packageDocs.packageContent) } in <lambda>()
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java453 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/2.4/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java421 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java408 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java453 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/2.0.2/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java408 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java420 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/2.5/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java421 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java453 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/1.2.2/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java453 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java453 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/2.0-rc1/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java441 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java419 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/2.0.1/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java408 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/1.2.4/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java453 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java453 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()
/external/mockftpserver/tags/2.3/src/test/java/org/mockftpserver/stub/
DStubFtpServerIntegrationTest.java419 assertTrue(ftpClient.appendFile(FILENAME, inputStream)); in testAppe()

12