OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EventHistory
(Results
1 - 6
of
6
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.h
2
* wpa_gui -
EventHistory
class
37
class
EventHistory
: public QDialog, public Ui::
EventHistory
42
EventHistory
(QWidget *parent = 0, const char *name = 0,
44
~
EventHistory
();
eventhistory.cpp
2
* wpa_gui -
EventHistory
class
12
#include "
eventhistory
.h"
76
EventHistory
::
EventHistory
(QWidget *parent, const char *, bool, Qt::WindowFlags)
90
EventHistory
::~
EventHistory
()
97
void
EventHistory
::languageChange()
103
void
EventHistory
::addEvents(WpaMsgList msgs)
111
void
EventHistory
::addEvent(WpaMsg msg)
wpagui.h
76
virtual void
eventHistory
();
127
EventHistory
*eh;
wpagui.cpp
75
SLOT(
eventHistory
()));
794
void WpaGui::
eventHistory
()
801
eh = new
EventHistory
();
[
all
...]
/external/toolchain-utils/automation/common/
events.py
74
class
EventHistory
(collections.Sequence):
125
return
EventHistory
(records)
145
return
EventHistory
._GetReport(self, 'Timeline of events:')
148
return
EventHistory
._GetReport(self.GetTransitionEventHistory(),
state_machine.py
27
self.timeline = events.
EventHistory
()
Completed in 2753 milliseconds