Searched refs:got (Results 1 - 20 of 20) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Scripts/
H A Dgcc4.4-ld-script21 .got ALIGN(0x20) :
23 *(.got .got.*)
/vbox/src/libs/xpcom18a4/python/
H A Dfile.py223 got = file.read(3)
224 got = got + file.read(300)
225 got = got + file.read(0)
226 got = got + file.read()
227 if got != expected:
228 raise RuntimeError, "Reading '%s' failed - got %d bytes, but expected %d bytes" % (file, len(got), le
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Denough.c203 big_t got; /* value returned from count() */ local
218 got = num[index];
219 if (got)
220 return got; /* we have -- return the saved result */
237 got = count(syms - use, len + 1, (left - use) << 1);
238 sum += got;
239 if (got == -1 || sum < got) /* overflow */
459 big_t got; /* return value of count() */ local
533 got
[all...]
H A Dgzlog.c611 uint got, max; local
662 got = DICT - strm.avail_out;
663 if (got && write(log->fd, buf, got) != got) {
/vbox/src/libs/zlib-1.2.6/
H A Dgzread.c54 unsigned got; local
63 state->size - strm->avail_in, &got) == -1)
65 strm->avail_in += got;
287 unsigned got, n; local
321 got = 0;
367 got += n;
372 return (int)got;
H A Dgzwrite.c74 int ret, got; local
84 got = write(state->fd, strm->next_in, strm->avail_in);
85 if (got < 0 || (unsigned)got != strm->avail_in) {
101 if (have && ((got = write(state->fd, state->x.next, have)) < 0 ||
102 (unsigned)got != have)) {
H A Dinflate.c1348 unsigned got;
1351 got = *have;
1353 while (next < len && got < 4) {
1354 if ((int)(buf[next]) == (got < 2 ? 0 : 0xff))
1355 got++;
1357 got = 0;
1359 got = 4 - got;
1362 *have = got;
/vbox/src/VBox/Installer/linux/testcase/
H A DtstInstallInit.sh110 but got
125 but got
141 but got
/vbox/src/libs/zlib-1.2.6/test/
H A Dminigzip.c262 unsigned got; local
274 got = fread(in, 1, 1, gz->file);
275 if (got == 0)
/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_test_component.py73 def _test_value(what, got, expecting):
74 ok = got == expecting
75 if type(got)==type(expecting)==type(0.0):
76 ok = abs(got-expecting) < 0.001
78 print_error("*** Error %s - got '%r', but expecting '%r'" % (what, got, expecting))
124 print_error("*** Wrong exception setting '%s' to '%r'- got '%s: %s', expected '%s'" % (attr_name, new_value, exc_typ, exc_val, expected_exception))
132 print_error("calling method %s - expected %r, but got %r" % (method.__name__, expected_results, ret))
143 print_error("Bad value for constant '%s' - got '%r'" % (cname, v))
438 print "Read-only DOMString not correct - got",
[all...]
/vbox/src/VBox/Devices/USB/linux/
H A DUSBProxyDevice-linux.cpp857 int got = 0;
874 /* Check if we've got enough for a device. */
875 if (got >= 2) {
891 got = 0;
915 got++;
936 got++;
962 if ( got >= 2
1783 * Ok, we got one!
/vbox/src/VBox/Runtime/common/misc/
H A Dgetoptargv.cpp300 * Check for empty string to make sure we've got an array.
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlltest.c134 ResultFailed( char *what, char *how, PRInt64 expected, PRInt64 got) argument
139 PR_fprintf(output, "Expected: 0x%llx Got: 0x%llx\n", expected, got );
/vbox/src/VBox/Devices/BiosCommonCode/
H A DMakeAlternativeSource.cpp478 /* See how many printable character we've got. */
551 /* See how many printable character we've got. */
/vbox/src/VBox/VMM/VMMRC/
H A DCPUMRCPatchHlp.asm124 ; Search forward until we've got a matching sub-leaf (or not).
/vbox/src/VBox/Debugger/
H A DDBGCEval.cpp709 /* If not the right kind of operator we've got a syntax error. */
/vbox/src/VBox/RDP/client-1.8.3/
H A Dxwin.c588 RD_BOOL got = False; local
600 got = True;
608 if (!got)
/vbox/src/VBox/Additions/os2/VBoxSF/
H A DVBoxSFA.asm340 ; This must be present, we've got fixups against it.
/vbox/src/VBox/ValidationKit/tests/additions/
H A DtdAddGuestCtrl.py1028 reporter.log2('Process (PID %ld) got %ld bytes of stdout data' % (curProc.PID, len(buf)));
1037 reporter.log2('Process (PID %ld) got %ld bytes of stderr data' % (curProc.PID, len(buf)));
1318 reporter.error('MultiSession count #%d must be %d, got %d' % (i, i, curSessionCount));
1332 reporter.error('Final MultiSession count must be %d, got %d'
1347 reporter.error('Final MultiSession count #2 must be 1, got %d' % (curSessionCount,));
1353 reporter.error('Accessing first removed MultiSession should not be possible, got name="%s"' % (curSessionName,));
1361 reporter.log('Accessing last standing MultiSession worked, got name="%s"' % (curSessionName,));
1365 reporter.error('Final MultiSession count #3 must be 0, got %d' % (curSessionCount,));
2038 reporter.error('Waiting for process 1 to start failed, got status %ld');
2052 reporter.error('Waiting for process 1 did not time out when it should, got wai
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-impl.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 140 milliseconds