/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRSymbolStack.h | 41 @interface ANTLRSymbolsScope : NSObject 52 @interface ANTLRSymbolStack : ANTLRBaseStack {
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRRuleReturnScope.h | 35 @interface ANTLRRuleReturnScope : NSObject <NSCopying> {
|
ANTLRSymbolStack.h | 41 @interface ANTLRSymbolsScope : NSObject 52 @interface ANTLRSymbolStack : ANTLRBaseStack {
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRRuleReturnScope.h | 35 @interface ANTLRRuleReturnScope : NSObject <NSCopying> {
|
ANTLRSymbolStack.h | 41 @interface ANTLRSymbolsScope : NSObject 52 @interface ANTLRSymbolStack : ANTLRBaseStack {
|
/external/avahi/avahi-autoipd/ |
dhclient-enter-hook.in | 25 @sbindir@/avahi-autoipd -k $interface 2> /dev/null
|
dhclient-exit-hook.in | 29 @sbindir@/avahi-autoipd -wD $interface 2> /dev/null
|
/external/avahi/avahi-core/ |
publish.h | 80 AvahiIfIndex interface, /**< A numeric index of a network interface to attach this record to, or AVAHI_IF_UNSPEC to attach this record to all interfaces */ 95 AvahiIfIndex interface, 110 AvahiIfIndex interface, 124 AvahiIfIndex interface, 138 AvahiIfIndex interface, 150 AvahiIfIndex interface, 162 AvahiIfIndex interface, 171 int avahi_server_get_group_of_service(AvahiServer *s, AvahiIfIndex interface, AvahiProtocol protocol, const char *name, const char *type, const char *domain, AvahiSEntryGroup** ret_group);
|
browse-dns-server.c | 39 AvahiIfIndex interface; member in struct:AvahiDNSServerInfo 64 static AvahiDNSServerInfo* get_server_info(AvahiSDNSServerBrowser *b, AvahiIfIndex interface, AvahiProtocol protocol, AvahiRecord *r) { 71 if (i->interface == interface && 97 AVAHI_GCC_UNUSED AvahiIfIndex interface, 117 i->interface, 140 AvahiIfIndex interface, 162 if (get_server_info(b, interface, protocol, record)) 172 i->interface = interface; [all...] |
/external/clang/test/PCH/ |
objc_container.h | 3 @interface NSMutableArray 8 @interface NSMutableDictionary
|
/external/wpa_supplicant_8/hostapd/ |
wired.conf | 7 interface=eth0
|
/hardware/intel/common/wrs_omxil_core/core/src/ |
pv_omx_interface.cpp | 51 // safely unloaded and reloaded when the proxy interface 74 // function to obtain the interface object from the shared library 81 OSCL_EXPORT_REF void PVReleaseInterface(void* interface) 83 PVOMXInterface* pInterface = (PVOMXInterface*)interface;
|
/system/connectivity/apmanager/dbus/ |
permission_broker_dbus_proxy.cc | 62 bool PermissionBrokerDBusProxy::RequestUdpPortAccess(const string& interface, 75 if (!proxy_->RequestUdpPortAccess(port, interface, fd, &allowed, &error)) { 82 << " on interface " << interface << " is denied"; local 86 << " on interface " << interface; local 90 bool PermissionBrokerDBusProxy::ReleaseUdpPortAccess(const string& interface, 99 if (!proxy_->ReleaseUdpPort(port, interface, &success, &error)) { 106 << " on interface " << interface << " is denied" local 110 << " on interface " << interface; local [all...] |
/system/connectivity/apmanager/ |
firewall_manager.h | 40 // Request/release DHCP port access for the specified interface. 41 void RequestDHCPPortAccess(const std::string& interface); 42 void ReleaseDHCPPortAccess(const std::string& interface);
|
mock_device.h | 35 void(const WiFiInterface& interface)); 37 void(const WiFiInterface& interface));
|
device.cc | 49 for (const auto& interface : interface_list_) { 50 // Done if interface already in the list. 51 if (interface.iface_index == new_interface.iface_index) { 52 LOG(INFO) << "Interface " << new_interface.iface_name 61 void Device::DeregisterInterface(const WiFiInterface& interface) { 62 LOG(INFO) << "DeregisteringInterface " << interface.iface_name 65 if (it->iface_index == interface.iface_index) { 74 // Parse NL80211_ATTR_SUPPORTED_IFTYPES for AP mode interface support. 144 for (const auto& interface : interface_list_) { 145 manager_->ClaimInterface(interface.iface_name) [all...] |
/system/connectivity/shill/ |
dbus_properties_proxy_interface.h | 29 // This is a cellular-specific DBus Properties interface, as it supports 31 // These are the methods that a DBusProperties proxy must support. The interface 37 const std::string& interface, 45 const std::string& interface,
|
/system/netd/server/ |
PhysicalNetwork.h | 47 int addInterface(const std::string& interface) override WARN_UNUSED_RESULT; 48 int removeInterface(const std::string& interface) override WARN_UNUSED_RESULT;
|
/external/dbus-binding-generator/chromeos-dbus-bindings/ |
proxy_generator.h | 15 #include "chromeos-dbus-bindings/interface.h" 26 struct Interface; 31 const std::vector<Interface>& interfaces, 35 const std::vector<Interface>& interfaces, 43 // Generates an abstract interface for one D-Bus interface proxy. 45 const Interface& interface, 48 // Generates one interface proxy. 50 const Interface& interface [all...] |
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
interface.py | 72 """ Get all domains with an admin interface from installed policy.""" 73 """ If xml_path is specified, func returns an admin interface from specified xml file""" 94 """ Get all domains with SELinux user role interface""" 95 """ If xml_path is specified, func returns an user role interface from specified xml file""" 147 for i in m.getiterator('interface'): 150 interface_dict[(i.get("name"))] = [param_list, (i.find('summary').text), "interface"] 162 def get_interface_format_text(interface, path="/usr/share/selinux/devel/policy.xml"): 164 interface_text = "%s(%s) %s" % (interface, ", ".join(idict[interface][0]), " ".join(idict[interface][1].split("\n")) [all...] |
/external/avahi/avahi-dnsconfd/ |
main.c | 82 AvahiIfIndex interface; member in struct:DNSServerInfo 99 static DNSServerInfo* get_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *address) { 104 if (i->interface == interface && 112 static DNSServerInfo* new_server_info(AvahiIfIndex interface, AvahiProtocol protocol, const char *address) { 118 i->interface = interface; 198 static char *concat_dns_servers(AvahiIfIndex interface) { 203 if (i->interface == interface || interface <= 0) 296 AvahiIfIndex interface; local 363 AvahiIfIndex interface = servers->interface; local [all...] |
/system/firewalld/ |
iptables_unittest.cc | 91 // We should not be adding any rules for invalid interface names. 192 const std::string interface = "ifc0"; local 196 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, add)) 208 mock_iptables.ApplyVpnSetup(usernames, interface, add)); 213 const std::string interface = "ifc0"; local 218 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, add)) 235 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, remove)) 252 mock_iptables.ApplyVpnSetup(usernames, interface, add)); 257 const std::string interface = "ifc0"; local 262 EXPECT_CALL(mock_iptables, ApplyMasquerade(interface, add) 286 const std::string interface = "ifc0"; local 304 const std::string interface = "ifc0"; local 328 const std::string interface = "ifc0"; local [all...] |
/system/tools/aidl/ |
generate_cpp.cpp | 208 string ClassName(const AidlInterface& interface, ClassNames type) { 209 string c_name = interface.GetName(); 221 case ClassNames::INTERFACE: 230 string BuildHeaderGuard(const AidlInterface& interface, 232 string class_name = ClassName(interface, header_type); 240 interface.GetPackage().c_str(), 252 const AidlInterface& interface, 254 const string i_name = ClassName(interface, ClassNames::INTERFACE); 255 const string bp_name = ClassName(interface, ClassNames::CLIENT) [all...] |
/art/runtime/mirror/ |
iftable.h | 29 Class* interface = GetWithoutChecks((i * kMax) + kInterface)->AsClass(); local 30 DCHECK(interface != nullptr); 31 return interface; 34 ALWAYS_INLINE void SetInterface(int32_t i, Class* interface) 66 // Points to the interface class. 68 // Method pointers into the vtable, allow fast map from interface method index to concrete
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLREarlyExitException.h | 30 @interface ANTLREarlyExitException : ANTLRRecognitionException {
|