Home
last modified time | relevance | path

Searched refs:ec (Results 226 – 250 of 36940) sorted by relevance

12345678910>>...1478

/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/link/modules/asio-standalone/asio/include/asio/detail/
H A Dnull_socket_service.hpp95 return ec; in open()
103 return ec; in assign()
117 return ec; in close()
131 return ec; in cancel()
155 return ec; in listen()
164 return ec; in io_control()
178 return ec; in non_blocking()
192 return ec; in native_non_blocking()
200 return ec; in shutdown()
208 return ec; in bind()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/beast/test/beast/core/
H A Dfile_test.hpp112 error_code ec; in test_file() local
113 f.size(ec); in test_file()
117 error_code ec; in test_file() local
118 f.pos(ec); in test_file()
122 error_code ec; in test_file() local
123 f.seek(0, ec); in test_file()
127 error_code ec; in test_file() local
132 error_code ec; in test_file() local
142 error_code ec; in test_file() local
190 BEAST_EXPECTS(! ec, ec.message()); in test_file()
[all …]
/dports/www/minio-client/etcd-3.5.0/server/etcdmain/
H A Dconfig.go80 ec embed.Config member
99 ec: *embed.NewConfig(),
139 fs.StringVar(&cfg.ec.Dir, "data-dir", cfg.ec.Dir, "Path to the data directory.")
140 fs.StringVar(&cfg.ec.WalDir, "wal-dir", cfg.ec.WalDir, "Path to the dedicated wal directory.")
157 fs.StringVar(&cfg.ec.Name, "name", cfg.ec.Name, "Human-readable name for this member.")
346 if cfg.ec.V2Deprecation == "" {
409 cfg.ec.ACUrls = nil
413 …if (cfg.ec.Durl != "" || cfg.ec.DNSCluster != "" || cfg.ec.DNSClusterServiceName != "") && !flags.…
414 cfg.ec.InitialCluster = ""
425 cfg.ec = *eCfg
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/ext/websocketpp/impl/
H A Dendpoint_impl.hpp87 if (ec) { in create_connection()
99 if (ec) {return;} in interrupt()
110 if (ec) { throw exception(ec); } in interrupt()
126 if (ec) { throw exception(ec); } in pause_reading()
142 if (ec) { throw exception(ec); } in resume_reading()
163 if (ec) { throw exception(ec); } in send()
181 if (ec) { throw exception(ec); } in send()
197 if (ec) { throw exception(ec); } in send()
216 if (ec) { throw exception(ec); } in close()
233 if (ec) { throw exception(ec); } in ping()
[all …]
/dports/graphics/bmeps/dktools-4.31.1/src/libdk3c/
H A Ddk3maihd.c122 if (NULL != ec) { *ec = DK3_ERROR_SYNTAX; } in dk3ma_um_from_hex_string()
178 if (NULL != ec) { *ec = DK3_ERROR_SYNTAX; } in dk3ma_um_from_hex_string()
197 if (NULL != ec) { *ec = DK3_ERROR_SYNTAX; } in dk3ma_um_from_hex_string()
269 if (NULL != ec) { *ec = DK3_ERROR_SYNTAX; } in dk3ma_im_from_hex_string()
296 if (NULL != ec) { *ec = DK3_ERROR_MATH_OVERFLOW; } in dk3ma_us_from_hex_string()
347 if (NULL != ec) { *ec = DK3_ERROR_SYNTAX; } in dk3ma_s_from_hex_string()
373 if (NULL != ec) { *ec = DK3_ERROR_MATH_OVERFLOW; } in dk3ma_ui_from_hex_string()
424 if (NULL != ec) { *ec = DK3_ERROR_SYNTAX; } in dk3ma_i_from_hex_string()
501 if (NULL != ec) { *ec = DK3_ERROR_SYNTAX; } in dk3ma_l_from_hex_string()
580 if (NULL != ec) { *ec = DK3_ERROR_SYNTAX; } in dk3ma_ll_from_hex_string()
[all …]
H A Ddk3maidd.c121 if (NULL != ec) { *ec = DK3_ERROR_SYNTAX; } in dk3ma_um_from_string()
159 if (NULL != ec) { *ec = DK3_ERROR_SYNTAX; } in dk3ma_um_from_string()
178 if (NULL != ec) { *ec = DK3_ERROR_SYNTAX; } in dk3ma_um_from_string()
195 if (NULL != ec) { *ec = DK3_ERROR_INVALID_ARGS; } in dk3ma_um_from_string()
255 if (NULL != ec) { *ec = DK3_ERROR_SYNTAX; } in dk3ma_im_from_string()
259 if (NULL != ec) { *ec = DK3_ERROR_INVALID_ARGS; } in dk3ma_im_from_string()
288 if (NULL != ec) { *ec = DK3_ERROR_INVALID_ARGS; } in dk3ma_us_from_string()
317 if (NULL != ec) { *ec = DK3_ERROR_INVALID_ARGS; } in dk3ma_s_from_string()
346 if (NULL != ec) { *ec = DK3_ERROR_INVALID_ARGS; } in dk3ma_ui_from_string()
375 if (NULL != ec) { *ec = DK3_ERROR_INVALID_ARGS; } in dk3ma_i_from_string()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/asio/
H A Dbasic_socket.hpp88 boost::system::error_code ec; in basic_socket() local
112 boost::system::error_code ec; in basic_socket() local
137 boost::system::error_code ec; in basic_socket() local
222 boost::system::error_code ec; in open() local
265 boost::system::error_code ec; in assign() local
308 boost::system::error_code ec; in close() local
407 boost::system::error_code ec; in cancel() local
470 boost::system::error_code ec; in at_mark() local
503 boost::system::error_code ec; in available() local
545 boost::system::error_code ec; in bind() local
[all …]
/dports/devel/rpclib/rpclib-2.2.1/dependencies/include/asio/
H A Dbasic_socket.hpp89 clmdep_asio::error_code ec; in basic_socket() local
113 clmdep_asio::error_code ec; in basic_socket() local
138 clmdep_asio::error_code ec; in basic_socket() local
268 clmdep_asio::error_code ec; in open() local
311 clmdep_asio::error_code ec; in assign() local
354 clmdep_asio::error_code ec; in close() local
453 clmdep_asio::error_code ec; in cancel() local
516 clmdep_asio::error_code ec; in at_mark() local
549 clmdep_asio::error_code ec; in available() local
591 clmdep_asio::error_code ec; in bind() local
[all …]
/dports/databases/galera/galera-release_25.3.35/asio/asio/
H A Dbasic_socket.hpp89 asio::error_code ec; in basic_socket() local
113 asio::error_code ec; in basic_socket() local
138 asio::error_code ec; in basic_socket() local
268 asio::error_code ec; in open() local
311 asio::error_code ec; in assign() local
354 asio::error_code ec; in close() local
453 asio::error_code ec; in cancel() local
516 asio::error_code ec; in at_mark() local
549 asio::error_code ec; in available() local
591 asio::error_code ec; in bind() local
[all …]
/dports/databases/galera26/galera-release_26.4.10/asio/asio/
H A Dbasic_socket.hpp89 asio::error_code ec; in basic_socket() local
113 asio::error_code ec; in basic_socket() local
138 asio::error_code ec; in basic_socket() local
268 asio::error_code ec; in open() local
311 asio::error_code ec; in assign() local
354 asio::error_code ec; in close() local
453 asio::error_code ec; in cancel() local
516 asio::error_code ec; in at_mark() local
549 asio::error_code ec; in available() local
591 asio::error_code ec; in bind() local
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/asio/
H A Dbasic_socket.hpp149 asio::error_code ec; in basic_socket() local
173 asio::error_code ec; in basic_socket() local
196 asio::error_code ec; in basic_socket() local
227 asio::error_code ec; in basic_socket() local
252 asio::error_code ec; in basic_socket() local
280 asio::error_code ec; in basic_socket() local
417 asio::error_code ec; in open() local
461 asio::error_code ec; in assign() local
505 asio::error_code ec; in close() local
561 asio::error_code ec; in release() local
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/asio/
H A Dbasic_socket.hpp113 boost::system::error_code ec; in basic_socket() local
137 boost::system::error_code ec; in basic_socket() local
162 boost::system::error_code ec; in basic_socket() local
329 boost::system::error_code ec; in open() local
373 boost::system::error_code ec; in assign() local
417 boost::system::error_code ec; in close() local
473 boost::system::error_code ec; in release() local
558 boost::system::error_code ec; in cancel() local
622 boost::system::error_code ec; in at_mark() local
803 if (ec) in connect()
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/asio/
H A Dbasic_socket.hpp113 boost::system::error_code ec; in basic_socket() local
137 boost::system::error_code ec; in basic_socket() local
162 boost::system::error_code ec; in basic_socket() local
329 boost::system::error_code ec; in open() local
373 boost::system::error_code ec; in assign() local
417 boost::system::error_code ec; in close() local
473 boost::system::error_code ec; in release() local
558 boost::system::error_code ec; in cancel() local
622 boost::system::error_code ec; in at_mark() local
803 if (ec) in connect()
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/modules/wl_desktop_shell/
H A De_mod_input_panel.c17 E_Client *ec; member
57 ec = ips->ec; in _e_input_panel_surface_resource_destroy()
98 ec = ips->ec; in _e_input_panel_surface_visible_update()
103 _e_input_panel_position_set(ec, ec->client.w, ec->client.h); in _e_input_panel_surface_visible_update()
106 evas_object_geometry_set(ec->frame, ec->x, ec->y, ec->w, ec->h); in _e_input_panel_surface_visible_update()
108 e_comp_object_damage(ec->frame, ec->x, ec->y, ec->w, ec->h); in _e_input_panel_surface_visible_update()
137 ec = ips->ec; in _e_input_panel_surface_map()
154 ec = ips->ec; in _e_input_panel_surface_unmap()
175 if (!ec) in _e_input_panel_cb_surface_get()
218 ips->ec = ec; in _e_input_panel_cb_surface_get()
[all …]
/dports/security/py-cryptography/cryptography-3.3.2/tests/hazmat/primitives/
H A Dfixtures_ec.py17 curve=ec.SECT571R1(),
37 curve=ec.SECT409R1(),
55 curve=ec.SECT283R1(),
73 curve=ec.SECT233R1(),
88 curve=ec.SECT163R2(),
101 curve=ec.SECT571K1(),
121 curve=ec.SECT409K1(),
139 curve=ec.SECT283K1(),
157 curve=ec.SECT233K1(),
172 curve=ec.SECT163K1(),
[all …]
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/kernel/tests/
H A DAccountsTester.cpp118 QCOMPARE(ec.totalCost(), 800.0); in defaultAccount()
123 QCOMPARE(ec.totalCost(), 0.0); in defaultAccount()
133 QCOMPARE(ec.totalCost(), 0.0); in defaultAccount()
141 QCOMPARE(ec.totalCost(), 0.0); in defaultAccount()
161 EffortCostMap ec; in costPlaces() local
219 QCOMPARE(ec.totalCost(), 0.0); in startupDefault()
233 QCOMPARE(ec.totalCost(), 0.0); in startupDefault()
269 QCOMPARE(ec.totalCost(), 0.0); in startupAccount()
274 QCOMPARE(ec.totalCost(), 0.0); in startupAccount()
355 Debug::print(ec); in startupAccount()
[all …]
/dports/audio/carla/Carla-2.4.1/source/modules/hylia/link/asio/detail/
H A Dnull_socket_service.hpp98 return ec; in open()
106 return ec; in assign()
120 return ec; in close()
142 return ec; in cancel()
166 return ec; in listen()
175 return ec; in io_control()
189 return ec; in non_blocking()
203 return ec; in native_non_blocking()
211 return ec; in shutdown()
219 return ec; in bind()
[all …]
/dports/net/asio/asio-1.16.0/include/asio/detail/
H A Dnull_socket_service.hpp98 return ec; in open()
106 return ec; in assign()
120 return ec; in close()
142 return ec; in cancel()
166 return ec; in listen()
175 return ec; in io_control()
189 return ec; in non_blocking()
203 return ec; in native_non_blocking()
211 return ec; in shutdown()
219 return ec; in bind()
[all …]
/dports/games/devilutionX/devilutionX-1.2.1/3rdParty/asio/include/asio/detail/
H A Dnull_socket_service.hpp98 return ec; in open()
106 return ec; in assign()
120 return ec; in close()
142 return ec; in cancel()
166 return ec; in listen()
175 return ec; in io_control()
189 return ec; in non_blocking()
203 return ec; in native_non_blocking()
211 return ec; in shutdown()
219 return ec; in bind()
[all …]
/dports/www/restbed/restbed-4.8/dependency/asio/asio/include/asio/detail/
H A Dnull_socket_service.hpp98 return ec; in open()
106 return ec; in assign()
120 return ec; in close()
142 return ec; in cancel()
166 return ec; in listen()
175 return ec; in io_control()
189 return ec; in non_blocking()
203 return ec; in native_non_blocking()
211 return ec; in shutdown()
219 return ec; in bind()
[all …]
/dports/multimedia/obs-websocket/obs-websocket-4.8.0/deps/asio/asio/include/asio/detail/
H A Dnull_socket_service.hpp98 return ec; in open()
106 return ec; in assign()
120 return ec; in close()
142 return ec; in cancel()
166 return ec; in listen()
175 return ec; in io_control()
189 return ec; in non_blocking()
203 return ec; in native_non_blocking()
211 return ec; in shutdown()
219 return ec; in bind()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/asio-master/asio/include/asio/detail/
H A Dnull_socket_service.hpp98 return ec; in open()
106 return ec; in assign()
120 return ec; in close()
142 return ec; in cancel()
166 return ec; in listen()
175 return ec; in io_control()
189 return ec; in non_blocking()
203 return ec; in native_non_blocking()
211 return ec; in shutdown()
219 return ec; in bind()
[all …]
/dports/devel/etcd34/etcd-3.4.18/etcdmain/
H A Dconfig.go81 ec embed.Config member
99 ec: *embed.NewConfig(),
134 fs.StringVar(&cfg.ec.Dir, "data-dir", cfg.ec.Dir, "Path to the data directory.")
135 fs.StringVar(&cfg.ec.WalDir, "wal-dir", cfg.ec.WalDir, "Path to the dedicated wal directory.")
152 fs.StringVar(&cfg.ec.Name, "name", cfg.ec.Name, "Human-readable name for this member.")
188 fs.BoolVar(&cfg.ec.EnableV2, "enable-v2", cfg.ec.EnableV2, "Accept etcd V2 client requests.")
350 cfg.ec.ACUrls = nil
354 …if (cfg.ec.Durl != "" || cfg.ec.DNSCluster != "" || cfg.ec.DNSClusterServiceName != "") && !flags.…
355 cfg.ec.InitialCluster = ""
366 cfg.ec = *eCfg
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/go.etcd.io/etcd/etcdmain/
H A Dconfig.go81 ec embed.Config member
99 ec: *embed.NewConfig(),
134 fs.StringVar(&cfg.ec.Dir, "data-dir", cfg.ec.Dir, "Path to the data directory.")
135 fs.StringVar(&cfg.ec.WalDir, "wal-dir", cfg.ec.WalDir, "Path to the dedicated wal directory.")
152 fs.StringVar(&cfg.ec.Name, "name", cfg.ec.Name, "Human-readable name for this member.")
188 fs.BoolVar(&cfg.ec.EnableV2, "enable-v2", cfg.ec.EnableV2, "Accept etcd V2 client requests.")
350 cfg.ec.ACUrls = nil
354 …if (cfg.ec.Durl != "" || cfg.ec.DNSCluster != "" || cfg.ec.DNSClusterServiceName != "") && !flags.…
355 cfg.ec.InitialCluster = ""
366 cfg.ec = *eCfg
[all …]
/dports/www/grafana8/grafana-8.3.6/pkg/services/alerting/
H A Deval_context_test.go43 applyFn func(ec *EvalContext)
49 ec.Firing = true
67 ec.Firing = true
77 ec.Firing = true
87 ec.Firing = true
97 ec.Firing = true
135 ec.NoDataFound = true
144 ec.NoDataFound = true
153 ec.NoDataFound = true
162 ec.NoDataFound = true
[all …]

12345678910>>...1478