Home
last modified time | relevance | path

Searched refs:ICT (Results 1 – 25 of 1126) sorted by relevance

12345678910>>...46

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/group_replication/r/
H A Dgr_replication_timestamps.result64 include/assert.inc [Assert that ICT on server_1 < ICT on server2.]
65 include/assert.inc [Assert that ICT on server_2 < ICT on server4.]
97 include/assert.inc [Assert that ICT on server_1 < ICT on server2.]
98 include/assert.inc [Assert that ICT on server_2 < ICT on server4.]
130 include/assert.inc [Assert that ICT on server_1 < ICT on server2.]
131 include/assert.inc [Assert that ICT on server_2 < ICT on server4.]
163 include/assert.inc [Assert that ICT on server_1 < ICT on server2.]
164 include/assert.inc [Assert that ICT on server_2 < ICT on server4.]
196 include/assert.inc [Assert that ICT on server_1 < ICT on server2.]
197 include/assert.inc [Assert that ICT on server_2 < ICT on server4.]
[all …]
/dports/net/librdkafka/librdkafka-1.8.2/tests/interceptor_test/
H A Dinterceptor_test.h24 #define ictest_init(ICT) memset((ICT), 0, sizeof(ictest)) argument
31 #define ictest_free(ICT) do { \ argument
32 if ((ICT)->config1) free((ICT)->config1); \
33 if ((ICT)->config2) free((ICT)->config2); \
34 if ((ICT)->session_timeout_ms) free((ICT)->session_timeout_ms); \
35 if ((ICT)->socket_timeout_ms) free((ICT)->socket_timeout_ms); \
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/tests/interceptor_test/
H A Dinterceptor_test.h24 #define ictest_init(ICT) memset((ICT), 0, sizeof(ictest)) argument
31 #define ictest_free(ICT) do { \ argument
32 if ((ICT)->config1) free((ICT)->config1); \
33 if ((ICT)->config2) free((ICT)->config2); \
34 if ((ICT)->session_timeout_ms) free((ICT)->session_timeout_ms); \
35 if ((ICT)->socket_timeout_ms) free((ICT)->socket_timeout_ms); \
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/tests/interceptor_test/
H A Dinterceptor_test.h24 #define ictest_init(ICT) memset((ICT), 0, sizeof(ictest)) argument
31 #define ictest_free(ICT) do { \ argument
32 if ((ICT)->config1) free((ICT)->config1); \
33 if ((ICT)->config2) free((ICT)->config2); \
34 if ((ICT)->session_timeout_ms) free((ICT)->session_timeout_ms); \
35 if ((ICT)->socket_timeout_ms) free((ICT)->socket_timeout_ms); \
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl_gtid/r/
H A Drpl_timestamps_line_topology.result21 include/assert.inc [Assert that ICT > OCT on server_2.]
23 include/assert.inc [Assert that ICT on server_1 < ICT on server_2.]
24 include/assert.inc [Assert that ICT on server_2 < ICT on server_3.]
40 include/assert.inc [Assert that ICT on server_1 < ICT on server_2.]
41 include/assert.inc [Assert that ICT on server_2 < ICT on server_3.]
57 include/assert.inc [Assert that ICT on server_1 < ICT on server_2.]
58 include/assert.inc [Assert that ICT on server_2 < ICT on server_3.]
74 include/assert.inc [Assert that ICT on server_1 < ICT on server_2.]
75 include/assert.inc [Assert that ICT on server_2 < ICT on server_3.]
91 include/assert.inc [Assert that ICT on server_1 < ICT on server_2.]
[all …]
H A Drpl_multi_source_timestamps.result31 include/assert.inc [Assert that OCT is the same as ICT on server_1]
38 include/assert.inc [Assert that OCT is the same as ICT on server_3]
45 include/assert.inc [Assert that OCT is the same as ICT on server_1]
52 include/assert.inc [Assert that OCT is the same as ICT on server_3]
59 include/assert.inc [Assert that OCT is the same as ICT on server_1]
66 include/assert.inc [Assert that OCT is the same as ICT on server_3]
73 include/assert.inc [Assert that OCT is the same as ICT on server_1]
80 include/assert.inc [Assert that OCT is the same as ICT on server_3]
87 include/assert.inc [Assert that OCT is the same as ICT on server_1]
94 include/assert.inc [Assert that OCT is the same as ICT on server_3]
[all …]
H A Drpl_timestamps_line_topology_cross_version.result21 include/assert.inc [Assert that ICT exists in server_2.]
22 include/assert.inc [Assert that ICT exists in server_3.]
37 include/assert.inc [Assert that OCT is same as ICT on server_1 (originating server).]
38 include/assert.inc [Assert that ICT exists in server_3.]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/extra/rpl_tests/
H A Drpl_replication_timestamps.inc5 # 1) Retrieve the OCT and ICT from each server
14 # if 0, the test asserts that the OCT and ICT were
16 # param $check_master_slave_ICT - if 1, then the test checks if the ICT
21 # generated the ICT.
25 # Switch to master, save both OCT and ICT.
35 # Switch to slave, save both OCT and ICT.
61 --let $assert_text= Assert that OCT is the same as ICT on $master
67 # GR topology, so we check if the OCT and ICT were correctly generated
70 --let $assert_text= Assert that OCT is smaller than ICT on $master
87 --let $assert_text= Assert that ICT increases from $master to $slave
[all …]
H A Drpl_timestamps_line_topology.inc5 # 1) Retrieve the OCT and ICT from each server
13 # Switch to server_1, save both OCT and ICT.
23 # Switch to server_2, save both OCT and ICT.
33 # Switch to server_3, save both OCT and ICT.
53 --let $assert_text= Assert that OCT is the same as ICT on $server_1
64 --let $assert_text= Assert that ICT > OCT on $server_2.
77 --let $assert_text= Assert that ICT > OCT on $server_3.
90 --let $assert_text= Assert that ICT on server_1 < ICT on $server_2.
103 --let $assert_text= Assert that ICT on server_2 < ICT on $server_3.
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl_gtid/t/
H A Drpl_timestamps_line_topology_cross_version.test4 # This test checks if the immediate_commit_timestamp (ICT) and the
15 # regarding ICT and OCT:
18 # 2- ICT exists in both 5.8 servers
19 # Scenario B: 1- OCT and ICT are the same in server_1.
20 # 2- ICT exists in server_3.
32 # ICT: immediate_commit_timestamp
64 # Switch to server_2, save both OCT and ICT.
74 # Switch to server_3, save both OCT and ICT.
94 --let $assert_text= Assert that ICT exists in server_2.
126 # Switch to server_1, save both OCT and ICT.
[all …]
/dports/lang/tcl85/tcl8.5.19/library/tzdata/Asia/
H A DHo_Chi_Minh6 {-1851577590 25200 0 ICT}
9 {-767869200 25200 0 ICT}
11 {-457776000 25200 0 ICT}
13 {171820800 25200 0 ICT}
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/rpl/r/
H A Drpl_perfschema_connection_applier_status_mts.result23 include/assert.inc [Assert that currently queueing ICT was cleared]
27 include/assert.inc [Assert that currently queueing ICT exists]
45 include/assert.inc [Assert that currently processing ICT exists]
63 include/assert.inc [Assert that currently applying ICT exists]
88 include/assert.inc [Assert that currently queueing ICT exists]
124 include/assert.inc [Assert that currently applying ICT exists]
149 include/assert.inc [Assert that currently queueing ICT exists]
185 include/assert.inc [Assert that currently applying ICT exists]
210 include/assert.inc [Assert that currently queueing ICT exists]
246 include/assert.inc [Assert that currently applying ICT exists]
[all …]
H A Drpl_perfschema_disabled_connection_applier_status_mts.result23 include/assert.inc [Assert that currently queueing ICT was cleared]
27 include/assert.inc [Assert that currently queueing ICT exists]
45 include/assert.inc [Assert that currently processing ICT exists]
63 include/assert.inc [Assert that currently applying ICT exists]
88 include/assert.inc [Assert that currently queueing ICT exists]
124 include/assert.inc [Assert that currently applying ICT exists]
149 include/assert.inc [Assert that currently queueing ICT exists]
185 include/assert.inc [Assert that currently applying ICT exists]
210 include/assert.inc [Assert that currently queueing ICT exists]
246 include/assert.inc [Assert that currently applying ICT exists]
[all …]
H A Drpl_perfschema_connection_applier_status.result23 include/assert.inc [Assert that currently queueing ICT was cleared]
27 include/assert.inc [Assert that currently queueing ICT exists]
45 include/assert.inc [Assert that currently applying ICT exists]
70 include/assert.inc [Assert that currently queueing ICT exists]
88 include/assert.inc [Assert that currently applying ICT exists]
113 include/assert.inc [Assert that currently queueing ICT exists]
131 include/assert.inc [Assert that currently applying ICT exists]
156 include/assert.inc [Assert that currently queueing ICT exists]
174 include/assert.inc [Assert that currently applying ICT exists]
199 include/assert.inc [Assert that currently queueing ICT exists]
[all …]
H A Drpl_perfschema_disabled_connection_applier_status.result23 include/assert.inc [Assert that currently queueing ICT was cleared]
27 include/assert.inc [Assert that currently queueing ICT exists]
45 include/assert.inc [Assert that currently applying ICT exists]
70 include/assert.inc [Assert that currently queueing ICT exists]
88 include/assert.inc [Assert that currently applying ICT exists]
113 include/assert.inc [Assert that currently queueing ICT exists]
131 include/assert.inc [Assert that currently applying ICT exists]
156 include/assert.inc [Assert that currently queueing ICT exists]
174 include/assert.inc [Assert that currently applying ICT exists]
199 include/assert.inc [Assert that currently queueing ICT exists]
[all …]
H A Drpl_ps_worker_stop_slave.result21 include/assert.inc [The ICT information about the last applied transaction was preserved after the …
26 include/assert.inc [The ICT information about the last applied transaction was preserved after the …
37 include/assert.inc [The ICT information about the last applied transaction was preserved after the …
42 include/assert.inc [The ICT information about the last applied transaction was cleared after the sl…
53 include/assert.inc [The ICT information about the last applied transaction was preserved after the …
58 include/assert.inc [The ICT information about the last applied transaction was cleared after the sl…
69 include/assert.inc [The ICT information about the last applied transaction was preserved after the …
74 include/assert.inc [The ICT information about the last applied transaction was cleared after the sl…
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/include/
H A Dget_immediate_commit_timestamp.inc51 my $ICT;
60 $ICT=$prev_prev;
70 $ICT =~ s/.*([0-9][0-9]:[0-9][0-9]:[0-9][0-9]*).*/\1/;
74 $ICT =~ s/.*([0-9]{4}-[0-9]*-[0-9]* [0-9][0-9]:[0-9][0-9]:[0-9][0-9]*).*/\1/;
79 $ICT =~ s/.*immediate_commit_timestamp=([0-9][0-9]*).*/\1/;
83 print OUTPUT "--let \$immediate_commit_timestamp = $ICT\n";
/dports/net-mgmt/librenms/librenms-21.5.1/mibs/ict/
H A DICT-DIGITAL-SERIES-MIB1 -- ICT MIB file for ICT Digital Series.
7 -- Renamed from ICT-MIB to ICT-DIGITAL-SERIES-MIB
9 ICT-DIGITAL-SERIES-MIB DEFINITIONS ::= BEGIN
/dports/net-mgmt/observium/observium/mibs/ict/
H A DICT-DIGITAL-SERIES-MIB1 -- ICT MIB file for ICT Digital Series.
7 -- Renamed from ICT-MIB to ICT-DIGITAL-SERIES-MIB
9 ICT-DIGITAL-SERIES-MIB DEFINITIONS ::= BEGIN
/dports/net-mgmt/librenms/librenms-21.5.1/includes/definitions/discovery/
H A Dict-swi.yaml1 mib: ICT-SINE-WAVE-INVERTER-MIB
4 hardware: ICT-SINE-WAVE-INVERTER-MIB::deviceHardware.0
5 version: ICT-SINE-WAVE-INVERTER-MIB::deviceFirmware.0
H A Dict-mps.yaml1 mib: ICT-MODULAR-POWER-SYSTEM-MIB
4 hardware: ICT-MODULAR-POWER-SYSTEM-MIB::deviceHardware.0
5 version: ICT-MODULAR-POWER-SYSTEM-MIB::deviceFirmware.0
H A Dict-pdu.yaml3 hardware: ICT-DISTRIBUTION-PANEL-MIB::deviceModel.0
4 version: ICT-DISTRIBUTION-PANEL-MIB::deviceFirmware.0
/dports/net/rabbitmq/rabbitmq-server-3.9.11/deps/rabbit/src/
H A Drabbit_sysmon_handler.erl191 ICT = case proc_lib:translate_initial_call(Pid) of
200 {"~w", [RNL ++ [ICT, CF, {message_queue_len, MQL}]]}
213 ICT ->
214 [{initial_call, ICT}]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/technosophos/LibRIS/tests/
H A Dtest1.ris14 …as it regards information and computing technology (ICT), is unjust, conferring power disproportio…
15 …at great expense to the information-poor. As ICT becomes the primary method for accessing and mani…
18 …and stable environment can be established in ICT that will foster development of the information e…
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.localedata/share/classes/sun/util/resources/ext/
H A DTimeZoneNames_es.java162 String ICT[] = new String[] {"Hora de Indochina", "ICT", in getContents() local
610 {"Asia/Bangkok", ICT}, in getContents()
639 {"Asia/Ho_Chi_Minh", ICT}, in getContents()
685 {"Asia/Phnom_Penh", ICT}, in getContents()
694 {"Asia/Saigon", ICT}, in getContents()
720 {"Asia/Vientiane", ICT}, in getContents()
1039 {"VST", ICT}, in getContents()

12345678910>>...46