HomeSort by relevance Sort by last modified time
    Searched refs:fileName (Results 176 - 200 of 1218) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
CTarget.java 52 String fileName = generator.getRecognizerFileName(grammar.name, grammar.type);
53 generator.write(outputFileST, fileName);
67 String fileName = generator.getRecognizerFileName(grammar.name, grammar.type);
68 fileName = fileName.substring(0, fileName.length() - 2) + extName;
70 generator.write(headerFileST, fileName);
  /external/proguard/src/proguard/ant/
ProGuardTask.java 334 String fileName = file.getName();
337 fileName.equalsIgnoreCase("false") ||
338 fileName.equalsIgnoreCase("no") ||
339 fileName.equalsIgnoreCase("off") ? null :
340 fileName.equalsIgnoreCase("true") ||
341 fileName.equalsIgnoreCase("yes") ||
342 fileName.equalsIgnoreCase("on") ? Configuration.STD_OUT :
  /frameworks/opt/photoviewer/sample/src/com/example/photoviewersample/
SampleProvider.java 154 String fileName;
157 fileName = "blah.png";
160 fileName = "johannson.png";
163 fileName = "planets.png";
166 fileName = "galaxy.png";
169 fileName = null;
173 return getContext().getAssets().openFd(fileName);
  /libcore/luni/src/test/java/libcore/java/io/
OldRandomAccessFileTest.java 33 public String fileName;
54 File tmpFile = new File(fileName);
108 File tmpFile = new File(fileName);
111 raf = new java.io.RandomAccessFile(fileName, "r");
122 raf = new java.io.RandomAccessFile(fileName, "rwd");
128 raf = new java.io.RandomAccessFile(fileName, "rws");
134 raf = new java.io.RandomAccessFile(fileName, "rw");
142 raf = new java.io.RandomAccessFile(fileName, "i");
149 raf = new java.io.RandomAccessFile(fileName, "r");
171 RandomAccessFile raf = new java.io.RandomAccessFile(fileName, "rw")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
GraphicsUtilitiesTest.java 38 String fileName = DIR + "no-patched.png";
40 getClass().getResourceAsStream(fileName));
78 String fileName = DIR + "no-patched.png";
80 getClass().getResourceAsStream(fileName));
99 String fileName = DIR + "no-patched.png";
101 getClass().getResourceAsStream(fileName));
133 String fileName = DIR + "no-patched.png";
135 getClass().getResourceAsStream(fileName));
207 String fileName = DIR + "no-patched.png";
209 getClass().getResourceAsStream(fileName));
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
OutputPropertiesFactory.java 254 String fileName = null;
264 fileName = PROP_FILE_XML;
265 m_xml_properties = loadPropertiesFile(fileName, null);
277 fileName = PROP_FILE_HTML;
279 loadPropertiesFile(fileName, m_xml_properties);
288 fileName = PROP_FILE_TEXT;
290 loadPropertiesFile(fileName, m_xml_properties);
307 fileName = PROP_FILE_UNKNOWN;
309 loadPropertiesFile(fileName, m_xml_properties);
325 new Object[] { fileName, method })
    [all...]
  /external/chromium_org/third_party/angle/samples/translator/
translator.cpp 28 static sh::GLenum FindShaderType(const char* fileName);
29 static bool CompileFile(char* fileName, ShHandle compiler, int compileOptions);
37 static bool ReadShaderSource(const char* fileName, ShaderSource& source);
217 "Where: filename : filename ending in .frag or .vert\n"
240 // Deduce the shader type from the filename. Files must end in one of the
246 sh::GLenum FindShaderType(const char* fileName)
248 assert(fileName);
250 const char* ext = strrchr(fileName, '.');
253 for (; ext > fileName && ext[0] != '.'; ext--)
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
LockableFileWriter.java 66 * @param fileName the file to write to, not null
70 public LockableFileWriter(String fileName) throws IOException {
71 this(fileName, false, null);
77 * @param fileName file to write to, not null
82 public LockableFileWriter(String fileName, boolean append) throws IOException {
83 this(fileName, append, null);
89 * @param fileName the file to write to, not null
95 public LockableFileWriter(String fileName, boolean append, String lockDir) throws IOException {
96 this(new File(fileName), append, lockDir);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
ParserLoader.java 71 final String fileName = f.getName();
72 final String className = fileName.substring(0, fileName.lastIndexOf("."));
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarInsufficientPredicatesMessage.java 57 String fileName = probe.dfa.nfa.grammar.getFileName();
58 if ( fileName!=null ) {
59 file = fileName;
  /external/chromium_org/components/cronet/android/java/src/org/chromium/net/
ChromiumUrlRequestContext.java 72 * Starts NetLog logging to a file named |fileName| in the
73 * application temporary directory. |fileName| must not be empty. Log level
77 public void startNetLogToFile(String fileName) {
78 nativeStartNetLogToFile(mChromiumUrlRequestContextAdapter, fileName);
135 long chromiumUrlRequestContextAdapter, String fileName);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
ucbuf.h 47 * @param fileName Name of the file to open.
60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode* err);
155 * @param fileName The file name to be opened and encoding autodected
164 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv,
193 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status);
  /external/icu/icu4c/source/tools/toolutil/
ucbuf.h 47 * @param fileName Name of the file to open.
60 ucbuf_open(const char* fileName,const char** codepage,UBool showWarning, UBool buffered, UErrorCode* err);
155 * @param fileName The file name to be opened and encoding autodected
164 ucbuf_autodetect(const char* fileName, const char** cp,UConverter** conv,
193 ucbuf_resolveFileName(const char* inputDir, const char* fileName, char* target, int32_t* len, UErrorCode* status);
  /external/javassist/src/test/test/javassist/proxy/
ProxySimpleTest.java 16 final String fileName = "read-write.bin";
27 ObjectOutputStream oos = new ObjectOutputStream(new FileOutputStream(fileName));
32 ObjectInputStream ois = new ObjectInputStream(new FileInputStream(fileName));
  /libcore/luni/src/main/java/java/lang/
StackTraceElement.java 39 String fileName;
68 fileName = file;
154 return fileName;
  /dalvik/libdex/
OptInvocation.cpp 62 * Given the filename of a .jar or .dex file, construct the DEX file cache
70 char* dexOptGenerateCacheFileName(const char* fileName, const char* subFileName)
82 if (fileName[0] != '/') {
85 * should, e.g. if filename is "./out/whatever" it doesn't crunch
94 strncat(absoluteFile, fileName, kBufLen);
106 /* Turn the path into a flat filename by replacing
143 ALOGV("Cache file for '%s' '%s' is '%s'", fileName, subFileName, nameBuf);
  /dalvik/tools/dexdeps/src/com/android/dexdeps/
Output.java 33 private static void generateHeader0(String fileName, String format) {
35 if (fileName != null) {
36 out.println("File: " + fileName);
39 if (fileName != null) {
40 out.println(IN0 + "<external file=\"" + fileName + "\">");
50 public static void generateFirstHeader(String fileName, String format) {
51 generateHeader0(fileName, format);
54 public static void generateHeader(String fileName, String format) {
56 generateHeader0(fileName, format);
  /external/chromium_org/third_party/icu/source/samples/layout/
gdiglue.h 30 fm_fontMap *fm_gdiFontMapOpen(rs_surface *surface, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
gnomeglue.h 31 fm_fontMap *fm_gnomeFontMapOpen(FT_Library engine, const char *fileName, le_int16 pointSize, gs_guiSupport *guiSupport, LEErrorCode *status);
pflow.h 31 pf_flow *pf_factory(const char *fileName, const le_font *font, gs_guiSupport *guiSupport);
  /external/chromium_org/third_party/icu/source/test/intltest/
dcfmtest.h 36 virtual UChar *ReadAndConvertFile(const char *fileName, int32_t &len, UErrorCode &status);
37 virtual const char *getPath(char buffer[2048], const char *filename);
  /external/chromium_org/third_party/icu/source/test/letest/
cfonts.h 13 le_font *le_portableFontOpen(const char *fileName,
  /external/chromium_org/third_party/icu/source/test/perf/leperf/
cfonts.h 13 le_font *le_portableFontOpen(const char *fileName,
  /external/chromium_org/third_party/skia/tools/lua/
count_effects.lua 21 function sk_scrape_startcanvas(c, fileName) end
23 function sk_scrape_endcanvas(c, fileName) end
dump_clipstack_at_restore.lua 1 function sk_scrape_startcanvas(c, fileName)
7 function sk_scrape_endcanvas(c, fileName)

Completed in 952 milliseconds

1 2 3 4 5 6 78 91011>>