Searched refs:Entry (Results 326 - 350 of 575) sorted by relevance

<<11121314151617181920>>

/haiku/headers/private/tracker/
H A DNavMenu.h44 #include <Entry.h>
/haiku/src/apps/mail/
H A DMailWindow.h38 #include <Entry.h>
/haiku/src/servers/registrar/
H A DRecentApps.cpp20 #include <Entry.h>
/haiku/src/apps/showimage/
H A DShowImageStatusView.cpp15 #include <Entry.h>
/haiku/src/tests/kits/game/ParticlesII/
H A DparticlesII.cpp36 static int32 Entry(void*);
178 tid = spawn_thread(Entry,"rendering thread", B_URGENT_DISPLAY_PRIORITY,this);
275 NWindowScreen::Entry(void* p) function in class:NWindowScreen
/haiku/src/apps/soundrecorder/
H A DRecorderWindow.cpp172 item->Entry().Remove(); // delete temp file
770 if ((! pItem) || (pItem->Entry().InitCheck() != B_OK))
775 pItem->Entry().GetName(filename);
778 pItem->Entry().GetRef(&ref);
802 BEntry& oldEntry = pItem->Entry();
1061 BEntry& entry = item->Entry();
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp498 #include <Entry.h>
1793 BEntry Entry; local
1810 ErrorCode = Entry.SetTo (&EntryRef, true /* traverse symbolic links */);
1811 if (ErrorCode != B_OK || !Entry.Exists () || Entry.GetPath (&Path) != B_OK)
4085 BEntry Entry; local
4092 ErrorCode = Entry.SetTo (m_DatabaseFileName.String ());
4100 if (!Entry.Exists ())
4102 Entry.GetName (LeafName);
4110 Entry
5931 BEntry Entry; local
[all...]
/haiku/src/add-ons/media/media-add-ons/
H A DAbstractFileInterfaceNode.h14 #include <Entry.h>
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp40 #include <Entry.h>
H A DESDSinkNode.h45 #include <Entry.h>
/haiku/src/apps/installer/
H A DUnzipEngine.cpp14 #include <Entry.h>
/haiku/src/build/libbe/storage/
H A DFile.cpp14 #include <Entry.h>
/haiku/src/kits/device/
H A DUSBRoster.cpp11 #include <Entry.h>
/haiku/src/kits/print/
H A DPrintAddOnServer.cpp3 #include <Entry.h>
/haiku/src/preferences/mail/
H A DAutoConfig.cpp5 #include <Entry.h>
/haiku/src/tests/add-ons/kernel/file_systems/bfs/
H A Dbfs_attribute_iterator_test.cpp12 #include <Entry.h>
/haiku/src/tests/apps/fake_app_server/
H A DAppServer.cpp34 #include <Entry.h>
394 \brief Entry function to run the entire server
/haiku/src/tests/kits/app/common/
H A DAppRunner.cpp8 #include <Entry.h>
/haiku/src/tests/kits/game/file_game_sound_test/
H A DFileSoundWindow.cpp15 #include <Entry.h>
/haiku/src/tools/restest/
H A Drestest.cpp7 #include <Entry.h>
187 throw Exception("Entry doesn't exist or is no regular file.");
/haiku/src/apps/webpositive/
H A DBrowsingHistory.cpp13 #include <Entry.h>
/haiku/src/servers/midi/
H A DDeviceWatcher.cpp24 #include <Entry.h>
/haiku/src/apps/packageinstaller/
H A DInstalledPackageInfo.cpp16 #include <Entry.h>
H A DPackageItem.h15 #include <Entry.h>
/haiku/src/add-ons/input_server/filters/shortcut_catcher/
H A DParseCommandLine.cpp18 #include <Entry.h>

Completed in 153 milliseconds

<<11121314151617181920>>