/external/lzma/CPP/Windows/Control/ |
D | ComboBox.h | 18 void ResetContent() { SendMsg(CB_RESETCONTENT, 0, 0); } in ResetContent() 19 LRESULT AddString(LPCTSTR s) { return SendMsg(CB_ADDSTRING, 0, (LPARAM)s); } in AddString() 23 LRESULT SetCurSel(int index) { return SendMsg(CB_SETCURSEL, index, 0); } in SetCurSel() 24 int GetCurSel() { return (int)SendMsg(CB_GETCURSEL, 0, 0); } in GetCurSel() 25 int GetCount() { return (int)SendMsg(CB_GETCOUNT, 0, 0); } in GetCount() 27 LRESULT GetLBTextLen(int index) { return SendMsg(CB_GETLBTEXTLEN, index, 0); } in GetLBTextLen() 28 LRESULT GetLBText(int index, LPTSTR s) { return SendMsg(CB_GETLBTEXT, index, (LPARAM)s); } in GetLBText() 34 LRESULT SetItemData(int index, LPARAM lParam) { return SendMsg(CB_SETITEMDATA, index, lParam); } in SetItemData() 35 LRESULT GetItemData(int index) { return SendMsg(CB_GETITEMDATA, index, 0); } in GetItemData() 39 void ShowDropDown(bool show = true) { SendMsg(CB_SHOWDROPDOWN, show ? TRUE : FALSE, 0); } [all …]
|
D | ProgressBar.h | 18 LRESULT SetPos(int pos) { return SendMsg(PBM_SETPOS, pos, 0); } in SetPos() 19 LRESULT DeltaPos(int increment) { return SendMsg(PBM_DELTAPOS, increment, 0); } in DeltaPos() 20 UINT GetPos() { return (UINT)SendMsg(PBM_GETPOS, 0, 0); } in GetPos() 21 …LRESULT SetRange(unsigned short minValue, unsigned short maxValue) { return SendMsg(PBM_SETRANGE, … in SetRange() 22 …DWORD SetRange32(int minValue, int maxValue) { return (DWORD)SendMsg(PBM_SETRANGE32, minValue, max… in SetRange32() 23 int SetStep(int step) { return (int)SendMsg(PBM_SETSTEP, step, 0); } in SetStep() 24 LRESULT StepIt() { return SendMsg(PBM_STEPIT, 0, 0); } in StepIt() 25 …INT GetRange(bool minValue, PPBRANGE range) { return (INT)SendMsg(PBM_GETRANGE, BoolToBOOL(minValu… in GetRange() 28 COLORREF SetBarColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBARCOLOR, 0, color); } in SetBarColor() 29 …COLORREF SetBackgroundColor(COLORREF color) { return (COLORREF)SendMsg(PBM_SETBKCOLOR, 0, color); } in SetBackgroundColor()
|
D | ReBar.h | 15 { return LRESULTToBool(SendMsg(RB_SETBARINFO, 0, (LPARAM)barInfo)); } in SetBarInfo() 17 { return LRESULTToBool(SendMsg(RB_INSERTBAND, index, (LPARAM)bandInfo)); } in InsertBand() 19 { return LRESULTToBool(SendMsg(RB_SETBANDINFO, index, (LPARAM)bandInfo)); } in SetBandInfo() 21 { SendMsg(RB_MAXIMIZEBAND, index, BoolToBOOL(ideal)); } in MaximizeBand() 23 { return LRESULTToBool(SendMsg(RB_SIZETORECT, 0, (LPARAM)rect)); } in SizeToRect() 25 { return (UINT)SendMsg(RB_GETBARHEIGHT); } in GetHeight() 27 { return (UINT)SendMsg(RB_GETBANDCOUNT); } in GetBandCount() 29 { return LRESULTToBool(SendMsg(RB_DELETEBAND, index)); } in DeleteBand()
|
D | ToolBar.h | 14 void AutoSize() { SendMsg(TB_AUTOSIZE, 0, 0); } in AutoSize() 15 DWORD GetButtonSize() { return (DWORD)SendMsg(TB_GETBUTTONSIZE, 0, 0); } in GetButtonSize() 28 return LRESULTToBool(SendMsg(TB_GETMAXSIZE, 0, (LPARAM)size)); 32 …bool EnableButton(UINT buttonID, bool enable) { return LRESULTToBool(SendMsg(TB_ENABLEBUTTON, butt… in EnableButton() 33 void ButtonStructSize() { SendMsg(TB_BUTTONSTRUCTSIZE, sizeof(TBBUTTON)); } in ButtonStructSize() 34 …HIMAGELIST SetImageList(UINT listIndex, HIMAGELIST imageList) { return HIMAGELIST(SendMsg(TB_SETIM… in SetImageList() 35 …bool AddButton(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMsg(TB_ADDBUTTONS, … in AddButton() 37 …bool AddButtonW(UINT numButtons, LPTBBUTTON buttons) { return LRESULTToBool(SendMsg(TB_ADDBUTTONSW… in AddButtonW()
|
D | Trackbar.h | 15 { SendMsg(TBM_SETRANGE, BoolToBOOL(redraw), MAKELONG(minimum, maximum)); } 17 { SendMsg(TBM_SETPOS, BoolToBOOL(redraw), pos); } 19 { SendMsg(TBM_SETTICFREQ, freq); } in SetTicFreq() 22 { return (int)SendMsg(TBM_GETPOS); } in GetPos()
|
D | Static.h | 14 …HANDLE SetImage(WPARAM imageType, HANDLE handle) { return (HANDLE)SendMsg(STM_SETIMAGE, imageType,… in SetImage() 15 HANDLE GetImage(WPARAM imageType) { return (HANDLE)SendMsg(STM_GETIMAGE, imageType, 0); } in GetImage() 21 HICON SetIcon(HICON icon) { return (HICON)SendMsg(STM_SETICON, (WPARAM)icon, 0); } in SetIcon() 22 HICON GetIcon() { return (HICON)SendMsg(STM_GETICON, 0, 0); } in GetIcon()
|
D | StatusBar.h | 19 { return LRESULTToBool(SendMsg(SB_SETTEXT, index | type, (LPARAM)text)); } in SetText() 29 { return LRESULTToBool(SendMsg(SB_SETTEXTW, index | type, (LPARAM)text)); } in SetText() 35 { return LRESULTToBool(SendMsg(SB_SETPARTS, numParts, (LPARAM)edgePostions)); } in SetParts() 37 { SendMsg(SB_SIMPLE, BoolToBOOL(simple), 0); } in Simple()
|
D | CommandBar.h | 29 …bool InsertButton(int iButton, LPTBBUTTON button) { return BOOLToBool(SendMsg(TB_INSERTBUTTON, (WP… in InsertButton() 30 …BOOL AddToolTips(UINT numToolTips, LPTSTR toolTips) { return BOOLToBool(SendMsg(TB_SETTOOLTIPS, (W… in AddToolTips() 31 void AutoSize() { SendMsg(TB_AUTOSIZE, 0, 0); } in AutoSize()
|
D | ListView.h | 54 …int InsertColumn(int columnIndex, const LVCOLUMNW *columnInfo) { return (int)SendMsg(LVM_INSERTCOL… in InsertColumn() 56 int InsertItem(const LV_ITEMW* item) { return (int)SendMsg(LVM_INSERTITEMW, 0, (LPARAM)item); } in InsertItem() 58 …bool SetItem(const LV_ITEMW* item) { return BOOLToBool((BOOL)SendMsg(LVM_SETITEMW, 0, (LPARAM)item… in SetItem()
|
D | Edit.h | 14 void SetPasswordChar(WPARAM c) { SendMsg(EM_SETPASSWORDCHAR, c); } in SetPasswordChar()
|
/external/flatbuffers/tests/MyGame/Example/ |
D | MonsterStorage_grpc.go | 47 if err := x.ClientStream.SendMsg(in); err != nil { return nil, err } 86 return x.ClientStream.SendMsg(m) 115 return x.ClientStream.SendMsg(m) 169 return x.ServerStream.SendMsg(m) 194 return x.ServerStream.SendMsg(m) 213 return x.ServerStream.SendMsg(m)
|
/external/golang-protobuf/protoc-gen-go/testdata/grpc/ |
D | grpc.pb.go | 226 if err := x.ClientStream.SendMsg(in); err != nil { 272 return x.ClientStream.SendMsg(m) 306 return x.ClientStream.SendMsg(m) 385 return x.ServerStream.SendMsg(m) 403 return x.ServerStream.SendMsg(m) 429 return x.ServerStream.SendMsg(m)
|
/external/rust/crates/futures-util/src/future/future/ |
D | remote_handle.rs | 71 type SendMsg<Fut> = Result<<Fut as Future>::Output, Box<(dyn Any + Send + 'static)>>; typedef 79 tx: Option<Sender<SendMsg<Fut>>>,
|
/external/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUAsmUtils.h | 15 namespace SendMsg { // Symbolic names for the sendmsg(...) syntax.
|
D | AMDGPUAsmUtils.cpp | 13 namespace SendMsg { namespace
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUAsmUtils.h | 14 namespace SendMsg { // Symbolic names for the sendmsg(...) syntax.
|
D | AMDGPUAsmUtils.cpp | 12 namespace SendMsg { namespace
|
/external/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUAsmUtils.h | 17 namespace SendMsg { // Symbolic names for the sendmsg(...) syntax.
|
D | AMDGPUAsmUtils.cpp | 13 namespace SendMsg { namespace
|
/external/libchrome/base/posix/ |
D | unix_domain_socket_unittest.cc | 113 ASSERT_TRUE(UnixDomainSocket::SendMsg(send_sock.get(), kHello, sizeof(kHello), in TEST() 142 ASSERT_TRUE(UnixDomainSocket::SendMsg(send_sock.get(), kHello, sizeof(kHello), in TEST()
|
D | unix_domain_socket.h | 43 static bool SendMsg(int fd,
|
D | unix_domain_socket.cc | 70 bool UnixDomainSocket::SendMsg(int fd, in SendMsg() function in base::UnixDomainSocket 256 if (!SendMsg(fd, request.data(), request.size(), send_fds)) in SendRecvMsgWithFlags()
|
/external/lzma/CPP/Windows/ |
D | Window.h | 174 void SetRedraw(bool redraw = true) { SendMsg(WM_SETREDRAW, BoolToBOOL(redraw), 0); } 226 LRESULT SendMsg(UINT message, WPARAM wParam = 0, LPARAM lParam = 0) 274 …HICON SetIcon(WPARAM sizeType, HICON icon) { return (HICON)SendMsg(WM_SETICON, sizeType, (LPARAM)i… in SetIcon()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIDefines.h | 132 namespace SendMsg { // Encoding of SIMM16 used in s_sendmsg* insns.
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIDefines.h | 261 namespace SendMsg { // Encoding of SIMM16 used in s_sendmsg* insns.
|