Searched refs:to (Results 201 - 225 of 284) sorted by relevance

1234567891011>>

/haiku/src/servers/app/decorator/
H A DTabDecorator.h116 virtual bool _MoveTab(int32 from, int32 to, bool isMoving,
H A DDecorator.h116 virtual bool MoveTab(int32 from, int32 to, bool isMoving,
276 virtual bool _MoveTab(int32 from, int32 to, bool isMoving,
/haiku/src/servers/app/drawing/Painter/
H A DPainter.cpp10 /*! API to the Anti-Grain Geometry based "Painter" drawing backend. Manages
179 // we have for solid patterns in certain modes to get the expected results for
253 // (if ever we want to support some devices where this gives
303 // speed critical than it used to be.
321 // any of these conditions means we need to use a different drawing
343 // to set the renderers to the correct color
509 // "false" means not to do the pixel center offset,
559 // Tweak ends to "include" the pixel at the index,
560 // we need to d
2024 BGradient::ColorStop* to = gradient.ColorStopAtFast(i); local
2077 BGradient::ColorStop* to = gradient.ColorStopAtFast(i + 1); local
[all...]
/haiku/src/apps/icon-o-matic/transformable/
H A DTransformBox.h100 BPoint from, BPoint to) const;
/haiku/src/apps/mail/
H A DMailWindow.h8 Permission is hereby granted, free of charge, to any person obtaining a copy of
9 this software and associated documentation files (the "Software"), to deal in
10 the Software without restriction, including without limitation the rights to
12 of the Software, and to permit persons to whom the Software is furnished to do
13 so, subject to the following conditions:
15 The above copyright notice and this permission notice applies to all licensees
26 used in advertising or otherwise to promote the sale, use or other dealings in
73 const char* to, cons
[all...]
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h120 status_t Goto(int8 to);
149 void SetCurrentNode(bplustree_node *node,off_t offset,int8 to = BPLUSTREE_BEGIN);
H A DInode.cpp776 // truncate size to read
782 if (!size) // there is nothing left to read
829 if (!size) // there is nothing left to write
842 //printf("### write %ld bytes to %lld\n### --\n",bytes,fDisk->ToOffset(fRun) + pos - fRunFileOffset);
1030 // eventually, this method should be implemented to recover lost
1075 // the recovery program should make empty files to recover lost attributes
1370 char to[2048]; local
1371 if (LinksTo(to,sizeof(to)) < B_OK)
1375 status = directory.CreateSymLink(path.Leaf(),to,
1387 LinksTo(char *to,size_t maxLength) argument
[all...]
H A DBPlusTree.cpp322 void BPlusTree::SetCurrentNode(bplustree_node *node,off_t offset,int8 to) argument
325 fCurrentKey = to == BPLUSTREE_BEGIN ? -1 : node->all_key_count;
330 status_t BPlusTree::Goto(int8 to) argument
346 SetCurrentNode(node,pos,to);
351 if (to == BPLUSTREE_END || node->all_key_count == 0)
393 // if the node is out of duplicates, we go directly to the next one
435 // there are no nodes left, so turn back to the last key
819 // if we have split an index node, we have to drop the first key
820 // of the next node (which can also be the new key to insert)
888 // because we don't want to overwrit
[all...]
H A DInode.h194 status_t LinksTo(char *to, size_t maxLength);
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h72 /*! Traverse from the root to fill in the path along the way
82 * \param num Number of entries to be inserted
83 * \param startKey Slot to start inserting
94 * \param _data Location to store removed data
113 * \param _value Location to store item if search successful
167 //! Reset Node and decrements ref-count to the Node's block
181 * length is size to insert/remove
201 void _Copy(const Node* origin, uint32 at, uint32 from, uint32 to,
212 int _CalculateSpace(uint32 from, uint32 to, uint8 type = 1) const;
252 * level > 0: to roo
[all...]
/haiku/build/scripts/
H A Dbuild_haiku_image64 # this adds the build library dir to LD_LIBRARY_PATH
85 toFSShellFifo=${fifoBasePath}-to-shell
109 # the respectively other program, FD 4 is the output to it.
221 echo "ERROR: Would need to download $url, but HAIKU_NO_DOWNLOADS "
279 # of the FS shell causes writing to/reading from the other ends to fail
312 $mkindex -t string MAIL:to
397 echo "you need xorriso to create a CD image."
/haiku/src/system/kernel/arch/riscv64/
H A Darch_vm.cpp307 TRACE(("arch_vm_init_end(): %" B_PRIu32 " virtual ranges to keep:\n",
333 panic("arch_vm_init_end(): Failed to create area for boot loader "
351 arch_vm_aspace_swap(struct VMAddressSpace *from, struct VMAddressSpace *to) argument
354 // of dying. It switches to the kernel team and does whatever cleanup is
357 // It is however not necessary to change the page directory. Userland team's
362 SetSatp(((RISCV64VMTranslationMap*)to->TranslationMap())->Satp());
H A Darch_asm.S37 # load `to` context
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmode.cpp102 // Older cards require pixel count to be even
169 // TODO we always set both displays to the same address. When we support
182 // needs to be adjusted to know which display we're talking about.
238 // We could not read any EDID info. Fallback to creating a list with
282 // to get a vblank in at most 20ms, so there is no need to wait longer
355 // TODO: do not go further if the mode is identical to the current one.
376 // back. Try to restore a framebuffer for the previous mode, at least.
385 ERROR("%s: Failed to allocat
[all...]
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp154 /*! Clones the buffer by grabbing another reference to the underlying data.
196 // truncate original data and move it to the new buffer
210 second buffer's contents will be appended to the first ones, else they
228 // append buffer to the second buffer, then switch the data
389 Trims the buffer to the specified \a newSize by removing space from
410 Appends data coming from buffer \a source to the buffer \a buffer. It only
431 Attaches ancillary data to the given buffer. The data are completely
432 orthogonal to the data the buffer stores.
439 \param _allocatedData Will be set to the storage allocated for the data.
447 // TODO: Obviously it would be nice to allocat
530 net_buffer_private *to = (net_buffer_private *)_to; local
[all...]
H A Dnet_buffer.cpp80 uint8* start; // points to the start of the data
714 panic("failed to read from buffer %p, offset: %lu, size: %lu",
733 panic("failed to read from source buffer %p, offset: %lu, size: %lu",
859 /*! Tries to allocate \a size bytes from the free space in the header.
913 // try to allocate in our current allocation header
921 // release our reference to the old header -- it will will stay around
922 // until the last reference to it is released
946 TRACE(("%d: add first data node %p to header %p\n", find_thread(NULL),
972 TRACE(("%d: add data node %p to header %p\n", find_thread(NULL), node,
995 // Move all used and tail space to th
1027 append_data_from_buffer(net_buffer* to, const net_buffer* from, size_t size) argument
2038 net_buffer_private* to = (net_buffer_private*)_to; local
[all...]
/haiku/src/kits/tracker/
H A DPoseViewScripting.cpp8 Permission is hereby granted, free of charge, to any person obtaining a copy of
9 this software and associated documentation files (the "Software"), to deal in
10 the Software without restriction, including without limitation the rights to
12 of the Software, and to permit persons to whom the Software is furnished to do
13 so, subject to the following conditions:
15 The above copyright notice and this permission notice applies to all licensees
26 used in advertising or otherwise to promote the sale, use or other dealings in
54 // Indices and entry_refs are used to specif
[all...]
H A DUtilities.h8 Permission is hereby granted, free of charge, to any person obtaining a copy of
9 this software and associated documentation files (the "Software"), to deal in
10 the Software without restriction, including without limitation the rights to
12 of the Software, and to permit persons to whom the Software is furnished to do
13 so, subject to the following conditions:
15 The above copyright notice and this permission notice applies to all licensees
26 used in advertising or otherwise to promote the sale, use or other dealings in
132 // For a location to b
[all...]
/haiku/src/add-ons/kernel/drivers/network/ether/usb_asix/
H A DAX88772Device.cpp59 // RXCTL_PROMISCUOUS, // forward all frames up to the host
60 // RXCTL_ALL_MULTICAT, // forward all multicast frames up to the host
61 // RXCTL_SEP, // forward frames with CRC error up to the host
62 // RXCTL_BROADCAST, // forward broadcast frames up to the host
64 // matching to multicast filter up to the host
66 // to multicast filter up to the host
239 // 00:00:00:00:00:00 such that an explicit access to EEPROM
240 // is required to ge
358 size_t to = useEmbeddedPHY ? 3 : 4; local
[all...]
/haiku/headers/os/media/
H A DMediaRoster.h7 //! The BMediaRoster is the main API to the Media Kit.
45 // one already. Thread safe for multiple calls to Roster().
92 // Typically, you'll want to use GetTimeSource() instead.
100 const media_destination& to,
105 // _output and _input are the ones actually used. From and to
114 const media_destination& to,
139 // NOTE: The node needs to be running.
276 // Finding a suitable node to playback a file:
328 // _inOutCount defaults to 1
336 // Use MediaFlags to inquir
[all...]
/haiku/headers/private/net/
H A Dnet_stack.h182 ancillary_data_container* to);
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DInode.h63 static status_t Rename(Inode* from, Inode* to,
/haiku/headers/os/support/
H A DObjectList.h8 Permission is hereby granted, free of charge, to any person obtaining a copy of
9 this software and associated documentation files (the "Software"), to deal in
10 the Software without restriction, including without limitation the rights to
12 of the Software, and to permit persons to whom the Software is furnished to do
13 so, subject to the following conditions:
15 The above copyright notice and this permission notice applies to all licensees
26 used in advertising or otherwise to promote the sale, use or other dealings in
105 bool MoveItem(int32 from, int32 to);
561 MoveItem(int32 from, int32 to) argument
[all...]
/haiku/src/apps/sudoku/
H A DSudokuView.h54 status_t SaveTo(BDataIO &to, uint32 as = kExportAsText);
/haiku/src/kits/media/
H A DMediaTrack.cpp58 // TODO: move this (after name change?) to MediaDefs.h
610 // to the next chunk start time (i.e. after seeking) to the start time
718 // it point to the same BControllable?
944 BMediaTrack::SetupFormatTranslation(const media_format &from, media_format* to) argument
984 string_for_format(*to, s, sizeof(s));
985 printf("BMediaTrack::SetupFormatTranslation: to: %s\n", s);
988 result = fRawDecoder->NegotiateOutputFormat(to);
996 string_for_format(*to, s, sizeof(s));

Completed in 148 milliseconds

1234567891011>>