Searched refs:files (Results 1 - 25 of 60) sorted by relevance

123

/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/scripts/
H A Ddstyle.pl223 push(@files, $arg);
229 die $USAGE if (scalar(@files) == 0);
231 foreach $file (@files) {
H A Ddtest.pl48 @files = ();
54 # If no test files are specified on the command-line, execute a find on "."
55 # and append any tst.*.d, tst.*.ksh, err.*.d or drp.*.d files found within
60 push(@files, $File::Find::name)
77 print "\t -d specify directory for test results files and cores\n";
86 print "\t -s save results files even for tests that pass\n";
218 # Iterate over the set of test files specified on the command-line or by a find
227 # that a matching drop tag was produced. If any *.out or *.err files are found
248 foreach $file (sort @files) {
520 $total = scalar(@files);
[all...]
/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/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DTODO8 leaving the newly installed files in place?
12 - check for truncated xpt files and version problems
16 - we really need a set of .xpt and .zip files and code that does an array
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/misc/
H A Dtst.include.ksh79 files=/usr/include/sys/*.h
82 # There are a few files in /usr/include/sys that are known to be bad -- usually
84 # file. Hopefully these remain sufficiently few that the O(#files * #badfiles)
87 # becomes a problem, kindly fix it by reducing the number of bad files! (That
94 for inc in $files; do
122 for inc in $files; do
/vbox/src/libs/libxml2-2.6.31/
H A Dlibxml2.spec15 This library allows to manipulate XML files. It includes support
16 to read, modify and write XML and HTML files. There is DTDs support
33 Libraries, include files, etc you can use to develop XML applications.
34 This library allows to manipulate XML files. It includes support
35 to read, modify and write XML and HTML files. There is DTDs support
53 supplied by the libxml2 library to manipulate XML files.
55 This library allows to manipulate XML files. It includes support
56 to read, modify and write XML and HTML files. There is DTDs support
85 %files
97 %files deve
[all...]
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 Dmissing70 automake touch all \`Makefile.in' files
129 files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
130 test -z "$files" && files="config.h"
132 for f in $files; do
166 system. You might have modified some files without having the
327 system. You might have modified some files without having the
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 ++;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Tests/
H A DCheckPythonSyntax.py38 for (root, dirs, files) in os.walk(TestTools.PythonSourceDir):
39 for filename in files:
/vbox/src/libs/xpcom18a4/python/test/
H A Dregrtest.py46 # A little magic to create a single "test suite" from all test_ files
49 # Loop over all test_*.py files here
55 files = os.listdir(os.path.dirname(me))
59 for file in files:
/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/RDP/client-1.8.3/
H A Drdesktop.spec27 %files
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DMozilla.java271 File[] files = frameworkDir.listFiles();
272 for (int i = 0; i < files.length; i++) {
273 if (checkVersion(files[i].getName(), aVersions)) {
274 File xpcomLib = new File(files[i], "libxpcom.dylib");
278 File jar = new File(files[i], JAVAXPCOM_JAR);
280 return files[i];
498 // Look for a group of config files in /etc/gre.d/
578 * Open the directory provided and try to read any files in that
589 File[] files = dir.listFiles();
590 for (int i = 0; i < files
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbsrcs.mk38 # this file lists the source files to be compiled (used in Makefile) and
39 # then enumerated as object files (in objs.mk) for inclusion in the NSPR
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbsrcs.mk39 # this file lists the source files to be compiled (used in Makefile) and
40 # then enumerated as object files (in objs.mk) for inclusion in the NSPR
/vbox/src/libs/xpcom18a4/nsprpub/pkg/linux/
H A Dsun-nspr.spec27 Header files for doing development with the Netscape Portable Runtime.
43 %files
52 %files devel
/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/Runtime/r0drv/os2/
H A DassertA-r0drv-os2.asm11 ; files (the "Software"), to deal in the Software without
H A DRTR0AssertPanicSystem-r0drv-os2.asm11 ; files (the "Software"), to deal in the Software without
/vbox/src/VBox/Installer/linux/scripts/
H A DVBoxHeadlessXOrg.sh25 # traditional and modern service systems using minimal init or service files.
97 The folder where the X server configuration files are to be created.
100 The folder where log files will be saved.
129 \${HEADLESS_X_ORG_USERS} and generates server configuration files for all
167 # Create the xorg.conf files.
361 abort "No configuration files found.\n"
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcLowLevel.S18 # Equate files needed.
/vbox/src/VBox/Additions/linux/installer/
H A Dvboxadd-x11.sh62 # All the different possible locations for XFree86/X.Org configuration files
511 The following X.Org/XFree86 configuration files were originally generated by
527 # open device files
572 # Restore xorg.conf files as far as possible
573 # List of generated files which have been changed since we generated them
578 # Do any of the restored configuration files still reference our drivers?
611 The following X.Org/XFree86 configuration files were not restored, as they may
621 The following X.Org/XFree86 configuration files were restored, but still
623 possibly correct the restored configuration files to be sure that the server
640 # Remove VBoxClient autostart files
[all...]

Completed in 96 milliseconds

123