Home
last modified time | relevance | path

Searched defs:binder (Results 126 – 150 of 3664) sorted by relevance

12345678910>>...147

/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltexturehelper.cpp447 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameteri() local
453 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameteriv() local
459 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameterf() local
465 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameterfv() local
471 TextureBinder binder(functions, texture, target, bindingTarget); in qt_GenerateTextureMipmap() local
477 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage3D() local
483 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage2D() local
489 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage1D() local
495 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage3DMultisample() local
501 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage2DMultisample() local
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltexturehelper.cpp447 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameteri() local
453 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameteriv() local
459 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameterf() local
465 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameterfv() local
471 TextureBinder binder(functions, texture, target, bindingTarget); in qt_GenerateTextureMipmap() local
477 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage3D() local
483 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage2D() local
489 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage1D() local
495 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage3DMultisample() local
501 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage2DMultisample() local
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltexturehelper.cpp447 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameteri() local
453 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameteriv() local
459 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameterf() local
465 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameterfv() local
471 TextureBinder binder(functions, texture, target, bindingTarget); in qt_GenerateTextureMipmap() local
477 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage3D() local
483 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage2D() local
489 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage1D() local
495 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage3DMultisample() local
501 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage2DMultisample() local
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltexturehelper.cpp447 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameteri() local
453 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameteriv() local
459 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameterf() local
465 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameterfv() local
471 TextureBinder binder(functions, texture, target, bindingTarget); in qt_GenerateTextureMipmap() local
477 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage3D() local
483 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage2D() local
489 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage1D() local
495 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage3DMultisample() local
501 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage2DMultisample() local
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/gui/opengl/
H A Dqopengltexturehelper.cpp447 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameteri() local
453 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameteriv() local
459 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameterf() local
465 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureParameterfv() local
471 TextureBinder binder(functions, texture, target, bindingTarget); in qt_GenerateTextureMipmap() local
477 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage3D() local
483 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage2D() local
489 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage1D() local
495 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage3DMultisample() local
501 TextureBinder binder(functions, texture, target, bindingTarget); in qt_TextureStorage2DMultisample() local
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Helpers/
H A DDynamicJsonArray.cs34 public override bool TryConvert(ConvertBinder binder, out object result) in TryConvert()
44 public override bool TryGetMember(GetMemberBinder binder, out object result) in TryGetMember()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/android/java/src/org/chromium/ui/modelutil/
H A DModelListAdapter.java89 int typeId, ViewBuilder<T> builder, ViewBinder<PropertyModel, T, PropertyKey> binder) { in registerType()
160 PropertyModelChangeProcessor.ViewBinder binder = in getView() local
190 PropertyModelChangeProcessor.ViewBinder binder) { in bindNewModel()
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A DfallbackLightingShader.cpp83 HdSt_ResourceBinder const &binder, in BindResources()
91 HdSt_ResourceBinder const &binder, in UnbindResources()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/Reflection/
H A DIReflect.cs14 …MethodInfo GetMethod(string name, BindingFlags bindingAttr, Binder binder, Type[] types, Parameter… in GetMethod()
37 …PropertyInfo GetProperty(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Ty… in GetProperty()
70 …object InvokeMember(string name, BindingFlags invokeAttr, Binder binder, object target, object[] a… in InvokeMember()
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/Reflection/
H A DIReflect.cs14 …MethodInfo GetMethod(string name, BindingFlags bindingAttr, Binder binder, Type[] types, Parameter… in GetMethod()
37 …PropertyInfo GetProperty(string name, BindingFlags bindingAttr, Binder binder, Type returnType, Ty… in GetProperty()
70 …object InvokeMember(string name, BindingFlags invokeAttr, Binder binder, object target, object[] a… in InvokeMember()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DCreateSequence.cs14 IClientReliableChannelBinder binder; field in System.ServiceModel.Channels.CreateSequence
25 bool ordered, IClientReliableChannelBinder binder, UniqueId offerIdentifier) in CreateSequence()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Mvc/
H A DDynamicViewDataDictionary.cs48 public override bool TryGetIndex(GetIndexBinder binder, object[] indexes, out object result) in TryGetIndex()
64 public override bool TryGetMember(GetMemberBinder binder, out object result) in TryGetMember()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/
H A Ducomireflect.cs29 MethodInfo GetMethod(String name,BindingFlags bindingAttr,Binder binder, in GetMethod()
51 Binder binder, in GetProperty()
69 Binder binder, in InvokeMember()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/reflection/
H A Direflect.cs33 MethodInfo GetMethod(String name,BindingFlags bindingAttr,Binder binder, in GetMethod()
65 Binder binder, in GetProperty()
108 Binder binder, in InvokeMember()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/runtime/interopservices/ComTypes/
H A Direflect.cs29 MethodInfo GetMethod(String name,BindingFlags bindingAttr,Binder binder, in GetMethod()
51 Binder binder, in GetProperty()
69 Binder binder, in InvokeMember()
/dports/devel/py-nbclient/nbclient-0.5.9/
H A Dtox.ini58 description = ensure /binder/*ipynb are runnable
59 deps =
61 … [execute(nbf.read(input, nbf.NO_CONVERT), cwd='./binder') for input in glob('binder/**/*.ipynb')]"
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DType.cs125 …public ConstructorInfo GetConstructor(BindingFlags bindingAttr, Binder binder, Type[] types, Param… in GetConstructor()
126 …public ConstructorInfo GetConstructor(BindingFlags bindingAttr, Binder binder, CallingConventions … in GetConstructor()
137 …abstract ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConven… in GetConstructorImpl()
171 …public MethodInfo GetMethod(string name, BindingFlags bindingAttr, Binder binder, Type[] types, Pa… in GetMethod()
172 …public MethodInfo GetMethod(string name, BindingFlags bindingAttr, Binder binder, CallingConventio… in GetMethod()
186 …tract MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConven… in GetMethodImpl()
191 …hod(string name, int genericParameterCount, BindingFlags bindingAttr, Binder binder, CallingConven… in GetMethod()
238 …public PropertyInfo GetProperty(string name, BindingFlags bindingAttr, Binder binder, Type returnT… in GetProperty()
247 …t PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder binder, Type returnTy… in GetPropertyImpl()
306 …public object InvokeMember(string name, BindingFlags invokeAttr, Binder binder, object target, obj… in InvokeMember()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DType.cs125 …public ConstructorInfo GetConstructor(BindingFlags bindingAttr, Binder binder, Type[] types, Param… in GetConstructor()
126 …public ConstructorInfo GetConstructor(BindingFlags bindingAttr, Binder binder, CallingConventions … in GetConstructor()
137 …abstract ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConven… in GetConstructorImpl()
171 …public MethodInfo GetMethod(string name, BindingFlags bindingAttr, Binder binder, Type[] types, Pa… in GetMethod()
172 …public MethodInfo GetMethod(string name, BindingFlags bindingAttr, Binder binder, CallingConventio… in GetMethod()
186 …tract MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConven… in GetMethodImpl()
191 …hod(string name, int genericParameterCount, BindingFlags bindingAttr, Binder binder, CallingConven… in GetMethod()
238 …public PropertyInfo GetProperty(string name, BindingFlags bindingAttr, Binder binder, Type returnT… in GetProperty()
247 …t PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder binder, Type returnTy… in GetPropertyImpl()
306 …public object InvokeMember(string name, BindingFlags invokeAttr, Binder binder, object target, obj… in InvokeMember()
[all …]
/dports/science/py-dlib/dlib-19.22/dlib/svm/
H A Dstructural_svm_distributed.h244 struct binder struct
246 binder ( in binder() function
254 void call_oracle ( in call_oracle()
311 const node_type& self;
312 const impl::oracle_request<matrix_type>& req;
313 impl::oracle_response<matrix_type>& data;
314 bool buffer_subgradients_locally;
/dports/science/dlib-cpp/dlib-19.22/dlib/svm/
H A Dstructural_svm_distributed.h244 struct binder struct
246 binder ( in binder() argument
254 void call_oracle ( in call_oracle()
311 const node_type& self;
312 const impl::oracle_request<matrix_type>& req;
313 impl::oracle_response<matrix_type>& data;
314 bool buffer_subgradients_locally;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/
H A DNonRuntimeType.cs36 …public override object InvokeMember(string name, BindingFlags invokeAttr, Binder binder, object ta… in InvokeMember()
39 …override ConstructorInfo GetConstructorImpl(BindingFlags bindingAttr, Binder binder, CallingConven… in GetConstructorImpl()
40 …rride MethodInfo GetMethodImpl(string name, BindingFlags bindingAttr, Binder binder, CallingConven… in GetMethodImpl()
41 …e PropertyInfo GetPropertyImpl(string name, BindingFlags bindingAttr, Binder binder, Type returnTy… in GetPropertyImpl()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Helpers.Test/
H A DDynamicDictionary.cs74 public override DynamicMetaObject BindGetMember(GetMemberBinder binder) in BindGetMember()
87 … public override DynamicMetaObject BindSetMember(SetMemberBinder binder, DynamicMetaObject value) in BindSetMember()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/service_manager/public/cpp/
H A Dinterface_provider.h36 base::RepeatingCallback<void(mojo::ScopedMessagePipeHandle)> binder) { in SetBinderForName()
109 base::RepeatingCallback<void(mojo::ScopedMessagePipeHandle)> binder) { in SetBinderForName()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/main/java/org/springframework/web/bind/annotation/support/
H A DHandlerMethodInvoker.java221 WebDataBinder binder = createBinder(webRequest, attrValue, attrName); in updateModelAttributes() local
363 WebDataBinder binder = in resolveHandlerArguments() local
381 …protected void initBinder(Object handler, String attrName, WebDataBinder binder, NativeWebRequest … in initBinder()
413 WebDataBinder binder, NativeWebRequest webRequest) throws Exception { in resolveInitBinderArguments()
513 WebDataBinder binder = createBinder(webRequest, null, paramName); in resolveRequestParam() local
566 WebDataBinder binder = createBinder(webRequest, null, headerName); in resolveRequestHeader() local
688 WebDataBinder binder = createBinder(webRequest, null, cookieName); in resolveCookieValue() local
711 WebDataBinder binder = createBinder(webRequest, null, pathVarName); in resolvePathVariable() local
772 WebDataBinder binder = createBinder(webRequest, bindObject, name); in resolveModelAttribute() local
810 private void doBind(WebDataBinder binder, NativeWebRequest webRequest, boolean validate, in doBind()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Json.Test.Integration/
H A DJsonValueAndComplexTypesTests.cs262 public override bool TryGetMember(GetMemberBinder binder, out object result) in TryGetMember()
279 public override bool TrySetMember(SetMemberBinder binder, object value) in TrySetMember()

12345678910>>...147