Home
last modified time | relevance | path

Searched refs:sentinel (Results 1 – 25 of 5929) sorted by relevance

12345678910>>...238

/dports/graphics/vips/vips-8.12.0/libvips/include/vips/
H A Darithmetic.h192 __attribute__((sentinel));
194 __attribute__((sentinel));
196 __attribute__((sentinel));
198 __attribute__((sentinel));
200 __attribute__((sentinel));
203 __attribute__((sentinel));
205 __attribute__((sentinel));
207 __attribute__((sentinel));
210 __attribute__((sentinel));
213 __attribute__((sentinel));
[all …]
H A Dforeign.h382 __attribute__((sentinel));
384 __attribute__((sentinel));
386 __attribute__((sentinel));
388 __attribute__((sentinel));
391 __attribute__((sentinel));
393 __attribute__((sentinel));
428 __attribute__((sentinel));
430 __attribute__((sentinel));
432 __attribute__((sentinel));
435 __attribute__((sentinel));
[all …]
H A Dconversion.h138 __attribute__((sentinel));
140 __attribute__((sentinel));
142 __attribute__((sentinel));
144 __attribute__((sentinel));
146 __attribute__((sentinel));
148 __attribute__((sentinel));
152 __attribute__((sentinel));
155 __attribute__((sentinel));
157 __attribute__((sentinel));
160 __attribute__((sentinel));
[all …]
H A Dcreate.h42 __attribute__((sentinel));
45 __attribute__((sentinel));
47 __attribute__((sentinel));
49 __attribute__((sentinel));
51 __attribute__((sentinel));
54 __attribute__((sentinel));
57 __attribute__((sentinel));
59 __attribute__((sentinel));
61 __attribute__((sentinel));
63 __attribute__((sentinel));
[all …]
/dports/games/avp/avp-20170505/src/win95/
H A Dlist_tem.hpp143 sentinel->next = sentinel; in List()
144 sentinel->prev = sentinel; in List()
153 sentinel->next = sentinel; in List()
154 sentinel->prev = sentinel; in List()
165 sentinel->next = sentinel; in List()
166 sentinel->prev = sentinel; in List()
383 if (sentinel->prev == sentinel) { in delete_last_entry()
388 sentinel->prev = sentinel->prev->prev; in delete_last_entry()
390 sentinel->prev->next = sentinel; in delete_last_entry()
397 if (sentinel->next == sentinel) { in delete_first_entry()
[all …]
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/windows/
H A Dtest_fibre_channel.py150 mock.sentinel.conn_props,
165 mock_hba_mappings = {mock.sentinel.node_name: mock.sentinel.hba_ports}
195 mock.sentinel.node_name: [mock.sentinel.port_name]}
217 mock.sentinel.fcp_lun)
230 mock.sentinel.dev_nums)
233 mock.sentinel.local_wwpn,
234 mock.sentinel.remote_wwpn,
235 mock.sentinel.fcp_lun)
240 mock.sentinel.local_wwnn, mock.sentinel.local_wwpn,
241 mock.sentinel.remote_wwpn, mock.sentinel.fcp_lun)
[all …]
H A Dtest_iscsi.py78 initiators = [mock.sentinel.initiator_0, mock.sentinel.initiator_1]
79 all_targets = [(mock.sentinel.portal_0, mock.sentinel.target_0,
81 (mock.sentinel.portal_1, mock.sentinel.target_1,
112 mock.sentinel.device_number, mock.sentinel.device_path)
136 mock.sentinel.target_iqn, mock.sentinel.target_lun,
162 (mock.sentinel.portal_0, mock.sentinel.tg_0, mock.sentinel.lun_0),
163 (mock.sentinel.portal_1, mock.sentinel.tg_1, mock.sentinel.lun_1)]
176 [mock.call(mock.sentinel.tg_0), mock.call(mock.sentinel.tg_1)])
183 (mock.sentinel.portal_0, mock.sentinel.tg_0, mock.sentinel.lun_0),
184 (mock.sentinel.portal_1, mock.sentinel.tg_1, mock.sentinel.lun_1)]
[all …]
/dports/devel/py-blinker/blinker-1.4/tests/
H A Dtest_signals.py38 sentinel = []
44 assert not sentinel
129 del sentinel[:]
167 del sentinel[:]
271 sentinel = []
297 sentinel = []
315 sentinel = []
339 sentinel = []
369 sentinel = []
395 sentinel = []
[all …]
/dports/www/py-hypercorn/Hypercorn-0.12.0/src/hypercorn/
H A D__main__.py12 sentinel = object() variable
35 default=sentinel,
40 default=sentinel,
69 default=sentinel,
77 default=sentinel,
83 default=sentinel,
89 default=sentinel,
102 default=sentinel,
107 default=sentinel,
142 default=sentinel,
[all …]
/dports/devel/py-os-win/os-win-5.5.0/os_win/tests/unit/utils/dns/
H A Dtest_dnsutils.py97 mock.sentinel.zone_name)
107 mock.sentinel.zone_name)
121 mock.sentinel.zone_name)
143 ip_addrs=mock.sentinel.ip_addrs,
151 IpAddr=mock.sentinel.ip_addrs,
177 Notify=mock.sentinel.notify,
182 mock.sentinel.zone_name,
186 reverse=mock.sentinel.reverse,
208 mock.sentinel.zone_name,
221 mock.sentinel.zone_name,
[all …]
/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Ddag.c42 t->qhead=t->sentinel; in DAG_init()
43 t->qtail=t->sentinel; in DAG_init()
44 t->sentinel->next=t->sentinel->prev=0; in DAG_init()
221 if ( (t->qhead==t->sentinel) && (t->qtail==t->sentinel ) ){ in DAG_traverse_prune_list()
283 if ((t->qhead !=t->sentinel)&&(t->qtail !=t->sentinel)) { in DAG_traverse_list_reset()
285 t->sentinel->prev->next=t->sentinel->next; in DAG_traverse_list_reset()
286 t->sentinel->next->prev=t->sentinel->prev; in DAG_traverse_list_reset()
365 if ((t->qhead !=t->sentinel)&&(t->qtail !=t->sentinel)) { in DAG_reverse_traverse_list_reset()
367 t->sentinel->prev->next=t->sentinel->next; in DAG_reverse_traverse_list_reset()
368 t->sentinel->next->prev=t->sentinel->prev; in DAG_reverse_traverse_list_reset()
[all …]
/dports/devel/py-os-win/os-win-5.5.0/os_win/tests/unit/utils/network/
H A Dtest_nvgreutils.py46 binding.Name = mock.sentinel.fake_network
70 ProviderAddress=mock.sentinel.iface_ip,
71 VlanID=mock.sentinel.fake_vlan_id,
73 PrefixLength=mock.sentinel.prefix_len)
95 VlanID=mock.sentinel.fake_vlan_id,
154 mock.sentinel.fake_vsid, mock.sentinel.dest_prefix,
162 NextHop=mock.sentinel.next_hop,
182 MACAddress=mock.sentinel.mac_addr,
193 mock.sentinel.customer_addr,
213 mock.sentinel.iface_index)
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/debuginfo/
H A Dlexical-scopes-in-block-expression.rs436 sentinel(); in main()
441 sentinel(); in main()
447 sentinel(); in main()
453 sentinel(); in main()
471 sentinel(); in main()
488 sentinel(); in main()
505 sentinel(); in main()
523 sentinel(); in main()
540 sentinel(); in main()
558 sentinel(); in main()
[all …]
/dports/databases/py-redis/redis-3.5.3/tests/
H A Dtest_sentinel.py7 import redis.sentinel
59 redis.sentinel.Redis = saved_Redis
61 saved_Redis = redis.sentinel.Redis
62 redis.sentinel.Redis = cluster.client
68 def sentinel(request, cluster): function
72 def test_discover_master(sentinel): argument
77 def test_discover_master_error(sentinel): argument
79 sentinel.discover_master('xxx')
110 def test_master_odown(cluster, sentinel): argument
156 def test_master_for(cluster, sentinel): argument
[all …]
/dports/databases/py-redis2/redis-py-2.10.6/tests/
H A Dtest_sentinel.py8 import redis.sentinel
69 def sentinel(request, cluster): function
73 def test_discover_master(sentinel): argument
78 def test_discover_master_error(sentinel): argument
80 sentinel.discover_master('xxx')
105 sentinel.discover_master('mymaster')
111 def test_master_odown(cluster, sentinel): argument
114 sentinel.discover_master('mymaster')
117 def test_master_sdown(cluster, sentinel): argument
157 def test_master_for(cluster, sentinel): argument
[all …]
/dports/textproc/refdb/refdb-0.9.9-1/src/
H A Dxmlout.c223 Liliform sentinel; in iwrite_pubtype() local
388 Liliform sentinel; in iwrite_months() local
446 Liliform sentinel; in iwrite_authorlist() local
611 Liliform sentinel; in iwrite_authornames() local
727 Liliform sentinel; in iwrite_authorseps() local
802 Liliform sentinel; in iwrite_authortext() local
872 Liliform sentinel; in iwrite_journalname() local
935 Liliform sentinel; in iwrite_pages() local
1030 Liliform sentinel; in iwrite_pubdate() local
1160 Liliform sentinel; in iwrite_title() local
[all …]
/dports/devel/py-autocommand/autocommand-2.2.1/test/
H A Dtest_autocommand.py81 sentinel.module,
83 epilog=sentinel.epilog,
85 parser=sentinel.parser)(sentinel.original_function)
92 epilog=sentinel.epilog,
94 parser=sentinel.parser)
107 [(sentinel.loop, sentinel.loop),
117 sentinel.module,
119 epilog=sentinel.epilog,
121 parser=sentinel.parser,
124 pass_loop=sentinel.pass_loop)(sentinel.original_function)
[all …]
/dports/devel/py-os-win/os-win-5.5.0/os_win/tests/unit/utils/io/
H A Dtest_ioutils.py62 mock.sentinel.func, mock.sentinel.arg)
94 mock.sentinel.size,
124 mock.sentinel.access,
128 mock.sentinel.flags,
161 mock.sentinel.event,
230 self._ioutils.read(mock.sentinel.handle, mock.sentinel.buff,
252 mock.sentinel.buff,
260 mock.sentinel.buff,
271 self._ioutils.write(mock.sentinel.handle, mock.sentinel.buff,
292 mock.sentinel.buff,
[all …]
/dports/devel/kyra/kyra/util/
H A Dglcirclelist.h61 GlCircleList() { sentinel.next = &sentinel; sentinel.prev = &sentinel; } in GlCircleList()
64 bool Empty() const { return sentinel.next == &sentinel; } in Empty()
71 while( sentinel.next != &sentinel ) in Clear()
73 temp = sentinel.next; in Clear()
74 sentinel.next = sentinel.next->next; in Clear()
77 sentinel.prev = &sentinel; in Clear()
86 sentinel.next = node; in PushFront()
95 sentinel.prev = node; in PushBack()
98 GLASSERT( sentinel.next != &sentinel ); in PopFront()
106 GLASSERT( sentinel.prev != &sentinel ); in PopBack()
[all …]
/dports/devel/py-os-win/os-win-5.5.0/os_win/tests/unit/utils/storage/initiator/
H A Dtest_iscsi_utils.py180 mock.sentinel.func,
181 mock.sentinel.arg,
200 mock.sentinel.buff,
224 mock.sentinel.buff)
226 mock.sentinel.buff, mock.sentinel.element_count)
249 mock.sentinel.buff, mock.sentinel.element_count)
424 mock.sentinel.target_name, mock.sentinel.lun,
428 mock.sentinel.target_name, mock.sentinel.lun,
439 mock.sentinel.target_name, mock.sentinel.lun,
446 mock.sentinel.target_name, mock.sentinel.lun,
[all …]
/dports/devel/py-os-win/os-win-5.5.0/os_win/tests/unit/utils/metrics/
H A Dtest_metricsutils.py77 mock.sentinel.disk_path,
78 mock.sentinel.is_physical,
79 mock.sentinel.serial)
82 mock.sentinel.disk_path,
84 serial=mock.sentinel.serial)
224 [mock.sentinel.net_in_metrics, mock.sentinel.net_out_metrics])
254 mock.sentinel.vm_name,
281 mock.sentinel.vm_name,
306 mock.sentinel.vm_name,
356 [mock.sentinel.metric, mock.sentinel.another_metric],
[all …]
/dports/devel/py-os-win/os-win-5.5.0/os_win/tests/unit/
H A Dtest_processutils.py73 mock.sentinel.job_handle,
75 mock.sentinel.job_info)
79 mock.sentinel.job_handle,
98 mock.sentinel.pid,
106 mock.sentinel.pid,
140 mock.sentinel.pid,
170 pids = [mock.sentinel.pid0, mock.sentinel.pid1]
203 mock.sentinel.name, mock.sentinel.owner,
210 mock.sentinel.owner,
211 mock.sentinel.name,
[all …]
/dports/misc/py-cinder/cinder-12.0.10/cinder/tests/unit/
H A Dtest_image_utils.py37 mock_out = mock.sentinel.out
38 mock_err = mock.sentinel.err
52 mock_out = mock.sentinel.out
53 mock_err = mock.sentinel.err
132 dest = mock.sentinel.dest
165 dest = mock.sentinel.dest
522 @ddt.data((mock.sentinel.disk_format, mock.sentinel.disk_format),
1458 mock.call(mock.sentinel.first, mock.sentinel.second),
1459 mock.call(mock.sentinel.second, mock.sentinel.third),
1460 mock.call(mock.sentinel.third, mock.sentinel.fourth),
[all …]
/dports/devel/py-os-brick/os-brick-5.1.0/os_brick/tests/initiator/connectors/
H A Dtest_base_iscsi.py33 'target_iqns': mock.sentinel.target_iqns,
34 'target_luns': mock.sentinel.target_luns,
37 mock.sentinel.portal, mock.sentinel.iqn, mock.sentinel.lun)]
54 portals = [mock.sentinel.portals1, mock.sentinel.portals2]
55 iqns = [mock.sentinel.iqns1, mock.sentinel.iqns2]
56 luns = [mock.sentinel.luns1, mock.sentinel.luns2]
67 portals = [mock.sentinel.portals1, mock.sentinel.portals2]
68 iqns = [mock.sentinel.iqns1, mock.sentinel.iqns2]
69 lun = mock.sentinel.luns
82 'target_iqn': mock.sentinel.target_iqn,
[all …]
/dports/security/py-google-auth/google-auth-2.3.3/tests/oauth2/
H A Dtest_id_token.py67 result = id_token.verify_token(mock.sentinel.token, mock.sentinel.request)
74 mock.sentinel.token,
85 mock.sentinel.token,
94 mock.sentinel.token,
105 mock.sentinel.token,
115 mock.sentinel.token,
126 mock.sentinel.token, mock.sentinel.request, audience=mock.sentinel.audience
131 mock.sentinel.token,
143 mock.sentinel.token,
165 mock.sentinel.token, mock.sentinel.request, audience=mock.sentinel.audience
[all …]

12345678910>>...238