HomeSort by relevance Sort by last modified time
    Searched refs:fileName (Results 1 - 25 of 3121) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/oj-libjdwp/src/share/transport/socket/
socketTransport.h 25 void exitTransportWithError(char *msg, char *fileName,
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
ANTLRFileStream.cs 50 protected string fileName;
52 public ANTLRFileStream( string fileName )
53 : this( fileName, null )
57 public ANTLRFileStream( string fileName, Encoding encoding )
59 this.fileName = fileName;
60 Load( fileName, encoding );
63 public virtual void Load( string fileName, Encoding encoding )
65 if ( fileName == null )
72 text = File.ReadAllText(fileName);
    [all...]
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
ANTLRFileStream.java 39 protected String fileName;
41 public ANTLRFileStream(String fileName) throws IOException {
42 this(fileName, null);
45 public ANTLRFileStream(String fileName, String encoding) throws IOException {
46 this.fileName = fileName;
47 load(fileName, encoding);
50 public void load(String fileName, String encoding)
53 if ( fileName==null ) {
56 File f = new File(fileName);
    [all...]
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestCaseInputFile.java 40 private String fileName;
43 this.fileName = file;
47 return "FILE:" + fileName;
51 this.fileName = script;
56 return fileName;
60 return this.fileName;
  /external/lzma/CPP/7zip/UI/Common/
DefaultName.cpp 7 static UString GetDefaultName3(const UString &fileName,
11 const unsigned fileNameLen = fileName.Len();
16 if (fileName[dotPos] == '.')
17 if (extension.IsEqualTo_NoCase(fileName.Ptr(dotPos + 1)))
18 return fileName.Left(dotPos) + addSubExtension;
21 int dotPos = fileName.ReverseFind_Dot();
23 return fileName.Left(dotPos) + addSubExtension;
26 return fileName + L'~';
28 return fileName + addSubExtension;
31 UString GetDefaultName2(const UString &fileName,
    [all...]
DefaultName.h 8 UString GetDefaultName2(const UString &fileName,
  /dalvik/libdex/
OptInvocation.h 26 char* dexOptGenerateCacheFileName(const char* fileName,
  /libcore/ojluni/src/main/java/java/net/
FileNameMap.java 39 * @param fileName the specified file name
43 public String getContentTypeFor(String fileName);
  /external/apache-http/android/src/com/android/internal/http/multipart/
ByteArrayPartSource.java 47 private String fileName;
55 * @param fileName the name of the file these bytes represent
58 public ByteArrayPartSource(String fileName, byte[] bytes) {
60 this.fileName = fileName;
76 return fileName;
FilePartSource.java 55 private String fileName = null;
74 this.fileName = file.getName();
81 * @param fileName the file name of the FilePart
87 public FilePartSource(String fileName, File file)
90 if (fileName != null) {
91 this.fileName = fileName;
109 * Return the current filename
110 * @return the filename.
114 return (fileName == null) ? "noname" : fileName
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
ANTLRFileStream.cs 67 public ANTLRFileStream(string fileName) :
68 this(fileName, Encoding.Default)
76 public ANTLRFileStream(string fileName, Encoding encoding)
78 this.fileName = fileName;
79 Load(fileName, encoding);
87 get { return fileName; }
99 /// <param name="fileName">File to load</param>
101 public virtual void Load(string fileName, Encoding encoding)
103 if (fileName == null
    [all...]
  /external/icu/icu4c/source/samples/layout/
ucreader.cpp 18 const UChar *uc_readFile(const char *fileName, gs_guiSupport *guiSupport, int32_t *charCount)
20 return UnicodeReader::readFile(fileName, (GUISupport *) guiSupport, *charCount);
  /developers/build/prebuilts/gradle/DirectorySelection/Application/src/main/java/com/example/android/directoryselection/
DirectoryEntry.java 23 public String fileName;
  /developers/samples/android/content/documentsUi/DirectorySelection/Application/src/main/java/com/example/android/directoryselection/
DirectoryEntry.java 23 public String fileName;
  /development/samples/browseable/DirectorySelection/src/com.example.android.directoryselection/
DirectoryEntry.java 23 public String fileName;
  /external/deqp/framework/common/
tcuImageIO.hpp 39 void loadImage (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
41 void loadPNG (TextureLevel& dst, const tcu::Archive& archive, const char* fileName);
42 void savePNG (const ConstPixelBufferAccess& src, const char* fileName);
44 void loadPKM (CompressedTexture& dst, const tcu::Archive& archive, const char* fileName);
  /external/testng/src/main/java/org/testng/xml/
ISuiteParser.java 5 boolean accept(String fileName);
  /libcore/ojluni/src/main/java/java/io/
FileWriter.java 57 * @param fileName String The system-dependent filename.
62 public FileWriter(String fileName) throws IOException {
63 super(new FileOutputStream(fileName));
70 * @param fileName String The system-dependent filename.
77 public FileWriter(String fileName, boolean append) throws IOException {
78 super(new FileOutputStream(fileName, append));
  /external/deqp/framework/delibs/decpp/
deDynamicLibrary.cpp 32 DynamicLibrary::DynamicLibrary (const char* fileName)
35 m_library = deDynamicLibrary_open(fileName);
37 throw std::runtime_error(std::string("Failed to open dynamic library: '") + fileName + "'");
  /external/libmojo/base/android/java/src/org/chromium/base/
ImportantFileWriterAndroid.java 21 * @param fileName The complete path of the file to be written
25 public static boolean writeFileAtomically(String fileName, byte[] data) {
26 return nativeWriteFileAtomically(fileName, data);
30 String fileName, byte[] data);
  /frameworks/support/jetifier/jetifier/processor/src/main/kotlin/com/android/tools/build/jetifier/processor/archive/
ArchiveItem.kt 39 val fileName: String
58 fun isPomFile() = fileName.equals("pom.xml", ignoreCase = true)
59 || fileName.endsWith(".pom", ignoreCase = true)
61 fun isClassFile() = fileName.endsWith(".class", ignoreCase = true)
63 fun isXmlFile() = fileName.endsWith(".xml", ignoreCase = true)
65 fun isProGuardFile () = fileName.equals("proguard.txt", ignoreCase = true)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/parser/
test_parser.py 10 def testChunk(t, fileName):
12 print '----', fileName,
22 print 'parser module raised exception on input file', fileName + ':'
28 print 'parser module failed on input file', fileName
33 def testFile(fileName):
34 t = open(fileName).read()
35 testChunk(t, fileName)
  /external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/hpackjson/
Story.java 27 private transient String fileName;
33 * The filename is only used in the toString representation.
35 void setFileName(String fileName) {
36 this.fileName = fileName;
51 story.fileName = this.fileName;
64 return fileName;
  /external/python/cpython2/Demo/parser/
test_parser.py 10 def testChunk(t, fileName):
12 print '----', fileName,
22 print 'parser module raised exception on input file', fileName + ':'
28 print 'parser module failed on input file', fileName
33 def testFile(fileName):
34 t = open(fileName).read()
35 testChunk(t, fileName)
  /libcore/luni/src/main/java/libcore/util/
TimeZoneDataFiles.java 38 public static String[] getTimeZoneFilePaths(String fileName) {
40 getDataTimeZoneFile(fileName),
41 getSystemTimeZoneFile(fileName)
45 private static String getDataTimeZoneFile(String fileName) {
46 return System.getenv(ANDROID_DATA_ENV) + "/misc/zoneinfo/current/" + fileName;
50 public static String getSystemTimeZoneFile(String fileName) {
51 return System.getenv(ANDROID_ROOT_ENV) + "/usr/share/zoneinfo/" + fileName;

Completed in 523 milliseconds

1 2 3 4 5 6 7 8 91011>>