Searched refs:run (Results 1 - 25 of 2213) sorted by last modified time

1234567891011>>

/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DDecodeThread.java72 public void run() { method in class:DecodeThread
H A DFinishListener.java37 run();
41 run();
44 public void run() { method in class:FinishListener
/external/webrtc/src/modules/audio_processing/test/
H A Dapmtest.m27 % Set to true to run old VQE recordings.
/external/wpa_supplicant_8/hostapd/
H A Dhostapd.conf58 # multiple hostapd processes/interfaces can be run at the same time if more
60 # /var/run/hostapd is the recommended directory for sockets and by default,
62 ctrl_interface=/var/run/hostapd
66 # possible to run hostapd as root (since it needs to change network
68 # run as non-root users. However, since the control interface can be used to
137 # automatically at run time by setting channel=acs_survey or channel=0, both of
1261 #wps_pin_requests=/var/run/hostapd_wps_pin_requests
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet_ndis.c201 int run = 1; local
224 while (l2_ndisuio_global && run) {
230 run = 0;
240 run = 0;
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet_ndis.c201 int run = 1; local
224 while (l2_ndisuio_global && run) {
230 run = 0;
240 run = 0;
/external/wpa_supplicant_8/wpa_supplicant/examples/
H A Ddbus-listen-preq.py62 gobject.MainLoop().run()
H A Dieee8021x.conf3 ctrl_interface=/var/run/wpa_supplicant
H A Dp2p-action-udhcp.sh26 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
31 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
32 kill_daemon udhcpd /var/run/udhcpd-$GIFNAME.pid
33 udhcpc -i $GIFNAME -p /var/run/udhcpc-$GIFNAME.pid \
41 kill_daemon udhcpd /var/run/udhcpd-$GIFNAME.pid
45 kill_daemon udhcpc /var/run/udhcpc-$GIFNAME.pid
H A Dp2p-action.sh26 kill_daemon dhclient /var/run/dhclient-$GIFNAME.pid
27 rm /var/run/dhclient.leases-$GIFNAME
28 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
30 if ! dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
35 dnsmasq -x /var/run/dnsmasq.pid-$GIFNAME \
41 kill_daemon dhclient /var/run/dhclient-$GIFNAME.pid
42 rm /var/run/dhclient.leases-$GIFNAME
43 kill_daemon dnsmasq /var/run/dnsmasq.pid-$GIFNAME
57 dhclient -pf /var/run/dhclient-$GIFNAME.pid \
58 -lf /var/run/dhclien
[all...]
H A Dplaintext.conf3 ctrl_interface=/var/run/wpa_supplicant
H A Dudhcpd-p2p.conf63 pidfile /var/run/udhcpd-wlan2.pid #default: /var/run/udhcpd.pid
H A Dwep.conf3 ctrl_interface=/var/run/wpa_supplicant
H A Dwpa-psk-tkip.conf3 ctrl_interface=/var/run/wpa_supplicant
H A Dwpa2-eap-ccmp.conf3 ctrl_interface=/var/run/wpa_supplicant
H A Dwpas-dbus-new-signals.py199 gobject.MainLoop().run()
H A Dwpas-dbus-new-wps.py76 gobject.MainLoop().run()
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/
H A Dp2p_connect.py207 def run(self): member in class:P2P_Connect
218 gobject.MainLoop().run()
297 p2p_connect_test.run()
H A Dp2p_disconnect.py102 def run(self): member in class:P2P_Disconnect
108 gobject.MainLoop().run()
H A Dp2p_find.py115 def run(self): member in class:P2P_Find
120 gobject.MainLoop().run()
181 # If timeout is 0, then run forever
H A Dp2p_flush.py102 def run(self): member in class:P2P_Flush
108 gobject.MainLoop().run()
H A Dp2p_group_add.py139 def run(self): member in class:P2P_Group_Add
152 gobject.MainLoop().run()
H A Dp2p_invite.py125 def run(self): member in class:P2P_Invite
138 gobject.MainLoop().run()
H A Dp2p_listen.py102 def run(self): member in class:P2P_Listen
110 gobject.MainLoop().run()
171 # If timeout is 0, then run forever
H A Dp2p_stop_find.py107 def run(self): member in class:P2P_Stop_Find
113 gobject.MainLoop().run()

Completed in 175 milliseconds

1234567891011>>