Searched refs:mode (Results 1 - 25 of 948) sorted by last modified time

1234567891011>>

/haiku/src/servers/app/
H A DServerApp.cpp1421 STRACE(("ServerApp %s: Set Mouse Focus mode\n",
1425 // 1) enum mode_mouse mouse focus mode
1437 STRACE(("ServerApp %s: Get Mouse Focus mode\n",
1456 STRACE(("ServerApp %s: Set Focus Follows Mouse mode\n", Signature()));
1459 // 1) enum mode_focus_follows_mouse FFM mouse mode
1471 STRACE(("ServerApp %s: Get Focus Follows Mouse mode\n", Signature()));
2767 // 9) font_metric_mode - mode
2781 font_metric_mode mode; local
2792 link.Read<font_metric_mode>(&mode);
2830 numChars, rectArray, stringEscapement, mode, delt
2873 font_metric_mode mode; local
3026 display_mode mode; local
3051 display_mode mode; local
3327 display_mode mode; local
3350 uint32 mode; local
[all...]
H A DServerFont.h146 font_metric_mode mode,
152 BRect rectArray[], font_metric_mode mode,
169 uint32 mode, float width) const;
/haiku/src/preferences/screen/
H A DScreenWindow.cpp96 combine_mode mode; member in struct:__anon6
107 tv_standard_to_string(uint32 mode) argument
109 switch (mode) {
123 name << "??? (" << mode << ")"; local
132 resolution_to_string(screen_mode& mode, BString &string) argument
136 mode.width, mode.height);
158 return B_TRANSLATE("Unknown mode");
322 screen_mode mode = fScreenMode.ModeAt(i); local
324 if (mode
356 screen_mode mode = fScreenMode.ModeAt(i); local
543 uint32 mode; local
666 screen_mode mode = fScreenMode.ModeAt(i); local
700 screen_mode mode = fScreenMode.ModeAt(j); local
996 ScreenChanged(BRect frame, color_space mode) argument
1140 int32 mode; local
[all...]
H A DScreenMode.cpp64 get_combine_mode(display_mode& mode) argument
66 if ((mode.flags & B_SCROLL) == 0)
69 if (mode.virtual_width == mode.timing.h_display * 2)
72 if (mode.virtual_height == mode.timing.v_display * 2)
80 get_refresh_rate(display_mode& mode) argument
84 return rint(10 * float(mode.timing.pixel_clock * 1000)
85 / float(mode.timing.h_total * mode
163 SetTo(display_mode& mode) argument
209 Set(const screen_mode& mode, int32 workspace) argument
233 Get(screen_mode& mode, int32 workspace) const argument
259 GetOriginalMode(screen_mode& mode, int32 workspace) const argument
274 Set(const display_mode& mode, int32 workspace) argument
292 Get(display_mode& mode, int32 workspace) const argument
352 SupportsColorSpace(const screen_mode& mode, color_space space) argument
359 GetRefreshLimits(const screen_mode& mode, float& min, float& max) argument
451 screen_mode mode; local
481 _GetDisplayMode(const screen_mode& mode, display_mode& displayMode) argument
[all...]
/haiku/src/kits/tracker/
H A DWidgetAttributeText.cpp950 mode_t mode = fModel->StatBuf()->st_mode; local
956 if (S_ISDIR(mode))
958 else if (S_ISLNK(mode))
960 else if (S_ISBLK(mode))
962 else if (S_ISCHR(mode))
968 *scanner++ = (mode & baseMask) ? "rwx"[index % 3] : '-';
H A DFilePanelPriv.cpp169 TFilePanel::TFilePanel(file_panel_mode mode, BMessenger* target, argument
187 fIsSavePanel = (mode == B_SAVE_PANEL);
627 // selection mode then we don't disable button ever
/haiku/src/apps/mediaplayer/
H A DController.cpp1262 Controller::NotifyPlayModeChanged(int32 mode) const
1264 uint32 state = _PlaybackState(mode);
1272 Controller::NotifyLoopModeChanged(int32 mode) const
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A Dkernel_interface.cpp398 const char *path, int mode)
433 node->SetMode(mode);
662 ramfs_access(fs_volume* _volume, fs_vnode* _node, int mode) argument
670 error = node->CheckPermissions(mode);
784 int mode, void** _cookie, ino_t *vnid)
787 FUNCTION(("name: `%s', open mode: %x, mode: %x\n", name, openMode, mode));
848 node->SetMode(mode);
896 // check open mode agains
397 ramfs_create_symlink(fs_volume* _volume, fs_vnode* _dir, const char *name, const char *path, int mode) argument
783 ramfs_create(fs_volume* _volume, fs_vnode* _dir, const char *name, int openMode, int mode, void** _cookie, ino_t *vnid) argument
1123 ramfs_create_dir(fs_volume* _volume, fs_vnode* _dir, const char *name, int mode) argument
[all...]
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Dmulti.c497 strcpy(multi->controls[index].mix_control.name, "Audio mode");
704 int32 mode; local
718 for (mode=EMU_USE_PLAY; mode!=-1;
719 mode = (mode == EMU_USE_PLAY) ? EMU_USE_RECORD : -1) {
721 if ((stream->use & mode) == 0)
732 chans[index].kind = (mode == EMU_USE_PLAY) ? B_MULTI_OUTPUT_CHANNEL : B_MULTI_INPUT_CHANNEL;
739 if (mode==EMU_USE_PLAY) {
/haiku/src/add-ons/kernel/drivers/audio/echo/
H A Dmulti.cpp430 int32 mode; local
445 for (mode=ECHO_USE_PLAY; mode!=-1;
446 mode = (mode == ECHO_USE_PLAY) ? ECHO_USE_RECORD : -1) {
448 if ((stream->use & mode) == 0)
458 chans[index].kind = (mode == ECHO_USE_PLAY) ? B_MULTI_OUTPUT_CHANNEL : B_MULTI_INPUT_CHANNEL;
465 if (mode==ECHO_USE_PLAY) {
/haiku/src/add-ons/kernel/drivers/audio/ac97/es1370/
H A Dmulti.c362 uint32 index, i, mode, designations; local
376 for (mode = ES1370_USE_PLAY; (int32)mode != -1;
377 mode = (mode == ES1370_USE_PLAY) ? ES1370_USE_RECORD : -1) {
379 if ((stream->use & mode) == 0)
389 chans[index].kind = (mode == ES1370_USE_PLAY) ? B_MULTI_OUTPUT_CHANNEL : B_MULTI_INPUT_CHANNEL;
396 if (mode==ES1370_USE_PLAY) {
/haiku/src/add-ons/kernel/drivers/audio/ac97/auvia/
H A Dmulti.c577 int32 mode; local
591 for (mode = AUVIA_USE_PLAY; mode != -1;
592 mode = (mode == AUVIA_USE_PLAY) ? AUVIA_USE_RECORD : -1) {
594 if ((stream->use & mode) == 0)
605 (mode == AUVIA_USE_PLAY) ? B_MULTI_OUTPUT_CHANNEL : B_MULTI_INPUT_CHANNEL;
612 if (mode == AUVIA_USE_PLAY) {
/haiku/src/add-ons/kernel/drivers/audio/ac97/auich/
H A Dmulti.c572 uint32 index, i, mode, designations; local
586 for (mode = AUICH_USE_PLAY; (int32)mode != -1;
587 mode = (mode == AUICH_USE_PLAY) ? AUICH_USE_RECORD : -1) {
589 if ((stream->use & mode) == 0)
600 = (mode == AUICH_USE_PLAY) ? B_MULTI_OUTPUT_CHANNEL : B_MULTI_INPUT_CHANNEL;
607 if (mode == AUICH_USE_PLAY)
/haiku/src/system/libroot/os/
H A Dfind_directory.cpp198 create_path(const char *path, mode_t mode) argument
224 if (mkdir(buffer, mode) < 0)
/haiku/src/tools/fs_shell/
H A Dvfs.cpp2135 fssh_check_access_permissions(int accessMode, fssh_mode_t mode, argument
2139 int userPermissions = (mode & FSSH_S_IRWXU) >> 6;
2140 int groupPermissions = (mode & FSSH_S_IRWXG) >> 3;
2141 int otherPermissions = mode & FSSH_S_IRWXO;
2153 if (FSSH_S_ISDIR(mode))
3569 // Set file descriptor open mode
3585 // Get file descriptor open mode
3722 common_create_symlink(int fd, char *path, const char *toPath, int mode, argument
3730 FUNCTION(("common_create_symlink(fd = %d, path = %s, toPath = %s, mode = %d, kernel = %d)\n", fd, path, toPath, mode, kerne
3809 common_access(char *path, int mode, bool kernel) argument
5365 _kern_create_symlink(int fd, const char *path, const char *toPath, int mode) argument
5454 _kern_access(const char *path, int mode) argument
[all...]
H A Dfssh.cpp265 // currently only octal mode is supported
359 fssh_mode_t mode = st.fssh_st_mode; local
361 permissions += ((mode & FSSH_S_IRUSR) ? 'r' : '-');
362 permissions += ((mode & FSSH_S_IWUSR) ? 'w' : '-');
363 if (mode & FSSH_S_ISUID)
366 permissions += ((mode & FSSH_S_IXUSR) ? 'x' : '-');
368 permissions += ((mode & FSSH_S_IRGRP) ? 'r' : '-');
369 permissions += ((mode & FSSH_S_IWGRP) ? 'w' : '-');
370 if (mode & FSSH_S_ISGID)
373 permissions += ((mode
[all...]
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp490 PRINT(("original mode = %ld, stat->st_mode = %d\n", node.Mode(),
492 node.mode = B_HOST_TO_LENDIAN_INT32((node.Mode() & ~S_IUMSK)
709 int mode)
727 mode = S_DIRECTORY | (mode & S_IUMSK);
728 Inode* inode = Inode::Create(transaction, id, directory, mode);
736 status = inode->MakeReference(transaction, &path, directory, name, mode);
708 btrfs_create_dir(fs_volume* _volume, fs_vnode* _directory, const char* name, int mode) argument
H A DInode.cpp119 Inode::Create(Transaction& transaction, ino_t id, Inode* parent, int32 mode, argument
122 TRACE("Inode::Create() id % " B_PRIu64 " mode %" B_PRId32 " flags %"
123 B_PRIu64"\n", id, flags, mode);
142 inode.mode = B_HOST_TO_LENDIAN_INT32(mode);;
444 Inode* parent, const char* name, int32 mode)
483 directoryEntry->type = get_filetype(mode);
443 MakeReference(Transaction& transaction, BTree::Path* path, Inode* parent, const char* name, int32 mode) argument
/haiku/src/system/kernel/fs/
H A Dvfs.cpp620 void AddDump(TraceOutput& out, const char* mode) argument
624 mode, fVnode, fMountID, fNodeID, fCookie, fPos,
3379 kprintf(" no. type %*s ref open mode pos %*s\n",
3975 check_access_permissions(int accessMode, mode_t mode, gid_t nodeGroupID, argument
3979 int userPermissions = (mode & S_IRWXU) >> 6;
3980 int groupPermissions = (mode & S_IRWXG) >> 3;
3981 int otherPermissions = mode & S_IRWXO;
3993 if (S_ISDIR(mode))
4499 \param mode The type and permissions for the node to be created.
4511 vfs_create_special_node(const char* path, fs_vnode* subVnode, mode_t mode, argument
6455 common_create_symlink(int fd, char* path, const char* toPath, int mode, bool kernel) argument
6539 common_access(int fd, char* path, int mode, bool effectiveUserGroup, bool kernel) argument
8479 _kern_create_symlink(int fd, const char* path, const char* toPath, int mode) argument
8560 _kern_access(int fd, const char* path, int mode, bool effectiveUserGroup) argument
9382 _user_create_symlink(int fd, const char* userPath, const char* userToPath, int mode) argument
9575 _user_access(int fd, const char* userPath, int mode, bool effectiveUserGroup) argument
[all...]
/haiku/src/apps/haikudepot/model/
H A DModel.cpp457 Model::SetPackageListViewMode(package_list_view_mode mode) argument
459 fPackageListViewMode = mode;
/haiku/src/kits/interface/
H A DFont.cpp949 BFont::TruncateString(BString* inOut, uint32 mode, float width) const argument
951 if (mode == B_NO_TRUNCATION)
958 GetTruncatedStrings(&string, 1, mode, width, inOut);
964 uint32 mode, float width, BString resultArray[]) const
978 truncate_string(resultArray[i], mode, width, escapementArray,
989 uint32 mode, float width, char* resultArray[]) const
994 GetTruncatedStrings(stringArray, numStrings, mode, width, strings);
1206 font_metric_mode mode, BRect boundingBoxArray[]) const
1208 _GetBoundingBoxes(charArray, numChars, mode, false, NULL,
1215 font_metric_mode mode, escapement_delt
963 GetTruncatedStrings(const char* stringArray[], int32 numStrings, uint32 mode, float width, BString resultArray[]) const argument
988 GetTruncatedStrings(const char* stringArray[], int32 numStrings, uint32 mode, float width, char* resultArray[]) const argument
1205 GetBoundingBoxesAsGlyphs(const char charArray[], int32 numChars, font_metric_mode mode, BRect boundingBoxArray[]) const argument
1214 GetBoundingBoxesAsString(const char charArray[], int32 numChars, font_metric_mode mode, escapement_delta* delta, BRect boundingBoxArray[]) const argument
1224 _GetBoundingBoxes(const char charArray[], int32 numChars, font_metric_mode mode, bool string_escapement, escapement_delta* delta, BRect boundingBoxArray[], bool asString) const argument
1268 GetBoundingBoxesForStrings(const char* stringArray[], int32 numStrings, font_metric_mode mode, escapement_delta deltas[], BRect boundingBoxArray[]) const argument
[all...]
/haiku/headers/os/interface/
H A DFont.h220 void TruncateString(BString* inOut, uint32 mode,
223 int32 numStrings, uint32 mode, float width,
226 int32 numStrings, uint32 mode,
258 font_metric_mode mode,
262 font_metric_mode mode,
267 int32 numStrings, font_metric_mode mode,
298 int32 numChars, font_metric_mode mode,
/haiku/src/system/kernel/arch/riscv64/
H A Darch_int.cpp36 WriteMode(int mode) argument
38 switch (mode) {
42 default: dprintf("%d", mode);
276 panic("Unexpected exception occurred in kernel mode!");
/haiku/src/apps/haikudepot/ui/
H A DUserLoginWindow.cpp425 UserLoginWindow::_SetMode(Mode mode) argument
427 if (fMode == mode)
430 fMode = mode;
H A DUserLoginWindow.h53 void _SetMode(Mode mode);

Completed in 176 milliseconds

1234567891011>>