Home
last modified time | relevance | path

Searched refs:Method (Results 101 – 125 of 41743) sorted by relevance

12345678910>>...1670

/dports/lang/php81/php-8.1.1/ext/reflection/tests/
H A DReflectionClass_toString_001.phpt31 Method [ <internal:Reflection> private method __clone ] {
52 Method [ <internal:Reflection> public method getName ] {
59 Method [ <internal:Reflection> public method isInternal ] {
73 Method [ <internal:Reflection> public method isAnonymous ] {
87 Method [ <internal:Reflection> public method isCloneable ] {
108 Method [ <internal:Reflection> public method getEndLine ] {
129 Method [ <internal:Reflection> public method hasMethod ] {
137 Method [ <internal:Reflection> public method getMethod ] {
259 Method [ <internal:Reflection> public method isTrait ] {
266 Method [ <internal:Reflection> public method isEnum ] {
[all …]
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/dispatcher/
H A Ddsmethod.c239 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, NULL, 0); in AcpiDsAutoSerializeMethod()
437 MethodDesc->Method.Mutex = MutexDesc; in AcpiDsCreateMethodMutex()
497 if (!ObjDesc->Method.Mutex) in AcpiDsBeginMethodExecution()
595 if (!ObjDesc->Method.OwnerId) in AcpiDsBeginMethodExecution()
608 ObjDesc->Method.ThreadCount++; in AcpiDsBeginMethodExecution()
616 if (ObjDesc->Method.Mutex) in AcpiDsBeginMethodExecution()
714 ObjDesc->Method.AmlStart, ObjDesc->Method.AmlLength, in AcpiDsCallControlMethod()
946 if (MethodDesc->Method.Mutex) in AcpiDsTerminateControlMethod()
965 if (MethodDesc->Method.ThreadCount) in AcpiDsTerminateControlMethod()
967 MethodDesc->Method.ThreadCount--; in AcpiDsTerminateControlMethod()
[all …]
/dports/devel/p5-Function-Parameters/Function-Parameters-2.001003/
H A DMANIFEST60 t/foreign/Method-Signatures/anon.t
64 t/foreign/Method-Signatures/begin.t
65 t/foreign/Method-Signatures/caller.t
66 t/foreign/Method-Signatures/comments.t
67 t/foreign/Method-Signatures/defaults.t
69 t/foreign/Method-Signatures/func.t
70 t/foreign/Method-Signatures/into.t
72 t/foreign/Method-Signatures/larna.t
76 t/foreign/Method-Signatures/method.t
77 t/foreign/Method-Signatures/named.t
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.CodeDom/
H A DCodeMethodInvokeExpressionTest.cs44 Assert.IsNotNull (cmie.Method, "#1"); in Constructor0()
52 cmie.Method = method; in Constructor0()
53 Assert.IsNotNull (cmie.Method, "#7"); in Constructor0()
56 cmie.Method = null; in Constructor0()
57 Assert.IsNotNull (cmie.Method, "#9"); in Constructor0()
72 Assert.IsNotNull (cmie.Method, "#1"); in Constructor1()
75 cmie.Method = null; in Constructor1()
76 Assert.IsNotNull (cmie.Method, "#3"); in Constructor1()
82 cmie.Method = method2; in Constructor1()
83 Assert.IsNotNull (cmie.Method, "#7"); in Constructor1()
[all …]
/dports/devel/p5-Parse-Method-Signatures/Parse-Method-Signatures-1.003019/
H A DMETA.yml21 name: Parse-Method-Signatures
27 Parse::Method::Signatures:
28 file: lib/Parse/Method/Signatures.pm
30 Parse::Method::Signatures::Param:
31 file: lib/Parse/Method/Signatures/Param.pm
32 Parse::Method::Signatures::Param::Bindable:
34 Parse::Method::Signatures::Param::Named:
48 Parse::Method::Signatures::Sig:
49 file: lib/Parse/Method/Signatures/Sig.pm
50 Parse::Method::Signatures::TypeConstraint:
[all …]
/dports/science/qiskit-aer/qiskit-aer-0.5.2/src/controllers/
H A Dqasm_controller.hpp138 enum class Method { enum in AER::Simulator::QasmController
263 Method simulation_method_ = Method::automatic;
369 case Method::statevector: in run_circuit()
475 case Method::stabilizer: in run_circuit()
480 Method::stabilizer); in run_circuit()
613 case Method::stabilizer: { in simulation_method()
637 case Method::automatic: { in simulation_method()
705 case Method::statevector: in required_memory_mb()
749 case Method::statevector: in transpile_fusion()
770 case Method::statevector: in set_parallelization_circuit()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/lib_crl/crl/common/
H A Dcrl_common_object_async.h65 template <typename Method>
68 template <typename Method>
71 template <typename Method>
74 template <typename Method>
97 template <typename Method>
122 typename Method,
129 typename Method,
168 typename Method,
175 typename Method,
334 Method &&method, in producer()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/android/java/src/org/qtproject/qt5/android/bindings/
H A DQtApplication.java42 import java.lang.reflect.Method;
50 …public static HashMap<String, ArrayList<Method>> m_delegateMethods= new HashMap<String, ArrayList<
55 public static Method onKeyDown = null;
56 public static Method onKeyMultiple = null;
57 public static Method onKeyUp = null;
58 public static Method onTouchEvent = null;
61 public static Method onCreate = null;
62 public static Method onKeyLongPress = null;
64 public static Method onKeyShortcut = null;
74 ArrayList<Method> delegateMethods = new ArrayList<Method>(); in setQtContextDelegate()
[all …]

12345678910>>...1670