Home
last modified time | relevance | path

Searched refs:open (Results 1 – 25 of 36) sorted by relevance

12

/glogg/glogg/tests/
H A DlogdataTest.cpp
H A Dtestlogdata.cpp
H A Dtestlogfiltereddata.cpp
H A DlogfiltereddataTest.cpp
H A DlogfiltereddataPerfTest.cpp
H A DlogdataPerfTest.cpp
/glogg/tests/
H A DlogdataTest.cpp39 if ( file.open( QIODevice::WriteOnly ) ) { in TEST_F()
60 if ( file.open( QIODevice::Append ) ) { in TEST_F()
85 if ( file.open( QIODevice::Append ) ) { in TEST_F()
110 QVERIFY( file.open( QIODevice::WriteOnly ) ); in TEST_F()
135 if ( file.open( QIODevice::WriteOnly ) ) { in generateDataFiles()
224 if ( file_utf16le.open( QIODevice::WriteOnly ) ) { in generateDataFiles()
234 if ( file_utf16be.open( QIODevice::WriteOnly ) ) { in generateDataFiles()
H A Dtestlogdata.cpp151 if ( file.open( QIODevice::WriteOnly ) ) { in generateDataFiles()
163 if ( file.open( QIODevice::WriteOnly ) ) { in generateDataFiles()
H A Dtestlogfiltereddata.cpp261 if ( file.open( QIODevice::Append ) ) { in updateSearchTest()
294 if ( file.open( QIODevice::Append ) ) { in updateSearchTest()
325 if ( file.open( QIODevice::Append ) ) { in updateSearchTest()
631 if ( file.open( QIODevice::WriteOnly ) ) { in generateDataFiles()
643 if ( file.open( QIODevice::WriteOnly ) ) { in generateDataFiles()
655 if ( file.open( QIODevice::WriteOnly ) ) { in generateDataFiles()
H A DlogfiltereddataTest.cpp39 if ( file.open( QIODevice::WriteOnly ) ) { in generateDataFiles()
H A DlogfiltereddataPerfTest.cpp55 if ( file.open( QIODevice::WriteOnly ) ) { in generateDataFiles()
H A DlogdataPerfTest.cpp31 if ( file.open( QIODevice::WriteOnly ) ) { in generateDataFiles()
/glogg/glogg/
H A DFileAssociation.nsh
H A Dglogg.nsi
/glogg/
H A DFileAssociation.nsh23 "[extension]" ; extension, which represents the file format to open
31 "[extension]" ; extension, which represents the file format to open
130 WriteRegStr HKCR "$R0\shell" "" "open"
133 WriteRegStr HKCR "$R0\shell\open\command" "" '"$R2" "%1"'
H A Dglogg.nsi74 WriteRegStr HKCR "Applications\glogg.exe\shell" "" "open"
75 WriteRegStr HKCR "Applications\glogg.exe\shell\open" "FriendlyAppName" "glogg"
76 WriteRegStr HKCR "Applications\glogg.exe\shell\open\command" "" '"$INSTDIR\glogg.exe" "%1"'
162 DeleteRegKey HKCR "Applications\glogg.exe\shell\open\command"
163 DeleteRegKey HKCR "Applications\glogg.exe\shell\open"
/glogg/glogg/src/
H A Dkqueuewatchtowerdriver.cpp
H A Dsession.h
H A Dmainwindow.h
/glogg/src/
H A Dkqueuewatchtowerdriver.cpp75 int fd = open( file_name.c_str(), O_EVTONLY ); in addFile()
128 int fd = open( file_name.c_str(), O_EVTONLY ); in addDir()
H A Dsession.h65 ViewInterface* open( const std::string& file_name,
H A Dmainwindow.h76 void open();
/glogg/glogg/doc/
H A Ddocumentation.markdown
/glogg/doc/
H A Ddocumentation.markdown5 open as an argument, or via the desktop environment's menu or file
7 If no file name is passed, _glogg_ will initially open the last used file.
33 Any 'open' call without a matching 'close' will immediately be obvious in the
80 open source, [DejaVu Mono](http://www.dejavu-fonts.org/) for example) is
/glogg/src/data/
H A Dlogdata.cpp118 attached_file_->open( QIODevice::ReadOnly ); in attachFile()
551 reopened->open( QIODevice::ReadOnly ); in reOpenFile()

12