Home
last modified time | relevance | path

Searched refs:gmethod (Results 1 – 14 of 14) sorted by relevance

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/xreflect/
H A Dlookup.go277 gmethod := t.gmethod(i)
278 if matchMethodByName(qname, gmethod) {
291 func matchMethodByName(qname QName, gmethod *types.Func) bool {
293 return qname == QNameGo(gmethod)
H A Dmethod.go124 gfunc := t.gmethod(i)
230 func (t *xtype) gmethod(i int) *types.Func { func
/dports/science/avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/cp2kinput/
H A Dcp2kinputdialog.cpp593 QString gmethod; in updatePreviewText() local
669 gmethod = "DFT"; in updatePreviewText()
672 gmethod = "FIST"; in updatePreviewText()
675 gmethod = "QMMM"; in updatePreviewText()
770 file += QString(" METHOD %1\n").arg(gmethod); in updatePreviewText()
839 if (gmethod == "DFT") { in updatePreviewText()
881 } else if (gmethod == "FIST") { in updatePreviewText()
/dports/science/py-avogadrolibs/avogadrolibs-1.94.0/avogadro/qtplugins/cp2kinput/
H A Dcp2kinputdialog.cpp593 QString gmethod; in updatePreviewText() local
669 gmethod = "DFT"; in updatePreviewText()
672 gmethod = "FIST"; in updatePreviewText()
675 gmethod = "QMMM"; in updatePreviewText()
770 file += QString(" METHOD %1\n").arg(gmethod); in updatePreviewText()
839 if (gmethod == "DFT") { in updatePreviewText()
881 } else if (gmethod == "FIST") { in updatePreviewText()
/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dnspace.i106 void gmethod() {} in gmethod() function
/dports/devel/swig/swig-4.0.2/Examples/test-suite/lua/
H A Dnspace_runme.lua38 gc:gmethod()
/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-generic-sharing.c1011 MonoMethod *gmethod; in class_type_info() local
1030 gmethod = mini_get_shared_method_full (method, FALSE, TRUE); in class_type_info()
1032 gsig = mono_method_signature (gmethod); in class_type_info()
1046 gmethod = mini_get_shared_method_full (method, FALSE, TRUE); in class_type_info()
1048 gsig = mono_method_signature (gmethod); in class_type_info()
/dports/lang/mono/mono-5.10.1.57/mono/metadata/
H A Dverify.c829 MonoMethodInflated *gmethod = (MonoMethodInflated *)method; in mono_method_repect_method_constraints() local
830 MonoGenericInst *ginst = gmethod->context.method_inst; in mono_method_repect_method_constraints()
831 MonoGenericContainer *gc = mono_method_get_generic_container (gmethod->declaring); in mono_method_repect_method_constraints()
832 return !gc || generic_arguments_respect_constraints (ctx, gc, &gmethod->context, ginst); in mono_method_repect_method_constraints()
847 MonoMethodInflated *gmethod = (MonoMethodInflated *)method; in mono_method_is_valid_generic_instantiation() local
848 MonoGenericInst *ginst = gmethod->context.method_inst; in mono_method_is_valid_generic_instantiation()
849 MonoGenericContainer *gc = mono_method_get_generic_container (gmethod->declaring); in mono_method_is_valid_generic_instantiation()
854 return is_valid_generic_instantiation (gc, &gmethod->context, ginst); in mono_method_is_valid_generic_instantiation()
/dports/benchmarks/siege/siege-4.1.1/doc/
H A Dsiegerc.in109 # example: gmethod = GET
111 gmethod = HEAD
H A Dsiege.pod90 gmethod = HEAD|GET
/dports/editors/emacs-devel/emacs-4d1968b/lisp/gnus/
H A Dgnus-start.el2054 (gmethod (gnus-server-get-method nil method))
2062 gmethod))
H A Dgnus.el3519 (gmethod (inline (gnus-server-get-method nil method))))
3523 gmethod)))
/dports/editors/emacs/emacs-27.2/lisp/gnus/
H A Dgnus-start.el2050 (gmethod (gnus-server-get-method nil method))
2058 gmethod))
H A Dgnus.el3470 (gmethod (inline (gnus-server-get-method nil method))))
3474 gmethod)))