Home
last modified time | relevance | path

Searched defs:RunInfo (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/test/threadtest/
Dthreadtest.cpp154 struct RunInfo struct
156 bool quiet;
157 bool verbose;
158 int numThreads;
159 int totalTime;
160 int checkTime;
161 AbstractThreadTest *fTest;
162 bool stopFlag;
163 bool exitFlag;
164 int32_t runningThreads;
/external/chromium/chrome/browser/autocomplete/
Dautocomplete_popup_view_gtk_unittest.cc63 struct RunInfo { struct in AutocompletePopupViewGtkTest
64 PangoAttribute* attr_;
65 guint length_;
66 RunInfo() : attr_(NULL), length_(0) { } in RunInfo() function