Searched refs:IsLoaded (Results 1 - 23 of 23) sorted by relevance

/haiku/src/kits/print/
H A DPrinterDriverAddOn.cpp41 if (IsLoaded()) {
51 if (!IsLoaded())
69 if (!IsLoaded())
89 if (!IsLoaded())
109 if (!IsLoaded())
133 if (!IsLoaded())
184 PrinterDriverAddOn::IsLoaded() const function in class:PrinterDriverAddOn
/haiku/headers/private/print/
H A DPrinterDriverAddOn.h39 bool IsLoaded() const;
/haiku/src/add-ons/translators/icns/
H A DICNSLoader.h44 bool IsLoaded(void);
H A DICNSTranslator.cpp125 if(!icnsFile.IsLoaded() || icnsFile.IconsCount() <= 0)
194 if (!icnsFile.IsLoaded() || icnsFile.IconsCount() <= 0)
H A DICNSLoader.cpp119 ICNSLoader::IsLoaded(void) function in class:ICNSLoader
/haiku/headers/private/storage/
H A DResourceItem.h71 bool IsLoaded() const;
/haiku/src/kits/midi/
H A DSynth.cpp92 BSynth::IsLoaded() const function in class:BSynth
94 return fSynth->IsLoaded();
H A DSoftSynth.h38 bool IsLoaded() const;
H A DSoftSynth.cpp101 BSoftSynth::IsLoaded(void) const function in class:BSoftSynth
173 if (IsLoaded())
/haiku/headers/os/midi/
H A DSynth.h49 bool IsLoaded(void) const;
/haiku/src/kits/storage/
H A DResourceItem.cpp167 // IsLoaded
169 ResourceItem::IsLoaded() const function in class:BPrivate::Storage::ResourceItem
H A DResourcesContainer.cpp88 if (item->IsLoaded())
H A DResources.cpp276 if (error == B_OK && !resource->IsLoaded() && fResourceFile)
302 if (error == B_OK && !resource->IsLoaded() && fResourceFile)
H A DResourceFile.cpp315 if (error == B_OK && (force || !resource.IsLoaded())) {
1120 if (!item->IsLoaded())
/haiku/src/add-ons/translators/psd/
H A DPSDLoader.h75 bool IsLoaded(void);
H A DPSDTranslator.cpp144 if (!psdFile.IsLoaded())
H A DPSDLoader.cpp76 PSDLoader::IsLoaded(void) function in class:PSDLoader
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/tables/
H A Dtbdata.c1137 BOOLEAN IsLoaded = FALSE; local
1143 IsLoaded = (BOOLEAN)
1149 return (IsLoaded);
1158 * IsLoaded - TRUE if table is loaded, FALSE otherwise
1169 BOOLEAN IsLoaded)
1175 if (IsLoaded)
1167 AcpiTbSetTableLoadedFlag( UINT32 TableIndex, BOOLEAN IsLoaded) argument
/haiku/headers/private/kernel/disk_device_manager/
H A DKDiskSystem.h49 bool IsLoaded() const;
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactables.h220 BOOLEAN IsLoaded);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskSystem.cpp162 // IsLoaded
164 KDiskSystem::IsLoaded() const function in class:KDiskSystem
H A DKDiskDeviceManager.cpp312 if (diskSystem->IsLoaded()) {
/haiku/headers/private/debugger/elf/
H A DElfFile.h44 bool IsLoaded() const { return fLoadCount > 0; } function in class:ElfSection

Completed in 237 milliseconds