Home
last modified time | relevance | path

Searched defs:ts (Results 1 – 25 of 7886) sorted by relevance

12345678910>>...316

/dports/astro/py-skyfield/skyfield-1.41/skyfield/tests/
H A Dtest_timelib.py42 def ts(): function
307 def test_slicing_time(ts): argument
324 def test_astimezone(ts): argument
337 def test_toordinal(ts): argument
418 def test_jpl_format(ts): argument
451 def test_leap_second(ts): argument
508 def test_delta_t(ts): argument
524 def test_dut1(ts): argument
554 def test_J(ts): argument
561 def test_time_repr(ts): argument
[all …]
H A Dtest_elementslib.py15 def ts(): function
189 def test_repr(ts): argument
194 def test_single_time(ts): argument
201 def test_multiple_times(ts): argument
272 def test_ecliptic_km_d(ts): argument
293 def test_ecliptic_km_s(ts): argument
314 def test_ecliptic_au_d(ts): argument
441 def test_circular(ts): argument
472 def test_elliptical(ts): argument
506 def test_parabolic(ts): argument
[all …]
H A Dtest_api.py9 def ts(): function
19 def test_apparent_position_class(ts): argument
24 def test_astrometric_position_class(ts): argument
29 def test_ephemeris_contains_method(ts): argument
54 def test_planet_position_class(ts): argument
59 def test_star_position_class(ts): argument
65 def test_star_vector_from_earth(ts): argument
83 def test_star_vector_from_topos(ts): argument
102 def test_altaz_needs_topos(ts): argument
115 def test_from_altaz_parameters(ts): argument
[all …]
/dports/devel/kdev-php/kdev-php-21.12.3/parser/test/
H A Dlexertest.cpp38 TokenStream* ts = tokenize(QStringLiteral("<?php\nfoo;")); in testOpenTagWithNewline() local
50 TokenStream* ts = tokenize(QStringLiteral("<?php foo;")); in testOpenTagWithSpace() local
73 TokenStream* ts = tokenize(QStringLiteral("<?php\n#comment\nfoo;")); in testCommentOneLine2() local
120 TokenStream* ts = tokenize(QStringLiteral("<?php \"\n\";"), true); in testNewlineInString() local
132 TokenStream* ts = tokenize(QStringLiteral("<?php '\n';"), true); in testNewlineInString2() local
274 TokenStream* ts = tokenize(code, true); in testCommonStringTokens() local
287 TokenStream* ts = tokenize(QStringLiteral("<?php \"$a"), true); in testNonTerminatedStringWithVar() local
299 TokenStream* ts = tokenize( in testPhpBlockWithComment() local
318 TokenStream* ts = tokenize( in testNamespaces() local
358 TokenStream* ts = tokenize( in testCloseTagInComment() local
[all …]
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev5-php/parser/test/
H A Dlexertest.cpp38 TokenStream* ts = tokenize(QStringLiteral("<?php\nfoo;")); in testOpenTagWithNewline() local
50 TokenStream* ts = tokenize(QStringLiteral("<?php foo;")); in testOpenTagWithSpace() local
73 TokenStream* ts = tokenize(QStringLiteral("<?php\n#comment\nfoo;")); in testCommentOneLine2() local
120 TokenStream* ts = tokenize(QStringLiteral("<?php \"\n\";"), true); in testNewlineInString() local
132 TokenStream* ts = tokenize(QStringLiteral("<?php '\n';"), true); in testNewlineInString2() local
274 TokenStream* ts = tokenize(code, true); in testCommonStringTokens() local
287 TokenStream* ts = tokenize(QStringLiteral("<?php \"$a"), true); in testNonTerminatedStringWithVar() local
299 TokenStream* ts = tokenize( in testPhpBlockWithComment() local
318 TokenStream* ts = tokenize( in testNamespaces() local
358 TokenStream* ts = tokenize( in testCloseTagInComment() local
[all …]
/dports/devel/umbrello/umbrello-21.12.3/lib/kdev4-php/parser/test/
H A Dlexertest.cpp38 TokenStream* ts = tokenize("<?php\nfoo;"); in testOpenTagWithNewline() local
50 TokenStream* ts = tokenize("<?php foo;"); in testOpenTagWithSpace() local
73 TokenStream* ts = tokenize("<?php\n#comment\nfoo;"); in testCommentOneLine2() local
120 TokenStream* ts = tokenize("<?php \"\n\";", true); in testNewlineInString() local
132 TokenStream* ts = tokenize("<?php '\n';", true); in testNewlineInString2() local
274 TokenStream* ts = tokenize(code, true); in testCommonStringTokens() local
287 TokenStream* ts = tokenize("<?php \"$a", true); in testNonTerminatedStringWithVar() local
299 TokenStream* ts = tokenize( in testPhpBlockWithComment() local
318 TokenStream* ts = tokenize( in testNamespaces() local
358 TokenStream* ts = tokenize( in testCloseTagInComment() local
[all …]
/dports/www/cpr/cpr-1.7.0/include/cpr/
H A Dapi.h37 Response Get(Ts&&... ts) { in Get()
45 AsyncResponse GetAsync(Ts... ts) { in GetAsync()
61 Response Post(Ts&&... ts) { in Post()
69 AsyncResponse PostAsync(Ts... ts) { in PostAsync()
85 Response Put(Ts&&... ts) { in Put()
93 AsyncResponse PutAsync(Ts... ts) { in PutAsync()
109 Response Head(Ts&&... ts) { in Head()
117 AsyncResponse HeadAsync(Ts... ts) { in HeadAsync()
133 Response Delete(Ts&&... ts) { in Delete()
158 Response Options(Ts&&... ts) { in Options()
[all …]
/dports/graphics/waffle/waffle-2485a41c321a29463b5c0af7813c2d1046e2f925/src/waffle/core/
H A Dwcore_config_attrs_unittest.c72 struct test_state_wcore_config_attrs *ts; in setup() local
98 struct test_state_wcore_config_attrs *ts = *state; in test_wcore_config_attrs_null_attrib_list() local
106 struct test_state_wcore_config_attrs *ts = *state; in test_wcore_config_attrs_empty_attrib_list() local
115 struct test_state_wcore_config_attrs *ts = *state; in test_wcore_config_attrs_gl_defaults() local
141 struct test_state_wcore_config_attrs *ts = *state; in test_wcore_config_attrs_gles1_defaults() local
168 struct test_state_wcore_config_attrs *ts = *state; in test_wcore_config_attrs_gles2_defaults() local
195 struct test_state_wcore_config_attrs *ts = *state; in test_wcore_config_attrs_gles3_defaults() local
222 struct test_state_wcore_config_attrs *ts = *state; in test_wcore_config_attrs_bad_attr() local
236 struct test_state_wcore_config_attrs *ts = *state; in test_wcore_config_attrs_gl31_none_profile() local
252 struct test_state_wcore_config_attrs *ts = *state; in test_wcore_config_attrs_gl31_trash_profile() local
[all …]
/dports/math/R-cran-geometry/geometry/tests/testthat/
H A Dtest-tsearchn.R9 ts <- tsearchn(p, tri, cbind(-1, -1),fast=FALSE) globalVar
13 ts <- tsearchn(p, tri, cbind(1, -1), fast=FALSE) globalVar
17 ts <- tsearchn(p, tri, cbind(-1, 1), fast=FALSE) globalVar
21 ts <- tsearchn(p, tri, cbind(-1/3, -1/3), fast=FALSE) globalVar
25 ts <- tsearchn(p, tri, cbind(1, 1), fast=FALSE) globalVar
60 expect_warning(ts <- tsearchn(NA, dt, xi)) globalVar
66 expect_warning(ts <- tsearchn(NA, dt, xi)) globalVar
72 expect_warning(ts <- tsearchn(NA, dt, xi)) globalVar
79 expect_warning(ts <- tsearchn(NA, dt, xi)) globalVar
93 expect_warning(ts <- tsearchn(NA, dt, cbind(xi, yi))) globalVar
[all …]
H A Dtest-tsearch.R8 ts <- tsearch(x, y, tri, -1, -1) globalVar
11 ts <- tsearch(x, y, tri, 1, -1) globalVar
14 ts <- tsearch(x, y, tri, -1, 1) globalVar
17 ts <- tsearch(x, y, tri, -1/3, -1/3) globalVar
20 ts <- tsearch(x, y, tri, 1, 1) globalVar
92 ts <- tsearch(P[,1], P[,2], tri, xi, yi) globalVar
96 ts <- tsearch(P[,1], P[,2], tri, xi, yi) globalVar
113 ts <- tsearch(x, y, tri, 7.125, 7.875) globalVar
127 ts <- tsearch(x, y, tri, xi, yi) globalVar
131 ts <- tsearch(x, y, tri, xi, yi) globalVar
[all …]
/dports/audio/flite/flite-2.1-release/src/utils/
H A Dcst_tokenstream.c52 static void set_charclass_table(cst_tokenstream *ts) in set_charclass_table()
68 void set_charclasses(cst_tokenstream *ts, in set_charclasses()
133 void delete_tokenstream(cst_tokenstream *ts) in delete_tokenstream()
230 void ts_close(cst_tokenstream *ts) in ts_close()
250 static void get_token_sub_part(cst_tokenstream *ts, in get_token_sub_part()
335 int ts_eof(cst_tokenstream *ts) in ts_eof()
379 int ts_get_stream_pos(cst_tokenstream *ts) in ts_get_stream_pos()
387 int ts_get_stream_size(cst_tokenstream *ts) in ts_get_stream_size()
404 cst_string private_ts_getc(cst_tokenstream *ts) in private_ts_getc()
409 static cst_string ts_getc(cst_tokenstream *ts) in ts_getc()
[all …]
/dports/textproc/redisearch20/RediSearch-2.0.15/src/dep/triemap/test/
H A Dtime_sample.h16 static void TimeSampler_Reset(TimeSample *ts) { in TimeSampler_Reset()
22 static void TimeSampler_Start(TimeSample *ts) { in TimeSampler_Start()
28 static void TimeSampler_StartSection(TimeSample *ts) { in TimeSampler_StartSection()
32 static void TimeSampler_EndSection(TimeSample *ts) { in TimeSampler_EndSection()
42 static void TimeSampler_End(TimeSample *ts) { in TimeSampler_End()
51 static long long TimeSampler_DurationNS(TimeSample *ts) { in TimeSampler_DurationNS()
61 static double TimeSampler_DurationSec(TimeSample *ts) { in TimeSampler_DurationSec()
66 static double TimeSampler_IterationSec(TimeSample *ts) { in TimeSampler_IterationSec()
72 static double TimeSampler_IterationMS(TimeSample *ts) { in TimeSampler_IterationMS()
78 static double TimeSampler_IterationNS(TimeSample *ts) { in TimeSampler_IterationNS()
[all …]
/dports/textproc/redisearch16/RediSearch-1.6.16/src/dep/triemap/test/
H A Dtime_sample.h16 static void TimeSampler_Reset(TimeSample *ts) { in TimeSampler_Reset()
22 static void TimeSampler_Start(TimeSample *ts) { in TimeSampler_Start()
28 static void TimeSampler_StartSection(TimeSample *ts) { in TimeSampler_StartSection()
32 static void TimeSampler_EndSection(TimeSample *ts) { in TimeSampler_EndSection()
42 static void TimeSampler_End(TimeSample *ts) { in TimeSampler_End()
51 static long long TimeSampler_DurationNS(TimeSample *ts) { in TimeSampler_DurationNS()
61 static double TimeSampler_DurationSec(TimeSample *ts) { in TimeSampler_DurationSec()
66 static double TimeSampler_IterationSec(TimeSample *ts) { in TimeSampler_IterationSec()
72 static double TimeSampler_IterationMS(TimeSample *ts) { in TimeSampler_IterationMS()
78 static double TimeSampler_IterationNS(TimeSample *ts) { in TimeSampler_IterationNS()
[all …]
/dports/textproc/redisearch/RediSearch-2.2.5/src/dep/triemap/test/
H A Dtime_sample.h16 static void TimeSampler_Reset(TimeSample *ts) { in TimeSampler_Reset()
22 static void TimeSampler_Start(TimeSample *ts) { in TimeSampler_Start()
28 static void TimeSampler_StartSection(TimeSample *ts) { in TimeSampler_StartSection()
32 static void TimeSampler_EndSection(TimeSample *ts) { in TimeSampler_EndSection()
42 static void TimeSampler_End(TimeSample *ts) { in TimeSampler_End()
51 static long long TimeSampler_DurationNS(TimeSample *ts) { in TimeSampler_DurationNS()
61 static double TimeSampler_DurationSec(TimeSample *ts) { in TimeSampler_DurationSec()
66 static double TimeSampler_IterationSec(TimeSample *ts) { in TimeSampler_IterationSec()
72 static double TimeSampler_IterationMS(TimeSample *ts) { in TimeSampler_IterationMS()
78 static double TimeSampler_IterationNS(TimeSample *ts) { in TimeSampler_IterationNS()
[all …]
/dports/databases/opentsdb/opentsdb-2.3.0/test/core/
H A DTestTsdbQueryAggregators.java54 long ts = 1356998430000L; in runZimSum() local
74 long ts = 1356998430000L; in runZimSumFloat() local
96 long ts = 1356998430000L; in runZimSumOffset() local
126 long ts = 1356998430000L; in runZimSumFloatOffset() local
168 long ts = 1356998400000L; in runZimSumWithMissingData() local
213 long ts = 1356998430000L; in runMin() local
246 long ts = 1356998430000L; in runMinFloat() local
279 long ts = 1356998430000L; in runMinOffset() local
314 long ts = 1356998430000L; in runMinFloatOffset() local
346 long ts = 1356998430000L; in runMax() local
[all …]
/dports/net/shadowsocks-libev/shadowsocks-libev-3.3.5/libcork/include/libcork/core/
H A Dtypes.h24 /* Define preprocessor macros that contain the size of several built-in
30 #define CORK_SIZEOF_SHORT 2
36 #error "Cannot determine size of short"
42 #define CORK_SIZEOF_INT 2
48 #error "Cannot determine size of int"
58 #define CORK_SIZEOF_LONG 8
60 #error "Cannot determine size of long"
64 #define CORK_SIZEOF_POINTER 1
76 /* Return a pointer to a @c struct, given a pointer to one of its
/dports/devel/gnulib/gnulib-20140202-stable/tests/
H A Dtest-utimens.h50 struct timespec ts[2]; in test_utimens() local
69 struct timespec ts[2] = { { Y2K, UTIME_BOGUS_POS }, { Y2K, 0 } }; in test_utimens() local
75 struct timespec ts[2] = { { Y2K, 0 }, { Y2K, UTIME_BOGUS_NEG } }; in test_utimens() local
81 struct timespec ts[2] = { { Y2K, 0 }, { Y2K, 0 } }; in test_utimens() local
93 struct timespec ts[2] = { { Y2K, BILLION / 2 - 1 }, { Y2K, BILLION - 1 } }; in test_utimens() local
109 struct timespec ts[2] = { { BILLION, UTIME_OMIT }, { 0, UTIME_NOW } }; in test_utimens() local
148 struct timespec ts[2] = { { Y2K, 0 }, { Y2K, 0 } }; in test_utimens() local
H A Dtest-lutimens.h47 struct timespec ts[2] = { { Y2K, 0 }, { Y2K, 0 } }; in test_lutimens() local
56 struct timespec ts[2] = { { Y2K, 0 }, { Y2K, 0 } }; in test_lutimens() local
109 struct timespec ts[2] = { { Y2K, UTIME_BOGUS_POS }, { Y2K, 0 } }; in test_lutimens() local
115 struct timespec ts[2] = { { Y2K, 0 }, { Y2K, UTIME_BOGUS_NEG } }; in test_lutimens() local
130 struct timespec ts[2] = { { Y2K, BILLION / 2 - 1 }, { Y2K, BILLION - 1 } }; in test_lutimens() local
150 struct timespec ts[2] = { { BILLION, UTIME_OMIT }, { 0, UTIME_NOW } }; in test_lutimens() local
184 struct timespec ts[2] = { { Y2K, 0 }, { Y2K, 0 } }; in test_lutimens() local
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-utimens.h50 struct timespec ts[2]; in test_utimens() local
69 struct timespec ts[2]; in test_utimens() local
79 struct timespec ts[2]; in test_utimens() local
89 struct timespec ts[2]; in test_utimens() local
104 struct timespec ts[2]; in test_utimens() local
124 struct timespec ts[2]; in test_utimens() local
167 struct timespec ts[2]; in test_utimens() local
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-utimens.h50 struct timespec ts[2]; in test_utimens() local
69 struct timespec ts[2]; in test_utimens() local
79 struct timespec ts[2]; in test_utimens() local
89 struct timespec ts[2]; in test_utimens() local
104 struct timespec ts[2]; in test_utimens() local
124 struct timespec ts[2]; in test_utimens() local
167 struct timespec ts[2]; in test_utimens() local
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-utimens.h50 struct timespec ts[2]; in test_utimens() local
69 struct timespec ts[2]; in test_utimens() local
79 struct timespec ts[2]; in test_utimens() local
89 struct timespec ts[2]; in test_utimens() local
104 struct timespec ts[2]; in test_utimens() local
124 struct timespec ts[2]; in test_utimens() local
167 struct timespec ts[2]; in test_utimens() local
/dports/archivers/rpm4/rpm-4.16.1.3/lib/
H A Drpmts.c62 rpmts rpmtsLink(rpmts ts) in rpmtsLink()
69 int rpmtsCloseDB(rpmts ts) in rpmtsCloseDB()
117 int rpmtsGetDBMode(rpmts ts) in rpmtsGetDBMode()
135 int rpmtsRebuildDB(rpmts ts) in rpmtsRebuildDB()
159 int rpmtsVerifyDB(rpmts ts) in rpmtsVerifyDB()
617 int rpmtsSetSolveCallback(rpmts ts, in rpmtsSetSolveCallback()
669 void rpmtsClean(rpmts ts) in rpmtsClean()
701 void rpmtsEmpty(rpmts ts) in rpmtsEmpty()
753 rpmts rpmtsFree(rpmts ts) in rpmtsFree()
835 int rpmtsVfyLevel(rpmts ts) in rpmtsVfyLevel()
[all …]
/dports/multimedia/xvid/xvidcore/src/utils/
H A Dtimer.c32 struct ts struct
52 struct ts tim; argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/aarch64-macos.12-gnu/mach/arm/
H A D_structs.h189 #define __darwin_arm_thread_state64_get_pc(ts) \ argument
217 #define __darwin_arm_thread_state64_get_lr(ts) \ argument
248 #define __darwin_arm_thread_state64_get_sp(ts) \ argument
265 #define __darwin_arm_thread_state64_get_fp(ts) \ argument
310 #define __darwin_arm_thread_state64_get_pc(ts) \ argument
319 #define __darwin_arm_thread_state64_get_lr(ts) \ argument
328 #define __darwin_arm_thread_state64_get_sp(ts) \ argument
334 #define __darwin_arm_thread_state64_get_fp(ts) \ argument
347 #define __darwin_arm_thread_state64_get_pc(ts) \ argument
356 #define __darwin_arm_thread_state64_get_lr(ts) \ argument
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/aarch64-macos.12-gnu/mach/arm/
H A D_structs.h189 #define __darwin_arm_thread_state64_get_pc(ts) \ argument
217 #define __darwin_arm_thread_state64_get_lr(ts) \ argument
248 #define __darwin_arm_thread_state64_get_sp(ts) \ argument
265 #define __darwin_arm_thread_state64_get_fp(ts) \ argument
310 #define __darwin_arm_thread_state64_get_pc(ts) \ argument
319 #define __darwin_arm_thread_state64_get_lr(ts) \ argument
328 #define __darwin_arm_thread_state64_get_sp(ts) \ argument
334 #define __darwin_arm_thread_state64_get_fp(ts) \ argument
347 #define __darwin_arm_thread_state64_get_pc(ts) \ argument
356 #define __darwin_arm_thread_state64_get_lr(ts) \ argument
[all …]

12345678910>>...316