HomeSort by relevance Sort by last modified time
    Searched refs:interface (Results 1201 - 1225 of 4065) sorted by null

<<41424344454647484950>>

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRUniqueIDMap.h 41 @interface ANTLRUniqueIDMap : ANTLRPtrBuffer {
ArrayIterator.h 46 @interface ArrayIterator : NSObject {
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/LL-star/
SimpleCLexer.h 38 /* interface lexer class */
39 @interface SimpleCLexer : ANTLRLexer { // line 283
66 @end /* end of SimpleCLexer interface */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/
SimpleCLexer.h 44 /* interface lexer class */
45 @interface SimpleCLexer : ANTLRLexer { // line 283
72 @end /* end of SimpleCLexer interface */
  /external/autotest/client/common_lib/cros/
dbus_send.py 175 def dbus_send(bus_name, interface, object_path, method_name, args=None,
180 @param interface: string DBus interface of object to call method on.
195 object_path, interface, method_name))
208 def get_property(bus_name, interface, object_path, property_name, host=None):
212 @param interface: string DBus interface exposing the property.
219 args=[dbus.String(interface), dbus.String(property_name)],
  /external/autotest/client/cros/cellular/
labconfig.py 24 def get_interface_ip(interface='eth0'):
25 """Returns the IP address for an interface, or None if not found.
26 @param interface: the interface to request IP address for.
33 stdout = subprocess.Popen(['ip', '-4', 'addr', 'show', 'dev', interface],
88 Right now, we use the interface of eth0 to figure out which
100 # TODO(byronk): use sysfs to find network interface
102 log.debug('Looking for an up network interface in : %s' %
104 for interface in possible_interfaces:
105 machine = get_interface_ip(interface)
    [all...]
  /external/autotest/server/
site_linux_system.py 15 from autotest_lib.client.common_lib.cros.network import interface
99 for interface in self.iw_runner.list_interfaces():
102 if_name=interface.if_name,
103 if_type=interface.if_type,
104 phy=interface.phy))
106 self.iw_runner.remove_interface(interface.if_name)
112 # Some uses of LinuxSystem don't use the interface allocation facility.
182 """Create a bridge interface."""
237 def remove_interface(self, interface):
238 """Remove an interface from a WiFi device
    [all...]
  /external/clang/test/CodeGenObjC/Inputs/
nsvalue-boxed-expressions-support.h 55 @interface NSValue
  /external/clang/test/SemaObjCXX/Inputs/
nullability-consistency-8.h 4 @interface typedefClass
  /external/dhcpcd-6.8.2/
duid.c 54 duid_make(unsigned char *d, const struct interface *ifp, uint16_t type)
76 /* Finally, add the MAC address of the interface */
84 duid_get(unsigned char *d, const struct interface *ifp)
90 const struct interface *ifp2;
117 /* No file? OK, lets make one based on our interface */
120 "%s: is a NET/ROM psuedo interface", ifp->name);
128 "picked interface %s to generate a DUID",
153 size_t duid_init(const struct interface *ifp)
  /external/google-breakpad/src/client/ios/
BreakpadController.h 41 @interface BreakpadController : NSObject {
  /external/google-breakpad/src/client/mac/sender/
uploader.h 45 @interface Uploader : NSObject {
  /external/libxcam/modules/soft/
soft_geo_mapper.h 25 #include <interface/geo_mapper.h>
51 //derived from interface
  /external/libxcam/xcore/interface/
geo_mapper.h 2 * geo_mapper.h - geometry mapper interface
26 #include <interface/data_types.h>
  /external/libxcam/xcore/
surview_fisheye_dewarp.h 26 #include <interface/data_types.h>
xcam_utils.h 25 #include <interface/data_types.h>
  /external/mesa3d/src/gallium/state_trackers/hgl/
bitmap_wrapper.h 31 #include <interface/GraphicsDefs.h>
  /external/protobuf/objectivec/
GPBUnknownField.h 41 @interface GPBUnknownField : NSObject<NSCopying>
  /external/protobuf/objectivec/google/protobuf/
Api.pbobjc.h 35 @interface GPBApiRoot : GPBRootObject
51 @interface GPBApi : GPBMessage
126 @interface GPBMethod : GPBMessage
245 @interface GPBMixin : GPBMessage
  /external/python/cpython2/Mac/PythonLauncher/
MyDocument.h 14 @interface MyDocument : NSDocument <FileSettingsSource>
PreferencesWindowController.h 7 @interface PreferencesWindowController : NSWindowController <FileSettingsSource>
  /external/python/cpython3/Mac/PythonLauncher/
MyDocument.h 14 @interface MyDocument : NSDocument <FileSettingsSource>
PreferencesWindowController.h 7 @interface PreferencesWindowController : NSWindowController <FileSettingsSource>
  /external/strace/tests/
ip_mreq.c 44 #define interface "127.0.0.1" macro
55 inet_pton(AF_INET, interface, &m4->imr_interface);
79 "\"), imr_interface=inet_addr(\"" interface "\")}"
85 "\"), imr_interface=inet_addr(\"" interface "\")}"
  /external/strace/tests-m32/
ip_mreq.c 44 #define interface "127.0.0.1" macro
55 inet_pton(AF_INET, interface, &m4->imr_interface);
79 "\"), imr_interface=inet_addr(\"" interface "\")}"
85 "\"), imr_interface=inet_addr(\"" interface "\")}"

Completed in 3185 milliseconds

<<41424344454647484950>>