Searched defs:runtime (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Devices/PC/ipxe/src/net/ | ||
H A D | retry.c | 104 unsigned long runtime; local 111 runtime = ( now - timer->start ); 114 timer, now, runtime ); 118 * r = round-trip time estimate (i.e. runtime) 135 timer->timeout += ( runtime >> 1 ); |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ | ||
H A D | version.c | 53 PRLibrary *runtime = NULL; local 82 runtime = PR_LoadLibrary(library_name); 83 if (NULL == runtime) { 88 PR_FindSymbol(runtime, "libVersionPoint"); |
H A D | ipv6.c | 68 PR_fprintf(err, "\t-V Display runtime version info (default: FALSE)\n"); 153 PRLibrary *runtime = PR_LoadLibrary(nspr_name); local 154 if (NULL == runtime) 159 PR_FindSymbol(runtime, "libVersionPoint"); |
/vbox/src/VBox/Main/webservice/jaxlibs/ | ||
H A D | jaxb-impl.jar | ... xml/bind/v2/runtime/property/ com/sun/xml/bind/v2/runtime/reflect/ com/sun/xml/bind/v2/runtime/reflect/opt/ com ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
Completed in 63 milliseconds