Searched refs:errors (Results 1 - 25 of 34) sorted by relevance

12

/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/core/linux/
H A Dlinux_strerror.c30 static const char *errors[] = { variable
161 static int errors_size = sizeof(errors) / sizeof(*errors);
167 return errors[errnum];
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/assocs/
H A Dtst.invalidref.d40 errors = 0;
60 /errors > 1/
74 errors++;
/vbox/src/libs/libxml2-2.6.31/python/tests/
H A DvalidDTD.py10 self.errors = []
15 self.errors.append(msg)
36 if ret != 1 or e.errors:
44 if ret != 0 or not e.errors:
H A DvalidRNG.py10 self.errors = []
15 self.errors.append(msg)
51 if ret != 0 or e.errors:
59 if ret == 0 or not e.errors:
H A DvalidSchemas.py10 self.errors = []
15 self.errors.append(msg)
58 if ret != 0 or e.errors:
66 if ret == 0 or not e.errors:
H A Dthread2.py15 self.errors = []
20 self.errors.append(str)
52 ec = len(eh.errors)
54 print "FAILED: should have obtained errors"
67 if len(eh.errors) != ec+THREADS_COUNT*ec:
68 print "FAILED: did not obtain the correct number of errors"
82 if len(eh.errors) != ec+THREADS_COUNT*ec*2:
83 print "FAILED: did not obtain the correct number of errors"
/vbox/src/VBox/Devices/PC/ipxe/contrib/errdb/
H A Derrdb.pl9 errdb.pl [options] ../../src/bin/errors
13 -d,--database=db Specify path to errors.db
28 my $errdb = "errors.db";
43 # Create errors table if necessary
45 $dbh->selectall_arrayref ( "SELECT * FROM errors LIMIT 1" );
48 print "Creating errors table\n" if $verbosity >= 1;
49 $dbh->do ( "CREATE TABLE errors (".
66 " FOREIGN KEY ( errno ) REFERENCES errors ( errno ) )" );
71 my $errors = {};
76 $errors
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/usr/
H A Difmgmt.c75 for ( i = 0 ; i < ( sizeof ( stats->errors ) /
76 sizeof ( stats->errors[0] ) ) ; i++ ) {
77 if ( stats->errors[i].count )
79 stats->errors[i].count,
80 strerror ( stats->errors[i].rc ) );
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Ddshow.h57 #include <errors.h>
H A Dd3dx9mesh.h783 ID3DXMesh **mesh_out, DWORD *adjacency_out, ID3DXBuffer **errors);
867 HRESULT WINAPI D3DXValidMesh(ID3DXMesh *mesh, const DWORD *adjacency, ID3DXBuffer **errors);
869 DWORD *degenerate_patch_count, ID3DXBuffer **errors);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddshow.h58 #include <errors.h>
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dsymcheck.pl165 my $errors = 0;
179 $errors += @nonexistent;
186 $errors += @multiples;
190 print "$errors error(s), $warnings warning(s)\n";
191 exit ( $errors ? 1 : 0 );
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DTODO5 - should some errors really be warnings?
9 - verification of interfaces (warnings and/or errors)
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Include/
H A Dfileobject.h43 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Include/
H A Dfileobject.h55 PyAPI_FUNC(int) PyFile_SetEncodingAndErrors(PyObject *, const char *, char *errors);
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Drecord.h79 XRecordRange8 errors; /* core X and ext errors */ member in struct:__anon2795
H A Drecordstr.h109 RECORD_RANGE8 errors; member in struct:__anon2802
/vbox/src/VBox/Devices/PC/ipxe/src/net/
H A Dnetdevice.c152 least_common_error = &stats->errors[0];
153 for ( i = 0 ; i < ( sizeof ( stats->errors ) /
154 sizeof ( stats->errors[0] ) ) ; i++ ) {
155 error = &stats->errors[i];
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/
H A Dintel.h32 uint8_t errors; member in struct:intel_descriptor
H A Dintel.c377 * prevent any possible page-crossing errors due to hardware
466 rx->errors = 0;
673 if ( rx->errors ) {
675 "errors %02x)\n",
676 intel, rx_idx, len, rx->errors );
/vbox/src/VBox/RDP/client-1.8.3/
H A Dconfigure5691 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgssglue\""; } >&5
5692 ($PKG_CONFIG --exists --print-errors "libgssglue") 2>&5
5708 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"libgssglue\""; } >&5
5709 ($PKG_CONFIG --exists --print-errors "libgssglue") 2>&5
5734 GSSGLUE_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "libgssglue" 2>&1`
5736 GSSGLUE_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "libgssglue" 2>&1`
5793 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xrandr\""; } >&5
5794 ($PKG_CONFIG --exists --print-errors "xrandr") 2>&5
5810 { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"xrand
[all...]
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py51 errors = getattr(fp, "errors", None)
52 if errors is None:
53 errors = "strict"
54 data = data.encode(fp.encoding, errors)
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dnetdevice.h264 /** Maximum number of unique errors that we will keep track of */
274 struct net_device_error errors[NETDEV_MAX_UNIQUE_ERRORS]; member in struct:net_device_stats
/vbox/src/libs/libxml2-2.6.31/
H A DdebugXML.c49 int errors; /* number of errors found */ member in struct:_xmlDebugCtxt
63 ctxt->errors = 0;
160 ctxt->errors++;
170 ctxt->errors++;
180 ctxt->errors++;
288 /* desactivated right now as it raises too many errors */
1566 * the errors to @output
1568 * Returns the number of errors found
1582 return(ctxt.errors);
[all...]
/vbox/src/VBox/VMM/VMMR0/
H A DVMMR0JmpA-x86.asm131 ; To simplify the average stuff, just historize before we hit div errors.

Completed in 204 milliseconds

12