HomeSort by relevance Sort by last modified time
    Searched refs:iface (Results 51 - 75 of 856) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/debug/
EndLocal.java 32 package org.jf.dexlib2.iface.debug;
RestartLocal.java 32 package org.jf.dexlib2.iface.debug;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/instruction/formats/
UnknownInstruction.java 32 package org.jf.dexlib2.iface.instruction.formats;
Instruction11n.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction20bc.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
35 import org.jf.dexlib2.iface.instruction.VerificationErrorInstruction;
Instruction21c.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
35 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
Instruction21ih.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.NarrowHatLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction21lh.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.LongHatLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction21s.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction21t.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction22b.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction22c.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
35 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction22cs.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.FieldOffsetInstruction;
35 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction22s.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction22t.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
35 import org.jf.dexlib2.iface.instruction.TwoRegisterInstruction;
Instruction31c.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
35 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
Instruction31i.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.NarrowLiteralInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction31t.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.OffsetInstruction;
35 import org.jf.dexlib2.iface.instruction.OneRegisterInstruction;
Instruction35c.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.FiveRegisterInstruction;
35 import org.jf.dexlib2.iface.instruction.ReferenceInstruction;
Instruction35mi.java 32 package org.jf.dexlib2.iface.instruction.formats;
34 import org.jf.dexlib2.iface.instruction.FiveRegisterInstruction;
35 import org.jf.dexlib2.iface.instruction.InlineIndexInstruction;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/iface/value/
EncodedValue.java 32 package org.jf.dexlib2.iface.value;
  /external/wpa_supplicant_8/hostapd/logwatch/
hostapd 29 if (my ($iface,$mac,$layer,$details) = ($line =~ /(.*?): STA (.*?) (.*?): (.*?)$/i)) {
34 $hostapd{$iface}->{$mac}->{$layer}->{$details}++;
41 foreach my $iface (sort keys %hostapd) {
42 print "Interface $iface:\n";
43 foreach my $mac (sort keys %{$hostapd{$iface}}) {
45 foreach my $layer (sort keys %{$hostapd{$iface}->{$mac}}) {
47 foreach my $details (sort keys %{$hostapd{$iface}->{$mac}->{$layer}}) {
49 my $count = $hostapd{$iface}->{$mac}->{$layer}->{$details};
  /external/wpa_supplicant_8/wpa_supplicant/
main_none.c 16 struct wpa_interface iface; local
28 memset(&iface, 0, sizeof(iface));
31 if (wpa_supplicant_add_iface(global, &iface) == NULL)
  /sdk/emulator/opengl/host/libs/Translator/EGL/
ClientAPIExts.h 24 void initClientFuncs(GLESiface *iface, int idx);
  /external/wpa_supplicant_8/src/ap/
acs.c 244 static int acs_request_scan(struct hostapd_iface *iface);
262 static void acs_cleanup(struct hostapd_iface *iface)
267 for (i = 0; i < iface->current_mode->num_channels; i++) {
268 chan = &iface->current_mode->channels[i];
278 iface->chans_surveyed = 0;
279 iface->acs_num_completed_scans = 0;
283 static void acs_fail(struct hostapd_iface *iface)
286 acs_cleanup(iface);
287 hostapd_disable_iface(iface);
325 acs_survey_chan_interference_factor(struct hostapd_iface *iface,
    [all...]

Completed in 1012 milliseconds

1 23 4 5 6 7 8 91011>>