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

<<21222324252627282930>>

  /external/wpa_supplicant_8/src/fst/
fst_group.h 52 struct fst_iface *iface,
  /frameworks/av/media/libmedia/
IMediaPlayerService.cpp 115 const sp<IRemoteDisplayClient>& client, const String8& iface)
121 data.writeString8(iface);
197 String8 iface(data.readString8());
198 sp<IRemoteDisplay> display(listenForRemoteDisplay(opPackageName, client, iface));
  /frameworks/av/media/libmediaplayerservice/
RemoteDisplay.h 38 const char *iface);
  /frameworks/base/core/tests/coretests/src/com/android/internal/net/
NetworkStatsFactoryTest.java 158 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set,
160 final int i = stats.findIndex(iface, uid, set, tag, ROAMING_NO);
166 private static void assertStatsEntry(NetworkStats stats, String iface, int uid, int set,
168 final int i = stats.findIndex(iface, uid, set, tag, ROAMING_NO);
  /hardware/qcom/wlan/qcwcn/wifi_hal/
common.h 171 wifi_interface_handle iface, u8 *ip_packet, u16 ip_packet_len,
174 wifi_interface_handle iface);
176 iface, s8 max_rssi, s8 min_rssi, wifi_rssi_event_handler eh);
177 wifi_error wifi_stop_rssi_monitoring(wifi_request_id id, wifi_interface_handle iface);
  /libcore/ojluni/src/main/java/java/sql/
Wrapper.java 56 * @param iface A Class defining an interface that the result must implement.
61 <T> T unwrap(java.lang.Class<T> iface) throws java.sql.SQLException;
72 * @param iface a Class defining an interface.
78 boolean isWrapperFor(java.lang.Class<?> iface) throws java.sql.SQLException;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
BluetoothTetheringNetworkFactory.java 171 public void startReverseTether(final String iface) {
172 if (iface == null || TextUtils.isEmpty(iface)) {
181 mInterfaceName = iface;
  /system/connectivity/shill/test-scripts/
routing.py 45 def __init__(self, iface, dest, gway, flags, mask):
46 self.interface = iface
103 interface = route[colMap["Iface"]]
162 "Iface Destination Gateway Flags RefCnt "
  /frameworks/base/core/java/com/android/internal/net/
NetworkStatsFactory.java 103 entry.iface = reader.nextString();
161 entry.iface = reader.nextString();
209 if (Objects.equals(entry.iface, stackedIface)) {
223 if (entry.iface != null && entry.iface.startsWith("clat")) {
291 entry.iface = reader.nextString();
300 if ((limitIfaces == null || ArrayUtils.contains(limitIfaces, entry.iface))
  /system/extras/tests/net_test/
sock_diag.py 70 "InetDiagSockId", "!HH16s16sI8s", "sport dport src dst iface cookie")
282 iface = s.getsockopt(SOL_SOCKET, net_test.SO_BINDTODEVICE,
284 iface = GetInterfaceIndex(iface) if iface else 0
286 iface = 0
298 sock_id = InetDiagSockId((sport, dport, src, dst, iface, "\x00" * 8))
  /dalvik/dx/src/com/android/dx/cf/direct/
MemberListParser.java 19 import com.android.dx.cf.iface.AttributeList;
20 import com.android.dx.cf.iface.Member;
21 import com.android.dx.cf.iface.ParseException;
22 import com.android.dx.cf.iface.ParseObserver;
23 import com.android.dx.cf.iface.StdAttributeList;
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/builder/
PayloadAlignmentTest.java 37 import org.jf.dexlib2.iface.instruction.Instruction;
38 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
39 import org.jf.dexlib2.iface.instruction.formats.Instruction31t;
40 import org.jf.dexlib2.iface.instruction.formats.PackedSwitchPayload;
41 import org.jf.dexlib2.iface.instruction.formats.SparseSwitchPayload;
  /prebuilts/go/darwin-x86/src/crypto/tls/
handshake_messages_test.go 38 for i, iface := range tests {
39 ty := reflect.ValueOf(iface).Type()
54 m2 := iface.(testMessage)
85 for _, iface := range tests {
86 m := iface.(testMessage)
  /prebuilts/go/linux-x86/src/crypto/tls/
handshake_messages_test.go 38 for i, iface := range tests {
39 ty := reflect.ValueOf(iface).Type()
54 m2 := iface.(testMessage)
85 for _, iface := range tests {
86 m := iface.(testMessage)
  /art/test/971-iface-super/util-src/
generate_smali.py 350 for iface in self.ifaces:
351 yield self.OUTPUT_PREFIX.format(iface_name = iface.get_name(), tree = self.get_tree())
352 yield from iface.get_expected()
353 yield iface.get_response().get_output_format().format(iface_name = iface.get_name(),
364 super_calls = "\n".join(super_template.format(iface_name = iface.get_name(),
366 tree = self.get_tree()) for iface in self.ifaces)
534 for iface in self.ifaces:
536 yield self.OUTPUT_PREFIX.format(iface_name = iface.get_name(), tree = self.get_tree())
537 yield from iface.get_expected(
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11.c 53 if (hapd->iface->current_rates == NULL)
57 num = hapd->iface->num_rates;
69 for (i = 0, count = 0; i < hapd->iface->num_rates && count < num;
72 *pos = hapd->iface->current_rates[i].rate / 5;
73 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC)
97 if (hapd->iface->current_rates == NULL)
100 num = hapd->iface->num_rates;
111 for (i = 0, count = 0; i < hapd->iface->num_rates && count < num + 8;
116 *pos = hapd->iface->current_rates[i].rate / 5;
117 if (hapd->iface->current_rates[i].flags & HOSTAPD_RATE_BASIC
2945 struct hostapd_iface *iface = hapd->iface; local
2975 struct hostapd_iface *iface = hapd->iface; local
3001 struct hostapd_iface *iface = hapd->iface; local
    [all...]
  /external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp 109 maybeAdjustInterfaceForSubscriptingCheck(const ObjCInterfaceDecl *IFace,
112 assert(IFace && Receiver);
116 return IFace;
121 return IFace;
127 return IFace;
138 return IFace;
144 return IFace;
153 return IFace;
156 static bool canRewriteToSubscriptSyntax(const ObjCInterfaceDecl *&IFace,
163 IFace = maybeAdjustInterfaceForSubscriptingCheck(IFace, Rec, Ctx)
    [all...]
  /external/dhcpcd-6.8.2/
if-bsd.c 110 if_init(__unused struct interface *iface)
117 if_conf(__unused struct interface *iface)
523 rt->iface = if_findindex(ctx->ifaces, rtm->rtm_index);
528 rt->iface = if_findsdl(ctx, sdl);
532 if (rt->iface == NULL &&
538 rt->iface = ia->iface;
579 state = D_CSTATE(rt->iface);
652 if_linkaddr(&su.sdl, rt->iface);
664 rtm.hdr.rtm_index = (unsigned short)rt->iface->index
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0/
builder-2.1.0-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta1/
builder-2.1.0-beta1-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-beta3/
builder-2.1.0-beta3-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.0-rc1/
builder-2.1.0-rc1-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.2/
builder-2.1.2-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.1.3/
builder-2.1.3-sources.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/2.2.0-alpha1/
builder-2.2.0-alpha1-sources.jar 

Completed in 1787 milliseconds

<<21222324252627282930>>