Searched defs:methods (Results 1 - 13 of 13) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprio.c50 const PRIOMethods *methods = PR_GetFileMethods(); local
59 methods);
61 methods);
63 methods);
70 _pr_stdin = PR_AllocFileDesc(0, methods);
71 _pr_stdout = PR_AllocFileDesc(1, methods);
72 _pr_stderr = PR_AllocFileDesc(2, methods);
121 PRInt32 osfd, const PRIOMethods *methods)
135 fd->methods = methods;
120 PR_AllocFileDesc( PRInt32 osfd, const PRIOMethods *methods) argument
[all...]
H A Dprlayer.c62 ** Default methods that just call down to the next fd.
72 PR_ASSERT(fd->methods->file_type == PR_DESC_LAYERED);
79 rv = fd->lower->methods->close(fd->lower);
95 return (lower->methods->close(lower));
100 return (fd->methods->close)(fd);
109 return (fd->lower->methods->read)(fd->lower, buf, amount);
118 return (fd->lower->methods->write)(fd->lower, buf, amount);
126 return (fd->lower->methods->available)(fd->lower);
134 return (fd->lower->methods->available64)(fd->lower);
142 return (fd->lower->methods
470 PR_CreateIOLayerStub( PRDescIdentity ident, const PRIOMethods *methods) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/libpciaccess-0.10.8/
H A Dpciaccess_private.h120 const struct pci_system_methods * methods; member in struct:pci_system
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/public/
H A DipcModule.h219 // module methods
221 ipcModuleMethods *methods; member in struct:ipcModuleEntry
232 // methods - the daemon's methods
238 typedef int (* ipcGetModulesFunc) (const ipcDaemonMethods *methods, const ipcModuleEntry **entries);
/vbox/src/libs/xpcom18a4/ipc/ipcd/daemon/src/
H A DipcModuleReg.cpp58 ipcModuleMethods *methods; member in struct:ipcModuleRegEntry
70 AddModule(const nsID &target, ipcModuleMethods *methods, const char *libPath) argument
77 if (!methods) {
78 PR_NOT_REACHED("null module methods");
89 ipcModules[ipcModuleCount].methods = methods;
136 if (AddModule(entries[i].target, entries[i].methods, buf) == PR_SUCCESS) {
137 if (entries[i].methods->init)
138 entries[i].methods->init();
206 if (entry.methods
[all...]
/vbox/src/libs/xpcom18a4/python/src/
H A DPyISupports.cpp544 Py_nsISupports::methods[] = member in class:Py_nsISupports
560 methods,
H A DPyXPCOM.h263 // Static methods for the Python type.
341 // The Python methods
346 static NS_EXPORT_STATIC_MEMBER_(PyMethodDef) methods[]; member in class:Py_nsISupports
360 // nsISupports objects are returned from their methods.
427 static NS_EXPORT_STATIC_MEMBER_(PyMethodDef) methods[]; member in class:Py_nsIID
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h162 const PRIOMethods *methods; /* the I/O methods table */ member in struct:PRFileDesc
396 ** The I/O methods table provides procedural access to the functions of
576 * PR_GetDefaultIOMethods: Accessing the default methods table.
577 * You may get a pointer to the default methods table by calling this function.
579 * layer's methods table. You may NOT modify the table directly.
589 * file descriptor returned will contain the pointer to the methods table
594 PRDescIdentity ident, const PRIOMethods *methods);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c40 ** Descritpion: Implemenation of I/O methods for pthreads
1236 /***************************** I/O private methods ***************************/
1289 if (PR_DESC_SOCKET_TCP != fd->methods->file_type
3329 fd->methods = PR_GetFileMethods();
3332 fd->methods = PR_GetTCPMethods();
3340 fd->methods = PR_GetUDPMethods();
3344 fd->methods = PR_GetPipeMethods();
3380 PRInt32 osfd, const PRIOMethods *methods)
3386 fd->methods = methods;
3379 PR_AllocFileDesc( PRInt32 osfd, const PRIOMethods *methods) argument
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-tools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ...
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 187 milliseconds