Home
last modified time | relevance | path

Searched defs:ts (Results 126 – 150 of 23630) sorted by relevance

12345678910>>...946

/dports/sysutils/lizardfs/lizardfs-3.12.0/src/master/
H A Dfs_context.h45 static FsContext getForRestore(uint32_t ts) { in getForRestore()
68 static FsContext getForMaster(uint32_t ts) { in getForMaster()
97 static FsContext getForMasterWithSession(uint32_t ts, in getForMasterWithSession()
118 static FsContext getForMasterWithSession(uint32_t ts, in getForMasterWithSession()
140 static FsContext getForMasterWithSession(uint32_t ts, in getForMasterWithSession()
255 uint32_t ts() const { in ts() function
273 FsContext(uint32_t ts, metadataserver::Personality personality, in FsContext()
291 FsContext(uint32_t ts, metadataserver::Personality personality, in FsContext()
309 FsContext(uint32_t ts, metadataserver::Personality personality, in FsContext()
343 FsContext(uint32_t ts, metadataserver::Personality personality) in FsContext()
[all …]
/dports/devel/notcurses/notcurses-3.0.1/src/tests/
H A Dfade.cpp6 const struct timespec* ts __attribute__ ((unused)), void* curry) -> int { in pulser()
21 const struct timespec* ts, void* curry) -> int { in fadeaborter()
59 struct timespec ts; variable
67 struct timespec ts; variable
75 struct timespec ts; variable
83 struct timespec ts; variable
91 struct timespec ts; variable
/dports/databases/pecl-mongodb/mongodb-1.9.1/src/libmongoc/src/libmongoc/src/mongoc/
H A Dmongoc-topology-scanner.c217 _build_ismaster_with_handshake (mongoc_topology_scanner_t *ts) in _build_ismaster_with_handshake()
284 mongoc_topology_scanner_t *ts = node->ts; in _begin_ismaster_cmd() local
344 mongoc_topology_scanner_t *ts = in mongoc_topology_scanner_new() local
411 mongoc_topology_scanner_valid (mongoc_topology_scanner_t *ts) in mongoc_topology_scanner_valid()
417 mongoc_topology_scanner_add (mongoc_topology_scanner_t *ts, in mongoc_topology_scanner_add()
585 mongoc_topology_scanner_t *ts = node->ts; in _async_success() local
632 mongoc_topology_scanner_t *ts = node->ts; in _async_error_or_timeout() local
1144 mongoc_topology_scanner_work (mongoc_topology_scanner_t *ts) in mongoc_topology_scanner_work()
1220 const mongoc_topology_scanner_t *ts, in _mongoc_topology_scanner_monitor_heartbeat_succeeded()
1247 const mongoc_topology_scanner_t *ts, in _mongoc_topology_scanner_monitor_heartbeat_failed()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/logging/
H A Dtest_logTagSet.cpp34 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
47 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
56 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
63 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
77 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
89 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
115 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging, safepoint)>::tagset(); in TEST() local
134 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/gtest/logging/
H A Dtest_logTagSet.cpp34 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
47 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
56 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
63 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
77 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
89 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
115 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging, safepoint)>::tagset(); in TEST() local
134 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/gtest/logging/
H A Dtest_logTagSet.cpp34 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
47 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
56 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
63 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
77 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
89 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
115 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging, safepoint)>::tagset(); in TEST() local
134 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/gtest/logging/
H A Dtest_logTagSet.cpp34 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
47 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
56 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
63 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
77 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
89 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
115 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging, safepoint)>::tagset(); in TEST() local
134 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/gtest/logging/
H A Dtest_logTagSet.cpp35 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
48 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
57 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
64 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
78 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
90 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
116 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging, safepoint)>::tagset(); in TEST() local
141 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/gtest/logging/
H A Dtest_logTagSet.cpp34 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
47 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
56 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
63 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
77 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
89 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
115 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging, safepoint)>::tagset(); in TEST() local
134 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/gtest/logging/
H A Dtest_logTagSet.cpp34 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
47 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
56 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
63 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
77 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
89 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
115 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging, safepoint)>::tagset(); in TEST() local
134 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/gtest/logging/
H A Dtest_logTagSet.cpp34 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
47 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
56 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
63 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
77 LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
89 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging)>::tagset(); in TEST() local
115 const LogTagSet& ts = LogTagSetMapping<LOG_TAGS(logging, safepoint)>::tagset(); in TEST() local
134 for (LogTagSet* ts = LogTagSet::first(); ts != NULL; ts = ts->next()) { in TEST() local
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/
H A Dtest-utime.c55 struct utimbuf ts; in test_utime() local
73 struct utimbuf ts; in test_utime() local
86 struct utimbuf ts; in test_utime() local
115 struct utimbuf ts; in test_utime() local
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/
H A Dtest-utime.c55 struct utimbuf ts; in test_utime() local
73 struct utimbuf ts; in test_utime() local
86 struct utimbuf ts; in test_utime() local
115 struct utimbuf ts; in test_utime() local
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/tests/
H A Dtest-utime.c55 struct utimbuf ts; in test_utime() local
73 struct utimbuf ts; in test_utime() local
86 struct utimbuf ts; in test_utime() local
115 struct utimbuf ts; in test_utime() local
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/touchscreen/
H A Dtsc200x-core.c137 struct tsc200x *ts = _ts; in tsc200x_irq_thread() local
220 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset()
243 static void __tsc200x_enable(struct tsc200x *ts) in __tsc200x_enable()
259 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_selftest_show() local
342 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_attr_is_visible() local
412 struct tsc200x *ts = input_get_drvdata(input); in tsc200x_open() local
428 struct tsc200x *ts = input_get_drvdata(input); in tsc200x_close() local
444 struct tsc200x *ts; in tsc200x_probe() local
582 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_remove() local
594 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_suspend() local
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/touchscreen/
H A Dtsc200x-core.c137 struct tsc200x *ts = _ts; in tsc200x_irq_thread() local
220 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset()
243 static void __tsc200x_enable(struct tsc200x *ts) in __tsc200x_enable()
259 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_selftest_show() local
342 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_attr_is_visible() local
412 struct tsc200x *ts = input_get_drvdata(input); in tsc200x_open() local
428 struct tsc200x *ts = input_get_drvdata(input); in tsc200x_close() local
444 struct tsc200x *ts; in tsc200x_probe() local
582 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_remove() local
594 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_suspend() local
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/touchscreen/
H A Dtsc200x-core.c137 struct tsc200x *ts = _ts; in tsc200x_irq_thread() local
220 static void tsc200x_reset(struct tsc200x *ts) in tsc200x_reset()
243 static void __tsc200x_enable(struct tsc200x *ts) in __tsc200x_enable()
259 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_selftest_show() local
342 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_attr_is_visible() local
412 struct tsc200x *ts = input_get_drvdata(input); in tsc200x_open() local
428 struct tsc200x *ts = input_get_drvdata(input); in tsc200x_close() local
444 struct tsc200x *ts; in tsc200x_probe() local
582 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_remove() local
594 struct tsc200x *ts = dev_get_drvdata(dev); in tsc200x_suspend() local
[all …]
/dports/devel/kf5-kconfig/kconfig-5.89.0/autotests/
H A Dkdesktopfiletest.cpp35 QTextStream ts(&file); in testRead() local
61 QTextStream ts(&file); in testReadDirectory() local
102 QTextStream ts(&file); in testReadLocalized() local
130 QTextStream ts(&file); in testSuccessfulTryExec() local
145 QTextStream ts(&file); in testUnsuccessfulTryExec() local
160 QTextStream ts(&file); in testActionGroup() local
198 QTextStream ts(&file); in testIsAuthorizedDesktopFile() local
247 QTextStream ts(&file); in testTryExecWithAuthorizeAction() local
269 QTextStream ts(&file); in testTryExecWithAuthorizeAction() local
/dports/databases/hbase/hbase-1.2.1/hbase-prefix-tree/src/test/java/org/apache/hadoop/hbase/codec/prefixtree/row/data/
H A DTestRowDataMultiFamilies.java41 static long ts = 55L; field in TestRowDataMultiFamilies
45 d.add(new KeyValue(rowA, famA, q0, ts, vvv)); in d.add() argument
46 d.add(new KeyValue(rowA, famB, q1, ts, vvv)); in d.add() argument
47 d.add(new KeyValue(rowA, famBB, q0, ts, vvv)); in d.add() argument
48 d.add(new KeyValue(rowB, famA, q0, ts, vvv)); in d.add() argument
49 d.add(new KeyValue(rowB, famA, q1, ts, vvv)); in d.add() argument
50 d.add(new KeyValue(rowB, famB, q0, ts, vvv)); in d.add() argument
51 d.add(new KeyValue(rowB, famBB, q0, ts, vvv)); in d.add() argument
52 d.add(new KeyValue(rowB, famBB, q1, ts, vvv)); in d.add() argument
/dports/finance/quantlib/QuantLib-1.20/ql/indexes/inflation/
H A Deuhicp.hpp37 const Handle<ZeroInflationTermStructure>& ts = in EUHICP()
53 const Handle<ZeroInflationTermStructure>& ts = in EUHICPXT()
70 const Handle<YoYInflationTermStructure>& ts = in YYEUHICP()
87 const Handle<YoYInflationTermStructure>& ts = in YYEUHICPXT()
105 const Handle<YoYInflationTermStructure>& ts = in YYEUHICPr()
/dports/emulators/x49gp/x49gp/x49gp-code/
H A Dtimer.c62 x49gp_timer_t *ts; in x49gp_new_timer() local
78 x49gp_free_timer(x49gp_timer_t *ts) in x49gp_free_timer()
84 x49gp_del_timer(x49gp_timer_t *ts) in x49gp_del_timer()
104 x49gp_mod_timer(x49gp_timer_t *ts, int64_t expires) in x49gp_mod_timer()
127 x49gp_timer_pending(x49gp_timer_t *ts) in x49gp_timer_pending()
140 x49gp_timer_expires(x49gp_timer_t *ts) in x49gp_timer_expires()
160 qemu_free_timer(QEMUTimer *ts) in qemu_free_timer()
166 qemu_mod_timer(QEMUTimer *ts, int64_t expire_time) in qemu_mod_timer()
172 qemu_del_timer(QEMUTimer *ts) in qemu_del_timer()
178 qemu_timer_pending(QEMUTimer *ts) in qemu_timer_pending()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/sparc/vdso/
H A Dvclock_gettime.c66 notrace static long vdso_fallback_gettime(long clock, struct __kernel_old_timespec *ts) in vdso_fallback_gettime()
147 struct __kernel_old_timespec *ts) in do_realtime()
167 struct __kernel_old_timespec *ts) in do_realtime_stick()
187 struct __kernel_old_timespec *ts) in do_monotonic()
207 struct __kernel_old_timespec *ts) in do_monotonic_stick()
227 struct __kernel_old_timespec *ts) in do_realtime_coarse()
240 struct __kernel_old_timespec *ts) in do_monotonic_coarse()
254 __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime()
282 __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime_stick()
314 struct __kernel_old_timespec ts; in __vdso_gettimeofday() member
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/sparc/vdso/
H A Dvclock_gettime.c66 notrace static long vdso_fallback_gettime(long clock, struct __kernel_old_timespec *ts) in vdso_fallback_gettime()
147 struct __kernel_old_timespec *ts) in do_realtime()
167 struct __kernel_old_timespec *ts) in do_realtime_stick()
187 struct __kernel_old_timespec *ts) in do_monotonic()
207 struct __kernel_old_timespec *ts) in do_monotonic_stick()
227 struct __kernel_old_timespec *ts) in do_realtime_coarse()
240 struct __kernel_old_timespec *ts) in do_monotonic_coarse()
254 __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime()
282 __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime_stick()
314 struct __kernel_old_timespec ts; in __vdso_gettimeofday() member
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/sparc/vdso/
H A Dvclock_gettime.c66 notrace static long vdso_fallback_gettime(long clock, struct __kernel_old_timespec *ts) in vdso_fallback_gettime()
147 struct __kernel_old_timespec *ts) in do_realtime()
167 struct __kernel_old_timespec *ts) in do_realtime_stick()
187 struct __kernel_old_timespec *ts) in do_monotonic()
207 struct __kernel_old_timespec *ts) in do_monotonic_stick()
227 struct __kernel_old_timespec *ts) in do_realtime_coarse()
240 struct __kernel_old_timespec *ts) in do_monotonic_coarse()
254 __vdso_clock_gettime(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime()
282 __vdso_clock_gettime_stick(clockid_t clock, struct __kernel_old_timespec *ts) in __vdso_clock_gettime_stick()
314 struct __kernel_old_timespec ts; in __vdso_gettimeofday() member
[all …]
/dports/devel/libantlr3c/libantlr3c-3.4/src/
H A Dantlr3tokenstream.c420 pANTLR3_TOKEN_STREAM ts; in consumeInitialHiddenTokens() local
603 pANTLR3_TOKEN_STREAM ts; in consume() local
622 pANTLR3_TOKEN_STREAM ts; in dbgConsume() local
802 pANTLR3_TOKEN_STREAM ts; in _LA() local
824 pANTLR3_TOKEN_STREAM ts; in dbgLA() local
848 pANTLR3_TOKEN_STREAM ts; in dbgMark() local
868 pANTLR3_TOKEN_STREAM ts; in size() local
885 pANTLR3_TOKEN_STREAM ts; in tindex() local
896 pANTLR3_TOKEN_STREAM ts; in dbgRewindLast() local
917 pANTLR3_TOKEN_STREAM ts; in dbgRewindStream() local
[all …]

12345678910>>...946