Searched refs:when (Results 1 - 25 of 65) sorted by relevance

123

/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsComponentManagerObsolete.h168 static nsresult AutoRegister(PRInt32 when, nsIFile* directory);
169 static nsresult AutoRegisterComponent(PRInt32 when, nsIFile *component);
170 static nsresult AutoUnregisterComponent(PRInt32 when, nsIFile *component);
H A DnsNativeComponentLoader.h69 NS_IMETHOD RegisterComponentsInDir(PRInt32 when, nsIFile *dir);
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 DnsIComponentManagerObsolete.idl278 * ID values for 'when'
292 * @param when : ID values of when the call is being made.
295 void autoRegister(in long when, in nsIFile directory);
304 * @param when : ID values of when the call is being made.
307 void autoRegisterComponent(in long when, in nsIFile aFileLocation);
315 void autoUnregisterComponent(in long when, in nsIFile aFileLocation);
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
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/Ia32/
H A DMathDivU64x64.c38 ; Original local stack when calling _aulldiv
H A DMathMultS64x64.c35 ; Original local stack when calling _allmul
H A DMathReminderU64x64.c37 ; Original local stack when calling _aullrem
H A DMathDivU64x64.S35 # Original local stack when calling __udivdi3
H A DMathMultS64x64.S35 # Original local stack when calling __mulll
/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/
H A DReadDr4.asm36 ; DR7 when DE=0 or an exception generated when DE=1
H A DReadDr5.asm36 ; DR7 when DE=0 or an exception generated when DE=1
H A DWriteDr4.asm36 ; DR6 when DE=0 or an exception generated when DE=1
H A DWriteDr5.asm36 ; DR7 when DE=0 or an exception generated when DE=1
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/
H A Dllmul.c35 ; Original local stack when calling _allmul
H A Dulldiv.c38 ; Original local stack when calling _aulldiv
H A Dlldiv.c47 ; Original local stack when calling _alldiv
H A Dlldvrm.c37 ; Original local stack when calling _alldvrm
H A Dllrem.c37 ; Original local stack when calling _allrem
H A Dulldvrm.c37 ; Original local stack when calling _aulldvrm
H A Dullrem.c37 ; Original local stack when calling _aullrem
H A Dmulll.S35 # Original local stack when calling __mulll
H A Dudivdi3.S35 # Original local stack when calling __udivdi3
/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...]
/vbox/src/libs/xpcom18a4/python/server/
H A Dloader.py67 # The issubclass call raises TypeError when the obj is not a class.
129 # Called when a component of the appropriate type is registered,
135 def autoRegisterComponents (self, when, directory):
148 self.autoRegisterComponent(when, entry)
166 def autoRegisterComponent (self, when, componentFile):
179 # Note that the pyloader does the equivalent when loading.
199 def autoUnregisterComponent (self, when, componentFile):
210 def registerDeferredComponents (self, when):
215 def unloadAll (self, when):

Completed in 56 milliseconds

123