HomeSort by relevance Sort by last modified time
    Searched full:qtimer (Results 1 - 25 of 39) sorted by null

1 2

  /external/wpa_supplicant/wpa_gui-qt4/
scanresults.h 44 QTimer *timer;
scanresults.cpp 15 #include <QTimer>
55 timer = new QTimer(this);
wpagui.h 66 QTimer *timer;
wpagui.ui 312 <include location="global" >qtimer.h</include>
  /device/samsung/crespo/alsa-lib/test/
seq-sender.c 78 snd_seq_queue_timer_t qtimer; local
84 bzero(&qtimer, sizeof(qtimer));
85 qtimer.type = SND_SEQ_TIMER_MASTER;
88 qtimer.number = SND_TIMER_PCM(pcard, pdevice, pinfo.subdevice << 1);
89 if ((err = snd_seq_set_queue_timer(handle, queue, &qtimer)) < 0) {
  /external/webkit/WebKit/qt/tests/
util.h 23 #include <QTimer>
41 QTimer timer;
  /external/webkit/WebKitTools/QtLauncher/
locationedit.h 51 QTimer m_clearTimer;
webview.cpp 64 QTimer* updateTimer = new QTimer(this);
locationedit.cpp 78 QTimer::singleShot(0, this, SLOT(selectAll()));
  /external/wpa_supplicant/wpa_gui/
scanresults.ui.h 30 timer = new QTimer(this);
scanresults.ui 164 <variable access="private">QTimer *timer;</variable>
wpagui.ui 412 <include location="global" impldecl="in declaration">qtimer.h</include>
435 <variable access="private">QTimer *timer;</variable>
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui/
scanresults.ui.h 30 timer = new QTimer(this);
scanresults.ui 164 <variable access="private">QTimer *timer;</variable>
wpagui.ui 412 <include location="global" impldecl="in declaration">qtimer.h</include>
435 <variable access="private">QTimer *timer;</variable>
  /external/webkit/WebKit/qt/tests/benchmarks/loading/
tst_loading.cpp 38 QTimer timer;
  /external/webkit/WebKit/qt/tests/benchmarks/painting/
tst_painting.cpp 38 QTimer timer;
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.h 103 QTimer *timer;
wpagui.ui 507 <include location="global" >qtimer.h</include>
  /external/webkit/WebKitTools/DumpRenderTree/qt/
main.cpp 43 #include <qtimer.h>
170 QTimer::singleShot(0, &dumper, SLOT(readLine()));
LayoutTestControllerQt.h 38 #include <QTimer>
  /external/dbus/dbus/
dbus-timeout.c 386 * as in Qt's QTimer or GLib's g_timeout_add().
437 * Qt you might store the QTimer for this timeout and with GLib
  /external/webkit/WebKit/qt/QGVLauncher/
main.cpp 138 QTimer* fpsTimer = new QTimer(this);
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 33 #include <QtCore/qtimer.h>
163 // optimization: we don't want to use QTimer::singleShot
198 QTimer m_suspendTimer;
    [all...]
  /external/libvpx/examples/includes/geshi/geshi/
cpp-qt.php 155 'QFlag','QMenuBar','QSqlDriverPlugin','QTimeLine','QAxWidget','QFlags','QMessageBox','QSqlError','QTimer',

Completed in 4313 milliseconds

1 2