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

1 2 3 4 5 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/rewriter/
InstructionRewriter.java 36 import org.jf.dexlib2.iface.instruction.Instruction;
37 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
38 import org.jf.dexlib2.iface.instruction.formats.*;
39 import org.jf.dexlib2.iface.reference.FieldReference;
40 import org.jf.dexlib2.iface.reference.MethodReference;
41 import org.jf.dexlib2.iface.reference.Reference;
42 import org.jf.dexlib2.iface.reference.TypeReference;
FieldRewriter.java 35 import org.jf.dexlib2.iface.Annotation;
36 import org.jf.dexlib2.iface.Field;
37 import org.jf.dexlib2.iface.value.EncodedValue;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorResolver.java 39 import org.jf.dexlib2.iface.ClassDef;
40 import org.jf.dexlib2.iface.Method;
41 import org.jf.dexlib2.iface.MethodImplementation;
42 import org.jf.dexlib2.iface.instruction.Instruction;
43 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
44 import org.jf.dexlib2.iface.reference.MethodReference;
45 import org.jf.dexlib2.iface.reference.Reference;
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
FixOffsetsTest.java 39 import org.jf.dexlib2.iface.ExceptionHandler;
40 import org.jf.dexlib2.iface.MethodImplementation;
41 import org.jf.dexlib2.iface.TryBlock;
42 import org.jf.dexlib2.iface.debug.DebugItem;
43 import org.jf.dexlib2.iface.debug.LineNumber;
44 import org.jf.dexlib2.iface.instruction.Instruction;
45 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
  /frameworks/base/core/java/android/net/
StaticIpConfiguration.java 83 public List<RouteInfo> getRoutes(String iface) {
86 RouteInfo connectedRoute = new RouteInfo(ipAddress, null, iface);
89 routes.add(RouteInfo.makeHostRoute(gateway, iface));
93 routes.add(new RouteInfo((IpPrefix) null, gateway, iface));
104 public LinkProperties toLinkProperties(String iface) {
106 lp.setInterfaceName(iface);
110 for (RouteInfo route : getRoutes(iface)) {
  /frameworks/base/core/java/com/android/internal/os/
TransferPipe.java 52 void go(IInterface iface, FileDescriptor fd, String prefix,
73 static void go(Caller caller, IInterface iface, FileDescriptor out,
75 go(caller, iface, out, prefix, args, DEFAULT_TIMEOUT);
78 static void go(Caller caller, IInterface iface, FileDescriptor out,
80 if ((iface.asBinder()) instanceof Binder) {
83 caller.go(iface, out, prefix, args);
91 caller.go(iface, tp.getWriteFd().getFileDescriptor(), prefix, args);
  /frameworks/base/core/jni/
android_net_TrafficStats.cpp 77 static int parseIfaceStats(const char* iface, struct Stats* stats) {
97 if (!iface || !strcmp(iface, cur_iface)) {
128 char iface[32]; local
136 &idx, iface, &tag, &cur_uid, &set, &rxBytes, &rxPackets,
163 static jlong getIfaceStat(JNIEnv* env, jclass clazz, jstring iface, jint type) {
164 ScopedUtfChars iface8(env, iface);
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
cpp_bindings.h 147 WifiRequest(int family, int iface) {
150 mIface = iface;
232 WifiCommand(const char *type, wifi_interface_handle iface, wifi_request_id id)
233 : mType(type), mMsg(getHalInfo(iface)->nl80211_family_id, getIfaceInfo(iface)->id),
236 mIfaceInfo = getIfaceInfo(iface);
237 mInfo = getHalInfo(iface);
  /external/avahi/avahi-sharp/en/Avahi/
DomainBrowser.xml 75 <MemberSignature Language="C#" Value="public DomainBrowser (Avahi.Client client, int iface, Avahi.Protocol proto, string domain, Avahi.DomainBrowserType btype, Avahi.LookupFlags flags);" />
79 <Parameter Name="iface" Type="System.Int32" />
87 <param name="iface">To be added.</param>
  /external/deqp/scripts/egl/
func_ptrs.py 36 def gen (iface):
37 genCommandList(iface, commandTypedefDecl, EGL_WRAPPER_DIR, "eglwFunctionTypes.inl", True)
38 genCommandList(iface, commandMemberDecl, EGL_WRAPPER_DIR, "eglwFunctions.inl", True)
  /external/deqp/scripts/opengl/
gen_func_ptrs.py 35 def genFunctionPointers (iface):
36 genCommandList(iface, commandTypedefDecl, OPENGL_INC_DIR, "glwFunctionTypes.inl", True)
37 genCommandList(iface, commandMemberDecl, OPENGL_INC_DIR, "glwFunctions.inl", True)
gen_query_util.py 68 def genQueryUtil (iface):
73 writeInlFile(utilFile, genQueryEnumUtilImpls(iface, queryNumOutArgs))
76 writeInlFile(utilFile, genSetEnumUtilImpls(iface, setNumInArgs))
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/
ReflectionField.java 37 import org.jf.dexlib2.iface.Annotation;
38 import org.jf.dexlib2.iface.Field;
39 import org.jf.dexlib2.iface.value.EncodedValue;
  /external/smali/dexlib2/src/main/java/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/smali/src/test/java/
ImplicitReferenceTest.java 38 import org.jf.dexlib2.iface.ClassDef;
39 import org.jf.dexlib2.iface.Field;
40 import org.jf.dexlib2.iface.Method;
41 import org.jf.dexlib2.iface.MethodImplementation;
42 import org.jf.dexlib2.iface.instruction.Instruction;
43 import org.jf.dexlib2.iface.instruction.formats.Instruction21c;
44 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
45 import org.jf.dexlib2.iface.reference.FieldReference;
46 import org.jf.dexlib2.iface.reference.MethodReference;
47 import org.jf.dexlib2.iface.value.FieldEncodedValue
    [all...]
  /external/toybox/toys/pending/
arping.c 14 usage: arping [-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP
26 -I IFACE Interface to use (default eth0)
38 char *iface;
208 if (!(toys.optflags & FLAG_I)) TT.iface = "eth0";
212 xstrncpy(ifr.ifr_name, TT.iface, IFNAMSIZ);
213 get_interface(TT.iface, &if_index, NULL, NULL);
218 error_exit("Interface \"%s\" is down", TT.iface);
221 xprintf("Interface \"%s\" is not ARPable\n", TT.iface);
239 if (setsockopt(p_fd, SOL_SOCKET, SO_BINDTODEVICE, TT.iface,
240 strlen(TT.iface))) perror_exit("setsockopt")
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_helpers.h 115 int wpa_dbus_ctrl_iface_init(struct wpas_dbus_priv *iface, char *dbus_path,
128 dbus_bool_t wpa_dbus_get_object_properties(struct wpas_dbus_priv *iface,
139 void wpa_dbus_mark_property_changed(struct wpas_dbus_priv *iface,
  /system/connectivity/shill/test-scripts/
backchannel 32 echo " setup <iface> [new_iface_name] Set <iface> as backchannel device"
33 echo " teardown <iface> [new_iface_name] Return backchannel device to normal"
  /prebuilts/go/darwin-x86/src/runtime/
iface.go 155 pi := (*iface)(unsafe.Pointer(&i))
170 func panicdottype(have, want, iface *_type) {
175 panic(&TypeAssertionError{*iface._string, haveString, *want._string, ""})
179 ip := (*iface)(unsafe.Pointer(&i))
197 ip := (*iface)(unsafe.Pointer(&i))
253 ip := (*iface)(unsafe.Pointer(&i))
265 ip := (*iface)(unsafe.Pointer(&i))
279 ip := (*iface)(unsafe.Pointer(&i))
291 ip := (*iface)(unsafe.Pointer(&i))
296 rp := (*iface)(unsafe.Pointer(&r)
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
iface.go 155 pi := (*iface)(unsafe.Pointer(&i))
170 func panicdottype(have, want, iface *_type) {
175 panic(&TypeAssertionError{*iface._string, haveString, *want._string, ""})
179 ip := (*iface)(unsafe.Pointer(&i))
197 ip := (*iface)(unsafe.Pointer(&i))
253 ip := (*iface)(unsafe.Pointer(&i))
265 ip := (*iface)(unsafe.Pointer(&i))
279 ip := (*iface)(unsafe.Pointer(&i))
291 ip := (*iface)(unsafe.Pointer(&i))
296 rp := (*iface)(unsafe.Pointer(&r)
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_drv_ops.c 96 if (add_buf(&beacon, hapd->iface->fst_ies) < 0 ||
97 add_buf(&proberesp, hapd->iface->fst_ies) < 0 ||
98 add_buf(&assocresp, hapd->iface->fst_ies) < 0)
496 hapd->iface->current_mode ?
497 hapd->iface->current_mode->vht_capab : 0))
683 int hostapd_start_dfs_cac(struct hostapd_iface *iface,
689 struct hostapd_data *hapd = iface->bss[0];
696 if (!iface->conf->ieee80211h) {
706 iface->current_mode->vht_capab)) {
713 iface->cac_started = 1
    [all...]
  /frameworks/opt/net/wifi/service/jni/
com_android_server_wifi_WifiNative.cpp 453 JNIEnv *env, jclass cls, jint iface, jint id, jobject settings) {
456 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface);
457 // ALOGD("starting scan on interface[%d] = %p", iface, handle);
529 static jboolean android_net_wifi_stopScan(JNIEnv *env, jclass cls, jint iface, jint id) {
532 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface);
533 // ALOGD("stopping scan on interface[%d] = %p", iface, handle);
545 JNIEnv *env, jclass cls, jint iface, jboolean flush) {
551 wifi_interface_handle handle = getIfaceHandle(helper, cls, iface);
552 // ALOGD("getting scan results on interface[%d] = %p", iface, handle);
605 // ALOGD("retrieved %d scan data from interface[%d] = %p", num_scan_data, iface, handle)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java 379 private void notifyInterfaceStatusChanged(String iface, boolean up) {
384 mObservers.getBroadcastItem(i).interfaceStatusChanged(iface, up);
397 private void notifyInterfaceLinkStateChanged(String iface, boolean up) {
402 mObservers.getBroadcastItem(i).interfaceLinkStateChanged(iface, up);
414 private void notifyInterfaceAdded(String iface) {
419 mObservers.getBroadcastItem(i).interfaceAdded(iface);
431 private void notifyInterfaceRemoved(String iface) {
434 mActiveAlerts.remove(iface);
435 mActiveQuotas.remove(iface);
441 mObservers.getBroadcastItem(i).interfaceRemoved(iface);
876 String iface = cooked[4]; local
    [all...]
  /art/test/026-access/src/
Main.java 26 System.out.println(Iface.X);
  /art/test/146-bad-interface/src-ex/
Iface.java 17 public interface Iface {

Completed in 408 milliseconds

1 2 3 4 5 6 7 8 91011>>