HomeSort by relevance Sort by last modified time
    Searched full:sendmsg (Results 1 - 25 of 918) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
sendmsg.vgtest 1 prog: sendmsg
sendmsg.stderr.exp 1 Syscall param sendmsg(msg) points to uninitialised byte(s)
2 at 0x........: sendmsg (in /...libc...)
3 by 0x........: main (sendmsg.c:46)
5 in frame #1, created by main (sendmsg.c:13)
7 sendmsg: 6
sendmsg.stderr.exp-solaris 1 Syscall param sendmsg(msg) points to uninitialised byte(s)
4 by 0x........: main (sendmsg.c:46)
6 in frame #2, created by main (sendmsg.c:13)
8 sendmsg: 6
  /external/lzma/CPP/Windows/Control/
ReBar.h 15 { return LRESULTToBool(SendMsg(RB_SETBARINFO, 0, (LPARAM)barInfo)); }
17 { return LRESULTToBool(SendMsg(RB_INSERTBAND, index, (LPARAM)bandInfo)); }
19 { return LRESULTToBool(SendMsg(RB_SETBANDINFO, index, (LPARAM)bandInfo)); }
21 { SendMsg(RB_MAXIMIZEBAND, index, BoolToBOOL(ideal)); }
23 { return LRESULTToBool(SendMsg(RB_SIZETORECT, 0, (LPARAM)rect)); }
25 { return (UINT)SendMsg(RB_GETBARHEIGHT); }
27 { return (UINT)SendMsg(RB_GETBANDCOUNT); }
29 { return LRESULTToBool(SendMsg(RB_DELETEBAND, index)); }
ProgressBar.h 18 LRESULT SetPos(int pos) { return SendMsg(PBM_SETPOS, pos, 0); }
19 LRESULT DeltaPos(int increment) { return SendMsg(PBM_DELTAPOS, increment, 0); }
20 UINT GetPos() { return (UINT)SendMsg(PBM_GETPOS, 0, 0); }
21 LRESULT SetRange(unsigned short minValue, unsigned short maxValue) { return SendMsg(PBM_SETRANGE, 0, MAKELPARAM(minValue, maxValue)); }
22 DWORD SetRange32(int minValue, int maxValue) { return (DWORD)SendMsg(PBM_SETRANGE32, minValue, maxValue); }
23 int SetStep(int step) { return (int)SendMsg(PBM_SETSTEP, step, 0); }
24 LRESULT StepIt() { return SendMsg(PBM_STEPIT, 0, 0); }
25 INT GetRange(bool minValue, PPBRANGE range) { return (INT)SendMsg(PBM_GETRANGE, BoolToBOOL(minValue), (LPARAM)range); }
28 COLORREF SetBarColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBARCOLOR, 0, color); }
29 COLORREF SetBackgroundColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBKCOLOR, 0, color); }
    [all...]
ComboBox.h 18 void ResetContent() { SendMsg(CB_RESETCONTENT, 0, 0); }
19 LRESULT AddString(LPCTSTR s) { return SendMsg(CB_ADDSTRING, 0, (LPARAM)s); }
23 LRESULT SetCurSel(int index) { return SendMsg(CB_SETCURSEL, index, 0); }
24 int GetCurSel() { return (int)SendMsg(CB_GETCURSEL, 0, 0); }
25 int GetCount() { return (int)SendMsg(CB_GETCOUNT, 0, 0); }
27 LRESULT GetLBTextLen(int index) { return SendMsg(CB_GETLBTEXTLEN, index, 0); }
28 LRESULT GetLBText(int index, LPTSTR s) { return SendMsg(CB_GETLBTEXT, index, (LPARAM)s); }
34 LRESULT SetItemData(int index, LPARAM lParam) { return SendMsg(CB_SETITEMDATA, index, lParam); }
35 LRESULT GetItemData(int index) { return SendMsg(CB_GETITEMDATA, index, 0); }
39 void ShowDropDown(bool show = true) { SendMsg(CB_SHOWDROPDOWN, show ? TRUE : FALSE, 0); }
    [all...]
ToolBar.h 14 void AutoSize() { SendMsg(TB_AUTOSIZE, 0, 0); }
15 DWORD GetButtonSize() { return (DWORD)SendMsg(TB_GETBUTTONSIZE, 0, 0); }
28 return LRESULTToBool(SendMsg(TB_GETMAXSIZE, 0, (LPARAM)size));
32 bool EnableButton(UINT buttonID, bool enable) { return LRESULTToBool(SendMsg(TB_ENABLEBUTTON, buttonID, MAKELONG(BoolToBOOL(enable), 0))); }
33 void ButtonStructSize() { SendMsg(TB_BUTTONSTRUCTSIZE, sizeof(TBBUTTON)); }
34 HIMAGELIST SetImageList(UINT listIndex, HIMAGELIST imageList) { return HIMAGELIST(SendMsg(TB_SETIMAGELIST, listIndex, (LPARAM)imageList)); }
35 bool AddButton(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMsg(TB_ADDBUTTONS, numButtons, (LPARAM)buttons)); }
37 bool AddButtonW(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMsg(TB_ADDBUTTONSW, numButtons, (LPARAM)buttons)); }
Trackbar.h 15 { SendMsg(TBM_SETRANGE, BoolToBOOL(redraw), MAKELONG(minimum, maximum)); }
17 { SendMsg(TBM_SETPOS, BoolToBOOL(redraw), pos); }
19 { SendMsg(TBM_SETTICFREQ, freq); }
22 { return (int)SendMsg(TBM_GETPOS); }
Static.h 14 HANDLE SetImage(WPARAM imageType, HANDLE handle) { return (HANDLE)SendMsg(STM_SETIMAGE, imageType, (LPARAM)handle); }
15 HANDLE GetImage(WPARAM imageType) { return (HANDLE)SendMsg(STM_GETIMAGE, imageType, 0); }
21 HICON SetIcon(HICON icon) { return (HICON)SendMsg(STM_SETICON, (WPARAM)icon, 0); }
22 HICON GetIcon() { return (HICON)SendMsg(STM_GETICON, 0, 0); }
  /external/llvm/test/CodeGen/AMDGPU/
llvm.SI.sendmsg.ll 7 ; CHECK: s_sendmsg sendmsg(MSG_GS, GS_OP_EMIT, 0)
8 ; CHECK: s_sendmsg sendmsg(MSG_GS, GS_OP_CUT, 1)
9 ; CHECK: s_sendmsg sendmsg(MSG_GS, GS_OP_EMIT_CUT, 2)
10 ; CHECK: s_sendmsg sendmsg(MSG_GS_DONE, GS_OP_NOP)
14 call void @llvm.SI.sendmsg(i32 34, i32 0);
15 call void @llvm.SI.sendmsg(i32 274, i32 0);
16 call void @llvm.SI.sendmsg(i32 562, i32 0);
17 call void @llvm.SI.sendmsg(i32 3, i32 0);
22 declare void @llvm.SI.sendmsg(i32, i32) #0
  /external/llvm/test/MC/AMDGPU/
sopp-err.s 5 s_sendmsg sendmsg(11)
8 s_sendmsg sendmsg(MSG_INTERRUPTX)
11 s_sendmsg sendmsg(MSG_INTERRUPT, 0)
14 s_sendmsg sendmsg(MSG_GS)
17 s_sendmsg sendmsg(MSG_GS, GS_OP_NOP)
20 s_sendmsg sendmsg(MSG_GS, GS_OP_CUT, 0, 0)
23 s_sendmsg sendmsg(MSG_GSX, GS_OP_CUT, 0)
26 s_sendmsg sendmsg(MSG_GS, GS_OP_CUTX, 0)
29 s_sendmsg sendmsg(MSG_GS, GS_OP_CUT, 4)
32 s_sendmsg sendmsg(2
    [all...]
  /bionic/libc/arch-arm64/syscalls/
sendmsg.S 5 ENTRY(sendmsg) function
14 END(sendmsg)
  /bionic/libc/arch-arm/syscalls/
sendmsg.S 5 ENTRY(sendmsg) function
16 END(sendmsg)
  /bionic/libc/arch-mips/syscalls/
sendmsg.S 5 ENTRY(sendmsg) function
19 END(sendmsg)
  /bionic/libc/arch-x86_64/syscalls/
sendmsg.S 5 ENTRY(sendmsg) function
15 END(sendmsg)
  /external/strace/tests/
msg_control-v.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (msg_control-v -v -a21 -e trace=sendmsg); do not edit.
4 run_strace_match_diff -v -a21 -e trace=sendmsg
msg_control.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (msg_control -a21 -e trace=sendmsg); do not edit.
4 run_strace_match_diff -a21 -e trace=sendmsg
recvmsg.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (recvmsg -eread=0 -ewrite=1 -e trace=recvmsg,sendmsg); do not edit.
4 run_strace_match_diff -eread=0 -ewrite=1 -e trace=recvmsg,sendmsg
  /external/strace/tests-m32/
msg_control-v.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (msg_control-v -v -a21 -e trace=sendmsg); do not edit.
4 run_strace_match_diff -v -a21 -e trace=sendmsg
msg_control.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (msg_control -a21 -e trace=sendmsg); do not edit.
4 run_strace_match_diff -a21 -e trace=sendmsg
recvmsg.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (recvmsg -eread=0 -ewrite=1 -e trace=recvmsg,sendmsg); do not edit.
4 run_strace_match_diff -eread=0 -ewrite=1 -e trace=recvmsg,sendmsg
  /external/strace/tests-mx32/
msg_control-v.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (msg_control-v -v -a21 -e trace=sendmsg); do not edit.
4 run_strace_match_diff -v -a21 -e trace=sendmsg
msg_control.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (msg_control -a21 -e trace=sendmsg); do not edit.
4 run_strace_match_diff -a21 -e trace=sendmsg
recvmsg.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (recvmsg -eread=0 -ewrite=1 -e trace=recvmsg,sendmsg); do not edit.
4 run_strace_match_diff -eread=0 -ewrite=1 -e trace=recvmsg,sendmsg
  /system/core/libsysutils/include/sysutils/
FrameworkClient.h 16 int sendMsg(const char *msg);
17 int sendMsg(const char *msg, const char *data);

Completed in 360 milliseconds

1 2 3 4 5 6 7 8 91011>>