Home
last modified time | relevance | path

Searched defs:fileName (Results 1 – 25 of 48) sorted by relevance

12

/libcore/ojluni/src/main/java/java/io/
DFileWriter.java65 public FileWriter(String fileName) throws IOException { in FileWriter()
81 public FileWriter(String fileName, boolean append) throws IOException { in FileWriter()
140 public FileWriter(String fileName, Charset charset) throws IOException { in FileWriter()
159 public FileWriter(String fileName, Charset charset, boolean append) throws IOException { in FileWriter()
DFileReader.java59 public FileReader(String fileName) throws FileNotFoundException { in FileReader()
102 public FileReader(String fileName, Charset charset) throws IOException { in FileReader()
DPrintWriter.java199 public PrintWriter(String fileName) throws FileNotFoundException { in PrintWriter()
245 public PrintWriter(String fileName, String csn) in PrintWriter()
277 public PrintWriter(String fileName, Charset charset) throws IOException { in PrintWriter()
/libcore/support/src/test/java/tests/util/
DSerializationTester.java91 public static boolean assertCompabilitySame(Object obj, String fileName) in assertCompabilitySame()
105 public static boolean assertCompabilityEquals(Object obj, String fileName) in assertCompabilityEquals()
118 public static Object readObject(Object obj, String fileName) in readObject()
158 public static void writeObject(Object obj, String fileName) in writeObject()
/libcore/luni/src/test/java/libcore/libcore/io/
DClassPathURLStreamHandlerTest.java69 String fileName = jarFile.getPath(); in testConstructor() local
75 String fileName = jarFile.getPath(); in testGetEntryOrNull() local
108 String fileName = jarFile.getPath(); in checkGetEntryUrlOrNull() local
120 String fileName = jarFile.getPath(); in testIsEntryStored() local
136 String fileName = jarFile.getPath(); in testOpenConnection() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DOpenRandomFileTest.java44 String fileName = file.getCanonicalPath(); in testOpenNonEmptyFile() local
54 String fileName = file.getCanonicalPath(); in testOpenEmptyFile() local
DFileOutputStreamTest.java85 String fileName = f.getAbsolutePath(); in test_ConstructorLjava_io_FileDescriptor() local
100 String fileName = f.getAbsolutePath(); in test_ConstructorLjava_lang_String() local
175 String fileName = f.getAbsolutePath(); in test_getFD() local
DFilterInputStreamTest.java37 private String fileName; field in FilterInputStreamTest
/libcore/ojluni/src/test/java/lang/StackWalker/
DStackRecorderUtil.java52 public void add(Class declaringClass, String methodName, String fileName) { in add()
124 public String fileName = null; field in StackRecorderUtil.TestFrame
126 public TestFrame (Class declaringClass, String methodName, String fileName) { in TestFrame()
/libcore/ojluni/annotations/hiddenapi/java/lang/
DStackTraceElement.java36 java.lang.String fileName, in StackTraceElement()
77 private java.lang.String fileName; field in StackTraceElement
/libcore/dalvik/src/main/java/dalvik/system/
DDexFile.java112 public DexFile(String fileName) throws IOException { in DexFile()
126 DexFile(String fileName, ClassLoader loader, DexPathList.Element[] elements) in DexFile()
495 public static native boolean isDexOptNeeded(String fileName) in isDexOptNeeded()
550 public static int getDexOptNeeded(String fileName, in getDexOptNeeded()
589 public static native int getDexOptNeeded(@NonNull String fileName, in getDexOptNeeded()
602 public static native String getDexFileStatus(String fileName, String instructionSet) in getDexFileStatus()
684 public static @NonNull OptimizationInfo getDexFileOptimizationInfo( in getDexFileOptimizationInfo()
703 String fileName, String instructionSet) throws FileNotFoundException; in getDexFileOptimizationStatus()
717 … @Nullable String[] getDexFileOutputPaths(@NonNull String fileName, @NonNull String instructionSet) in getDexFileOutputPaths()
/libcore/ojluni/src/main/java/java/net/
DFileNameMap.java43 public String getContentTypeFor(String fileName); in getContentTypeFor()
/libcore/ojluni/src/main/java/java/lang/
DStackTraceElement.java59 private String fileName; field in StackTraceElement
89 String fileName, int lineNumber) { in StackTraceElement()
DStackFrameInfo.java47 private String fileName; // initialized by VM field in StackFrameInfo
/libcore/luni/src/test/java/libcore/java/nio/charset/
DStandardCharsetsEncoderTest.java80 String fileName = createFileName(charset); in testCharset() local
103 private static InputStream openResource(String fileName) { in openResource()
140 private static void dumpEncodings(CharsetEncoder encoder, String fileName) in dumpEncodings()
/libcore/luni/src/test/java/libcore/java/util/jar/
DOldJarFileTest.java59 String fileName = (new File(resources, jarName)).getCanonicalPath(); in test_ConstructorLjava_lang_String() local
71 String fileName = (new File(resources, jarName)).getCanonicalPath(); in test_ConstructorLjava_lang_StringZ() local
/libcore/luni/src/test/java/libcore/java/util/zip/
DOldAndroidZipFileTest.java100 static void scanZip(String fileName) throws IOException { in scanZip()
123 static void read2(String fileName) throws IOException { in read2()
/libcore/ojluni/src/main/java/jdk/internal/util/jar/
DJarIndex.java154 public LinkedList<String> get(String fileName) { in get()
179 public void add(String fileName, String jarName) { in add()
223 String fileName = entry.getName(); in parseJars() local
/libcore/luni/src/test/java/libcore/java/io/
DOldFileTest.java76 String fileName = null; in test_ConstructorLjava_io_FileLjava_lang_String() local
100 String fileName = "input.tst"; in test_ConstructorLjava_lang_StringLjava_lang_String() local
DOldObjectInputStreamGetFieldTest.java244 private void initOis(String fileName) throws Exception { in initOis()
DOldFilterInputStreamTest.java35 private String fileName; field in OldFilterInputStreamTest
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DJarIndex.java70 public java.util.LinkedList<java.lang.String> get(java.lang.String fileName) { in get()
74 public void add(java.lang.String fileName, java.lang.String jarName) { in add()
/libcore/ojluni/src/test/java/nio/channels/Channels/
DEncodingTest.java201 public void testMalformedOutput(String fileName, String csn, Charset charset) in testMalformedOutput()
230 …private void writeToFile(byte[] data, String fileName, String csn, Charset charset) throws Excepti… in writeToFile()
/libcore/ojluni/annotations/sdk/nullability/java/io/
DPrintWriter.annotated.java46 …lang.String fileName) throws java.io.FileNotFoundException { throw new RuntimeException("Stub!"); } in PrintWriter()
48 …ing csn) throws java.io.FileNotFoundException, java.io.UnsupportedEncodingException { throw new Ru… in PrintWriter()
50 …va.nio.charset.Charset charset) throws java.io.IOException { throw new RuntimeException("Stub!"); } in PrintWriter()
/libcore/ojluni/src/test/java/text/testlib/
DHexDumpReader.java43 public static InputStream getStreamFromHexDump(String fileName) { in getStreamFromHexDump()

12