Searched defs:numBytes (Results 126 - 150 of 177) sorted by relevance

12345678

/haiku-fatelf/src/preferences/keymap/
H A DKeyboardLayoutView.cpp128 KeyboardLayoutView::KeyDown(const char* bytes, int32 numBytes) argument
135 KeyboardLayoutView::KeyUp(const char* bytes, int32 numBytes) argument
296 int32 numBytes; local
422 int32 numBytes; local
457 int32 numBytes; local
774 _SpecialMappedKeySymbol(const char* bytes, size_t numBytes) argument
800 _SpecialMappedKeyLabel(const char* bytes, size_t numBytes, bool abbreviated) argument
856 int32 numBytes; local
889 int32 numBytes; local
1153 int32 numBytes; local
[all...]
/haiku-fatelf/src/preferences/mail/
H A DConfigWindow.cpp143 KeyDown(const char *bytes, int32 numBytes) argument
/haiku-fatelf/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp454 size_t numBytes = *_numBytes; local
653 size_t numBytes = 10000; local
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/bcm570x/
H A Db57um.c620 b57_read(void *cookie,off_t pos,void *data,size_t *numBytes) argument
681 b57_write(void *cookie,off_t pos,const void *data,size_t *numBytes) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/drivers/network/usb_davicom/
H A DDavicomDevice.cpp233 DavicomDevice::Read(uint8 *buffer, size_t *numBytes) argument
314 DavicomDevice::Write(const uint8 *buffer, size_t *numBytes) argument
[all...]
/haiku-fatelf/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp143 overlay_read_pages(fs_volume *volume, fs_vnode *vnode, void *cookie, off_t pos, const iovec *vecs, size_t count, size_t *numBytes) argument
155 overlay_write_pages(fs_volume *volume, fs_vnode *vnode, void *cookie, off_t pos, const iovec *vecs, size_t count, size_t *numBytes) argument
/haiku-fatelf/src/apps/cortex/MediaRoutingView/
H A DMediaRoutingView.cpp369 KeyDown( const char *bytes, int32 numBytes) argument
/haiku-fatelf/src/apps/diskprobe/
H A DDataView.cpp1106 DataView::KeyDown(const char *bytes, int32 numBytes) argument
/haiku-fatelf/src/apps/icon-o-matic/generic/gui/
H A DListViews.cpp386 DragSortableListView::KeyDown(const char* bytes, int32 numBytes) argument
/haiku-fatelf/src/apps/remotedesktop/
H A DRemoteView.cpp239 RemoteView::KeyDown(const char *bytes, int32 numBytes) argument
249 RemoteView::KeyUp(const char *bytes, int32 numBytes) argument
329 RemoteView::_SendKeyMessage(uint16 code, const char *bytes, int32 numBytes) argument
/haiku-fatelf/src/build/libbe/app/
H A DMessage.cpp1371 AddData(const char *name, type_code type, const void *data, ssize_t numBytes, bool isFixedSize, int32 count) argument
1547 ReplaceData(const char *name, type_code type, int32 index, const void *data, ssize_t numBytes) argument
2001 ssize_t numBytes = 0; local
2159 ReplaceData(const char *name, type_code type, const void *data, ssize_t numBytes) argument
[all...]
/haiku-fatelf/src/kits/interface/
H A DColorControl.cpp689 BColorControl::KeyDown(const char* bytes, int32 numBytes) argument
H A DMenuField.cpp460 BMenuField::KeyDown(const char* bytes, int32 numBytes) argument
H A DOutlineListView.cpp187 BOutlineListView::KeyDown(const char* bytes, int32 numBytes) argument
/haiku-fatelf/src/kits/shared/
H A DCalendarView.cpp374 BCalendarView::KeyDown(const char* bytes, int32 numBytes) argument
/haiku-fatelf/src/libs/print/libprint/
H A DPreview.cpp371 PreviewView::KeyDown(const char* bytes, int32 numBytes) argument
/haiku-fatelf/src/servers/app/
H A DServerApp.cpp2055 int32 numChars, numBytes; local
2108 int32 numChars, numBytes; local
2151 uint32 numBytes; local
2216 uint32 numBytes; local
2309 uint32 numBytes; local
2401 uint32 numBytes; local
[all...]
H A DServerFont.cpp460 ServerFont::GetHasGlyphs(const char* string, int32 numBytes, argument
506 ServerFont::GetEdges(const char* string, int32 numBytes, argument
593 ServerFont::GetEscapements(const char* string, int32 numBytes, int32 numChars, argument
648 ServerFont::GetEscapements(const char* string, int32 numBytes, int3 argument
752 GetBoundingBoxes(const char* string, int32 numBytes, BRect rectArray[], bool stringEscapement, font_metric_mode mode, escapement_delta delta, bool asString) argument
786 int32 numBytes = lengthArray[i]; local
817 StringWidth(const char *string, int32 numBytes, const escapement_delta* deltaArray) const argument
[all...]
/haiku-fatelf/src/system/kernel/cache/
H A Dfile_cache.cpp390 generic_size_t numBytes = PAGE_ALIGN(pageOffset + bufferSize); local
505 generic_size_t numBytes = PAGE_ALIGN(pageOffset + bufferSize); local
/haiku-fatelf/src/system/kernel/messaging/
H A DKMessage.cpp416 memcpy(const_cast<void*>(element), data, numBytes); local
353 AddData(const char* name, type_code type, const void* data, int32 numBytes, bool isFixedSize) argument
398 SetData(const char* name, type_code type, const void* data, int32 numBytes) argument
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A Dkernel_interface_r5.cpp1600 size_t numBytes = strlen((char *)&inode->Node()->short_symlink); local
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/netfs/shared/
H A DKMessage.cpp297 AddData(const char *name, type_code type, const void *data, int32 numBytes, bool isFixedSize) argument
/haiku-fatelf/src/kits/tracker/
H A DTracker.cpp846 ssize_t numBytes; local
/haiku-fatelf/src/system/kernel/vm/
H A DVMCache.cpp1232 WriteAsync(off_t offset, const generic_io_vec* vecs, size_t count, generic_size_t numBytes, uint32 flags, AsyncIOCallback* callback) argument
/haiku-fatelf/src/apps/deskcalc/
H A DCalcView.cpp609 CalcView::KeyDown(const char* bytes, int32 numBytes) argument
801 ssize_t numBytes; local
883 CalcView::FlashKey(const char* bytes, int32 numBytes) argument

Completed in 446 milliseconds

12345678