HomeSort by relevance Sort by last modified time
    Searched full:iface (Results 101 - 125 of 1435) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/autotest/client/site_tests/platform_DebugDaemonGetNetworkStatus/
platform_DebugDaemonGetNetworkStatus.py 18 self.iface = dbus.Interface(proxy,
20 result = self.iface.GetNetworkStatus()
  /external/avahi/avahi-sharp/
AddressResolver.cs 29 internal delegate void AddressResolverCallback (IntPtr resolver, int iface, Protocol proto,
61 private int iface; field in class:Avahi.AddressResolver
74 private static extern IntPtr avahi_address_resolver_new (IntPtr client, int iface, Protocol proto,
121 public AddressResolver (Client client, int iface, Protocol proto, IPAddress address, LookupFlags flags)
124 this.iface = iface;
150 handle = avahi_address_resolver_new (client.Handle, iface, proto, addrPtr, flags,
172 private void OnAddressResolverCallback (IntPtr resolver, int iface, Protocol proto,
HostNameResolver.cs 30 internal delegate void HostNameResolverCallback (IntPtr resolver, int iface, Protocol proto,
38 private int iface; field in class:Avahi.HostNameResolver
52 private static extern IntPtr avahi_host_name_resolver_new (IntPtr client, int iface, Protocol proto,
99 public HostNameResolver (Client client, int iface, Protocol proto, string hostname,
103 this.iface = iface;
128 handle = avahi_host_name_resolver_new (client.Handle, iface, proto,
149 private void OnHostNameResolverCallback (IntPtr resolver, int iface, Protocol proto,
  /external/deqp/scripts/opengl/
gen_wrapper.py 40 def genWrapperHeader (iface):
41 defines = imap(commandAliasDefinition, iface.commands)
42 prototypes = imap(commandWrapperDeclaration, iface.commands)
71 def genWrapperImplementation (iface):
72 genCommandList(iface, commandWrapperDefinition, OPENGL_INC_DIR, "glwImpl.inl")
74 def genWrapper (iface):
75 genWrapperHeader(iface)
76 genWrapperImplementation(iface)
gen_ext_init.py 25 def genExtensions (registry, iface, api):
37 ifaceName = coreName if coreName in iface.commands else command.name
48 def genExtInit (registry, iface):
49 writeInlFile(os.path.join(OPENGL_INC_DIR, "glwInitExtES.inl"), genExtensions(registry, iface, 'gles2'))
50 writeInlFile(os.path.join(OPENGL_INC_DIR, "glwInitExtGL.inl"), genExtensions(registry, iface, 'gl'))
  /external/webrtc/webrtc/base/
fakenetwork.h 37 void AddInterface(const SocketAddress& iface) {
39 AddInterface(iface, "test" + rtc::ToString(next_index_++));
42 void AddInterface(const SocketAddress& iface, const std::string& if_name) {
43 AddInterface(iface, if_name, ADAPTER_TYPE_UNKNOWN);
46 void AddInterface(const SocketAddress& iface,
50 address.SetResolvedIP(iface.ipaddr());
55 void RemoveInterface(const SocketAddress& iface) {
58 if (it->first.EqualIPs(iface)) {
  /external/iptables/extensions/
libxt_addrtype.man 49 .BI "\-\-limit\-iface\-in"
57 \fB\-\-limit\-iface\-out\fP
60 \fB\-\-limit\-iface\-out\fP
68 \fB\-\-limit\-iface\-in\fP
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
TypeProto.java 34 import org.jf.dexlib2.iface.Method;
35 import org.jf.dexlib2.iface.reference.FieldReference;
36 import org.jf.dexlib2.iface.reference.MethodReference;
45 boolean implementsInterface(@Nonnull String iface);
  /external/wpa_supplicant_8/src/fst/
fst_session.h 21 void fst_session_global_on_iface_detached(struct fst_iface *iface);
26 void fst_session_set_iface(struct fst_session *s, struct fst_iface *iface,
34 void fst_session_handle_action(struct fst_session *s, struct fst_iface *iface,
55 void fst_session_on_action_rx(struct fst_iface *iface,
fst_internal.h 27 #define fst_printf_iface(iface, level, format, ...) \
28 fst_printf_group(fst_iface_get_group(iface), (level), "%s: " format, \
29 fst_iface_get_name(iface), ##__VA_ARGS__)
  /system/netd/server/
NetlinkHandler.h 42 void notifyQuotaLimitReached(const char *name, const char *iface);
45 void notifyAddressChanged(NetlinkEvent::Action action, const char *addr, const char *iface,
47 void notifyInterfaceDnsServers(const char *iface, const char *lifetime,
49 void notifyRouteChange(NetlinkEvent::Action action, const char *route, const char *gateway, const char *iface);
IdletimerController.h 27 int addInterfaceIdletimer(const char *iface, uint32_t timeout,
29 int removeInterfaceIdletimer(const char *iface, uint32_t timeout,
40 int modifyInterfaceIdletimer(IptOp op, const char *iface, uint32_t timeout,
  /external/wpa_supplicant_8/src/ap/
ctrl_iface_ap.c 429 struct hostapd_iface *iface = hapd->iface; local
447 hostapd_state_text(iface->state),
448 iface->phy,
449 iface->freq,
450 iface->num_sta_non_erp,
451 iface->num_sta_no_short_slot_time,
452 iface->num_sta_no_short_preamble,
453 iface->olbc,
454 iface->num_sta_ht_no_gf
    [all...]
  /art/test/023-many-interfaces/
build 21 gcc -Wall -Werror -o iface-gen iface-gen.c
22 ./iface-gen
  /art/test/563-checker-invoke-super/src/
Main.java 17 interface IFace {
21 class ClassImplA implements IFace {
25 IFace.super.$noinline$aMethod();
  /external/guice/extensions/persist/src/com/google/inject/persist/jpa/
JpaPersistModule.java 107 * @param iface Any interface type whose methods are all dynamic finders.
109 public <T> JpaPersistModule addFinder(Class<T> iface) {
110 dynamicFinders.add(iface);
114 private <T> void bindFinder(Class<T> iface) {
115 if (!isDynamicFinderValid(iface)) {
159 .newProxyInstance(Thread.currentThread().getContextClassLoader(), new Class<?>[] { iface },
162 bind(iface).toInstance(proxy);
165 private boolean isDynamicFinderValid(Class<?> iface) {
167 if (!iface.isInterface()) {
168 addError(iface + " is not an interface. Dynamic Finders must be interfaces.")
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/reflect/
MulticastDelegate.java 61 public static MulticastDelegate create(Class iface) {
63 gen.setInterface(iface);
78 private Class iface; field in class:MulticastDelegate.Generator
85 return iface.getClassLoader();
88 public void setInterface(Class iface) {
89 this.iface = iface;
94 return (MulticastDelegate)super.create(iface.getName());
98 final MethodInfo method = ReflectUtils.getMethodInfo(ReflectUtils.findInterfaceMethod(iface));
105 new Type[]{ Type.getType(iface) },
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/src/
vpx_codec.c 39 const char *vpx_codec_iface_name(vpx_codec_iface_t *iface) {
40 return iface ? iface->name : "<invalid interface>";
88 else if (!ctx->iface || !ctx->priv)
92 ctx->iface->destroy(ctx->priv->alg_priv);
94 ctx->iface = NULL;
104 vpx_codec_caps_t vpx_codec_get_caps(vpx_codec_iface_t *iface) {
105 return (iface) ? iface->caps : 0;
116 else if (!ctx->iface || !ctx->priv || !ctx->iface->ctrl_maps
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
main.c 184 struct wpa_interface *ifaces, *iface; local
195 iface = ifaces = os_zalloc(sizeof(struct wpa_interface));
209 iface->bridge_ifname = optarg;
215 iface->confname = optarg;
218 iface->ctrl_interface = optarg;
221 iface->driver = optarg;
252 iface->ifname = optarg;
255 iface->confanother = optarg;
276 iface->driver_param = optarg;
313 iface = os_realloc_array(params.match_ifaces
    [all...]
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 147 private void updateInterfaceState(String iface, boolean up) {
148 if (!mIface.equals(iface)) {
151 Log.d(TAG, "updateInterface: " + iface + " link " + (up ? "up" : "down"));
171 public void interfaceLinkStateChanged(String iface, boolean up) {
172 updateInterfaceState(iface, up);
176 public void interfaceAdded(String iface) {
177 maybeTrackInterface(iface);
181 public void interfaceRemoved(String iface) {
182 stopTrackingInterface(iface);
186 private void setInterfaceUp(String iface) {
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
rtt.cpp 120 GetRttCapabilitiesCommand(wifi_interface_handle iface, wifi_rtt_capabilities *capabitlites)
121 : WifiCommand("GetRttCapabilitiesCommand", iface, 0), mCapabilities(capabitlites)
127 ALOGD("Creating message to get scan capablities; iface = %d", mIfaceInfo->id);
167 GetRttResponderInfoCommand(wifi_interface_handle iface, wifi_rtt_responder *responderInfo)
168 : WifiCommand("GetRttResponderInfoCommand", iface, 0), mResponderInfo(responderInfo)
175 ALOGD("Creating message to get responder info ; iface = %d", mIfaceInfo->id);
217 EnableResponderCommand(wifi_interface_handle iface, int id, wifi_channel_info channel_hint,
219 : WifiCommand("EnableResponderCommand", iface, 0), mChannelInfo(channel_hint),
226 ALOGD("Creating message to set responder ; iface = %d", mIfaceInfo->id);
266 CancelResponderCommand(wifi_interface_handle iface, int id
    [all...]
  /external/dhcpcd-6.8.2/
ipv4ll.c 91 TAILQ_FOREACH(ifp, astate->iface->ctx->ifaces, next) {
107 struct dhcp_state *state = D_STATE(astate->iface);
110 ipv4_finaliseaddr(astate->iface);
122 logger(astate->iface->ctx, LOG_ERR, "%s: %m", __func__);
124 dhcp_bind(astate->iface, astate);
132 struct dhcp_state *state = D_STATE(astate->iface);
152 struct dhcp_state *state = D_STATE(astate->iface);
179 logger(astate->iface->ctx, LOG_WARNING,
181 astate->iface->name, DEFEND_INTERVAL,
183 dhcp_drop(astate->iface, "EXPIRE")
    [all...]
  /external/deqp/scripts/egl/
__init__.py 34 iface = getDefaultInterface()
36 str_util.gen(iface)
37 call_log_wrapper.gen(iface)
39 enums.gen(iface)
40 func_ptrs.gen(iface)
  /external/dnsmasq/src/
network.c 69 if (strncmp(name, alias->iface, IF_NAMESIZE) == 0)
73 if (!(newindex = if_nametoindex(bridge->iface)))
81 strncpy(name, bridge->iface, IF_NAMESIZE);
125 struct irec *iface; local
133 for (iface = *irecp; iface; iface = iface->next)
134 if (sockaddr_isequal(&iface->addr, addr))
196 if ((iface = whine_malloc(sizeof(struct irec)))
596 struct irec *iface; local
883 struct irec *iface; local
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItemFactory.java 33 import org.jf.dexlib2.iface.instruction.Instruction;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
35 import org.jf.dexlib2.iface.instruction.formats.ArrayPayload;
36 import org.jf.dexlib2.iface.instruction.formats.PackedSwitchPayload;
37 import org.jf.dexlib2.iface.instruction.formats.SparseSwitchPayload;

Completed in 585 milliseconds

1 2 3 45 6 7 8 91011>>