Home
last modified time | relevance | path

Searched defs:t (Results 226 – 250 of 83392) sorted by relevance

12345678910>>...3336

/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/sql/testng/test/sql/
H A DTimeTests.java39 Time t = Time.valueOf("08:30:59"); in test01() local
48 Time t = Time.valueOf("08:30:59"); in test02() local
57 Time t = Time.valueOf("08:30:59"); in test03() local
66 Time t = Time.valueOf("08:30:59"); in test04() local
75 Time t = Time.valueOf("08:30:59"); in test05() local
84 Time t = Time.valueOf("08:30:59"); in test06() local
93 Time t = Time.valueOf("08:30:59"); in test07() local
102 Time t = Time.valueOf("08:30:59"); in test08() local
111 Time t = Time.valueOf("08:30:59"); in test09() local
122 Time t = Time.valueOf(lt); in test10() local
[all …]
/dports/devel/kyra/kyra/util/
H A Dglfixed.h103 GlFixed Abs() { GlFixed t; ( v < 0 ) ? t.v = -v : t.v = v; return t; } in Abs() local
131 GlFixed operator ++ (int) { GlFixed t; t.v = v; v += GlFixed_1; return t; } variable
132 GlFixed operator -- (int) { GlFixed t; t.v = v; v -= GlFixed_1; return t; } variable
135 GlFixed operator - () const { GlFixed t; t.v = -v; return t; } variable
137 …inline friend GlFixed operator + (const GlFixed x, const GlFixed y) { GlFixed t; t.v = x.v + … variable
138 …inline friend GlFixed operator + (const int x, const GlFixed y) { GlFixed t; t.v = GlIntToFi… variable
139 …inline friend GlFixed operator + (const GlFixed x, const int y ) { GlFixed t; t.v = x.v + … variable
141 …inline friend GlFixed operator - (const GlFixed x, const GlFixed y) { GlFixed t; t.v = x.v - … variable
147 …inline friend GlFixed operator * (const GlFixed x, const GlFixed y) { GlFixed t; t.v = GlFixe… variable
157 …inline friend GlFixed operator << (const GlFixed x, const int y) { GlFixed t; t.v = x.v << y; … variable
[all …]
/dports/devel/transwarp/transwarp-2.2.2/test/
H A Dtest_value_task.cpp4 auto t = tw::make_value_task(42); variable
45 auto t = tw::make_value_task(42); variable
67 auto t = tw::make_value_task(42); variable
99 auto t = tw::make_value_task(42); variable
110 auto t = tw::make_value_task(42); variable
121 auto t = tw::make_value_task(42); variable
130 auto t = tw::make_value_task(42); variable
139 auto t = tw::make_value_task(42); variable
146 auto t = tw::make_value_task(42); variable
163 auto t = tw::make_value_task(x); variable
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t450_MultipleTestStatistic/
H A Dperm_gfwe.m68 t = t; % t-Werte einseitig variable
70 t = -t; % t-Werte einseitig variable
110 t = t; % t-Werte einseitig variable
112 t = -t; % t-Werte einseitig variable
148 t = t; % t-Werte einseitig variable
150 t = -t; % t-Werte einseitig variable
191 t = t; % t-Werte einseitig variable
193 t = -t; % t-Werte einseitig variable
238 t = t; % t-Werte einseitig variable
240 t = -t; % t-Werte einseitig variable
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-cxx.r/template-nested-triangle-brackets.d/
H A Dinput-2.hpp3 template<typename T,int I = V << 1 > void funcA(T t) in funcA()
9 template<typename T,int I,int J = I < V> void funcB(T t) in funcB()
13 template<typename T,int I,int J = I < V> K funcC(T t) in funcC()
19 template<typename T,int I,int J = I >> 2> K funcD(T t) in funcD()
24 template<typename T,int I,int J = 1 >> I> K funcE(T t) in funcE()
29 template<typename T,int I,int L,int J = I >> L> K funcF(T t) in funcF()
34 template<typename T,int I,int J = 1 >> V> K funcG(T t) in funcG()
39 template<typename T,int I,int J = I >> V> K funcH(T t) in funcH()
44 template<typename T,int I,int J = 1 >> (1+2)> K funcI(T t) in funcI()
51 template<typename T,int I,int J = I > 2> K funcJ(T t) in funcJ()
[all …]
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Dtupleassign.pyx1 t = (1,2,3) variable
4 def assign3(t): argument
23 def assign3_typed(tuple t):
58 def assign3_int(t): argument
67 def assign3_mixed1(t): argument
76 def assign3_mixed2(t): argument
85 def assign3_mixed3(t): argument
94 def assign3_mixed4(t): argument
99 def test_overwrite(t): argument
113 def test_overwrite_int(t): argument
[all …]
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Dtupleassign.pyx1 t = (1,2,3) variable
4 def assign3(t): argument
23 def assign3_typed(tuple t):
58 def assign3_int(t): argument
67 def assign3_mixed1(t): argument
76 def assign3_mixed2(t): argument
85 def assign3_mixed3(t): argument
94 def assign3_mixed4(t): argument
99 def test_overwrite(t): argument
113 def test_overwrite_int(t): argument
[all …]
/dports/dns/knot3/knot-3.1.5/src/contrib/libbpf/bpf/
H A Dbtf.h133 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind()
138 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen()
143 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag()
148 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int()
153 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr()
180 static inline bool btf_is_enum(const struct btf_type *t) in btf_is_enum()
185 static inline bool btf_is_fwd(const struct btf_type *t) in btf_is_fwd()
210 static inline bool btf_is_mod(const struct btf_type *t) in btf_is_mod()
219 static inline bool btf_is_func(const struct btf_type *t) in btf_is_func()
229 static inline bool btf_is_var(const struct btf_type *t) in btf_is_var()
[all …]
/dports/dns/knot3-lib/knot-3.1.5/src/contrib/libbpf/bpf/
H A Dbtf.h133 static inline __u16 btf_kind(const struct btf_type *t) in btf_kind()
138 static inline __u16 btf_vlen(const struct btf_type *t) in btf_vlen()
143 static inline bool btf_kflag(const struct btf_type *t) in btf_kflag()
148 static inline bool btf_is_int(const struct btf_type *t) in btf_is_int()
153 static inline bool btf_is_ptr(const struct btf_type *t) in btf_is_ptr()
180 static inline bool btf_is_enum(const struct btf_type *t) in btf_is_enum()
185 static inline bool btf_is_fwd(const struct btf_type *t) in btf_is_fwd()
210 static inline bool btf_is_mod(const struct btf_type *t) in btf_is_mod()
219 static inline bool btf_is_func(const struct btf_type *t) in btf_is_func()
229 static inline bool btf_is_var(const struct btf_type *t) in btf_is_var()
[all …]
/dports/lang/python37/Python-3.7.12/Tools/parser/
H A Dunparse.py82 def _Import(self, t): argument
94 def _Assign(self, t): argument
126 def _Pass(self, t): argument
129 def _Break(self, t): argument
154 def _Await(self, t): argument
162 def _Yield(self, t): argument
189 def _Try(self, t): argument
263 def _For(self, t): argument
283 def _If(self, t): argument
407 def _Num(self, t): argument
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Tools/parser/
H A Dunparse.py89 def _Import(self, t): argument
101 def _Assign(self, t): argument
133 def _Pass(self, t): argument
136 def _Break(self, t): argument
161 def _Await(self, t): argument
169 def _Yield(self, t): argument
196 def _Try(self, t): argument
270 def _For(self, t): argument
290 def _If(self, t): argument
324 def _With(self, t): argument
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Tools/parser/
H A Dunparse.py89 def _Import(self, t): argument
101 def _Assign(self, t): argument
133 def _Pass(self, t): argument
136 def _Break(self, t): argument
161 def _Await(self, t): argument
169 def _Yield(self, t): argument
196 def _Try(self, t): argument
270 def _For(self, t): argument
290 def _If(self, t): argument
324 def _With(self, t): argument
[all …]
/dports/lang/python-tools/Python-3.8.12/Tools/parser/
H A Dunparse.py89 def _Import(self, t): argument
101 def _Assign(self, t): argument
133 def _Pass(self, t): argument
136 def _Break(self, t): argument
161 def _Await(self, t): argument
169 def _Yield(self, t): argument
196 def _Try(self, t): argument
270 def _For(self, t): argument
290 def _If(self, t): argument
324 def _With(self, t): argument
[all …]
/dports/lang/python38/Python-3.8.12/Tools/parser/
H A Dunparse.py89 def _Import(self, t): argument
101 def _Assign(self, t): argument
133 def _Pass(self, t): argument
136 def _Break(self, t): argument
161 def _Await(self, t): argument
169 def _Yield(self, t): argument
196 def _Try(self, t): argument
270 def _For(self, t): argument
290 def _If(self, t): argument
324 def _With(self, t): argument
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Tools/parser/
H A Dunparse.py89 def _Import(self, t): argument
101 def _Assign(self, t): argument
133 def _Pass(self, t): argument
136 def _Break(self, t): argument
161 def _Await(self, t): argument
169 def _Yield(self, t): argument
196 def _Try(self, t): argument
270 def _For(self, t): argument
290 def _If(self, t): argument
324 def _With(self, t): argument
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/time/test/java/time/
H A DTestDuration.java84 Duration t = Duration.ofSeconds(-1); in plus_zeroReturnsThis() local
85 assertSame(t.plus(Duration.ZERO), t); in plus_zeroReturnsThis() local
90 Duration t = Duration.ofSeconds(-1); in plus_zeroSingleton() local
96 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroReturnsThis() local
102 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroSingleton() local
132 Duration t = Duration.ofSeconds(1); in minus_zeroReturnsThis() local
133 assertSame(t.minus(Duration.ZERO), t); in minus_zeroReturnsThis() local
138 Duration t = Duration.ofSeconds(1); in minus_zeroSingleton() local
144 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroReturnsThis() local
150 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroSingleton() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/time/test/java/time/
H A DTestDuration.java84 Duration t = Duration.ofSeconds(-1); in plus_zeroReturnsThis() local
85 assertSame(t.plus(Duration.ZERO), t); in plus_zeroReturnsThis() local
90 Duration t = Duration.ofSeconds(-1); in plus_zeroSingleton() local
96 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroReturnsThis() local
102 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroSingleton() local
132 Duration t = Duration.ofSeconds(1); in minus_zeroReturnsThis() local
133 assertSame(t.minus(Duration.ZERO), t); in minus_zeroReturnsThis() local
138 Duration t = Duration.ofSeconds(1); in minus_zeroSingleton() local
144 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroReturnsThis() local
150 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroSingleton() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/time/test/java/time/
H A DTestDuration.java84 Duration t = Duration.ofSeconds(-1); in plus_zeroReturnsThis() local
85 assertSame(t.plus(Duration.ZERO), t); in plus_zeroReturnsThis() local
90 Duration t = Duration.ofSeconds(-1); in plus_zeroSingleton() local
96 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroReturnsThis() local
102 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroSingleton() local
132 Duration t = Duration.ofSeconds(1); in minus_zeroReturnsThis() local
133 assertSame(t.minus(Duration.ZERO), t); in minus_zeroReturnsThis() local
138 Duration t = Duration.ofSeconds(1); in minus_zeroSingleton() local
144 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroReturnsThis() local
150 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroSingleton() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/time/test/java/time/
H A DTestDuration.java84 Duration t = Duration.ofSeconds(-1); in plus_zeroReturnsThis() local
85 assertSame(t.plus(Duration.ZERO), t); in plus_zeroReturnsThis() local
90 Duration t = Duration.ofSeconds(-1); in plus_zeroSingleton() local
96 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroReturnsThis() local
102 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroSingleton() local
132 Duration t = Duration.ofSeconds(1); in minus_zeroReturnsThis() local
133 assertSame(t.minus(Duration.ZERO), t); in minus_zeroReturnsThis() local
138 Duration t = Duration.ofSeconds(1); in minus_zeroSingleton() local
144 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroReturnsThis() local
150 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroSingleton() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/time/test/java/time/
H A DTestDuration.java84 Duration t = Duration.ofSeconds(-1); in plus_zeroReturnsThis() local
85 assertSame(t.plus(Duration.ZERO), t); in plus_zeroReturnsThis() local
90 Duration t = Duration.ofSeconds(-1); in plus_zeroSingleton() local
96 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroReturnsThis() local
102 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroSingleton() local
132 Duration t = Duration.ofSeconds(1); in minus_zeroReturnsThis() local
133 assertSame(t.minus(Duration.ZERO), t); in minus_zeroReturnsThis() local
138 Duration t = Duration.ofSeconds(1); in minus_zeroSingleton() local
144 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroReturnsThis() local
150 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroSingleton() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/time/test/java/time/
H A DTestDuration.java84 Duration t = Duration.ofSeconds(-1); in plus_zeroReturnsThis() local
85 assertSame(t.plus(Duration.ZERO), t); in plus_zeroReturnsThis() local
90 Duration t = Duration.ofSeconds(-1); in plus_zeroSingleton() local
96 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroReturnsThis() local
102 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroSingleton() local
132 Duration t = Duration.ofSeconds(1); in minus_zeroReturnsThis() local
133 assertSame(t.minus(Duration.ZERO), t); in minus_zeroReturnsThis() local
138 Duration t = Duration.ofSeconds(1); in minus_zeroSingleton() local
144 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroReturnsThis() local
150 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroSingleton() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/time/test/java/time/
H A DTestDuration.java84 Duration t = Duration.ofSeconds(-1); in plus_zeroReturnsThis() local
85 assertSame(t.plus(Duration.ZERO), t); in plus_zeroReturnsThis() local
90 Duration t = Duration.ofSeconds(-1); in plus_zeroSingleton() local
96 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroReturnsThis() local
102 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroSingleton() local
132 Duration t = Duration.ofSeconds(1); in minus_zeroReturnsThis() local
133 assertSame(t.minus(Duration.ZERO), t); in minus_zeroReturnsThis() local
138 Duration t = Duration.ofSeconds(1); in minus_zeroSingleton() local
144 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroReturnsThis() local
150 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroSingleton() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/time/test/java/time/
H A DTestDuration.java84 Duration t = Duration.ofSeconds(-1); in plus_zeroReturnsThis() local
85 assertSame(t.plus(Duration.ZERO), t); in plus_zeroReturnsThis() local
90 Duration t = Duration.ofSeconds(-1); in plus_zeroSingleton() local
96 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroReturnsThis() local
102 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroSingleton() local
132 Duration t = Duration.ofSeconds(1); in minus_zeroReturnsThis() local
133 assertSame(t.minus(Duration.ZERO), t); in minus_zeroReturnsThis() local
138 Duration t = Duration.ofSeconds(1); in minus_zeroSingleton() local
144 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroReturnsThis() local
150 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroSingleton() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/time/test/java/time/
H A DTestDuration.java84 Duration t = Duration.ofSeconds(-1); in plus_zeroReturnsThis() local
85 assertSame(t.plus(Duration.ZERO), t); in plus_zeroReturnsThis() local
90 Duration t = Duration.ofSeconds(-1); in plus_zeroSingleton() local
96 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroReturnsThis() local
102 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroSingleton() local
132 Duration t = Duration.ofSeconds(1); in minus_zeroReturnsThis() local
133 assertSame(t.minus(Duration.ZERO), t); in minus_zeroReturnsThis() local
138 Duration t = Duration.ofSeconds(1); in minus_zeroSingleton() local
144 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroReturnsThis() local
150 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroSingleton() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/time/test/java/time/
H A DTestDuration.java84 Duration t = Duration.ofSeconds(-1); in plus_zeroReturnsThis() local
85 assertSame(t.plus(Duration.ZERO), t); in plus_zeroReturnsThis() local
90 Duration t = Duration.ofSeconds(-1); in plus_zeroSingleton() local
96 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroReturnsThis() local
102 Duration t = Duration.ofSeconds(-1); in plusSeconds_zeroSingleton() local
132 Duration t = Duration.ofSeconds(1); in minus_zeroReturnsThis() local
133 assertSame(t.minus(Duration.ZERO), t); in minus_zeroReturnsThis() local
138 Duration t = Duration.ofSeconds(1); in minus_zeroSingleton() local
144 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroReturnsThis() local
150 Duration t = Duration.ofSeconds(1); in minusSeconds_zeroSingleton() local
[all …]

12345678910>>...3336