Home
last modified time | relevance | path

Searched refs:check_info (Results 1 – 25 of 254) sorted by relevance

1234567891011

/dports/science/afni/afni-AFNI_21.3.16/src/python_scripts/scripts/
H A Dabids_tool.py137 check_info = subprocess.check_output( variable
141 check_info = subprocess.check_output(afni_cmd,shell=True).split()
144 if check_info[0] == "0":
177 k_slices = int(check_info[3])
181 match = [i for i, x in enumerate(check_info[1:4]) if x == str(json_slices)]
185 print("\nERROR: No voxel dimension ("+str(check_info[1:4])+
193 str([check_info[1:4][i] for i in match])+
230 dset_TR = float(check_info[4])
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/sensu/sensu_go/tests/unit/plugins/modules/
H A Dtest_check_info.py11 from ansible_collections.sensu.sensu_go.plugins.modules import check_info
29 check_info.main()
41 check_info.main()
53 check_info.main()
63 check_info.main()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/verbs/src/
H A Dverbs_info.c1421 for (i = 1; check_info; check_info = check_info->next, i++) { in vrb_get_matching_info()
1436 check_info); in vrb_get_matching_info()
1494 while (check_info) { in vrb_del_info_not_belong_to_dev()
1499 cur = check_info; in vrb_del_info_not_belong_to_dev()
1502 check_info = check_info->next; in vrb_del_info_not_belong_to_dev()
1507 prev = check_info; in vrb_del_info_not_belong_to_dev()
1512 check_info = check_info->next; in vrb_del_info_not_belong_to_dev()
1558 while (check_info) { in vrb_delete_dgram_infos()
1560 cur = check_info; in vrb_delete_dgram_infos()
1563 check_info = check_info->next; in vrb_delete_dgram_infos()
[all …]
/dports/math/highs/HiGHS-cfe064e/src/lp_data/
H A DHighsInfo.cpp77 InfoRecordInt& check_info = in checkInfo() local
79 if (check_info.type == HighsInfoType::INT) { in checkInfo()
80 if (check_info.value == value_pointer) { in checkInfo()
85 check_info.name.c_str()); in checkInfo()
97 InfoRecordDouble& check_info = in checkInfo() local
99 if (check_info.type == HighsInfoType::DOUBLE) { in checkInfo()
100 if (check_info.value == value_pointer) { in checkInfo()
105 check_info.name.c_str()); in checkInfo()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/lp_data/
H A DHighsInfo.cpp77 InfoRecordInt& check_info = in checkInfo() local
79 if (check_info.type == HighsInfoType::INT) { in checkInfo()
80 if (check_info.value == value_pointer) { in checkInfo()
85 check_info.name.c_str()); in checkInfo()
97 InfoRecordDouble& check_info = in checkInfo() local
99 if (check_info.type == HighsInfoType::DOUBLE) { in checkInfo()
100 if (check_info.value == value_pointer) { in checkInfo()
105 check_info.name.c_str()); in checkInfo()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/google/api/control/
H A Dwsgi.py280 check_req = check_info.as_check_request()
290 check_info,
320 check_info,
330 check_info, argument
337 api_key=check_info.api_key,
343 operation_id=check_info.operation_id,
344 operation_name=check_info.operation_name,
354 referer=check_info.referer,
355 service_name=check_info.service_name,
373 check_info = check_request.Info(
[all …]
/dports/misc/amanda-server/amanda-3.3.9/installcheck/
H A DAmanda_Changer_null.pl54 my ($get_info, $check_info, $do_load, $got_res);
57 $chg->info(info_cb => $check_info, info => [ 'num_slots', 'fast_search' ]);
60 $check_info = make_cb('check_info' => sub {
/dports/misc/amanda-client/amanda-3.3.9/installcheck/
H A DAmanda_Changer_null.pl54 my ($get_info, $check_info, $do_load, $got_res);
57 $chg->info(info_cb => $check_info, info => [ 'num_slots', 'fast_search' ]);
60 $check_info = make_cb('check_info' => sub {
/dports/math/reduce/Reduce-svn5758-src/packages/scope/
H A Drestore.red81 % avarlst. This list is mainly produced with the procedure check_info.;
86 << check_info car item;
87 check_info cdr item;
98 symbolic procedure check_info info;
110 else foreach item in info do check_info item
157 % are hidden by check_info.
164 check_info ex;
/dports/devel/hyperscan/hyperscan-5.4.0/unit/hyperscan/
H A Dexpr_info.cpp112 void check_info(const expected_info &ei, const hs_expr_info_t *info) { in check_info() function
137 check_info(ei, info); in TEST_P()
154 check_info(ei, info); in TEST_P()
177 check_info(ei, info); in TEST_P()
/dports/lang/mono/mono-5.10.1.57/mono/utils/
H A Dmono-threads-coop.c95 check_info (MonoThreadInfo *info, const gchar *action, const gchar *state) in check_info() function
239 check_info (info, "enter", "safe"); in mono_threads_enter_gc_safe_region_unbalanced_with_info()
282 check_info (info, "exit", "safe"); in mono_threads_exit_gc_safe_region_unbalanced()
347 check_info (info, "enter", "unsafe"); in mono_threads_enter_gc_unsafe_region_unbalanced_with_info()
386 check_info (info, "enter (cookie)", "unsafe"); in mono_threads_enter_gc_unsafe_region_cookie()
/dports/sysutils/py-salt/salt-3004.1/tests/integration/spm/
H A Dtest_info.py31 check_info = ["Supported OSes", "Supported OS", "installing Apache"]
32 for info in check_info:
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/thirdparty/dukglue/
H A Ddetail_class_proto.h18 static void push_prototype(duk_context* ctx, const TypeInfo& check_info) in push_prototype()
20 if (!find_and_push_prototype(ctx, check_info)) { in push_prototype()
27 TypeInfo* info = new TypeInfo(check_info); in push_prototype()
/dports/games/openfodder/openfodder-1.6.0/Source/Utils/dukglue/
H A Ddetail_class_proto.h18 static void push_prototype(duk_context* ctx, const TypeInfo& check_info) in push_prototype()
20 if (!find_and_push_prototype(ctx, check_info)) { in push_prototype()
27 TypeInfo* info = new TypeInfo(check_info); in push_prototype()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/sensu/sensu_go/tests/integration/molecule/module_check/
H A Dconverge.yml132 check_info:
137 check_info:
156 check_info:
167 check_info:
/dports/databases/percona56-client/percona-server-5.6.51-91.0/sql/
H A Drpl_info.h88 enum_return_check check_info() in check_info() function
90 return (handler->check_info()); in check_info()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/sql/
H A Drpl_info.h88 enum_return_check check_info() in check_info() function
90 return (handler->check_info()); in check_info()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/sql/
H A Drpl_info.h88 enum_return_check check_info() in check_info() function
90 return (handler->check_info()); in check_info()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/sql/
H A Drpl_info.h88 enum_return_check check_info() in check_info() function
90 return (handler->check_info()); in check_info()
/dports/databases/mysql56-client/mysql-5.6.51/sql/
H A Drpl_info.h88 enum_return_check check_info() in check_info() function
90 return (handler->check_info()); in check_info()
/dports/net/mpich/mpich-3.4.3/modules/libfabric/prov/efa/src/
H A Defa_fabric.c738 const struct fi_info *check_info; in efa_get_matching_info() local
744 for (check_info = efa_util_prov.info; check_info; check_info = check_info->next) { in efa_get_matching_info()
748 ret = efa_node_matches_addr(check_info->src_addr, node); in efa_get_matching_info()
750 ret = memcmp(check_info->src_addr, hints->src_addr, EFA_EP_ADDR_LEN); in efa_get_matching_info()
755 EFA_INFO(FI_LOG_FABRIC, "found match for interface %s %s\n", node, check_info->fabric_attr->name); in efa_get_matching_info()
757 ret = efa_check_hints(version, hints, check_info); in efa_get_matching_info()
762 fi = fi_dupinfo(check_info); in efa_get_matching_info()
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_pexsi_local_dos.F90334 call check_info(info,"plan_initialize in LDOS")
349 call check_info(info,"load_real_sym_hs_matrix in LDOS")
355 call check_info(info,"factorize complex matrix in LDOS")
390 call check_info(info,"selinv complex matrix in LDOS")
515 subroutine check_info(info,str) subroutine
526 end subroutine check_info argument
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/sql/
H A Drpl_info.h102 enum_return_check check_info() in check_info() function
104 return (handler->check_info()); in check_info()
/dports/databases/percona57-server/percona-server-5.7.36-39/sql/
H A Drpl_info.h102 enum_return_check check_info() in check_info() function
104 return (handler->check_info()); in check_info()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/sql/
H A Drpl_info.h102 enum_return_check check_info() in check_info() function
104 return (handler->check_info()); in check_info()

1234567891011