Home
last modified time | relevance | path

Searched refs:result (Results 1 – 20 of 20) sorted by relevance

/glogg/glogg/
H A Druntests.sh
H A DREADME.md
H A DCOPYING
/glogg/
H A Druntests.sh4 result=$?
10 if [ "$result" != "0" ]; then
17 exit $result
H A DREADME.md15 * Provides a second window showing the result of the current search
H A DCOPYING586 author or copyright holder as a result of your choosing to follow a
/glogg/glogg/tests/
H A Dtest_utils.h
H A DwatchtowerTest.cpp
/glogg/tests/
H A Dtest_utils.h41 bool result = count() > 0; variable
42 if ( ! result ) {
43 result = wait( timeout );
45 return result;
H A DwatchtowerTest.cpp128 bool result = ( cv_.wait_for( lock, std::chrono::milliseconds(timeout_ms), in waitNotificationReceived() local
134 return result; in waitNotificationReceived()
/glogg/glogg/src/
H A Dlog.h
H A Dsession.cpp
H A Dwatchtowerlist.h
H A Dabstractlogview.cpp
/glogg/src/
H A Dlog.h174 char result[100] = {0}; in NowTime() local
176 std::sprintf(result, "%s.%03ld", buffer, (long)(GetTickCount() - first) % 1000); in NowTime()
177 return result; in NowTime()
193 char result[100] = {0}; in NowTime() local
194 std::sprintf(result, "%s.%03ld", buffer, (long)tv.tv_usec / 1000); in NowTime()
195 return result; in NowTime()
H A Dsession.cpp53 auto result = std::find_if( openFiles_.begin(), openFiles_.end(), in getViewIfOpen() local
57 if ( result != openFiles_.end() ) in getViewIfOpen()
58 return result->second.view; in getViewIfOpen()
125 std::vector<std::pair<std::string, ViewInterface*>> result; in restore() local
131 result.push_back( { file.fileName, view } ); in restore()
136 return result; in restore()
H A Dwatchtowerlist.h238 auto result = find_if( observed_files_.begin(), observed_files_.end(), in searchByFileOrSymlinkWd() local
244 if ( result != observed_files_.end() ) in searchByFileOrSymlinkWd()
245 return &( *result ); in searchByFileOrSymlinkWd()
279 std::vector<ObservedFile<Driver>*> result; in searchByDirWd() local
293 result.push_back( &(*i) ); in searchByDirWd()
299 return result; in searchByDirWd()
H A Dabstractlogview.cpp225 int result = digits_.toInt(); in content() local
228 return result; in content()
/glogg/glogg/src/data/
H A Dlogfiltereddataworkerthread.h
/glogg/src/data/
H A Dlogfiltereddataworkerthread.h98 virtual void start( SearchData& result ) = 0;
108 void doSearch( SearchData& result, qint64 initialLine );
121 virtual void start( SearchData& result );
131 virtual void start( SearchData& result );