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

/vbox/src/libs/xpcom18a4/python/
H A DnsError.py85 NS_ERROR_BASE = ( -1041039360) variable
86 NS_ERROR_NOT_INITIALIZED = (NS_ERROR_BASE + 1)
87 NS_ERROR_ALREADY_INITIALIZED = (NS_ERROR_BASE + 2)
105 (NS_ERROR_BASE + 257)
106 NS_ERROR_FACTORY_EXISTS = (NS_ERROR_BASE + 256)
/vbox/src/libs/xpcom18a4/xpcom/base/
H A DnsError.h158 #define NS_ERROR_BASE ((nsresult) 0xC1F30000) macro
161 #define NS_ERROR_NOT_INITIALIZED (NS_ERROR_BASE + 1)
164 #define NS_ERROR_ALREADY_INITIALIZED (NS_ERROR_BASE + 2)
212 (NS_ERROR_BASE + 0x101)
215 #define NS_ERROR_FACTORY_EXISTS (NS_ERROR_BASE + 0x100)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v3_0.h566 #define NS_ERROR_BASE ((nsresult) 0xC1F30000) macro
569 #define NS_ERROR_NOT_INITIALIZED (NS_ERROR_BASE + 1)
572 #define NS_ERROR_ALREADY_INITIALIZED (NS_ERROR_BASE + 2)
617 (NS_ERROR_BASE + 0x101)
620 #define NS_ERROR_FACTORY_EXISTS (NS_ERROR_BASE + 0x100)
H A DVBoxCAPI_v3_1.h566 #define NS_ERROR_BASE ((nsresult) 0xC1F30000) macro
569 #define NS_ERROR_NOT_INITIALIZED (NS_ERROR_BASE + 1)
572 #define NS_ERROR_ALREADY_INITIALIZED (NS_ERROR_BASE + 2)
617 (NS_ERROR_BASE + 0x101)
620 #define NS_ERROR_FACTORY_EXISTS (NS_ERROR_BASE + 0x100)
H A DVBoxCAPI_v3_2.h566 #define NS_ERROR_BASE ((nsresult) 0xC1F30000) macro
569 #define NS_ERROR_NOT_INITIALIZED (NS_ERROR_BASE + 1)
572 #define NS_ERROR_ALREADY_INITIALIZED (NS_ERROR_BASE + 2)
617 (NS_ERROR_BASE + 0x101)
620 #define NS_ERROR_FACTORY_EXISTS (NS_ERROR_BASE + 0x100)
H A DVBoxCAPI_v4_0.h566 #define NS_ERROR_BASE ((nsresult) 0xC1F30000) macro
569 #define NS_ERROR_NOT_INITIALIZED (NS_ERROR_BASE + 1)
572 #define NS_ERROR_ALREADY_INITIALIZED (NS_ERROR_BASE + 2)
617 (NS_ERROR_BASE + 0x101)
620 #define NS_ERROR_FACTORY_EXISTS (NS_ERROR_BASE + 0x100)
H A DVBoxCAPI_v4_1.h566 #define NS_ERROR_BASE ((nsresult) 0xC1F30000) macro
569 #define NS_ERROR_NOT_INITIALIZED (NS_ERROR_BASE + 1)
572 #define NS_ERROR_ALREADY_INITIALIZED (NS_ERROR_BASE + 2)
617 (NS_ERROR_BASE + 0x101)
620 #define NS_ERROR_FACTORY_EXISTS (NS_ERROR_BASE + 0x100)
H A DVBoxCAPI_v4_2.h566 #define NS_ERROR_BASE ((nsresult) 0xC1F30000) macro
569 #define NS_ERROR_NOT_INITIALIZED (NS_ERROR_BASE + 1)
572 #define NS_ERROR_ALREADY_INITIALIZED (NS_ERROR_BASE + 2)
617 (NS_ERROR_BASE + 0x101)
620 #define NS_ERROR_FACTORY_EXISTS (NS_ERROR_BASE + 0x100)
H A DVBoxCAPI_v4_3.h630 #define NS_ERROR_BASE ((nsresult) 0xC1F30000) macro
633 #define NS_ERROR_NOT_INITIALIZED (NS_ERROR_BASE + 1)
636 #define NS_ERROR_ALREADY_INITIALIZED (NS_ERROR_BASE + 2)
681 (NS_ERROR_BASE + 0x101)
684 #define NS_ERROR_FACTORY_EXISTS (NS_ERROR_BASE + 0x100)

Completed in 435 milliseconds