Searched defs:size (Results 126 - 150 of 1596) sorted by last modified time

1234567891011>>

/haiku/src/servers/app/
H A DServerWindow.cpp974 int32 size; local
996 int32 size = settings.FlattenedSize(); local
[all...]
/haiku/src/kits/network/libnetapi/
H A DAbstractSocket.cpp138 socklen_t size = sizeof(tv); local
H A DSocket.cpp82 BSocket::Read(void* buffer, size_t size) argument
95 BSocket::Write(const void* buffer, size_t size) argument
/haiku/src/apps/webpositive/
H A DBrowserWindow.cpp1967 off_t size; local
2781 size_t size = strlen(type); local
/haiku/src/preferences/keymap/
H A DKeyboardLayoutView.cpp537 ssize_t size; local
1156 ssize_t size; local
1243 BSize size = fLayout->DefaultKeySize(); local
[all...]
/haiku/src/kits/interface/
H A DColumnListView.cpp2072 BSize size; local
2088 BSize size = MinSize(); local
2157 BSize size = fStatusView->MinSize(); local
[all...]
H A DMenuItem.cpp724 float size = std::min(r.Height() - 2, r.Width()); local
[all...]
H A DColorControl.cpp90 BColorControl::_InitData(color_control_layout layout, float size, argument
599 BColorControl::_SetCellSize(float size) argument
664 BColorControl::SetCellSize(float size) argument
/haiku/src/apps/haikudepot/textview/
H A DCharacterStyle.cpp77 CharacterStyle::SetFontSize(float size) argument
/haiku/src/apps/haikudepot/ui/
H A DPackageListView.cpp283 SizeField::SizeField(double size) argument
298 SizeField::SetSize(double size) argument
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DACPICAHaiku.cpp525 AcpiOsAllocate(ACPI_SIZE size) argument
/haiku/src/tools/remote_disk_server/
H A Dremote_disk_server.cpp196 int16_t size = ntohs(fRequest->size); local
239 int16_t size = ntohs(fRequest->size); local
278 _SendReply(remote_disk_header *reply, int size) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/packagefs/
H A Dkernel_interface.cpp254 packagefs_ioctl(fs_volume* fsVolume, fs_vnode* fsNode, void* cookie, uint32 operation, void* buffer, size_t size) argument
/haiku/src/system/kernel/
H A Dsem.cpp308 fill_sem_info(struct sem_entry* sem, sem_info* info, size_t size) argument
1014 _get_sem_info(sem_id id, struct sem_info *info, size_t size) argument
1250 _user_get_sem_info(sem_id id, struct sem_info *userInfo, size_t size) argument
1039 _get_next_sem_info(team_id teamID, int32 *_cookie, struct sem_info *info, size_t size) argument
1267 _user_get_next_sem_info(team_id team, int32 *userCookie, struct sem_info *userInfo, size_t size) argument
[all...]
/haiku/src/kits/tracker/
H A DThumbnails.cpp116 ScaleBitmap(BBitmap* source, BBitmap& dest, BSize size, color_space colorSpace) argument
269 GenerateThumbnail(Model* model, color_space colorSpace, BSize size) argument
331 GetThumbnailFromAttr(Model* model, BBitmap* icon, BSize size) argument
[all...]
H A DTrackerInitialState.cpp195 ssize_t size = message->FlattenedSize(); local
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp637 int32 size = (uint8*)last - (uint8*)next; local
1438 off_t size = blockSize; local
1672 size_t size; local
1723 _GrowStream(Transaction& transaction, off_t size) argument
2079 _FreeStaticStreamArray(Transaction& transaction, int32 level, block_run run, off_t size, off_t offset, off_t& max) argument
2153 _FreeStreamArray(Transaction& transaction, block_run* array, uint32 arrayLength, off_t size, off_t& offset, off_t& max) argument
2206 _ShrinkStream(Transaction& transaction, off_t size) argument
2270 SetFileSize(Transaction& transaction, off_t size) argument
2298 file_map_set_size(Map(), size); local
[all...]
H A DBPlusTree.cpp1404 int32 size = node->AllKeyLength() - length; local
1445 size_t size = fNodeSize >> 1; local
3102 int32 size = Count(); local
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A Dkernel_interface.cpp382 ext2_get_file_map(fs_volume* _volume, fs_vnode* _node, off_t offset, size_t size, struct file_io_vec* vecs, size_t* _count) argument
/haiku/src/kits/debugger/dwarf/
H A DDataReader.h27 DataReader(const void* data, off_t size, uint8 addressSize, bool isBigEndian) argument
32 void SetTo(const void* data, off_t size, uint8 addressSize, bool isBigEndian) argument
H A DDwarfExpressionEvaluator.cpp143 DwarfExpressionEvaluator::Evaluate(const void* expression, size_t size, argument
165 DwarfExpressionEvaluator::EvaluateLocation(const void* expression, size_t size, argument
795 off_t size; local
[all...]
/haiku/src/add-ons/kernel/network/protocols/unix/
H A DUnixStreamEndpoint.cpp614 UnixStreamEndpoint::SetReceiveBufferSize(size_t size) argument
H A DUnixDatagramEndpoint.cpp459 UnixDatagramEndpoint::SetReceiveBufferSize(size_t size) argument
/haiku/src/bin/
H A Dsafemode.c21 size_t size = sizeof(buffer); local
/haiku/src/tests/kits/shared/
H A DFakeJsonDataGenerator.cpp39 FakeJsonStreamDataIO::Read(void* buffer, size_t size) argument
59 FakeJsonStreamDataIO::Write(const void* buffer, size_t size) argument

Completed in 289 milliseconds

1234567891011>>