Searched defs:interfaces (Results 1 - 8 of 8) sorted by relevance
/vbox/src/libs/xpcom18a4/python/ |
H A D | components.py | 51 iid = getattr(interfaces, iid) 71 # eg, "interface.nsISupports" or interfaces["nsISupports"] 143 raise AttributeError, "'%s' interfaces do not define a constant '%s'" % (self.name, attr) 168 interfaces = _Interfaces() variable 225 _com_interfaces_ = interfaces.nsIObserver 227 global manager, registrar, classes, interfaces, interfaceInfoManager, _shutdownObserver, serviceManager, _constants_by_iid_map 228 manager = registrar = classes = interfaces = interfaceInfoManager = _shutdownObserver = serviceManager = _constants_by_iid_map = None 232 svc = _xpcom.GetServiceManager().getServiceByContractID("@mozilla.org/observer-service;1", interfaces.nsIObserverService) 236 _shutdownObserver = xpcom.server.WrapObject(_ShutdownObserver(), interfaces.nsIObserver)
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/ |
H A D | UIGlobalSettingsNetwork.cpp | 499 const CHostNetworkInterfaceVector &interfaces = vboxGlobal().host().GetNetworkInterfaces(); local 500 foreach (const CHostNetworkInterface &iface, interfaces)
|
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ |
H A D | smc9000.c | 52 static const char *interfaces[ 2 ] = { "TP", "AUI" }; variable 890 if_string = interfaces[media - 1];
|
/vbox/src/VBox/Devices/Network/lwip/src/core/snmp/ |
H A D | mib2.c | 606 /* interfaces .1.3.6.1.2.1.2 */ 619 const struct mib_array_node interfaces = { variable in typeref:struct:mib_array_node 681 (struct mib_node* const)&interfaces, 777 /** mib-2.interfaces.ifTable.ifEntry.ifSpecific (zeroDotZero) */ 2275 * Returns interfaces.ifnumber object definition. 2305 * Returns interfaces.ifnumber object value.
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/snmp/ |
H A D | mib2.c | 623 /* interfaces .1.3.6.1.2.1.2 */ 636 const struct mib_array_node interfaces = { variable in typeref:struct:mib_array_node 698 (struct mib_node*)&interfaces, 796 /** mib-2.interfaces.ifTable.ifEntry.ifSpecific (zeroDotZero) */ 2297 * Returns interfaces.ifnumber object definition. 2327 * Returns interfaces.ifnumber object value.
|
/vbox/src/VBox/Main/webservice/jaxlibs/ |
H A D | jaxws-tools.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/istack/ ... |
H A D | jaxb-xjc.jar | META-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ... |
H A D | jaxws-rt.jar | META-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ... |
Completed in 82 milliseconds