Searched refs:temporary (Results 1 - 19 of 19) sorted by relevance

/haiku/src/servers/app/
H A DEventDispatcher.h38 bool temporary);
39 void RemoveListener(event_listener* listener, bool temporary);
121 uint32 eventMask, uint32 options, bool temporary);
H A DEventDispatcher.cpp125 // this is only a temporary target
194 uint32 options, bool temporary)
202 if (temporary) {
364 uint32 eventMask, uint32 options, bool temporary)
368 if (temporary && fLastButtons == 0) {
369 // only allow to add temporary listeners in case a buttons is pressed
379 if (temporary) {
397 token, eventMask, options, temporary ? "temporary" : "permanent"));
401 bool success = target.AddListener(token, eventMask, options, temporary);
193 AddListener(int32 token, uint32 eventMask, uint32 options, bool temporary) argument
363 _AddListener(EventTarget& target, int32 token, uint32 eventMask, uint32 options, bool temporary) argument
[all...]
/haiku/src/kits/tracker/
H A DFindPanel.h88 bool temporary; member in struct:BPrivate::MoreOptionsStruct
104 temporary(true),
H A DFindPanel.cpp188 saveMoreOptions.temporary = on;
206 return saveMoreOptions.temporary;
792 fTemporaryCheck = new BCheckBox("temporary",
2278 saveMoreOptions.temporary = fTemporaryCheck->Value() != 0;
2388 fTemporaryCheck->SetValue(saveMoreOptions.temporary);
2395 // set modification message after checking the temporary check box,
2397 // clearing of the temporary check box.
3117 // is this a temporary query
3119 PRINT(("query %s, not temporary\n", model->Name()));
3135 PRINT(("query %s, old, temporary, no
[all...]
/haiku/src/system/kernel/vm/
H A DVMTranslationMap.cpp198 if (page->Cache()->temporary)
H A DVMCache.cpp630 return areas == NULL && temporary && !consumers.IsEmpty()
659 temporary = 0;
1081 if (temporary)
1457 kprintf(" temporary: %" B_PRIu32 "\n", uint32(temporary));
H A Dvm_page.cpp1110 && sPages[i].Cache()->temporary && sPages[i].WiredCount() == 0) {
1178 " temporary, %" B_PRIuPHYSADDR " swappable, " "inactive: %"
1660 if (cache != NULL && cache->temporary) {
2081 // non-temporary pages in the modified queue, though, so they don't
2087 if (!fCache->temporary)
2430 // Write back temporary pages only when we're actively paging.
2431 if (cache->temporary
2531 if (cache->temporary && page->WiredCount() == 0
2695 // We completely unmap inactive temporary pages. This saves us to
2698 // We don't remove the mappings of non-temporary page
[all...]
H A Dvm.cpp842 secondCache->temporary = cache->temporary;
1110 newCache->temporary = 1;
1400 cache->temporary = 1;
1670 cache->temporary = 1;
2072 cache->temporary = 1;
2522 // If the area's top cache is a temporary cache and the area is the only
2527 = topCache->temporary && topCache->RefCount() == 2;
2533 if (!area->cache->temporary)
2615 upperCache->temporary
[all...]
/haiku/src/system/kernel/arch/x86/paging/32bit/
H A DX86VMTranslationMap32Bit.cpp474 if (page->Cache()->temporary)
582 if (cache->temporary)
/haiku/src/system/kernel/arch/x86/paging/64bit/
H A DX86VMTranslationMap64Bit.cpp476 if (page->Cache()->temporary)
578 if (cache->temporary)
/haiku/src/system/kernel/arch/arm/paging/32bit/
H A DARMVMTranslationMap32Bit.cpp491 if (page->Cache()->temporary)
599 if (cache->temporary)
/haiku/headers/private/kernel/vm/
H A DVMCache.h200 uint32 temporary : 1; member in struct:VMCache
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DDataContainer.cpp256 fCache->temporary = 1;
/haiku/src/system/kernel/arch/ppc/paging/classic/
H A DPPCVMTranslationMapClassic.cpp837 if (page->Cache()->temporary)
948 if (cache->temporary)
/haiku/src/system/kernel/arch/ppc/paging/460/
H A DPPCVMTranslationMap460.cpp837 if (page->Cache()->temporary)
948 if (cache->temporary)
/haiku/src/system/kernel/arch/m68k/paging/040/
H A DM68KVMTranslationMap040.cpp612 if (page->Cache()->temporary)
735 if (cache->temporary)
/haiku/src/system/kernel/arch/x86/paging/pae/
H A DX86VMTranslationMapPAE.cpp721 if (page->Cache()->temporary)
832 if (cache->temporary)
/haiku/src/system/kernel/arch/riscv64/
H A DRISCV64VMTranslationMap.cpp508 if (page->Cache()->temporary)
607 if (cache->temporary) {
/haiku/src/add-ons/kernel/drivers/disk/virtual/ram_disk/
H A Dram_disk.cpp319 fCache->temporary = 1;

Completed in 133 milliseconds