Searched refs:direction (Results 76 - 100 of 105) sorted by relevance

12345

/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp47 dump_packet(net_buffer *packet, const char *direction) argument
56 sprintf((char*) buffer, "Dumping %s packet;len=%ld;pkthdr.len=%d\n", direction,
/haiku/headers/private/interface/
H A DHaikuControlLook.h165 int32 direction, orientation orientation,
193 const rgb_color& base, uint32 direction,
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.cpp924 TreeIterator::_Traverse(btree_traversing direction) argument
926 status_t status = fTree->Traverse(direction, fPath, fKey);
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.cpp239 /*! \brief Goes into a given direction.
241 \a direction can be
246 - \c UP: Up one level (in root direction). Goes to the parent node of
249 - \c DOWN: Down one level (in leaf direction). Goes to the child node of
255 \param direction \c FORWARD, \c BACKWARDS, \c UP or \c DOWN
259 TreeIterator::GoTo(uint32 direction) argument
263 switch (direction) {
/haiku/src/kits/interface/
H A DScrollView.cpp457 BScrollView::ScrollBar(orientation direction) const
459 if (direction == B_HORIZONTAL)
H A DHaikuControlLook.cpp619 int32 direction, orientation orientation, bool down)
637 DrawArrowShape(view, rect, updateRect, base, direction, flags, 1.9f);
1025 const BRect& updateRect, const rgb_color& base, uint32 direction,
1033 switch (direction) {
617 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
1024 DrawArrowShape(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 direction, uint32 flags, float tint) argument
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h401 status_t Traverse(int8 direction, void* key,
H A DBPlusTree.cpp2604 // get the next node offset depending on the direction (and if there
2628 /*! Iterates through the tree in the specified direction.
2640 TreeIterator::Traverse(int8 direction, void* key, uint16* keyLength, argument
2646 bool forward = direction == BPLUSTREE_FORWARD;
2665 // regardless of traverse direction the duplicates are always presented
2707 fCurrentKey += direction;
/haiku/src/add-ons/kernel/network/stack/
H A Dlink.cpp555 link_shutdown(net_protocol* protocol, int direction) argument
H A Dnet_socket.cpp1578 socket_shutdown(net_socket* socket, int direction) argument
1580 return socket->first_info->shutdown(socket->first_protocol, direction);
/haiku/src/apps/serialconnect/libvterm/src/
H A Dstate.c156 static void tab(VTermState *state, int count, int direction) argument
160 state->pos.col += direction;
/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js545 this.direction = 0;
561 this.direction = remoteMessage.dataView.readUint8();
/haiku/src/servers/input/
H A DInputServer.cpp1126 InputServer::SetNextMethod(bool direction) argument
1133 index += (direction ? 1 : -1);
/haiku/src/apps/magnify/
H A DMagnify.cpp817 TWindow::ResizeWindow(bool direction) argument
822 if (direction) {
/haiku/src/apps/terminal/
H A DTermWindow.cpp1451 TermWindow::_NavigateTab(int32 index, int32 direction, bool move) argument
1457 int32 newIndex = (index + direction + count) % count;
/haiku/src/add-ons/kernel/busses/scsi/buslogic/
H A Dbuslogic.c435 bl_ccb->direction = BL_CCB_DIR_DEFAULT;
/haiku/headers/os/interface/
H A DView.h591 BScrollBar* ScrollBar(orientation direction) const;
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp428 int32 direction, orientation orientation, bool down)
480 switch(direction) {
744 const rgb_color& base, uint32 direction, uint32 flags, float tint)
754 switch(direction) {
426 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
743 DrawArrowShape(BView* view, BRect& rect, const BRect& updateRect, const rgb_color& base, uint32 direction, uint32 flags, float tint) argument
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c661 .direction = UE_DIR_OUT,
670 .direction = UE_DIR_OUT,
680 .direction = UE_DIR_OUT,
690 .direction = UE_DIR_OUT,
700 .direction = UE_DIR_OUT,
710 .direction = UE_DIR_OUT,
720 .direction = UE_DIR_IN,
H A Dif_ural.c370 .direction = UE_DIR_OUT,
379 .direction = UE_DIR_IN,
/haiku/src/add-ons/kernel/busses/usb/
H A Dohci.cpp1633 // If direction is out set every descriptor data
1849 // Set the direction
1864 TRACE_ERROR("direction unknown\n");
2037 ohci_general_td **_lastDescriptor, uint32 direction, size_t bufferSize)
2055 descriptor->flags = direction
2036 _CreateDescriptorChain(ohci_general_td **_firstDescriptor, ohci_general_td **_lastDescriptor, uint32 direction, size_t bufferSize) argument
/haiku/src/add-ons/control_look/FlatControlLook/
H A DFlatControlLook.cpp364 int32 direction, orientation orientation, bool down)
395 DrawArrowShape(view, rect, updateRect, arrowColor, direction, flags, 1.0f);
362 DrawScrollBarButton(BView* view, BRect rect, const BRect& updateRect, const rgb_color& base, uint32 flags, int32 direction, orientation orientation, bool down) argument
/haiku/headers/private/audio/
H A Dsoundcard.h923 char direction; member in struct:__anon332
/haiku/src/add-ons/kernel/network/protocols/udp/
H A Dudp.cpp1237 udp_shutdown(net_protocol *protocol, int direction) argument
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp888 domain_shutdown(net_protocol *protocol, int direction) argument

Completed in 1520 milliseconds

12345