Searched refs:Set (Results 1 - 25 of 218) sorted by relevance

123456789

/haiku/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A DBeOSKernelFileSystem.cpp88 fCapabilities.Set(FS_CAPABILITY_MOUNT, fFSOps->mount);
92 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_UNMOUNT, fFSOps->unmount);
94 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_READ_FS_INFO, fFSOps->rfsstat);
95 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_WRITE_FS_INFO,
97 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_SYNC, fFSOps->sync);
99 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_GET_VNODE, fFSOps->read_vnode);
102 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_OPEN_INDEX_DIR,
104 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_CLOSE_INDEX_DIR,
106 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_FREE_INDEX_DIR_COOKIE,
108 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_READ_INDEX_DI
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp138 fCapabilities.Set(FS_CAPABILITY_MOUNT, true);
421 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_UNMOUNT, true);
422 fVolumeCapabilities.Set(FS_VOLUME_CAPABILITY_GET_VNODE, true);
426 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_LOOKUP, true);
428 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_GET_VNODE_NAME, true);
430 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_PUT_VNODE, true);
432 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_REMOVE_VNODE, true);
436 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_IO, true);
467 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_SET_FLAGS, true);
472 fNodeCapabilities.Set(FS_VNODE_CAPABILITY_CLOSE_ATT
[all...]
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/haiku/
H A DHaikuKernelFileSystem.cpp293 fCapabilities.Set(FS_CAPABILITY_MOUNT, fFSModule->mount);
304 capabilities.Set(FS_VNODE_CAPABILITY_LOOKUP, ops->lookup);
305 capabilities.Set(FS_VNODE_CAPABILITY_GET_VNODE_NAME, ops->get_vnode_name);
306 capabilities.Set(FS_VNODE_CAPABILITY_PUT_VNODE, ops->put_vnode);
307 capabilities.Set(FS_VNODE_CAPABILITY_REMOVE_VNODE, ops->remove_vnode);
310 capabilities.Set(FS_VNODE_CAPABILITY_IO, ops->io);
311 capabilities.Set(FS_VNODE_CAPABILITY_CANCEL_IO, ops->cancel_io);
314 capabilities.Set(FS_VNODE_CAPABILITY_GET_FILE_MAP, ops->get_file_map);
317 capabilities.Set(FS_VNODE_CAPABILITY_IOCTL, ops->ioctl);
318 capabilities.Set(FS_VNODE_CAPABILITY_SET_FLAG
[all...]
/haiku/src/servers/app/
H A DOffscreenWindow.cpp40 fVisibleRegion.Set(fFrame);
41 fVisibleContentRegion.Set(fFrame);
43 fContentRegion.Set(fFrame);
H A DIntPoint.h28 void Set(int32 x, int32 y);
89 IntPoint::Set(int32 x, int32 y) function in class:IntPoint
/haiku/src/tests/kits/interface/balert/
H A DAlertTest.cpp372 ti.topleft.Set(55.0f, 6.0f);
378 bi.topleft.Set(229.0f, 28.0f);
401 ti.topleft.Set(55.0f, 6.0f);
407 bi.topleft.Set(229.0f, 28.0f);
430 ti.topleft.Set(55.0f, 6.0f);
436 bi.topleft.Set(229.0f, 41.0f);
459 ti.topleft.Set(55.0f, 6.0f);
465 bi.topleft.Set(144.0f, 41.0f);
488 ti.topleft.Set(55.0f, 6.0f);
494 bi.topleft.Set(59.
[all...]
/haiku/src/apps/pulse/
H A DCPUButton.cpp122 end.Set(0, bounds.bottom);
130 start.Set(1, 1);
131 end.Set(bounds.right - 1, 1);
133 end.Set(1, bounds.bottom - 1);
141 start.Set(bounds.left + 1, bounds.bottom - 1);
142 end.Set(bounds.right - 1, bounds.bottom - 1);
144 start.Set(bounds.right - 1, bounds.top + 1);
152 start.Set(bounds.left, bounds.bottom);
153 end.Set(bounds.right, bounds.bottom);
155 start.Set(bound
[all...]
H A DProgressBar.h28 void Set(int32 value);
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DRequestHandler.cpp24 status_t error = fChannels.Set(channel);
/haiku/src/apps/autoraise/
H A Dsettings.h36 void Set##_name(_type value);\
/haiku/src/tests/add-ons/print/ppd/test/
H A DPPDConfigApplication.cpp31 aRect.Set(0, fMenuBar->Bounds().Height()+1, x, aRect.Height());
61 fConfig->Set(file, settings);
87 aRect.Set(100, 80, 950, 580);
/haiku/src/tests/system/kernel/util/
H A DBitmapTest.cpp32 bitmap.Set(6);
45 bitmap.Set(199);
58 bitmap.Set(6);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DThreadLocal.h24 status_t Set(void* data);
/haiku/src/tests/add-ons/print/ppd/shared/
H A DAutoDelete.h61 void Set(Tp* object) function in class:AutoDelete
/haiku/headers/os/interface/
H A DPoint.h25 void Set(float x, float y);
82 BPoint::Set(float x, float y) function in class:BPoint
/haiku/src/preferences/screen/
H A DScreenMode.h44 status_t Set(const screen_mode& mode,
51 status_t Set(const display_mode& mode,
H A DScreenSettings.cpp24 fWindowFrame.Set(0, 0, 450, 250);
/haiku/headers/private/kernel/util/
H A DBitmap.h34 inline void Set(size_t index);
65 Bitmap::Set(size_t index)
/haiku/src/tests/servers/app/unit_tests/
H A DSimpleTransformTest.cpp25 point.Set(0.0, 0.0);
166 points[0].Set(10.0, 20.0);
167 points[1].Set(30.0, 40.0);
168 points[2].Set(50.0, 60.0);
183 rects[0].Set( 5.0, 10.0, 15.0, 20.0);
184 rects[1].Set(15.0, 20.0, 25.0, 30.0);
185 rects[2].Set(25.0, 30.0, 35.0, 40.0);
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp273 fLeftBorder.Set(fFrame.left - fBorderWidth, fFrame.top,
276 fRightBorder.Set(fFrame.right + 1, fFrame.top ,
279 fTopBorder.Set(fFrame.left - fBorderWidth, fFrame.top - fBorderWidth,
282 fBottomBorder.Set(fFrame.left - fBorderWidth, fFrame.bottom + 1,
286 fLeftBorder.Set(0.0, 0.0, -1.0, -1.0);
287 fRightBorder.Set(0.0, 0.0, -1.0, -1.0);
288 fTopBorder.Set(0.0, 0.0, -1.0, -1.0);
289 fBottomBorder.Set(0.0, 0.0, -1.0, -1.0);
296 fResizeRect.Set(fBottomBorder.right - fResizeKnobSize,
301 fResizeRect.Set(
[all...]
/haiku/src/tests/kits/interface/picture/
H A DSVGViewView.cpp501 pos.Set(startPos.x, startPos.y);
512 pos.Set(x, y);
535 pos.Set(x, y);
580 controlPoints[0].Set(x1, y1);
581 controlPoints[1].Set(x2, y2);
582 controlPoints[2].Set(x, y);
584 pos.Set(x, y);
613 controlPoints[0].Set(pos.x + 2.0f / 3.0f * (x1 - pos.x),
615 controlPoints[1].Set(x1 + 1.0f / 3.0f * (x - x1),
617 controlPoints[2].Set(
[all...]
/haiku/src/libs/glut/
H A DglutGameMode.h23 status_t Set(const char* modeString);
/haiku/src/tests/add-ons/print/ppd/ui/
H A DPPDConfigView.h50 void Set(const char* ppdFile, const BMessage& settings);
/haiku/src/tests/libs/alm/
H A DNestedLayout.cpp57 frameRect.Set(100, 100, 300, 300);
/haiku/src/tests/servers/app/benchmark/
H A DTest.cpp29 fClippingRegion.Set(bounds);

Completed in 368 milliseconds

123456789