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

/haiku/src/kits/tracker/
H A DTrashWatcher.cpp122 bool full = CheckTrashDirs(); local
123 if (fTrashFull != full) {
124 fTrashFull = full;
/haiku/headers/private/kernel/slab/
H A DObjectDepot.h19 DepotMagazine* full; member in struct:object_depot
/haiku/src/system/kernel/slab/
H A DObjectDepot.cpp141 if (depot->full == NULL)
148 magazine = _pop(depot->full);
168 _push(depot->full, magazine);
205 depot->full = NULL;
257 // if it's not empty, or from the previous magazine if it's full
258 // and finally from the Slab if the magazine depot has no full magazines.
286 // and it's not full, or to the previous one if it is empty. If
356 // detach the depot's full and empty magazines
358 DepotMagazine* fullMagazines = depot->full;
359 depot->full
[all...]
H A DObjectCache.cpp243 full.Remove(source);
264 if (!partial.Contains(source) && !full.Contains(source)) {
H A DObjectCache.h54 SlabList full; member in struct:ObjectCache
H A DSlab.cpp322 iterator = cache->full.GetIterator();
324 kprintf("full:\n");
576 return analyze_allocation_callers(cache, cache->full, callback)
862 if (!cache->full.IsEmpty())
863 panic("cache destroy: still has full slabs");
1261 cache->full.Add(source);
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.h51 virtual void _DrawResizeKnob(BRect r, bool full,
H A DDefaultDecorator.cpp439 DefaultDecorator::_DrawResizeKnob(BRect rect, bool full, argument
464 if (!full)
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.h29 status_t Initialize(bool full = true);
H A DBlockAllocator.cpp523 BlockAllocator::Initialize(bool full)
535 if (!full)
/haiku/src/bin/
H A Durlwrapper.cpp240 BString full = BUrl(url).SetProtocol(BString()).UrlString(); local
264 // BUrl could get an accessor for the full - proto part...
319 cmd << full; local
370 cmd << full; local
401 _DecodeUrlString(full);
409 s = full;
427 BString cmd(full);
522 url << full; local
H A Dcheckitout.cpp125 BString full = BUrl(url).SetProtocol(BString()).UrlString(); local
162 BString full = BUrl(url).SetProtocol(BString()).UrlString(); local
/haiku/headers/private/netservices/
H A DNetworkCookie.h56 const BString& RawCookie(bool full) const;
/haiku/src/tests/kits/shared/
H A DMemoryRingIOTest.cpp177 MemoryRingIOTest* full = new MemoryRingIOTest(sizeof(FULL_PAYLOAD)); local
179 "MemoryRingIOTest: RW threaded, medium buffer", full);
/haiku/src/apps/deskbar/
H A DBarView.h125 void DragStop(bool full = false);
H A DBarView.cpp649 // top or bottom, full
655 // full state has minimum screen window height
711 // right, expanded, mini, or full
715 // bottom, full
989 TBarView::DragStop(bool full) argument
1001 if (full) {
/haiku/headers/os/interface/
H A DTabView.h53 tab_position position, bool full = true);
/haiku/src/kits/network/libnetservices/
H A DNetworkCookie.cpp405 BNetworkCookie::RawCookie(bool full) const
414 if (!full)
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h836 void Dump(bool full=false) const {
837 for (unsigned int i = 0; i < (full ? sizeof(*this) : MinimumSize()); i++)
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dindex.c517 * This entry must be a full one (no INDEX_ENTRY_END flag), and its
608 * Not a perfect match, need to do full blown collation so we
701 ntfs_log_error("Failed to read full index block at "
1668 BOOL full; local
1673 full = ih->index_length == ih->allocated_size;
1687 if (full && (freed_space > 0) && !(freed_space & 7)) {
/haiku/src/system/kernel/arch/x86/
H A Darch_cpu.cpp1287 detect_cpu(int currentCPU, bool full = true)
1321 if (full) {
1383 if (full) {
1396 if (!full)
/haiku/
H A Dconfigure88 --no-full-xattr Do not use Linux/*BSD/Darwin's native extended file
445 # 0: no support, 1: only enough for xattr-ref, 2: full support
486 # on round 1, we test if we can set 3 attrs of 45K each (enough for full xattr)
823 --no-full-xattr)HAIKU_HOST_USE_XATTR=0; shift 1;;
/haiku/src/apps/magnify/
H A DMagnify.cpp142 FontHeight(BView* target, bool full) argument
148 if (full)

Completed in 139 milliseconds