/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/cmd/scripts/ |
H A D | dstyle.pl | 223 push(@files, $arg); 229 die $USAGE if (scalar(@files) == 0); 231 foreach $file (@files) {
|
H A D | dtest.pl | 48 @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 D | genmk_old.c | 11 #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 D | genmk.c | 12 #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 D | TODO | 8 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 D | tst.include.ksh | 79 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 D | libxml2.spec | 15 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 D | testRelax.c | 59 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 D | missing | 70 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 D | testSchemas.c | 59 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 D | testReader.c | 46 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 D | CheckPythonSyntax.py | 38 for (root, dirs, files) in os.walk(TestTools.PythonSourceDir): 39 for filename in files:
|
/vbox/src/libs/xpcom18a4/python/test/ |
H A D | regrtest.py | 46 # 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 D | UIWizardExportApp.cpp | 71 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 D | rdesktop.spec | 27 %files
|
/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/ |
H A D | Mozilla.java | 271 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 D | bsrcs.mk | 38 # 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 D | bsrcs.mk | 39 # 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 D | sun-nspr.spec | 27 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 D | UIGlobalSettingsLanguage.cpp | 67 * 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 D | assertA-r0drv-os2.asm | 11 ; files (the "Software"), to deal in the Software without
|
H A D | RTR0AssertPanicSystem-r0drv-os2.asm | 11 ; files (the "Software"), to deal in the Software without
|
/vbox/src/VBox/Installer/linux/scripts/ |
H A D | VBoxHeadlessXOrg.sh | 25 # 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 D | EbcLowLevel.S | 18 # Equate files needed.
|
/vbox/src/VBox/Additions/linux/installer/ |
H A D | vboxadd-x11.sh | 62 # 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...] |