Searched refs:Init (Results 1 - 25 of 910) sorted by relevance

1234567891011>>

/haiku-fatelf/src/tests/servers/registrar/
H A DFakeAuthenticationManager.cpp20 AuthenticationManager::Init() function in class:AuthenticationManager
/haiku-fatelf/src/system/kernel/vm/
H A DVMNullCache.cpp13 VMNullCache::Init(uint32 allocationFlags) function in class:VMNullCache
15 return VMCache::Init(CACHE_TYPE_NULL, allocationFlags);
H A DVMPageQueue.cpp14 VMPageQueue::Init(const char* name) function in class:VMPageQueue
H A DVMNullCache.h18 status_t Init(uint32 allocationFlags);
H A DVMDeviceCache.cpp16 VMDeviceCache::Init(addr_t baseAddress, uint32 allocationFlags) function in class:VMDeviceCache
19 return VMCache::Init(CACHE_TYPE_DEVICE, allocationFlags);
/haiku-fatelf/src/add-ons/kernel/file_systems/netfs/server/
H A DNodeMonitoringEvent.h18 virtual status_t Init(const BMessage* message) = 0;
29 status_t Init(const BMessage* message);
39 status_t Init(const BMessage* message);
53 status_t Init(const BMessage* message);
69 status_t Init(const BMessage* message);
77 status_t Init(const BMessage* message);
86 status_t Init(const BMessage* message);
95 status_t Init(const BMessage* message);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/server/
H A DNodeMonitoringEvent.h18 virtual status_t Init(const BMessage* message) = 0;
29 status_t Init(const BMessage* message);
39 status_t Init(const BMessage* message);
53 status_t Init(const BMessage* message);
69 status_t Init(const BMessage* message);
77 status_t Init(const BMessage* message);
86 status_t Init(const BMessage* message);
95 status_t Init(const BMessage* message);
/haiku-fatelf/src/kits/package/hpkg/
H A DPackageReader.cpp34 BPackageReader::Init(const char* fileName) function in class:BPackageKit::BHPKG::BPackageReader
39 return fImpl->Init(fileName);
44 BPackageReader::Init(int fd, bool keepFD) function in class:BPackageKit::BHPKG::BPackageReader
49 return fImpl->Init(fd, keepFD);
H A DRepositoryReader.cpp35 BRepositoryReader::Init(const char* fileName) function in class:BPackageKit::BHPKG::BRepositoryReader
40 return fImpl->Init(fileName);
/haiku-fatelf/src/system/kernel/arch/x86/paging/64bit/
H A DX86PagingStructures64Bit.h17 void Init(uint64* virtualPML4,
/haiku-fatelf/src/tests/kits/support/pointerlist/
H A DPointerListTest.h33 Item() { Init(); }
34 Item(const Item& item) : fValue(item.fValue) { Init(); };
35 Item(int value) : fValue(value) { Init(); };
54 void Init() { function in class:Item
/haiku-fatelf/headers/os/package/hpkg/
H A DPackageReader.h33 status_t Init(const char* fileName);
34 status_t Init(int fd, bool keepFD);
/haiku-fatelf/headers/private/package/hpkg/
H A DRepositoryReaderImpl.h32 status_t Init(const char* fileName);
33 status_t Init(int fd, bool keepFD);
/haiku-fatelf/src/apps/debugger/debug_info/
H A DDebuggerTeamDebugInfo.cpp28 DebuggerTeamDebugInfo::Init() function in class:DebuggerTeamDebugInfo
44 status_t error = debuggerInfo->Init();
/haiku-fatelf/src/bin/debug/profile/
H A DProfileResult.cpp46 ImageProfileResult::Init() function in class:ImageProfileResult
69 ProfileResult::Init(ProfiledEntity* entity) function in class:ProfileResult
/haiku-fatelf/src/add-ons/media/plugins/avi_reader/libOpenDML/
H A DStandardIndex.h36 status_t Init();
/haiku-fatelf/src/apps/debugger/dwarf/
H A DCfaRuleSet.h16 status_t Init(uint32 registerCount);
/haiku-fatelf/src/apps/debugger/value/value_handlers/
H A DBoolValueHandler.h17 status_t Init();
H A DFloatValueHandler.h17 status_t Init();
H A DStringValueHandler.h17 status_t Init();
/haiku-fatelf/src/apps/icon-o-matic/import_export/
H A DImporter.h29 status_t Init(Icon* icon);
/haiku-fatelf/src/kits/storage/disk_device/jobs/
H A DInitializeJob.h20 status_t Init(const char* diskSystem, const char* name,
H A DSetStringJob.h21 status_t Init(const char* string, uint32 jobType);
/haiku-fatelf/src/servers/registrar/
H A DRosterAppInfo.h25 void Init(thread_id thread, team_id team, port_id port, uint32 flags,
/haiku-fatelf/src/system/kernel/arch/arm/paging/32bit/
H A DARMPagingStructures32Bit.h19 void Init(page_directory_entry* virtualPageDir,

Completed in 261 milliseconds

1234567891011>>