Searched refs:dryRun (Results 1 – 4 of 4) sorted by relevance
/haiku/src/servers/app/drawing/Painter/ |
H A D | AGGTextRenderer.h | 52 const BRect& clippingFrame, bool dryRun, 59 const BRect& clippingFrame, bool dryRun,
|
H A D | AGGTextRenderer.cpp | 121 StringRenderer(const IntRect& clippingFrame, bool dryRun, in StringRenderer() argument 133 fDryRun(dryRun), in StringRenderer() 379 const BPoint& baseLine, const BRect& clippingFrame, bool dryRun, in RenderString() argument 406 StringRenderer renderer(clippingIntFrame, dryRun, in RenderString() 420 const BPoint* offsets, const BRect& clippingFrame, bool dryRun, in RenderString() argument 445 StringRenderer renderer(clippingIntFrame, dryRun, in RenderString()
|
/haiku/src/bin/makebootable/platform/bios_ia32/ |
H A D | makebootable.cpp | 185 const uint8 *bootCodeData, int offset, int size, bool dryRun) in write_boot_code_part() argument 187 if (!dryRun) { in write_boot_code_part() 313 bool dryRun = false; in main() local 324 dryRun = true; in main() 630 kFirstBootCodePartSize, dryRun); in main() 633 dryRun); in main() 647 if (status == B_OK && partition->IsMounted() && !dryRun) { in main()
|
/haiku/src/kits/storage/ |
H A D | PathMonitor.cpp | 565 bool dryRun, bool notify, Entry** _entry); 567 const node_ref& nodeRef, bool dryRun, 1376 const node_ref& nodeRef, bool isDirectory, bool dryRun, bool notify, in _EntryCreated() argument 1405 if (!dryRun) { in _EntryCreated() 1424 if (!dryRun) { in _EntryCreated() 1464 if (!dryRun) { in _EntryCreated() 1495 if (dryRun) in _EntryCreated() 1506 const node_ref& nodeRef, bool dryRun, bool notify, Entry** _keepEntry) in _EntryRemoved() argument 1523 if (!dryRun) in _EntryRemoved() 1531 if (!dryRun) { in _EntryRemoved() [all …]
|