Searched refs:lost (Results 1 - 6 of 6) sorted by relevance

/vbox/src/libs/xpcom18a4/python/test/
H A Dtest_weakreferences.py102 lost = gettotalrefcount() - num_refs
106 if abs(lost)>2:
107 print "*** Lost %d references" % (lost,)
H A Dtest_test_component.py537 lost = gettotalrefcount() - num_refs
541 if abs(lost)>3: # 2 or 3 :)
542 print "*** Lost %d references" % (lost,)
/vbox/src/VBox/Installer/linux/install_service/
H A Dinstall_service.sh51 - That any output which must not be lost go either to the system log or to the
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/d3d8/
H A Dd3d8_private.h180 BOOL lost; member in struct:d3d8_device
H A Ddevice.c393 if (device->lost)
395 TRACE("Device is lost.\n");
646 device->lost = FALSE;
650 device->lost = TRUE;
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c2910 if (bytes > MAX_ALLOC) goto lost;
2943 /* Well that lost big time. Memory must be pretty well fragmented */
2944 if (!GrowHeap(PR_MAX(bytes, segmentSize))) goto lost;
2946 if (0 == p) goto lost;
3016 lost:
3180 /* Well that lost big time. Memory must be pretty well fragmented */
3182 goto lost;
3185 if (0 == p) goto lost;
3243 lost:

Completed in 94 milliseconds