Searched defs:create (Results 1 - 25 of 45) sorted by relevance

12

/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIDownloaderAdditions.cpp41 UIDownloaderAdditions* UIDownloaderAdditions::create() function in class:UIDownloaderAdditions
H A DUIDownloaderExtensionPack.cpp43 UIDownloaderExtensionPack* UIDownloaderExtensionPack::create() function in class:UIDownloaderExtensionPack
H A DUIDownloaderUserManual.cpp41 UIDownloaderUserManual* UIDownloaderUserManual::create() function in class:UIDownloaderUserManual
H A DUINetworkManager.cpp38 void UINetworkManager::create() function in class:UINetworkManager
/vbox/src/VBox/Frontends/VirtualBox/src/runtime/
H A DUIConsoleEventHandler.cpp42 void UIConsoleEventHandler::create(UISession *pSession) function in class:UIConsoleEventHandler
H A DUIMachine.cpp93 /* Try to create machine UI: */
94 return create();
98 bool UIMachine::create() function in class:UIMachine
145 UIMachineLogic *pMachineLogic = UIMachineLogic::create(this, m_pSession, visualState);
223 /* Try to create session UI: */
224 if (!UISession::create(m_pSession, this))
H A DUIMachineWindow.cpp63 UIMachineWindow* UIMachineWindow::create(UIMachineLogic *pMachineLogic, ulong uScreenId) function in class:UIMachineWindow
449 m_pMachineView = UIMachineView::create( this
H A DUIMachineView.cpp103 UIMachineView* UIMachineView::create( UIMachineWindow *pMachineWindow function in class:UIMachineView
H A DUIMouseHandler.cpp76 /* Factory function to create mouse-handler: */
77 UIMouseHandler* UIMouseHandler::create(UIMachineLogic *pMachineLogic, function in class:UIMouseHandler
H A DUIKeyboardHandler.cpp86 /* Factory function to create keyboard-handler: */
87 UIKeyboardHandler* UIKeyboardHandler::create(UIMachineLogic *pMachineLogic, function in class:UIKeyboardHandler
664 scan |= 0x80; /* Re-create the bizarre scancode. */
H A DUISession.cpp125 bool UISession::create(UISession *&pSession, UIMachine *pMachine) function in class:UISession
1070 m_pActionPool = UIActionPool::create(UIActionPoolType_Runtime);
1191 UIConsoleEventHandler::create(this);
1744 * create them from the and-mask. This is a bit field where 1
/vbox/src/VBox/Main/src-server/win/
H A Dsvchlp.cpp60 int SVCHlpClient::create(const char *aName) function in class:SVCHlpClient
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/interface/pxe/
H A Dpxe_preboot.c81 int ( * create ) ( struct net_device *netdev, void *data, member in struct:pxe_dhcp_packet_creator
180 if ( ( rc = creator->create ( pxe_netdev, info,
/vbox/src/VBox/Frontends/VirtualBox/src/globals/
H A DUIModalWindowManager.cpp43 void UIModalWindowManager::create() function in class:UIModalWindowManager
H A DUIPopupCenter.cpp42 void UIPopupCenter::create() function in class:UIPopupCenter
136 /* Looking for current popup-stack type, create if it doesn't exists: */
159 /* Looking for current popup-stack orientation, create if it doesn't exists: */
H A DUIShortcutPool.cpp79 void UIShortcutPool::create() function in class:UIShortcutPool
H A DUIActionPool.cpp754 UIActionPool* UIActionPool::create(UIActionPoolType type) function in class:UIActionPool
/vbox/src/libs/libxml2-2.6.31/
H A Dxmlcatalog.c36 static int create = 0; variable
319 \t--create : create a new catalog\n\
363 } else if ((!strcmp(argv[i], "-create")) ||
364 (!strcmp(argv[i], "--create"))) {
365 create++;
414 if ((ret < 0) && (create)) {
588 if ((!sgml) && ((add) || (del) || (create) || (convert))) {
/vbox/include/VBox/com/
H A DGuid.h251 void create() function in class:com::Guid
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias.c281 static int IcmpAliasOut1(struct libalias *, struct ip *, int create);
283 static int IcmpAliasOut(struct libalias *, struct ip *, int create);
286 static int ProtoAliasOut(struct libalias *, struct ip *, int create);
289 static int UdpAliasOut(struct libalias *, struct ip *, int create);
292 static int TcpAliasOut(struct libalias *, struct ip *, int, int create);
481 IcmpAliasOut1(struct libalias *la, struct ip *pip, int create) argument
494 lnk = FindIcmpOut(la, pip->ip_src, pip->ip_dst, ic->icmp_id, create);
627 IcmpAliasOut(struct libalias *la, struct ip *pip, int create) argument
633 (void)create;
646 iresult = IcmpAliasOut1(la, pip, create);
698 ProtoAliasOut(struct libalias *la, struct ip *pip, int create) argument
797 UdpAliasOut(struct libalias *la, struct ip *pip, int create) argument
977 TcpAliasOut(struct libalias *la, struct ip *pip, int maxpacketsize, int create) argument
1360 LibAliasOutTry(struct libalias *la, char *ptr, int maxpacketsize, int create) argument
[all...]
H A Dalias_db.c84 Added ability to create an alias port without
1382 int create)
1390 if (lnk == NULL && create && !(la->packetAliasMode & PKT_ALIAS_DENY_INCOMING)) {
1406 int create)
1414 if (lnk == NULL && create) {
1539 int create)
1559 link_type, create);
1561 if (lnk == NULL && create && !(la->packetAliasMode & PKT_ALIAS_DENY_INCOMING)) {
1579 int create)
1597 lnk = FindLinkOut(la, src_addr, dst_addr, src_port, dst_port, link_type, create);
1379 FindIcmpIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short id_alias, int create) argument
1403 FindIcmpOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short id, int create) argument
1534 FindUdpTcpIn(struct libalias *la, struct in_addr dst_addr, struct in_addr alias_addr, u_short dst_port, u_short alias_port, u_char proto, int create) argument
1574 FindUdpTcpOut(struct libalias *la, struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short dst_port, u_char proto, int create) argument
[all...]
/vbox/src/VBox/Main/src-client/
H A DEbmlWriter.cpp278 inline int create(const char *a_pszFilename) function in class:Ebml
674 int WebMWriter::create(const char *a_pszFilename) function in class:WebMWriter
676 return m_Impl->m_Ebml.create(a_pszFilename);
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Dsaaj-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/soap/ javax/xml/soap/AttachmentPart ...
H A Djaxws-api.jar ... init> () public static javax.xml.ws.Endpoint create (java.lang.Object) Object implementor public static javax ...
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_parser.c33 * that are built in two passes: (1) the "create" pass, where the parse tree
495 * dt_node_xalloc() can be used to create new parse nodes from any libdtrace
522 * dt_node_alloc() is used to create new parse nodes from the parser. It
1272 * If the identifier is an inlined integer constant, then create an INT
1668 xyerror(D_ID_OFLOW, "cannot create %s: limit "
2046 * If no immediate optimizations are available, create an new OP2 node
2219 * If the inline identifier is not defined, then create it with the
2255 * If we're inlining an associative array, create a private identifier
2531 * If not, create a new provider and set its interface-only flag. This
2576 dt_xcook_ident(dt_node_t *dnp, dt_idhash_t *dhp, uint_t idkind, int create) argument
[all...]

Completed in 174 milliseconds

12