HomeSort by relevance Sort by last modified time
    Searched refs:fileName (Results 451 - 475 of 849) sorted by null

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Python/
AST.stg 252 # <fileName>:<description>
265 # <fileName>:<description>
278 # <fileName>:<description>
313 # <fileName>:<description>
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
BaseTest.java 109 protected boolean compile(String fileName) {
115 tmpdir+"/"+fileName
117 String cmdLine = "javac" +" -d "+tmpdir+" "+classpathOption+" "+tmpdir+pathSep+CLASSPATH+" "+fileName;
121 File f = new File(tmpdir, fileName);
148 protected boolean antlr(String fileName, String grammarFileName, String grammarStr, boolean debug) {
151 writeFile(tmpdir, fileName, grammarStr);
547 protected void writeFile(String dir, String fileName, String content) {
549 File f = new File(dir, fileName);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
WorkerScriptController.cpp 145 ScriptValue WorkerScriptController::evaluate(const String& script, const String& fileName, const TextPosition& scriptStartPosition, WorkerGlobalScopeExecutionState* state)
164 v8::Handle<v8::Script> compiledScript = V8ScriptRunner::compileScript(scriptString, fileName, scriptStartPosition, 0, isolate());
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
compile_frontend.py 477 def verify_jsdoc_line(fileName, lineIndex, line):
479 print "%s:%s: ERROR - %s\n%s\n%s\n" % (fileName, lineIndex, message, line, " " * errorPosition + "^")
  /external/doclava/src/com/google/doclava/
NavTree.java 61 public static void writeYamlTree(String dir, String fileName){
83 ClearPage.write(data, "yaml_navtree.cs", Doclava.ensureSlash(dir) + fileName);
  /external/icu4c/samples/layout/
paragraph.cpp 252 Paragraph *Paragraph::paragraphFactory(const char *fileName, const LEFontInstance *font, GUISupport *guiSupport)
256 const UChar *text = UnicodeReader::readFile(fileName, guiSupport, charCount);
  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java 82 public boolean readFile(String filename) throws IOException {
83 dataFactory.loadData(filename, resourceLoader, data);
98 public boolean writeFile(String filename) throws IOException {
99 FileWriter writer = new FileWriter(filename);
113 public void error(int line, String lineContent, String fileName, String errorMessage) {
115 lineContent, fileName, line, JSilverBadSyntaxException.UNKNOWN_POSITION, null);
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
BaseCompiledTemplate.java 355 for (String fileName : includeStack) {
357 message.append(fileName);
  /external/srec/tools/grxmlcompile/
hashmap.cpp 156 void HashMap<T1,T2>::writeFile( std::string fileName )
159 outfile.open ( fileName.c_str() );
  /frameworks/av/libvideoeditor/osal/inc/
M4OSA_Debug.h 60 M4OSA_Char* fileName,
120 M4OSA_Char* fileName,
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java 65 int stopButtonId, ImageView stopButton, TextView sessionText, String fileName, int stream, int session)
68 mFileName = fileName;
  /frameworks/base/test-runner/src/android/test/
ClassPathPackageInfoSource.java 287 private static boolean isToplevelClass(String fileName) {
288 return fileName.indexOf('$') < 0;
  /frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
FBOSyncRS.java 124 private void initTextAllocation(String fileName) {
125 String allocString = "Displaying file: " + fileName;
FBOTestRS.java 123 private void initTextAllocation(String fileName) {
124 String allocString = "Displaying file: " + fileName;
  /frameworks/base/tests/RenderScriptTests/ModelViewer/src/com/android/modelviewer/
SimpleModelRS.java 122 private void initTextAllocation(String fileName) {
123 String allocString = "Displaying file: " + fileName;
  /libcore/support/src/test/java/tests/support/resource/
Support_Resources.java 61 String fileName = name;
75 url = new URL("file:/" + resPath + "/" + fileName);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/debug/
ExternalDictionaryGetterForDebug.java 100 final String fileName, final Runnable completeRunnable) {
101 final File file = new File(dirPath, fileName.toString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/
Draw9PatchEditor.java 226 private static boolean showConvertMessageBox(String fileName) {
231 + "Do you want to convert?", fileName));
  /system/core/libcutils/
properties.c 102 static int connectToServer(const char* fileName)
116 strcpy(addr.sun_path, fileName); // max 108 bytes
123 // fileName, strerror(errno));
  /system/core/libzipfile/
centraldir.c 119 // filename
121 entry->fileName = p;
123 entry->fileName = NULL;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /external/proguard/src/proguard/gui/
ProGuardGUI.java     [all...]
  /build/tools/zipalign/
ZipEntry.cpp 112 void ZipEntry::initNew(const char* fileName, const char* comment)
114 assert(fileName != NULL && *fileName != '\0'); // name required
120 mCDE.mFileNameLength = strlen(fileName);
127 strcpy((char*) mCDE.mFileName, fileName);
326 ALOGV("cmp: FileName\n");
434 /* grab filename */
488 /* write filename */
519 ALOGD(" filename: '%s'\n", mFileName);
576 /* grab filename */
    [all...]
  /dalvik/libdex/
ZipArchive.cpp 56 #define kLFHNameLen 26 // offset to filename length
67 #define kCDENameLen 28 // offset to filename length
387 ALOGW("Filename contains NUL byte");
391 /* add the CDE filename to the hash table */
422 int dexZipOpenArchive(const char* fileName, ZipArchive* pArchive)
426 ALOGV("Opening as zip '%s' %p", fileName, pArchive);
430 fd = open(fileName, O_RDONLY | O_BINARY, 0);
433 ALOGV("Unable to open '%s': %s", fileName, strerror(err));
437 return dexZipPrepArchive(fd, fileName, pArchive);
563 * Recover the start of the central directory entry from the filename
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Perl5/
Perl5.stg 40 fileName, ANTLRVersion, generatedTimestamp, trace,
43 # $ANTLR <ANTLRVersion> <fileName> <generatedTimestamp>
90 return "<fileName>";
232 return "<fileName>";
341 # <fileName>:<description>
522 # <fileName>:<description>
537 # <fileName>:<description>
549 # <fileName>:<description>
558 # <fileName>:<description>
567 # <fileName>:<description
    [all...]

Completed in 1208 milliseconds

<<11121314151617181920>>