| /vbox/src/libs/xpcom18a4/xpcom/components/ |
| H A D | nsComponentManagerObsolete.h | 168 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 D | nsNativeComponentLoader.h | 69 NS_IMETHOD RegisterComponentsInDir(PRInt32 when, nsIFile *dir);
|
| H A D | nsComponentManagerObsolete.cpp | 40 // (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 D | nsIComponentManagerObsolete.idl | 278 * 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 D | nsStaticComponentLoader.cpp | 220 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 D | MathDivU64x64.c | 38 ; Original local stack when calling _aulldiv
|
| H A D | MathMultS64x64.c | 35 ; Original local stack when calling _allmul
|
| H A D | MathReminderU64x64.c | 37 ; Original local stack when calling _aullrem
|
| H A D | MathDivU64x64.S | 35 # Original local stack when calling __udivdi3
|
| H A D | MathMultS64x64.S | 35 # Original local stack when calling __mulll
|
| /vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Library/BaseLib/X64/ |
| H A D | ReadDr4.asm | 36 ; DR7 when DE=0 or an exception generated when DE=1
|
| H A D | ReadDr5.asm | 36 ; DR7 when DE=0 or an exception generated when DE=1
|
| H A D | WriteDr4.asm | 36 ; DR6 when DE=0 or an exception generated when DE=1
|
| H A D | WriteDr5.asm | 36 ; DR7 when DE=0 or an exception generated when DE=1
|
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/CRT/Ia32/ |
| H A D | llmul.c | 35 ; Original local stack when calling _allmul
|
| H A D | ulldiv.c | 38 ; Original local stack when calling _aulldiv
|
| H A D | lldiv.c | 47 ; Original local stack when calling _alldiv
|
| H A D | lldvrm.c | 37 ; Original local stack when calling _alldvrm
|
| H A D | llrem.c | 37 ; Original local stack when calling _allrem
|
| H A D | ulldvrm.c | 37 ; Original local stack when calling _aulldvrm
|
| H A D | ullrem.c | 37 ; Original local stack when calling _aullrem
|
| H A D | mulll.S | 35 # Original local stack when calling __mulll
|
| H A D | udivdi3.S | 35 # Original local stack when calling __udivdi3
|
| /vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/ |
| H A D | profile.c | 333 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 D | loader.py | 67 # 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):
|