HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 201 - 225 of 1576) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/avahi/avahi-client/
lookup.h 37 * services using the client interface to avahi-daemon. */
49 AvahiIfIndex interface,
59 AvahiIfIndex interface,
83 AvahiIfIndex interface,
94 * interface, resp. protocol to browse on all local networks. The
105 AvahiIfIndex interface, /**< In most cases pass AVAHI_IF_UNSPEC here */
128 AvahiIfIndex interface,
139 AvahiIfIndex interface,
162 AvahiIfIndex interface,
177 * callback function, especially interface and protocol. The protoco
    [all...]
publish.h 37 * service using the client interface to avahi-daemon. It behaves like a network
88 AvahiIfIndex interface /**< The interface this service shall be announced on. We recommend to pass AVAHI_IF_UNSPEC here, to announce on all interfaces. */,
101 AvahiIfIndex interface,
114 AvahiIfIndex interface /**< The interface this subtype shall be announced on. This should match the value passed for the original avahi_entry_group_add_service() call. */,
125 AvahiIfIndex interface /**< The interface this service is announced on. This should match the value passed to the original avahi_entry_group_add_service() call. */,
136 AvahiIfIndex interface,
148 AvahiIfIndex interface,
    [all...]
  /external/avahi/avahi-core/
lookup.h 58 AvahiIfIndex interface, /**< Logical OS network interface number the record was found on */
68 AvahiIfIndex interface, /**< Logical OS interface number where to look for the records, or AVAHI_IF_UNSPEC to look on interfaces */
81 AvahiIfIndex interface,
92 AvahiIfIndex interface,
106 AvahiIfIndex interface,
117 AvahiIfIndex interface,
130 AvahiIfIndex interface,
140 AvahiIfIndex interface,
    [all...]
  /external/iproute2/examples/
dhcp-client-script 121 # args: $1 = interface
141 # args: $1 = interface
269 # args: $1 = interface
280 # args: $1 = interface
345 ifconfig $interface:dhcp down
346 ifconfig $interface:dhcp1 down
347 if [ -d /proc/sys/net/ipv4/conf/$interface ]; then
348 ifconfig $interface:dhcp 10.10.10.10 netmask 255.255.255.255
349 ifconfig $interface:dhcp down
350 if [ -d /proc/sys/net/ipv4/conf/$interface ]; the
    [all...]
  /external/libusb-compat/examples/
testlibusb.c 23 void print_altsetting(struct usb_interface_descriptor *interface)
27 printf(" bInterfaceNumber: %d\n", interface->bInterfaceNumber);
28 printf(" bAlternateSetting: %d\n", interface->bAlternateSetting);
29 printf(" bNumEndpoints: %d\n", interface->bNumEndpoints);
30 printf(" bInterfaceClass: %d\n", interface->bInterfaceClass);
31 printf(" bInterfaceSubClass: %d\n", interface->bInterfaceSubClass);
32 printf(" bInterfaceProtocol: %d\n", interface->bInterfaceProtocol);
33 printf(" iInterface: %d\n", interface->iInterface);
35 for (i = 0; i < interface->bNumEndpoints; i++)
36 print_endpoint(&interface->endpoint[i])
    [all...]
  /system/core/fastboot/
usb_osx.cpp 64 IOUSBInterfaceInterface190 **interface; member in struct:usb_handle
91 IOUSBInterfaceInterface190 **interface = NULL; local
116 ERR("Couldn't create a device interface iterator: (%08x)\n", kr);
137 // Now create the interface interface for the interface
141 (LPVOID*) &interface);
146 if (result || !interface) {
147 ERR("Couldn't create interface interface: (%08x)\n"
    [all...]
  /external/dbus-binding-generator/chromeos-dbus-bindings/
adaptor_generator_unittest.cc 15 #include "chromeos-dbus-bindings/interface.h"
54 // Interface definition for org::chromium::Test.
77 // Interface adaptor for org::chromium::Test.
80 TestAdaptor(TestInterface* interface) : interface_(interface) {}
175 // Interface definition for org::chromium::Test2.
190 // Interface adaptor for org::chromium::Test2.
193 Test2Adaptor(Test2Interface* interface) : interface_(interface) {}
243 Interface interface local
    [all...]
method_name_generator.cc 11 #include "chromeos-dbus-bindings/interface.h"
27 const vector<Interface>& interfaces,
31 for (const auto& interface : interfaces) {
33 NameParser parser{interface.name};
35 for (const auto& method : interface.methods) {
proxy_generator_mock_unittest.cc 15 #include "chromeos-dbus-bindings/interface.h"
186 Interface interface;
187 interface.name = "org.chromium.TestInterface";
188 interface.path = "/org/chromium/Test";
189 interface.methods.emplace_back(
191 vector<Interface::Argument>{
194 vector<Interface::Argument>{{"", kDBusTypeString}});
195 interface.methods.emplace_back(
197 vector<Interface::Argument>{}
    [all...]
  /external/google-breakpad/src/common/mac/
GTMLogger.h 209 @interface GTMLogger : NSObject {
309 @interface GTMLogger (GTMLoggerMacroHelpers)
370 @interface NSFileHandle (GTMFileHandleLogWriter) <GTMLogWriter>
387 @interface NSArray (GTMArrayCompositeLogWriter) <GTMLogWriter>
391 // This category adapts the GTMLogger interface so that it can be used as a log
398 @interface GTMLogger (GTMLoggerLogWriter) <GTMLogWriter>
420 @interface GTMLogBasicFormatter : NSObject <GTMLogFormatter>
432 @interface GTMLogStandardFormatter : GTMLogBasicFormatter {
457 @interface GTMLogLevelFilter : NSObject <GTMLogFilter>
463 @interface GTMLogNoFilter : NSObject <GTMLogFilter
    [all...]
  /system/firewalld/
iptables.cc 53 // Interface names must be shorter than 'IFNAMSIZ' chars.
129 const std::string& interface) {
130 return ApplyVpnSetup(usernames, interface, true /* add */);
134 const std::string& interface) {
135 return ApplyVpnSetup(usernames, interface, false /* delete */);
139 const std::string& interface,
147 if (!IsValidInterfaceName(interface)) {
148 LOG(ERROR) << "Invalid interface name '" << interface << "'";
152 Hole hole = std::make_pair(port, interface);
161 << " on interface '" << interface << "'"; local
194 << " on interface '" << interface << "'"; local
    [all...]
  /external/autotest/client/virt/tests/
mac_change.py 31 interface = virt_test_utils.get_linux_ifname(session_serial, old_mac)
35 "ifconfig %s up" % (interface, interface, new_mac, interface))
44 dhclient_cmd = "dhclient -r && dhclient %s" % interface
  /external/autotest/server/
site_linux_router.py 15 from autotest_lib.client.common_lib.cros.network import interface namespace
25 ['ssid', 'interface', 'dev_type'])
28 'interface', 'config_dict',
137 @return string IP of WiFi interface.
252 # Figure out the correct interface.
254 interface = self.get_wlanif(configuration.frequency, 'managed')
256 interface = self.get_wlanif(
259 conf_file = self.HOSTAPD_CONF_FILE_PATTERN % interface
260 log_file = self.HOSTAPD_LOG_FILE_PATTERN % interface
261 stderr_log_file = self.HOSTAPD_STDERR_LOG_FILE_PATTERN % interface
    [all...]
  /system/netd/server/
RouteController.cpp 133 uint32_t getRouteTableForInterface(const char* interface) {
134 uint32_t index = if_nametoindex(interface);
137 interfaceToTable[interface] = index;
140 // If the interface goes away if_nametoindex() will return 0 but we still need to know
142 auto iter = interfaceToTable.find(interface);
144 ALOGE("cannot find interface %s", interface);
246 ALOGE("interface name too long (%zu > %u)", *length, IFNAMSIZ);
259 // + If |iif| is non-NULL, the rule matches the specified incoming interface.
260 // + If |oif| is non-NULL, the rule matches the specified outgoing interface
684 const char *interface = DummyNetwork::INTERFACE_NAME; local
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCParser.h 25 #pragma mark Cyclic DFA interface start DFA2
26 @interface DFA2 : ANTLRDFA {
30 @end /* end of DFA2 interface */
32 #pragma mark Cyclic DFA interface end DFA2
66 @interface SimpleCParser_program_return :ANTLRParserRuleReturnScope { /* returnScopeInterface line 1838 */
80 @end /* end of returnScopeInterface interface */
85 @interface SimpleCParser_declaration_return :ANTLRParserRuleReturnScope { /* returnScopeInterface line 1838 */
99 @end /* end of returnScopeInterface interface */
104 @interface SimpleCParser_variable_return :ANTLRParserRuleReturnScope { /* returnScopeInterface line 1838 */
118 @end /* end of returnScopeInterface interface */
    [all...]
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/output1/
SimpleCParser.h 12 #pragma mark Cyclic DFA interface start DFA2
13 @interface DFA2 : ANTLRDFA {
17 @end /* end of DFA2 interface */
19 #pragma mark Cyclic DFA interface end DFA2
48 @interface SimpleCParser_program_return :ANTLRParserRuleReturnScope { // line 1672
61 @end /* end of returnScopeInterface interface */
62 @interface SimpleCParser_declaration_return :ANTLRParserRuleReturnScope { // line 1672
75 @end /* end of returnScopeInterface interface */
76 @interface SimpleCParser_variable_return :ANTLRParserRuleReturnScope { // line 1672
89 @end /* end of returnScopeInterface interface */
    [all...]
  /external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-7.h 17 @interface A
31 @interface B : A
34 @interface C : A
  /system/connectivity/shill/test-scripts/
monitor-services 8 def property_changed(name, value, path, interface):
9 iface = interface[interface.rfind(".") + 1:]
34 interface_keyword="interface")
  /art/test/973-default-multidex/smali-multidex/
iface.smali 17 .class public abstract interface LIface;
20 # public interface Iface {
30 invoke-interface {p0}, LIface;->getString()Ljava/lang/String;
32 invoke-interface {p0}, LIface;->getString()Ljava/lang/String;
  /art/test/972-iface-super-multidex/smali-multidex/
oneconflict.smali 17 .class public abstract interface LOneConflict;
20 # public interface OneConflict {
superinterface.smali 17 .class public abstract interface LSuperInterface;
20 # public interface SuperInterface {
twoconflict.smali 17 .class public abstract interface LTwoConflict;
20 # public interface TwoConflict {
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/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/ANTLR.framework/Versions/A/Headers/
ANTLRRuleReturnScope.h 35 @interface ANTLRRuleReturnScope : NSObject <NSCopying> {

Completed in 709 milliseconds

1 2 3 4 5 6 7 891011>>