Searched refs:result (Results 1 – 20 of 20) sorted by relevance
/glogg/glogg/ |
H A D | runtests.sh |
|
H A D | README.md |
|
H A D | COPYING |
|
/glogg/ |
H A D | runtests.sh | 4 result=$? 10 if [ "$result" != "0" ]; then 17 exit $result
|
H A D | README.md | 15 * Provides a second window showing the result of the current search
|
H A D | COPYING | 586 author or copyright holder as a result of your choosing to follow a
|
/glogg/glogg/tests/ |
H A D | test_utils.h |
|
H A D | watchtowerTest.cpp |
|
/glogg/tests/ |
H A D | test_utils.h | 41 bool result = count() > 0; variable 42 if ( ! result ) { 43 result = wait( timeout ); 45 return result;
|
H A D | watchtowerTest.cpp | 128 bool result = ( cv_.wait_for( lock, std::chrono::milliseconds(timeout_ms), in waitNotificationReceived() local 134 return result; in waitNotificationReceived()
|
/glogg/glogg/src/ |
H A D | log.h |
|
H A D | session.cpp |
|
H A D | watchtowerlist.h |
|
H A D | abstractlogview.cpp |
|
/glogg/src/ |
H A D | log.h | 174 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 D | session.cpp | 53 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 D | watchtowerlist.h | 238 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 D | abstractlogview.cpp | 225 int result = digits_.toInt(); in content() local 228 return result; in content()
|
/glogg/glogg/src/data/ |
H A D | logfiltereddataworkerthread.h |
|
/glogg/src/data/ |
H A D | logfiltereddataworkerthread.h | 98 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 );
|