Searched defs:files (Results 1 - 16 of 16) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestRelax.c59 int files = 0; local
123 files = -1;
163 files ++;
168 if (files == 0) {
171 printf("\tParse the HTML files and output the result of the parsing\n");
H A DtestSchemas.c59 int files = 0; local
154 files ++;
159 if (files == 0) {
162 printf("\tParse the HTML files and output the result of the parsing\n");
H A DtestReader.c46 printf("\tParse the XML files using the xmlTextReader API\n");
106 int files = 0; local
132 files ++;
H A DtestHTML.c803 int files = 0; local
850 files ++;
853 if (files == 0) {
856 printf("\tParse the HTML files and output the result of the parsing\n");
H A DtestSAX.c1131 int files = 0; local
1185 files ++;
H A Dxmllint.c2817 printf("\tParse the XML files and output the result of the parsing\n");
2819 printf("\tParse the XML files\n");
2897 printf("\t--stream : use the streaming interface to process very large files\n");
2938 int files = 0; local
3512 files ++;
3523 if ((files == 0) && (!generate) && (version == 0)) {
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/exportappliance/
H A DUIWizardExportApp.cpp71 QVector<QString> files; local
72 files << fi.fileName();
76 files << fi.baseName() + ".mf";
85 files << QString("%2").arg(s);
94 msgCenter().showModalProgressDialog(progress, QApplication::translate("UIWizardExportApp", "Checking files ..."),
104 QVector<QString> exists = explorer.Exists(files);
108 /* Ok all is confirmed so delete all the files which exists: */
116 msgCenter().showModalProgressDialog(progress1, QApplication::translate("UIWizardExportApp", "Removing files ..."),
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsLanguage.cpp67 * translation files) */
297 QStringList files = nlsDir.entryList(QStringList(QString("%1*%2").arg(gVBoxLangFileBase, gVBoxLangFileExt)), QDir::Files); local
305 for (QStringList::Iterator it = files.begin(); it != files.end(); ++it)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/support/genmk/
H A Dgenmk_old.c11 #include "pcctscfg.h" /* be sensitive to what ANTLR/DLG call the files */
46 static char *project="t", *files[MAX_FILES], *classes[MAX_CLASSES]; variable
143 require(num_files<MAX_FILES, "exceeded max # of input files");
144 files[num_files++] = s;
241 { "-o", 1, pOdir, "Directory where output files should go (default=\".\")"},
247 { "-cfiles",1,pCFiles, "Additional files in C or C++ to compile"},
288 if ( num_files == 0 ) fatal("no grammar files specified; exiting...");
297 mk(project, files, num_files, argc, argv);
317 void mk(project, files, n, argc, argv)
319 char **files;
[all...]
H A Dgenmk.c12 #include "pcctscfg.h" /* be sensitive to what ANTLR/DLG call the files */
50 static char *project="t", *files[MAX_FILES], *classes[MAX_CLASSES]; variable
53 static int num_sfiles[MAX_SORS]; /*sorcerer files in group */
55 static int num_files = 0; /* grammar files */
56 static int num_cfiles = 0; /* additional C/C++ files */
72 void mk(char *project, char **files, int n, int argc, char **argv);
73 void pfiles(char **files, int n, char *suffix);
198 "exceeded max # of sorcerer input files");
211 require(num_cfiles<MAX_CFILES, "exceeded max # of C/C++ input files");
257 require(num_files<MAX_FILES, "exceeded max # of input files");
448 mk(char *project, char **files, int n, int argc, char **argv) argument
931 pfiles(char **files, int n, char *suffix) argument
[all...]
/vbox/src/VBox/Additions/solaris/DRM/include/
H A DdrmP.h11 * copy of this software and associated documentation files (the "Software"),
618 int open_count; /* Outstanding files open */
627 drm_file_list_t files; member in struct:drm_device
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DVBoxGlobal.cpp1580 allType = tr("All virtual hard drive files (%1)");
1592 allType = tr("All virtual optical disk files (%1)");
1604 allType = tr("All virtual floppy disk files (%1)");
1630 backends << tr("All files (*)");
1634 QStringList files = QIFileDialog::getOpenFileNames(strHomeFolder, strFilter, pParent, strTitle, 0, true, true); local
1637 if (!files.empty() && !files[0].isEmpty())
1638 return openMedium(mediumType, files[0], pParent);
2296 /* load new language files */
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp6902 * Age the old log files
6904 * Overwrite target files in case they exist.
6916 Utf8Str *files[] = { &logFile, &pngFile }; local
6919 for (unsigned int j = 0; j < RT_ELEMENTS(files); ++j)
6922 oldName = Utf8StrFmt("%s.%d", files[j]->c_str(), i);
6924 oldName = *files[j];
6925 newName = Utf8StrFmt("%s.%d", files[j]->c_str(), i + 1);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dresolver.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/org/ com/sun/org/apache/ ...
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 558 milliseconds