HomeSort by relevance Sort by last modified time
    Searched defs:fileName (Results 151 - 175 of 225) sorted by null

1 2 3 4 5 67 8 9

  /external/antlr/src/org/antlr/runtime/debug/
Profiler.java 87 public String fileName;
228 descriptor.fileName = (String)currentGrammarFileName.peek();
668 for (String fileName : decisions.keySet()) {
669 for (int d : decisions.keySet(fileName)) {
670 DecisionDescriptor s = decisions.get(fileName, d);
673 buf.append(locationDescription(s.fileName,s.ruleName,s.line,s.pos)); // decision number
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
RandomAccessFileTest.java 32 public String fileName;
92 RandomAccessFile raf = new java.io.RandomAccessFile(fileName, "rw");
96 raf = new java.io.RandomAccessFile(fileName, "rwd");
100 raf = new java.io.RandomAccessFile(fileName, "rws");
154 RandomAccessFile raf = new java.io.RandomAccessFile(fileName, "rw");
168 RandomAccessFile raf = new java.io.RandomAccessFile(fileName, "rw");
180 RandomAccessFile raf = new java.io.RandomAccessFile(fileName, "rw");
192 RandomAccessFile raf = new java.io.RandomAccessFile(fileName, "rw");
204 FileOutputStream fos = new java.io.FileOutputStream(fileName);
208 RandomAccessFile raf = new java.io.RandomAccessFile(fileName, "r")
    [all...]
  /external/icu4c/tools/genrb/
wrtxml.cpp 170 /* Parse the filename, and get its language information.
171 * If it fails to get the language information from the filename,
793 char fileName[1024] ={0};
805 uprv_strcpy(fileName, res->u.fBinaryValue.fFileName);
806 f = uprv_strrchr(fileName, '\\');
811 f = fileName;
814 ext = uprv_strrchr(fileName, '.');
817 fprintf(stderr, "Error: %s is an unknown binary filename type.\n", fileName);
995 bundle_write_xml(struct SRBRoot *bundle, const char *outputDir,const char* outputEnc, const char* filename,
    [all...]
  /external/qemu/android/avd/
info.c 282 * If 'fileName' is an absolute path, this returns a simple copy.
283 * Otherwise, this returns a new string corresponding to <rootPath>/<fileName>
288 _getFullFilePath( const char* rootPath, const char* fileName )
290 if (path_is_absolute(fileName)) {
291 return ASTRDUP(fileName);
295 p = bufprint(temp, end, "%s/%s", rootPath, fileName);
566 _avdInfo_getContentFilePath(AvdInfo* i, const char* fileName)
570 p = bufprint(p, end, "%s/%s", i->contentPath, fileName);
632 _avdInfo_getSdkFilePath(AvdInfo* i, const char* fileName)
643 p = bufprint(temp, end, "%s/%s", searchDir, fileName);
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 448 char *fileName;
455 fileName = NULL;
456 if (!fileName)
457 fileName = (char *)file;
458 while ((*fullPath = getFullPath(i++, fileName)))
    [all...]
  /external/srec/tools/grxmlcompile/
grxmldoc.cpp 1019 void GRXMLDoc::writeMapFile( std::string & fileName )
1080 outfile.open ( fileName.c_str() );
1097 void GRXMLDoc::writeScriptFile( std::string & fileName )
1102 outfile.open ( fileName.c_str() );
1111 //m_LabelList.writeFile( fileName );
1114 void GRXMLDoc::writeParamsFile( std::string & fileName )
1120 outfile.open(fileName.c_str());
1135 std::string fileName;
1156 fileName = prefix + ".P.txt";
1157 p_SemGraph->WriteForwardGraphWithSemantic( fileName, *this )
    [all...]
  /external/svox/pico/tts/
com_svox_picottsengine.cpp 255 char* fileName = (char*)malloc(PICO_MAX_DATAPATH_NAME_SIZE + PICO_MAX_FILE_NAME_SIZE);
258 strcpy((char*)fileName, PICO_SYSTEM_LINGWARE_PATH);
259 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex]);
260 pFile = fopen(fileName, "r");
265 strcpy((char*)fileName, PICO_SYSTEM_LINGWARE_PATH);
266 strcat((char*)fileName, (const char*)picoInternalSgLingware[langIndex]);
267 pFile = fopen(fileName, "r");
271 free(fileName);
278 strcpy((char*)fileName, pico_alt_lingware_path);
279 strcat((char*)fileName, (const char*)picoInternalTaLingware[langIndex])
    [all...]
  /external/webkit/Tools/QtTestBrowser/
launcherwindow.cpp 670 QString fileName = QFileDialog::getSaveFileName(label, "Screenshot");
671 if (!fileName.isEmpty()) {
672 pixmap.save(fileName, "png");
674 label->setWindowTitle(QString("Screenshot - Saved at %1").arg(fileName));
    [all...]
  /external/webkit/Tools/android/webkitmerge/
webkitmerge.cpp 101 const char* fileName = fileNameStr.c_str();
102 FILE* file = fopen(fileName, "r");
105 fprintf(stderr, "can't read %s\n", fileName);
450 char* const GetAndroidDiffs(const char* dir, const char* filename)
455 filename, oldBase, dir, filename, diffsFile.c_str());
574 char* GetMakeAndExceptions(const char* dir, const char* filename, size_t* makeSize,
580 sprintf(scratch, "%s/%s/%s", sandboxBase, dir, filename);
583 do { // find first filename in makefile
638 do { // find first filename in makefil
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
AppCacheTest.java 203 String fileName = "testFile1.txt";
207 FileOutputStream fos = con.openFileOutput(fileName, Context.MODE_PRIVATE);
218 String fileName = "testFile1.txt";
221 File file = new File(con.getCacheDir(), fileName);
  /frameworks/base/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.cpp 254 char fileName[256];
255 snprintf(fileName, 256, "/data/tmp/bundle_%p_pcm_in.pcm", pContext->pBundledContext);
256 pContext->pBundledContext->PcmInPtr = fopen(fileName, "w");
258 LOGV("cannot open %s", fileName);
263 snprintf(fileName, 256, "/data/tmp/bundle_%p_pcm_out.pcm", pContext->pBundledContext);
264 pContext->pBundledContext->PcmOutPtr = fopen(fileName, "w");
266 LOGV("cannot open %s", fileName);
    [all...]
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/videoeditor/
VideoEditorPreviewTest.java 696 final String fileName = mVideoEditor.getPath() + "\test.3gp";
701 mVideoEditor.export(fileName, height, bitrate,
    [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 513 String fileName = bundleName.replace('.', '/') + ".properties";
515 ? loader.getResourceAsStream(fileName)
516 : ClassLoader.getSystemResourceAsStream(fileName);
    [all...]
  /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...]
  /libcore/luni/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarFileTest.java 138 String fileName = (new File(resources, jarName)).getCanonicalPath();
139 JarFile jarFile = new JarFile(fileName);
158 String fileName = (new File(resources, jarName)).getCanonicalPath();
159 JarFile jarFile = new JarFile(fileName, true);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 355 String fileName = oldPath.getName();
356 fileName = fileName.substring(0, fileName.lastIndexOf("."));
358 // Try file-1.jpg, file-2.jpg, ... until we find a filename which
363 + "/" + fileName + "-" + x + ".jpg";
378 directory.toString(), fileName + "-" + x + ".jpg",
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 518 String fileName = fileDialog.open();
519 if (fileName != null) {
522 pullFile(singleEntry, fileName);
553 String fileName;
567 fileName = dlg.open();
568 if (fileName != null) {
581 pushFile(fileName, remotePath);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PreviewIconFactory.java 321 String fileName = getFileName(node);
322 File file = new File(imageDir, fileName);
477 * it a better filename
483 // to ensure that the filename is pretty portable
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 497 // Filename: [text]
611 * <li>An existing filename, in which case the user will be asked whether to override it.</li>
649 String fileName = null;
655 fileName = res.getName();
667 fileName = null;
670 score += fileName != null ? 4 : 0;
676 targetFileName = fileName;
    [all...]
  /cts/tools/host/src/com/android/cts/
HostConfig.java 135 String fileName = null;
139 fileName = d;
144 if (fileName == null) {
150 fileName = DEFAULT_HOST_CONFIG_FILE_NAME;
152 mConfigRoot = configPath.substring(0, configPath.length() - fileName.length() - 1);
154 configFile = mConfigRoot + File.separator + fileName;
165 String caseCfg = getStringAttributeValue(doc, "TestCase", "path", fileName);
166 String planCfg = getStringAttributeValue(doc, "TestPlan", "path", fileName);
167 String resCfg = getStringAttributeValue(doc, "TestResult", "path", fileName);
178 String logCfg = getStringAttributeValueOpt(doc, "TestLog", "path", fileName);
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java     [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
priv_storage.h 92 UChar* filename; /* source filename */ member in struct:__anon12120
324 UChar* fileName; /* where declared; may be NULL. in
374 UChar* filename; /* in mallocville (VG_AR_DINFO) */ member in struct:_DebugInfo
388 /* Once both a rw? and r?x mapping for .filename have been
688 UChar* filename,
713 UChar* fileName, /* where decl'd - may be NULL */
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h 252 @property(readonly, copy) NSString *fileName;
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp 597 QString fileName = dbs[i].fileName();
598 QVERIFY(QFile::exists(fileName));
600 QVERIFY(!QFile::exists(fileName));
    [all...]
  /frameworks/base/core/java/com/google/android/mms/pdu/
PduPersister.java 162 Part.FILENAME,
395 byte[] fileName = getByteArrayFromPartColumn(
397 if (fileName != null) {
398 part.setFilename(fileName);
687 String fileName = new String(part.getFilename());
688 values.put(Part.FILENAME, fileName);
    [all...]

Completed in 2164 milliseconds

1 2 3 4 5 67 8 9