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

1 2 3 45 6 7 8 91011>>

  /art/test/023-many-interfaces/
build 21 gcc -Wall -Werror -o iface-gen iface-gen.c
22 ./iface-gen
  /external/ltp/testcases/network/stress/interface/
if-addr-adddel 47 local iface=$(tst_iface)
71 ifconfig $iface add $new_ip/$netmask
73 ifconfig $iface:1 $new_ip netmask 255.255.255.0
76 ip_cmd) ip addr add $new_ip/$netmask dev $iface ;;
80 tst_resm TFAIL "command failed to add $new_ip to $iface"
84 ip addr show $iface | grep -q $new_ip
86 ip addr show $iface
101 ifconfig $iface del $new_ip/$netmask
103 ifconfig $iface:1 down
106 ip_cmd) ip addr del $new_ip/$netmask dev $iface ;;
    [all...]
  /external/r8/src/test/examples/classmerging/
Test.java 9 GenericInterface iface = new GenericInterfaceImpl(); local
10 callMethodOnIface(iface);
20 private static void callMethodOnIface(GenericInterface iface) {
21 System.out.println(iface.method());
29 private static void callMethodOnIface(ConflictingInterface iface) {
30 System.out.println(iface.method());
  /frameworks/native/libs/binder/
IInterface.cpp 33 sp<IBinder> IInterface::asBinder(const IInterface* iface)
35 if (iface == NULL) return NULL;
36 return const_cast<IInterface*>(iface)->onAsBinder();
40 sp<IBinder> IInterface::asBinder(const sp<IInterface>& iface)
42 if (iface == NULL) return NULL;
43 return iface->onAsBinder();
  /external/wpa_supplicant_8/src/ap/
hostapd.c 52 static int hostapd_setup_encryption(char *iface, struct hostapd_data *hapd);
54 static int setup_interface2(struct hostapd_iface *iface);
59 int (*cb)(struct hostapd_iface *iface,
66 ret = cb(interfaces->iface[i], ctx);
101 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 1);
103 hostapd_set_drv_ieee8021x(hapd, hapd->conf->iface, 0);
121 hostapd_setup_encryption(hapd->conf->iface, hapd);
134 wpa_printf(MSG_DEBUG, "Reconfigured interface %s", hapd->conf->iface);
138 static void hostapd_clear_old(struct hostapd_iface *iface)
146 for (j = 0; j < iface->num_bss; j++)
1275 struct hostapd_iface *iface = eloop_ctx; local
2161 struct hostapd_iface *iface = interfaces->iface[i]; local
2188 struct hostapd_iface *new_iface = NULL, *iface = NULL; local
2438 struct hostapd_iface **iface, *hapd_iface; local
3091 struct hostapd_iface *iface = hapd->iface; local
3272 struct hostapd_iface *iface = interfaces->iface[i]; local
    [all...]
ieee802_11_he.c 25 if (!hapd->iface->current_mode)
42 if (hapd->iface->conf->he_phy_capab.he_su_beamformer)
46 if (hapd->iface->conf->he_phy_capab.he_su_beamformee)
50 if (hapd->iface->conf->he_phy_capab.he_mu_beamformer)
65 if (!hapd->iface->current_mode)
82 if (hapd->iface->conf->he_op.he_bss_color)
83 oper->he_oper_params |= hapd->iface->conf->he_op.he_bss_color;
85 if (hapd->iface->conf->he_op.he_default_pe_duration)
87 (hapd->iface->conf->he_op.he_default_pe_duration <<
90 if (hapd->iface->conf->he_op.he_twt_required
    [all...]
utils.c 48 static int prune_associations(struct hostapd_iface *iface, void *ctx)
55 for (j = 0; j < iface->num_bss; j++) {
56 ohapd = iface->bss[j];
61 if (ohapd->iface->fst &&
62 data->hapd->iface->fst &&
63 fst_are_ifaces_aggregated(ohapd->iface->fst,
64 data->hapd->iface->fst))
72 ohapd->conf->iface, MAC2STR(osta->addr));
92 if (hapd->iface->interfaces &&
93 hapd->iface->interfaces->for_each_interface
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_introspect.c 30 struct interfaces *iface; local
32 dl_list_for_each(iface, list, struct interfaces, list) {
33 if (os_strcmp(iface->dbus_interface, dbus_interface) == 0)
34 return iface; /* already in the list */
37 iface = os_zalloc(sizeof(struct interfaces));
38 if (!iface)
40 iface->dbus_interface = os_strdup(dbus_interface);
41 iface->xml = wpabuf_alloc(15000);
42 if (iface->dbus_interface == NULL || iface->xml == NULL)
100 struct interfaces *iface; local
115 struct interfaces *iface; local
130 struct interfaces *iface; local
161 struct interfaces *iface, *n; local
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/
MethodImplementation.java 32 package org.jf.dexlib2.iface;
34 import org.jf.dexlib2.iface.debug.DebugItem;
35 import org.jf.dexlib2.iface.instruction.Instruction;
MethodParameter.java 32 package org.jf.dexlib2.iface;
34 import org.jf.dexlib2.iface.debug.LocalInfo;
35 import org.jf.dexlib2.iface.reference.TypeReference;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/
StartLocal.java 32 package org.jf.dexlib2.iface.debug;
34 import org.jf.dexlib2.iface.reference.StringReference;
35 import org.jf.dexlib2.iface.reference.TypeReference;
SetSourceFile.java 32 package org.jf.dexlib2.iface.debug;
34 import org.jf.dexlib2.iface.reference.StringReference;
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 63 InterfaceConfiguration getInterfaceConfig(String iface);
68 void setInterfaceConfig(String iface, in InterfaceConfiguration cfg);
73 void clearInterfaceAddresses(String iface);
78 void setInterfaceDown(String iface);
83 void setInterfaceUp(String iface);
88 void setInterfaceIpv6PrivacyExtensions(String iface, boolean enable);
93 void disableIpv6(String iface);
98 void enableIpv6(String iface);
104 void setIPv6AddrGenMode(String iface, int mode);
109 void setInterfaceIpv6NdOffload(String iface, boolean enable)
    [all...]
  /system/netd/server/
IdletimerController.h 31 int addInterfaceIdletimer(const char *iface, uint32_t timeout,
33 int removeInterfaceIdletimer(const char *iface, uint32_t timeout,
44 int modifyInterfaceIdletimer(IptOp op, const char *iface, uint32_t timeout,
  /dalvik/dx/src/com/android/dx/cf/iface/
FieldList.java 17 package com.android.dx.cf.iface;
MethodList.java 17 package com.android.dx.cf.iface;
  /external/autotest/client/cros/
debugd_util.py 8 def iface(): function
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/
FiveRegisterInstruction.java 32 package org.jf.dexlib2.iface.instruction;
Instruction.java 32 package org.jf.dexlib2.iface.instruction;
39 * There are two categories of sub-interfaces of this interface. The dexlib2.iface.instruction.* interfaces are set of
40 * generic categories of instructions, while the dexlib2.iface.instruction.formats.* interfaces each represent a
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/value/
ImmutableEncodedValue.java 34 import org.jf.dexlib2.iface.value.EncodedValue;
  /external/deqp/scripts/opengl/
gen_all.py 39 iface = getHybridInterface()
40 genCallLogWrapper(iface)
41 genEnums(iface)
45 genExtInit(registry, iface)
47 genFunctionPointers(iface)
48 genNullRenderContext(iface)
49 genStrUtil(iface)
50 genWrapper(iface)
51 genQueryUtil(iface)
gen_es31_wrapper.py 30 iface = getInterface(registry, api='gles2', version="3.1")
31 genCommandList(iface, commandES31InitStatement,
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)
  /frameworks/opt/net/wifi/libwifi_hal/
hal_tool.cpp 68 wifi_error wifi_get_iface_name_stub(wifi_interface_handle iface, char* name,
74 wifi_interface_handle iface,
80 wifi_interface_handle iface) {
85 wifi_interface_handle iface,
92 wifi_interface_handle iface) {
96 wifi_error wifi_get_cached_gscan_results_stub(wifi_interface_handle iface,
104 wifi_interface_handle iface,
111 wifi_interface_handle iface) {
116 wifi_request_id id, wifi_interface_handle iface,
123 wifi_request_id id, wifi_interface_handle iface) {
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
ArrayPayload.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.PayloadInstruction;

Completed in 528 milliseconds

1 2 3 45 6 7 8 91011>>