Searched defs:when (Results 1 - 9 of 9) sorted by relevance

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManagerObsolete.cpp40 // (for when you need to link with xpcom)
216 nsComponentManager::AutoRegister(PRInt32 when, nsIFile *directory) argument
221 return cm->AutoRegister(when, directory);
225 nsComponentManager::AutoRegisterComponent(PRInt32 when, argument
231 return cm->AutoRegisterComponent(when, fullname);
235 nsComponentManager::AutoUnregisterComponent(PRInt32 when, argument
241 return cm->AutoUnregisterComponent(when, fullname);
H A DnsStaticComponentLoader.cpp220 nsStaticComponentLoader::AutoRegisterComponents(PRInt32 when, nsIFile *dir) argument
241 nsStaticComponentLoader::AutoUnregisterComponent(PRInt32 when, argument
250 nsStaticComponentLoader::AutoRegisterComponent(PRInt32 when, nsIFile *component, argument
258 nsStaticComponentLoader::RegisterDeferredComponents(PRInt32 when, argument
H A DnsNativeComponentLoader.cpp195 nsNativeComponentLoader::RegisterComponentsInDir(PRInt32 when, argument
245 rv = RegisterComponentsInDir(when, dirEntry);
251 rv = AutoRegisterComponent(when, dirEntry, &registered);
263 nsFreeLibrary(nsDll *dll, nsIServiceManager *serviceMgr, PRInt32 when) argument
294 if (when == nsIComponentManagerObsolete::NS_Shutdown)
359 PRInt32 when; member in struct:freeLibrariesClosure
369 (callData ? callData->when : nsIComponentManagerObsolete::NS_Timer));
602 nsNativeComponentLoader::AutoUnregisterComponent(PRInt32 when, argument
667 nsNativeComponentLoader::AutoRegisterComponent(PRInt32 when, argument
877 rv = nsFreeLibrary(dll, serviceMgr, when);
[all...]
H A DnsComponentManager.cpp185 // when categories have defaults, use that for null mEntry
224 // when categories have defaults, use that for null mEntry
1233 * If you get Asserts when you define SHOW_CI_ON_EXISTING_SERVICE and want to
1866 cid + NS_LITERAL_CSTRING("\" when a service for this CID already exists!");
1946 NS_LITERAL_CSTRING("\" when a service for this CID already exists! "
3065 return UnloadLibraries(NS_STATIC_CAST(nsIServiceManager*, this), NS_Timer); // XXX when
3114 nsComponentManagerImpl::AutoRegister(PRInt32 when, nsIFile *inDirSpec) argument
3116 return AutoRegisterImpl(when, inDirSpec);
3120 nsComponentManagerImpl::AutoRegisterImpl(PRInt32 when, argument
3156 rv = mNativeComponentLoader->AutoRegisterComponents((PRInt32)when, di
3256 AutoRegisterComponent(PRInt32 when, nsIFile *component) argument
3285 AutoUnregisterComponent(PRInt32 when, nsIFile *component) argument
[all...]
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgun.c53 1.2.4) is on the same file, when gun is linked with zlib 1.2.2. Also the
519 struct utimbuf when; local
532 when.actime = was.st_atime;
533 when.modtime = was.st_mtime;
534 (void)utime(to, &when);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Dprofile.c333 profile_online(void *arg, cpu_t *cpu, cyc_handler_t *hdlr, cyc_time_t *when) argument
345 when->cyt_interval = prof->prof_interval;
346 when->cyt_when = dtrace_gethrtime() + when->cyt_interval;
348 pcpu->profc_expected = when->cyt_when;
349 pcpu->profc_interval = when->cyt_interval;
369 cyc_time_t when; local
379 when.cyt_interval = prof->prof_interval;
380 when.cyt_when = dtrace_gethrtime() + when
[all...]
H A Ddtrace.c264 * etc. Importantly, dtrace_lock is _not_ required when in probe context;
268 * (2) dtrace_provider_lock is required when manipulating provider state, or
269 * when provider state must be held constant.
271 * (3) dtrace_meta_lock is required when manipulating meta provider state, or
272 * when meta provider state must be held constant.
661 * that the counter is never zero when we have seen
2072 * value that defaults to 1 when not present. If additional
2765 * ensures that we won't trip up when access checking tests the
3731 * coherence, however, is when the specified
3844 * (when w
12923 cyc_time_t when; local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h2627 timeout_t when; member in struct:get_timer_info_reply
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h2443 timeout_t when; member in struct:get_timer_info_reply

Completed in 110 milliseconds