Home
last modified time | relevance | path

Searched +defs:m +defs:t (Results 151 – 175 of 66494) sorted by relevance

12345678910>>...2660

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/
H A DQualifiedThisAndSuper_1.java38 private String t = "ast"; field in QualifiedThisAndSuper_1.AS
40 String m() { return "asm"; } in m() method in QualifiedThisAndSuper_1.AS
47 private String t = "bst"; field in QualifiedThisAndSuper_1.BS
49 String m() { return "bsm"; } in m() method in QualifiedThisAndSuper_1.BS
56 private String t = "cst"; field in QualifiedThisAndSuper_1.CS
58 String m() { return "csm"; } in m() method in QualifiedThisAndSuper_1.CS
74 private String t = "at"; field in QualifiedThisAndSuper_1.A
76 String m() { return "am"; } in m() method in QualifiedThisAndSuper_1.A
82 private String t = "bt"; field in QualifiedThisAndSuper_1.A.B
84 String m() { return "bm"; } in m() method in QualifiedThisAndSuper_1.A.B
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/
H A DQualifiedThisAndSuper_1.java38 private String t = "ast"; field in QualifiedThisAndSuper_1.AS
40 String m() { return "asm"; } in m() method in QualifiedThisAndSuper_1.AS
47 private String t = "bst"; field in QualifiedThisAndSuper_1.BS
49 String m() { return "bsm"; } in m() method in QualifiedThisAndSuper_1.BS
56 private String t = "cst"; field in QualifiedThisAndSuper_1.CS
58 String m() { return "csm"; } in m() method in QualifiedThisAndSuper_1.CS
74 private String t = "at"; field in QualifiedThisAndSuper_1.A
76 String m() { return "am"; } in m() method in QualifiedThisAndSuper_1.A
82 private String t = "bt"; field in QualifiedThisAndSuper_1.A.B
84 String m() { return "bm"; } in m() method in QualifiedThisAndSuper_1.A.B
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/
H A DQualifiedThisAndSuper_1.java38 private String t = "ast"; field in QualifiedThisAndSuper_1.AS
40 String m() { return "asm"; } in m() method in QualifiedThisAndSuper_1.AS
47 private String t = "bst"; field in QualifiedThisAndSuper_1.BS
49 String m() { return "bsm"; } in m() method in QualifiedThisAndSuper_1.BS
56 private String t = "cst"; field in QualifiedThisAndSuper_1.CS
58 String m() { return "csm"; } in m() method in QualifiedThisAndSuper_1.CS
74 private String t = "at"; field in QualifiedThisAndSuper_1.A
76 String m() { return "am"; } in m() method in QualifiedThisAndSuper_1.A
82 private String t = "bt"; field in QualifiedThisAndSuper_1.A.B
84 String m() { return "bm"; } in m() method in QualifiedThisAndSuper_1.A.B
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/
H A DQualifiedThisAndSuper_1.java38 private String t = "ast"; field in QualifiedThisAndSuper_1.AS
40 String m() { return "asm"; } in m() method in QualifiedThisAndSuper_1.AS
47 private String t = "bst"; field in QualifiedThisAndSuper_1.BS
49 String m() { return "bsm"; } in m() method in QualifiedThisAndSuper_1.BS
56 private String t = "cst"; field in QualifiedThisAndSuper_1.CS
58 String m() { return "csm"; } in m() method in QualifiedThisAndSuper_1.CS
74 private String t = "at"; field in QualifiedThisAndSuper_1.A
76 String m() { return "am"; } in m() method in QualifiedThisAndSuper_1.A
82 private String t = "bt"; field in QualifiedThisAndSuper_1.A.B
84 String m() { return "bm"; } in m() method in QualifiedThisAndSuper_1.A.B
[all …]
/dports/lang/parrot/parrot-8.1.0/include/parrot/
H A Dthr_windows.h28 # define MUTEX_INIT(m) InitializeCriticalSectionAndSpinCount((PCRITICAL_SECTION)&(m), 4000) argument
29 # define MUTEX_DESTROY(m) DeleteCriticalSection((PCRITICAL_SECTION)&(m)) argument
39 # define LOCK(m) EnterCriticalSection((PCRITICAL_SECTION)&(m)) argument
40 # define UNLOCK(m) LeaveCriticalSection((PCRITICAL_SECTION)&(m)) argument
42 # define COND_WAIT(c, m) \ argument
51 # define COND_TIMED_WAIT(c, m, t, rc) \ argument
86 # define JOIN(t, ret) \ argument
93 # define DETACH(t) CloseHandle(t) argument
100 # define THREAD_CREATE_JOINABLE(t, func, arg) \ argument
107 # define THREAD_CREATE_JOINABLE(t, func, arg) \ argument
[all …]
H A Dthr_none.h8 #define LOCK(m) argument
9 #define UNLOCK(m) argument
10 #define COND_WAIT(c, m) argument
11 #define COND_TIMED_WAIT(c, m, t, rc) argument
15 #define MUTEX_INIT(m) argument
16 #define MUTEX_DESTROY(m) argument
21 #define THREAD_CREATE_DETACHED(t, func, arg) argument
22 #define THREAD_CREATE_JOINABLE(t, func, arg) argument
24 #define JOIN(t, ret) argument
25 #define DETACH(t) argument
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/
H A DQualifiedThisAndSuper_1.java38 private String t = "ast"; field in QualifiedThisAndSuper_1.AS
40 String m() { return "asm"; } in m() method in QualifiedThisAndSuper_1.AS
47 private String t = "bst"; field in QualifiedThisAndSuper_1.BS
49 String m() { return "bsm"; } in m() method in QualifiedThisAndSuper_1.BS
56 private String t = "cst"; field in QualifiedThisAndSuper_1.CS
58 String m() { return "csm"; } in m() method in QualifiedThisAndSuper_1.CS
74 private String t = "at"; field in QualifiedThisAndSuper_1.A
76 String m() { return "am"; } in m() method in QualifiedThisAndSuper_1.A
82 private String t = "bt"; field in QualifiedThisAndSuper_1.A.B
84 String m() { return "bm"; } in m() method in QualifiedThisAndSuper_1.A.B
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/test/tools/javac/
H A DQualifiedThisAndSuper_1.java38 private String t = "ast"; field in QualifiedThisAndSuper_1.AS
40 String m() { return "asm"; } in m() method in QualifiedThisAndSuper_1.AS
47 private String t = "bst"; field in QualifiedThisAndSuper_1.BS
49 String m() { return "bsm"; } in m() method in QualifiedThisAndSuper_1.BS
56 private String t = "cst"; field in QualifiedThisAndSuper_1.CS
58 String m() { return "csm"; } in m() method in QualifiedThisAndSuper_1.CS
74 private String t = "at"; field in QualifiedThisAndSuper_1.A
76 String m() { return "am"; } in m() method in QualifiedThisAndSuper_1.A
82 private String t = "bt"; field in QualifiedThisAndSuper_1.A.B
84 String m() { return "bm"; } in m() method in QualifiedThisAndSuper_1.A.B
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/PushDown/testGenerics19/out/
H A DA.java6 public abstract T m(T t); in m() method in A
11 public String m(String t) { in m() method in B
22 public Object m(Object t) { in m() method in C
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/pynumero/interfaces/tests/
H A Dtest_external_pyomo_block.py76 def _add_linking_constraints(m): argument
83 def linking_constraint_rule(m, i): argument
95 def _add_nonlinear_linking_constraints(m): argument
105 def linking_constraint_rule(m, i): argument
132 def h_diff_eqn_rule(m, t): argument
136 def dhdt_disc_eqn_rule(m, t): argument
145 def flow_out_eqn(m, t): argument
411 def linking_constraint_rule(m, i, t): argument
487 def linking_constraint_rule(m, i, t): argument
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-client/zookeeper-client-c/tests/
H A DPthreadMocks.h166 pthread_mutex_t *m, const struct timespec *t){ in pthread_cond_timedwait()
180 virtual int pthread_mutex_destroy(pthread_mutex_t *m){ in pthread_mutex_destroy()
198 virtual int pthread_mutex_lock(pthread_mutex_t *m){ in pthread_mutex_lock()
205 virtual int pthread_mutex_trylock(pthread_mutex_t *m){ in pthread_mutex_trylock()
212 virtual int pthread_mutex_unlock(pthread_mutex_t *m){ in pthread_mutex_unlock()
299 static void markCreated(T& t){ in markCreated()
418 pthread_mutex_t *m, const struct timespec *t){ in pthread_cond_timedwait()
426 virtual int pthread_mutex_destroy(pthread_mutex_t *m){ in pthread_mutex_destroy()
434 virtual int pthread_mutex_lock(pthread_mutex_t *m){ in pthread_mutex_lock()
438 virtual int pthread_mutex_trylock(pthread_mutex_t *m){ in pthread_mutex_trylock()
[all …]
H A DPthreadMocks.cc47 pthread_mutex_t *m, const struct timespec *t){ in pthread_cond_timedwait()
52 int pthread_cond_wait (pthread_cond_t *c, pthread_mutex_t *m){ in pthread_cond_wait()
57 int pthread_create (pthread_t *t, const pthread_attr_t *a, in pthread_create()
63 int pthread_detach(pthread_t t){ in pthread_detach()
68 int pthread_join (pthread_t t, void **r){ in pthread_join()
73 int pthread_mutex_destroy (pthread_mutex_t *m){ in pthread_mutex_destroy()
78 int pthread_mutex_init (pthread_mutex_t *m, const pthread_mutexattr_t *a){ in pthread_mutex_init()
90 int pthread_mutex_trylock (pthread_mutex_t *m){ in pthread_mutex_trylock()
/dports/math/py-Pyomo/Pyomo-6.1.2/pyomo/contrib/sensitivity_toolbox/examples/
H A DfeedbackController.py46 def _x(m,t): argument
50 def _f0(m,t): argument
54 def _Cost(m): argument
61 def initialize_model(m,nfe): argument
76 def plot_optimal_solution(m): argument
110 m = create_model() variable
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/sctp/src/
H A Duser_mbuf.c293 m_tag_unlink(struct mbuf *m, struct m_tag *t) in m_tag_unlink()
303 m_tag_free(struct m_tag *t) in m_tag_free()
430 struct mbuf *m; in mb_ctor_mbuf() local
558 m_tag_delete(struct mbuf *m, struct m_tag *t) in m_tag_delete()
568 m_tag_delete_chain(struct mbuf *m, struct m_tag *t) in m_tag_delete_chain()
811 struct mbuf *t; in m_pulldown() local
935 struct mbuf *t; in m_pulldown() local
1056 struct m_tag *p, *t, *tprev = NULL; in m_tag_copy_chain() local
1096 m_tag_copy(struct m_tag *t, int how) in m_tag_copy()
1112 struct m_tag *t; in m_tag_alloc() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/sctp/src/
H A Duser_mbuf.c293 m_tag_unlink(struct mbuf *m, struct m_tag *t) in m_tag_unlink()
303 m_tag_free(struct m_tag *t) in m_tag_free()
434 struct mbuf *m; in mb_ctor_mbuf() local
562 m_tag_delete(struct mbuf *m, struct m_tag *t) in m_tag_delete()
572 m_tag_delete_chain(struct mbuf *m, struct m_tag *t) in m_tag_delete_chain()
816 struct mbuf *t; in m_pulldown() local
940 struct mbuf *t; in m_pulldown() local
1055 struct m_tag *p, *t, *tprev = NULL; in m_tag_copy_chain() local
1093 m_tag_copy(struct m_tag *t, int how) in m_tag_copy()
1109 struct m_tag *t; in m_tag_alloc() local
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/sctp/src/
H A Duser_mbuf.c293 m_tag_unlink(struct mbuf *m, struct m_tag *t) in m_tag_unlink()
303 m_tag_free(struct m_tag *t) in m_tag_free()
430 struct mbuf *m; in mb_ctor_mbuf() local
558 m_tag_delete(struct mbuf *m, struct m_tag *t) in m_tag_delete()
568 m_tag_delete_chain(struct mbuf *m, struct m_tag *t) in m_tag_delete_chain()
811 struct mbuf *t; in m_pulldown() local
935 struct mbuf *t; in m_pulldown() local
1056 struct m_tag *p, *t, *tprev = NULL; in m_tag_copy_chain() local
1096 m_tag_copy(struct m_tag *t, int how) in m_tag_copy()
1112 struct m_tag *t; in m_tag_alloc() local
[all …]
/dports/games/pioneer/pioneer-20210723/src/
H A DAnimationCurves.h34 float m = p - 1.0; in InOutQuadraticEasing() local
35 float t = p * 2.0; in InOutQuadraticEasing() local
46 float m = p - 1.0; in InOutCubicEasing() local
47 float t = p * 2.0; in InOutCubicEasing() local
78 float m = (p - 0.5) * 2.0; in SmoothEasing() local
79 float t = p * 2.0; in SmoothEasing() local
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-cx-sparse.h59 octave_sparse_complex_matrix (const ComplexNDArray& m) in octave_sparse_complex_matrix()
62 octave_sparse_complex_matrix (const ComplexMatrix& m) in octave_sparse_complex_matrix()
65 octave_sparse_complex_matrix (const SparseComplexMatrix& m) in octave_sparse_complex_matrix()
68 octave_sparse_complex_matrix (const SparseComplexMatrix& m, in octave_sparse_complex_matrix()
69 const MatrixType& t) in octave_sparse_complex_matrix()
72 octave_sparse_complex_matrix (const MSparse<Complex>& m) in octave_sparse_complex_matrix()
75 octave_sparse_complex_matrix (const MSparse<Complex>& m, in octave_sparse_complex_matrix()
76 const MatrixType& t) in octave_sparse_complex_matrix()
79 octave_sparse_complex_matrix (const Sparse<Complex>& m, in octave_sparse_complex_matrix()
80 const MatrixType& t) in octave_sparse_complex_matrix()
[all …]
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/nc/
H A DncSAFormula.cc320 number t; in ncSA_Qxy0x0y0() local
348 number t = n_Copy(m_g, r->cf); in ncSA_1xy0x0yG() local
375 number t = n_Init(km + 1, r->cf); in ncSA_1xy0x0yG() local
411 number t = n_Init(km + 1, r->cf); in ncSA_1xy0x0yG() local
418 number t = n_Init(kn + 1, r->cf); in ncSA_1xy0x0yG() local
473 number t = n_Init(km + 1, r->cf); in ncSA_1xy0x0yT2() local
511 number t = n_Init(km + 1, r->cf); in ncSA_1xy0x0yT2() local
518 number t = n_Init(kn + 1, r->cf); in ncSA_1xy0x0yT2() local
604 number t = n_Init(m, r->cf); in ncSA_ShiftAx() local
629 number t = n_Copy(m_shiftCoef, r); in ncSA_1xyAx0y0() local
[all …]
/dports/lang/perl5.30/perl-5.30.3/win32/
H A Dwin32thread.h18 #define MUTEX_LOCK(m) EnterCriticalSection(m) argument
25 # define MUTEX_INIT(m) \ argument
31 # define MUTEX_LOCK(m) \ argument
37 # define MUTEX_UNLOCK(m) \ argument
43 # define MUTEX_DESTROY(m) \ argument
77 #define COND_WAIT(c, m) \ argument
98 #define DETACH(t) \ argument
107 #define THREAD_CREATE(t, f) Perl_thread_create(t, f) argument
108 #define THREAD_POST_CREATE(t) NOOP argument
145 #define PERL_SET_CONTEXT(t) (PL_current_context = t) argument
[all …]
/dports/lang/perl5.32/perl-5.32.1/win32/
H A Dwin32thread.h18 #define MUTEX_LOCK(m) EnterCriticalSection(m) argument
25 # define MUTEX_INIT(m) \ argument
31 # define MUTEX_LOCK(m) \ argument
37 # define MUTEX_UNLOCK(m) \ argument
43 # define MUTEX_DESTROY(m) \ argument
77 #define COND_WAIT(c, m) \ argument
98 #define DETACH(t) \ argument
107 #define THREAD_CREATE(t, f) Perl_thread_create(t, f) argument
108 #define THREAD_POST_CREATE(t) NOOP argument
145 #define PERL_SET_CONTEXT(t) (PL_current_context = t) argument
[all …]
/dports/www/libdatachannel/libdatachannel-0.16.1/deps/libjuice/src/
H A Dthread.h43 static inline int mutex_init_impl(mutex_t *m) { in mutex_init_impl()
59 #define mutex_init(m, flags) mutex_init_impl(m) argument
60 #define mutex_lock(m) mutex_lock_impl(m) argument
61 #define mutex_unlock(m) (void)ReleaseMutex(*(m)) argument
62 #define mutex_destroy(m) (void)CloseHandle(*(m)) argument
64 static inline void thread_join_impl(thread_t t, thread_return_t *res) { in thread_join_impl()
71 #define thread_init(t, func, arg) \ argument
73 #define thread_join(t, res) thread_join_impl(t, res) argument
99 #define mutex_lock(m) pthread_mutex_lock(m) argument
103 #define thread_init(t, func, arg) pthread_create(t, NULL, func, arg) argument
[all …]
/dports/math/flint2/flint-2.8.4/fmpz_mod_mpoly/profile/
H A Dp-gcd.c144 fmpz_mod_mpoly_t g, a, b, t; in main() local
188 fmpz_mod_mpoly_t a, b, t, m; in main() local
228 fmpz_mod_mpoly_t a, b, t, m; in main() local
268 fmpz_mod_mpoly_t a, b, t, m; in main() local
308 fmpz_mod_mpoly_t a, b, t, m; in main() local
348 fmpz_mod_mpoly_t a, b, t, m; in main() local
/dports/math/flint2/flint-2.8.4/nmod_mpoly/profile/
H A Dp-gcd.c139 nmod_mpoly_t g, a, b, t; in main() local
184 nmod_mpoly_t a, b, t, m; in main() local
224 nmod_mpoly_t a, b, t, m; in main() local
264 nmod_mpoly_t a, b, t, m; in main() local
304 nmod_mpoly_t a, b, t, m; in main() local
344 nmod_mpoly_t a, b, t, m; in main() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/generics/
H A DBridgeClash.java34 public int m(T t); in m() method
37 public int m(T t); in m() method
40 public int m(String s){return 4321;} in m() method in A

12345678910>>...2660