Searched defs:run (Results 1 - 25 of 990) 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/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/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()
/external/wpa_supplicant_8/wpa_supplicant/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/valgrind/main/
H A Dautogen.sh3 run () function
14 run aclocal
15 run autoheader
16 run automake -a
17 run autoconf
/external/svox/picolanginstaller/src/com/svox/langpack/installer/
H A DInstallerActivity.java45 // only run the installer if there isn't another one running
122 public void run() { method in class:InstallerActivity.unzipper
154 public void run() { method in class:InstallerActivity.retryDisplayer
159 // only run the installer if there isn't another one running
/external/stlport/test/unit/cppunit/
H A Dtest_main.cpp37 int TestCase::run(Reporter *in_reporter, const char *in_testName, bool invert) { function in class:TestCase
73 // -t=CLASS[::TEST] run the test class CLASS or member test CLASS::TEST
74 // -x=CLASS[::TEST] run all except the test class CLASS or member test CLASS::TEST
115 num_errors = CPPUNIT_NS::TestCase::run(reporter, xtestName, true);
117 num_errors = CPPUNIT_NS::TestCase::run(reporter, testName);
/external/svox/PicoLangInstallerDeuDeu/src/com/svox/pico/voice/deu/deu/
H A DInstallerActivity.java44 // only run the installer if there isn't another one running
121 public void run() { method in class:InstallerActivity.unzipper
154 public void run() { method in class:InstallerActivity.retryDisplayer
159 // only run the installer if there isn't another one running
/external/svox/PicoLangInstallerEngGbr/src/com/svox/pico/voice/eng/gbr/
H A DInstallerActivity.java44 // only run the installer if there isn't another one running
121 public void run() { method in class:InstallerActivity.unzipper
154 public void run() { method in class:InstallerActivity.retryDisplayer
159 // only run the installer if there isn't another one running
/external/svox/PicoLangInstallerEngUsa/src/com/svox/pico/voice/eng/usa/
H A DInstallerActivity.java44 // only run the installer if there isn't another one running
121 public void run() { method in class:InstallerActivity.unzipper
154 public void run() { method in class:InstallerActivity.retryDisplayer
159 // only run the installer if there isn't another one running
/external/svox/PicoLangInstallerFraFra/src/com/svox/pico/voice/fra/fra/
H A DInstallerActivity.java44 // only run the installer if there isn't another one running
121 public void run() { method in class:InstallerActivity.unzipper
154 public void run() { method in class:InstallerActivity.retryDisplayer
159 // only run the installer if there isn't another one running
/external/svox/PicoLangInstallerItaIta/src/com/svox/pico/voice/ita/ita/
H A DInstallerActivity.java44 // only run the installer if there isn't another one running
121 public void run() { method in class:InstallerActivity.unzipper
154 public void run() { method in class:InstallerActivity.retryDisplayer
159 // only run the installer if there isn't another one running
/external/svox/PicoLangInstallerSpaEsp/src/com/svox/pico/voice/spa/esp/
H A DInstallerActivity.java44 // only run the installer if there isn't another one running
121 public void run() { method in class:InstallerActivity.unzipper
154 public void run() { method in class:InstallerActivity.retryDisplayer
159 // only run the installer if there isn't another one running
/external/skia/src/core/
H A DSkRegion.cpp1242 const RunType* run = fRunHead->readonly_runs(); local
1248 compute_bounds(run, &bounds, &ySpanCount, &intervalCount);
/external/skia/src/ports/
H A DSkScalerContext_win_dw.cpp420 DWRITE_GLYPH_RUN run; local
421 run.glyphCount = 1;
422 run.glyphAdvances = &advance;
423 run.fontFace = fTypeface->fDWriteFontFace.get();
424 run.fontEmSize = SkScalarToFloat(fTextSizeRender);
425 run.bidiLevel = 0;
426 run.glyphIndices = &glyphId;
427 run.isSideways = FALSE;
428 run.glyphOffsets = &offset;
432 &run,
650 DWRITE_GLYPH_RUN run; local
[all...]
/external/skia/src/utils/
H A DSkCountdown.cpp18 void SkCountdown::run() { function in class:SkCountdown

Completed in 1448 milliseconds

1234567891011>>