Home
last modified time | relevance | path

Searched refs:aCtrl (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/include/widgets/
H A Dwidget_save_restore.h127 CONTROL( wxCheckBox* aCtrl ) : in CONTROL() argument
128 m_checkbox( aCtrl ) in CONTROL()
133 m_radiobutton( aCtrl ) in CONTROL()
137 CONTROL( wxChoice* aCtrl ) : in CONTROL() argument
138 m_choice( aCtrl ) in CONTROL()
142 CONTROL( wxNotebook* aCtrl ) : in CONTROL() argument
143 m_notebook( aCtrl ) in CONTROL()
148 m_radiobox( aCtrl ) in CONTROL()
153 m_textctrl( aCtrl ) in CONTROL()
158 m_unit_binder( aCtrl ) in CONTROL()
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dmem5.c130 u8 *aCtrl; member
261 mem5.aCtrl[i+newSize] = CTRL_FREE | iBin; in memsys5MallocUnsafe()
264 mem5.aCtrl[i] = iLogsize; in memsys5MallocUnsafe()
302 assert( (mem5.aCtrl[iBlock] & CTRL_FREE)==0 ); in memsys5FreeUnsafe()
304 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE; in memsys5FreeUnsafe()
308 mem5.aCtrl[iBlock] |= CTRL_FREE; in memsys5FreeUnsafe()
309 mem5.aCtrl[iBlock+size-1] |= CTRL_FREE; in memsys5FreeUnsafe()
320 mem5.aCtrl[iBlock] = CTRL_FREE | iLogsize; in memsys5FreeUnsafe()
335 mem5.aCtrl[iBlock] = 0; in memsys5FreeUnsafe()
339 mem5.aCtrl[iBuddy] = 0; in memsys5FreeUnsafe()
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dmem5.c130 u8 *aCtrl; member
261 mem5.aCtrl[i+newSize] = CTRL_FREE | iBin; in memsys5MallocUnsafe()
264 mem5.aCtrl[i] = iLogsize; in memsys5MallocUnsafe()
302 assert( (mem5.aCtrl[iBlock] & CTRL_FREE)==0 ); in memsys5FreeUnsafe()
304 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE; in memsys5FreeUnsafe()
308 mem5.aCtrl[iBlock] |= CTRL_FREE; in memsys5FreeUnsafe()
309 mem5.aCtrl[iBlock+size-1] |= CTRL_FREE; in memsys5FreeUnsafe()
320 mem5.aCtrl[iBlock] = CTRL_FREE | iLogsize; in memsys5FreeUnsafe()
335 mem5.aCtrl[iBlock] = 0; in memsys5FreeUnsafe()
339 mem5.aCtrl[iBuddy] = 0; in memsys5FreeUnsafe()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dmem5.c130 u8 *aCtrl; member
261 mem5.aCtrl[i+newSize] = CTRL_FREE | iBin; in memsys5MallocUnsafe()
264 mem5.aCtrl[i] = iLogsize; in memsys5MallocUnsafe()
302 assert( (mem5.aCtrl[iBlock] & CTRL_FREE)==0 ); in memsys5FreeUnsafe()
304 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE; in memsys5FreeUnsafe()
308 mem5.aCtrl[iBlock] |= CTRL_FREE; in memsys5FreeUnsafe()
309 mem5.aCtrl[iBlock+size-1] |= CTRL_FREE; in memsys5FreeUnsafe()
320 mem5.aCtrl[iBlock] = CTRL_FREE | iLogsize; in memsys5FreeUnsafe()
335 mem5.aCtrl[iBlock] = 0; in memsys5FreeUnsafe()
339 mem5.aCtrl[iBuddy] = 0; in memsys5FreeUnsafe()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dmem5.c130 u8 *aCtrl; member
261 mem5.aCtrl[i+newSize] = CTRL_FREE | iBin; in memsys5MallocUnsafe()
264 mem5.aCtrl[i] = iLogsize; in memsys5MallocUnsafe()
302 assert( (mem5.aCtrl[iBlock] & CTRL_FREE)==0 ); in memsys5FreeUnsafe()
304 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE; in memsys5FreeUnsafe()
308 mem5.aCtrl[iBlock] |= CTRL_FREE; in memsys5FreeUnsafe()
309 mem5.aCtrl[iBlock+size-1] |= CTRL_FREE; in memsys5FreeUnsafe()
320 mem5.aCtrl[iBlock] = CTRL_FREE | iLogsize; in memsys5FreeUnsafe()
335 mem5.aCtrl[iBlock] = 0; in memsys5FreeUnsafe()
339 mem5.aCtrl[iBuddy] = 0; in memsys5FreeUnsafe()
[all …]
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dmem5.c128 u8 *aCtrl; member
282 mem5.aCtrl[i+newSize] = CTRL_FREE | iBin; in memsys5MallocUnsafe()
285 mem5.aCtrl[i] = iLogsize; in memsys5MallocUnsafe()
315 assert( (mem5.aCtrl[iBlock] & CTRL_FREE)==0 ); in memsys5FreeUnsafe()
317 iLogsize = mem5.aCtrl[iBlock] & CTRL_LOGSIZE; in memsys5FreeUnsafe()
321 mem5.aCtrl[iBlock] |= CTRL_FREE; in memsys5FreeUnsafe()
322 mem5.aCtrl[iBlock+size-1] |= CTRL_FREE; in memsys5FreeUnsafe()
330 mem5.aCtrl[iBlock] = CTRL_FREE | iLogsize; in memsys5FreeUnsafe()
345 mem5.aCtrl[iBlock] = 0; in memsys5FreeUnsafe()
349 mem5.aCtrl[iBuddy] = 0; in memsys5FreeUnsafe()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/common/widgets/
H A Dui_common.cpp156 bool KIUI::EnsureTextCtrlWidth( wxTextCtrl* aCtrl, const wxString* aString ) in EnsureTextCtrlWidth() argument
158 wxWindow* window = aCtrl->GetParent(); in EnsureTextCtrlWidth()
161 window = aCtrl; in EnsureTextCtrlWidth()
167 ctrlText = aCtrl->GetValue(); in EnsureTextCtrlWidth()
172 wxSize ctrlz = aCtrl->GetSize(); in EnsureTextCtrlWidth()
177 aCtrl->SetSizeHints( ctrlz ); in EnsureTextCtrlWidth()
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/DevelopersGuide/Charts/
H A DSelectionChangeListener.java148 XSelectionSupplier aCtrl = UnoRuntime.queryInterface( in disposing() local
150 if( aCtrl != null ) in disposing()
151 aCtrl.removeSelectionChangeListener( this ); in disposing()
166 XController aCtrl = UnoRuntime.queryInterface( XController.class, aEvent.Source ); in selectionChanged() local
167 if( aCtrl != null ) { in selectionChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/DevelopersGuide/Charts/
H A DSelectionChangeListener.java148 XSelectionSupplier aCtrl = UnoRuntime.queryInterface( in disposing() local
150 if( aCtrl != null ) in disposing()
151 aCtrl.removeSelectionChangeListener( this ); in disposing()
166 XController aCtrl = UnoRuntime.queryInterface( XController.class, aEvent.Source ); in selectionChanged() local
167 if( aCtrl != null ) { in selectionChanged()
/dports/www/firefox/firefox-99.0/accessible/windows/msaa/
H A DAccessibleWrap.h62 static void SetHandlerControl(DWORD aPid, RefPtr<IHandlerControl> aCtrl);
76 HandlerControllerData(DWORD aPid, RefPtr<IHandlerControl>&& aCtrl) in HandlerControllerData()
77 : mPid(aPid), mCtrl(std::move(aCtrl)) { in HandlerControllerData()
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/msaa/
H A DAccessibleWrap.h63 static void SetHandlerControl(DWORD aPid, RefPtr<IHandlerControl> aCtrl);
76 HandlerControllerData(DWORD aPid, RefPtr<IHandlerControl>&& aCtrl) in HandlerControllerData()
77 : mPid(aPid), mCtrl(std::move(aCtrl)) { in HandlerControllerData()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/msaa/
H A DAccessibleWrap.h63 static void SetHandlerControl(DWORD aPid, RefPtr<IHandlerControl> aCtrl);
76 HandlerControllerData(DWORD aPid, RefPtr<IHandlerControl>&& aCtrl) in HandlerControllerData()
77 : mPid(aPid), mCtrl(std::move(aCtrl)) { in HandlerControllerData()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/eeschema/dialogs/
H A Ddialog_sim_settings.cpp41 static bool empty( const wxTextEntryBase* aCtrl ) in empty() argument
43 return aCtrl->GetValue().IsEmpty(); in empty()
47 static void setStringSelection( wxChoice* aCtrl, const wxString& aStr ) in setStringSelection() argument
49 aCtrl->SetSelection( aCtrl->FindString( aStr ) ); in setStringSelection()
53 static wxString getStringSelection( const wxChoice* aCtrl ) in getStringSelection() argument
55 return aCtrl->GetString( aCtrl->GetSelection() ); in getStringSelection()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basctl/source/basicide/
H A Dlocalizationmgr.cxx162 Any aCtrl = xDialog->getByName( aCtrlName ); in implEnableDisableResourceForAllLibraryDialogs() local
933 Any aCtrl = xDialogModel->getByName( aCtrlName ); in renameStringResourceIDs() local
934 implHandleControlResourceProperties( aCtrl, aDlgName, in renameStringResourceIDs()
964 Any aCtrl = xDialogModel->getByName( aCtrlName ); in removeResourceForDialog() local
965 implHandleControlResourceProperties( aCtrl, aDlgName, in removeResourceForDialog()
992 Any aCtrl = xDialogModel->getByName( aCtrlName ); in resetResourceForDialog() local
993 implHandleControlResourceProperties( aCtrl, aDummyName, in resetResourceForDialog()
1019 Any aCtrl = xDialogModel->getByName( aCtrlName ); in setResourceIDsForDialog() local
1020 implHandleControlResourceProperties( aCtrl, aDummyName, in setResourceIDsForDialog()
1073 Any aCtrl = xDialogModel->getByName( aCtrlName ); in copyResourceForDroppedDialog() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basctl/source/basicide/
H A Dlocalizationmgr.cxx157 Any aCtrl = xDialog->getByName( aCtrlName ); in implEnableDisableResourceForAllLibraryDialogs() local
930 Any aCtrl = xDialogModel->getByName( aCtrlName ); in renameStringResourceIDs() local
931 implHandleControlResourceProperties( aCtrl, aDlgName, in renameStringResourceIDs()
961 Any aCtrl = xDialogModel->getByName( aCtrlName ); in removeResourceForDialog() local
962 implHandleControlResourceProperties( aCtrl, aDlgName, in removeResourceForDialog()
989 Any aCtrl = xDialogModel->getByName( aCtrlName ); in resetResourceForDialog() local
990 implHandleControlResourceProperties( aCtrl, aDummyName, in resetResourceForDialog()
1016 Any aCtrl = xDialogModel->getByName( aCtrlName ); in setResourceIDsForDialog() local
1017 implHandleControlResourceProperties( aCtrl, aDummyName, in setResourceIDsForDialog()
1069 Any aCtrl = xDialogModel->getByName( aCtrlName ); in copyResourceForDroppedDialog() local
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dprint3.cxx1879 aCtrl[nUsed ].Name = "Text"; in setUIControlOpt()
1880 aCtrl[nUsed++].Value <<= i_rTitle; in setUIControlOpt()
1884 aCtrl[nUsed ].Name = "HelpId"; in setUIControlOpt()
1887 aCtrl[nUsed ].Name = "ControlType"; in setUIControlOpt()
1888 aCtrl[nUsed++].Value <<= i_rType; in setUIControlOpt()
1889 aCtrl[nUsed ].Name = "ID"; in setUIControlOpt()
1890 aCtrl[nUsed++].Value <<= i_rIDs; in setUIControlOpt()
1894 aCtrl[nUsed++].Value <<= *i_pVal; in setUIControlOpt()
1919 aCtrl[nUsed++].Value <<= true; in setUIControlOpt()
1924 aCtrl[nUsed++].Value <<= false; in setUIControlOpt()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dprint3.cxx1918 aCtrl[nUsed ].Name = "Text"; in setUIControlOpt()
1919 aCtrl[nUsed++].Value <<= i_rTitle; in setUIControlOpt()
1923 aCtrl[nUsed ].Name = "HelpId"; in setUIControlOpt()
1926 aCtrl[nUsed ].Name = "ControlType"; in setUIControlOpt()
1927 aCtrl[nUsed++].Value <<= i_rType; in setUIControlOpt()
1928 aCtrl[nUsed ].Name = "ID"; in setUIControlOpt()
1929 aCtrl[nUsed++].Value <<= i_rIDs; in setUIControlOpt()
1933 aCtrl[nUsed++].Value <<= *i_pVal; in setUIControlOpt()
1958 aCtrl[nUsed++].Value <<= true; in setUIControlOpt()
1963 aCtrl[nUsed++].Value <<= false; in setUIControlOpt()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/ipc/win/
H A DHandlerProvider.h57 STDMETHODIMP put_HandlerControl(long aPid, IHandlerControl* aCtrl) override;
71 DWORD aPid, mscom::ProxyUniquePtr<IHandlerControl> aCtrl);
/dports/cad/opencascade/opencascade-7.6.0/src/IVtkDraw/
H A DIVtkDraw_Interactor.cxx850 Standard_Integer aCtrl = anEvent.xbutton.state & ControlMask ? 1 : 0; in ViewerMainLoop() local
871 this->SetEventInformationFlipY (aXp, aYp, aCtrl, aShift, 0, aRepeat); in ViewerMainLoop()
904 Standard_Integer aCtrl = anEvent.xbutton.state & ControlMask ? 1 : 0; in ViewerMainLoop() local
910 this->SetEventInformationFlipY (aXp, aYp, aCtrl, aShift); in ViewerMainLoop()
970 Standard_Integer aCtrl = anEvent.xbutton.state & ControlMask ? 1 : 0; in ViewerMainLoop() local
978 this->SetEventInformationFlipY (aXp, aYp, aCtrl, aShift); in ViewerMainLoop()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/ipc/win/
H A DHandlerProvider.h59 STDMETHODIMP put_HandlerControl(long aPid, IHandlerControl* aCtrl) override;
73 DWORD aPid, mscom::ProxyUniquePtr<IHandlerControl> aCtrl);
/dports/www/firefox/firefox-99.0/accessible/ipc/win/
H A DHandlerProvider.h59 STDMETHODIMP put_HandlerControl(long aPid, IHandlerControl* aCtrl) override;
73 DWORD aPid, mscom::ProxyUniquePtr<IHandlerControl> aCtrl);
/dports/www/firefox-esr/firefox-91.8.0/accessible/ipc/win/
H A DHandlerProvider.h59 STDMETHODIMP put_HandlerControl(long aPid, IHandlerControl* aCtrl) override;
73 DWORD aPid, mscom::ProxyUniquePtr<IHandlerControl> aCtrl);
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/ipc/win/
H A DHandlerProvider.h59 STDMETHODIMP put_HandlerControl(long aPid, IHandlerControl* aCtrl) override;
73 DWORD aPid, mscom::ProxyUniquePtr<IHandlerControl> aCtrl);
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/msaa/
H A DAccessibleWrap.h217 static void SetHandlerControl(DWORD aPid, RefPtr<IHandlerControl> aCtrl);
284 HandlerControllerData(DWORD aPid, RefPtr<IHandlerControl>&& aCtrl) in HandlerControllerData()
285 : mPid(aPid), mCtrl(std::move(aCtrl)) { in HandlerControllerData()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/msaa/
H A DAccessibleWrap.h204 static void SetHandlerControl(DWORD aPid, RefPtr<IHandlerControl> aCtrl);
271 HandlerControllerData(DWORD aPid, RefPtr<IHandlerControl> &&aCtrl) in HandlerControllerData()
272 : mPid(aPid), mCtrl(Move(aCtrl)) { in HandlerControllerData()

1234567891011