Searched refs:Mode (Results 51 - 75 of 107) sorted by relevance

12345

/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp54 T9Mode Mode() const { return fMode; }; function in class:T9InputServerMethod
91 fDeskbarMenu = new BMenu(_T("Mode"));
H A DT9InputServerMethod.cpp55 T9Mode Mode() const { return fMode; }; function in class:T9InputServerMethod
92 fDeskbarMenu = new BMenu(_T("Mode"));
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.cpp139 ASSERT((mode & S_IFMT) == (Mode() & S_IFMT));
H A DNode.h53 inline uint32 Mode() const { return fNode.mode; } function in class:Node
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DNode.h69 virtual mode_t Mode() const = 0;
/haiku/src/servers/app/drawing/Painter/bitmap_painter/
H A DDrawBitmapGeneric.h17 template<typename PixFmt, typename Mode>
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dsimple-network.h131 efi_simple_network_mode* Mode; member in struct:efi_simple_network_protocol
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.h142 BackgroundImage::Mode _FindPlacementMode();
H A DBackgroundImage.cpp115 Mode mode = kTiled;
174 int32 imageIndex, Mode mode, BPoint offset, bool textWidgetLabelOutline,
/haiku/src/kits/tracker/
H A DBackgroundImage.cpp93 Mode mode = kTiled;
131 BBitmap* bitmap, Mode mode, BPoint offset, bool textWidgetOutline)
H A DFindPanel.cpp368 switch (fBackground->Mode()) {
1518 ASSERT(Mode() == (int32)kByAttributeItem);
1530 switch (Mode()) {
1577 ASSERT(Mode() == (int32)kByNameItem);
2272 uint32 mode = Mode();
2293 switch (Mode()) {
2342 if (Mode() == (int32)kByAttributeItem) {
2354 if (Mode() == (int32)kByFormulaItem || node == NULL
2438 switch (Mode()) {
2484 if (textControl != NULL && Mode()
[all...]
H A DFindPanel.h194 uint32 Mode() const { return fMode; } function in class:BPrivate::FindPanel
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp111 switch (fNode->Mode() & (S_STR_INDEX | S_INT_INDEX | S_UINT_INDEX
140 int32 mode = fNode->Mode() & (S_STR_INDEX | S_INT_INDEX | S_UINT_INDEX
H A DDebug.cpp120 kprintf(" mode = %08x\n", (int)inode->Mode());
136 S_ISLNK(inode->Mode()) && (inode->Flags() & INODE_LONG_SYMLINK) == 0
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPStateMachine.cpp466 if (Interface().Mode() == PPP_CLIENT_MODE) {
595 if (Interface().Mode() != PPP_SERVER_MODE
757 if (Interface().Mode() == PPP_SERVER_MODE) {
801 if (Interface().ChildAt(index)->Mode() == Interface().Mode())
1964 if (protocol->IsGoingUp() && Interface().Mode() == PPP_CLIENT_MODE)
1967 if (Interface().Mode() == PPP_CLIENT_MODE)
1976 if (Interface().Mode() == PPP_SERVER_MODE
/haiku/src/apps/diskprobe/
H A DFindWindow.cpp51 find_mode Mode() const { return fMode; } function in class:FindTextView
516 BMenuField* menuField = new BMenuField(B_TRANSLATE("Mode:"), fMenu);
593 find.AddInt8("find_mode", fTextView->Mode());
612 update.AddInt8("find_mode", fTextView->Mode());
/haiku/src/system/boot/platform/openfirmware/arch/sparc/
H A Dmmu.cpp206 int16_t Mode() { function in struct:translation_map
235 map->PhysicalAddress(), map->Mode());
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h98 mode_t Mode() { return (IsDirectory() ? S_IFDIR : S_IFREG) function in class:Icb
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h173 ppp_mode Mode() const function in class:KPPPInterface
/haiku/src/bin/bfs_tools/lib/
H A DInode.h36 int32 Mode() const { return fInode->mode; } function in class:Inode
/haiku/src/add-ons/kernel/network/protocols/ipv4/
H A Dmulticast.h160 FilterMode Mode() const { return fFilterMode; } function in class:MulticastGroupInterface
/haiku/src/add-ons/kernel/network/protocols/ipv6/
H A Dmulticast.h163 FilterMode Mode() const { return fFilterMode; } function in class:MulticastGroupInterface
/haiku/src/system/boot/platform/efi/
H A Dconsole.cpp202 for (int mode = 0; mode < ConOut->Mode->MaxMode; ++mode) {
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dext2.h488 uint16 Mode() const { return B_LENDIAN_TO_HOST_INT16(mode); } function in struct:ext2_inode
570 if (S_ISREG(Mode())) {
603 SetMode((Mode() & ~mask) | (newMode & mask));
645 if (S_ISREG(Mode()))
/haiku/src/add-ons/kernel/file_systems/ufs2/
H A DInode.cpp244 return check_access_permissions(accessMode, Mode(), (gid_t)GroupID(),

Completed in 140 milliseconds

12345