Searched refs:new (Results 76 - 100 of 191) sorted by relevance

12345678

/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/
H A Dxf86Modes.h61 extern _X_EXPORT DisplayModePtr xf86ModesAdd(DisplayModePtr modes, DisplayModePtr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/
H A Dxf86Modes.h61 extern _X_EXPORT DisplayModePtr xf86ModesAdd(DisplayModePtr modes, DisplayModePtr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/
H A Dxf86Modes.h61 extern _X_EXPORT DisplayModePtr xf86ModesAdd(DisplayModePtr modes, DisplayModePtr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/
H A Dxf86Modes.h61 extern _X_EXPORT DisplayModePtr xf86ModesAdd(DisplayModePtr modes, DisplayModePtr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/
H A Dxf86Modes.h61 extern _X_EXPORT DisplayModePtr xf86ModesAdd(DisplayModePtr modes, DisplayModePtr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.13.0/
H A Dxf86Modes.h62 DisplayModePtr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Dxf86Modes.h62 DisplayModePtr new);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.15.0/
H A Dxf86Modes.h59 DisplayModePtr new);
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DDisablePaging64.asm49 rep movsb ; copy transition code to top of new stack which must be below 4GB
63 mov esp, eax ; set up new stack
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Enquire/
H A DEnquire.c804 printmode(new) unsigned new; {
805 fpmode_(&new);
808 switch (new & ROUND_BITS) {
818 switch (new & EXT_BITS) {
826 if (new & (unsigned) EXE_INEX1) printf(" inex1");
827 if (new & (unsigned) EXE_INEX2) printf(" inex2");
828 if (new & (unsigned) EXE_DZ) printf(" divz");
829 if (new & (unsigned) EXE_UNFL) printf(" unfl");
830 if (new
2665 Number val, new, diff; local
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/ip/
H A Dtst.localtcpstate.ksh74 my \$s = IO::Socket::INET->new(
H A Dtst.remotetcpstate.ksh79 my \$s = IO::Socket::INET->new(
/vbox/src/VBox/Runtime/common/asm/
H A DASMAtomicUoDecU32.asm39 ; @returns the new decremented value.
H A DASMAtomicUoIncU32.asm39 ; @returns the new incremented value.
H A DASMSetXcr0.asm37 ; @param uXcr0 The new XCR0 content.
/vbox/include/VBox/com/
H A Dptr.h72 * -- AddRef() gets called automatically whenever a new COM pointer is assigned
179 * Calls Release() on the previous member pointer, if any, and AddRef() on the new one.
206 * Calls Release() on the previous member pointer, if any, and AddRef() on the new one.
407 * method which allows for instantiating a new implementation object.
455 * Creates a new server-side object of the given component class and
468 CComObjectNoLock<T> *obj = new CComObjectNoLock<T>();
482 CComObject<T> *obj = new CComObject<T>();
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsTHashtable.h172 * Get the entry associated with a key, or create a new entry,
393 new(to) EntryType(*fromEntry);
412 new(entry) EntryType(NS_REINTERPRET_CAST(KeyTypePointer,key));
/vbox/src/VBox/Main/include/
H A DVirtualBoxBase.h769 /** Initialize COM for a new thread. */
823 void allocate() { attach(new D); }
835 AssertMsg(d, ("new data must not be NULL"));
847 ("new data must not be shared")
856 AssertMsg(d, ("new data must not be NULL"));
870 attach(new D(*d));
938 * Stores the current data pointer in the backup area, allocates new data
939 * using the copy constructor on current data and makes new data active.
948 D *pNewData = new D(*this->mData);
955 * Stores the current data pointer in the backup area, allocates new dat
[all...]
/vbox/src/libs/xpcom18a4/python/src/
H A DPyXPCOM.h361 // ps is a new object just obtained from some operation performed on us
415 return new Py_nsIID(iid);
482 // Get the underlying Python object with new reference added
694 // NEVER new one of these objects - only use on the stack!
712 // NEVER new one of these objects - only use on the stack!
799 return new ClassName(pInitObj, iid); \
802 type = new PyXPCOM_TypeObject( \
830 return new ClassName(pInitObj, iid); \
833 type = new PyXPCOM_TypeObject( \
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_handle.c392 dt_handle_status(dtrace_hdl_t *dtp, dtrace_status_t *old, dtrace_status_t *new) argument
396 uintptr_t base = (uintptr_t)new, obase = (uintptr_t)old;
407 if (new->dtst_killed && !old->dtst_killed)
/vbox/src/VBox/Devices/EFI/Firmware/
H A Dedksetup.bat43 @REM set new workspace
44 @REM clear EFI_SOURCE and EDK_SOURCE for the new workspace
/vbox/src/VBox/Devices/PC/ipxe/src/crypto/
H A Dasn1.c743 void *new; local
751 new = realloc ( builder->data, new_len );
752 if ( ! new ) {
757 builder->data = new;
/vbox/src/VBox/Additions/x11/VBoxClient/
H A Dseamless-x11.h114 * elements have to be allocated with the "new" operator, and
140 VBoxGuestWinInfo *pInfo = new VBoxGuestWinInfo(isMapped, x, y, w, h, cRects,
/vbox/src/libs/xpcom18a4/java/src/
H A DnsThreadUtils.h92 * Create a new thread, and optionally provide an initial event for the thread.
309 new nsRunnableMethod<class_>(obj_, &class_::method_)
343 // nsCOMPtr<nsIRunnable> event = new E();
/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dxmmsaving-asm.asm39 ; @param pSet The new set.
105 ; Load the new state.

Completed in 166 milliseconds

12345678