Home
last modified time | relevance | path

Searched refs:inputv (Results 1 – 25 of 64) sorted by relevance

123

/dports/science/hepmc3/HepMC3-3.2.4/test/
H A DtestReaderFactory2.cc50 std::vector<std::shared_ptr<Reader> > inputv; in main() local
51 inputv.push_back(deduce_reader("frominputReaderFactory2.hepmc3")); in main()
52 inputv.push_back(deduce_reader("frominputReaderFactory2.hepmc2")); in main()
53 inputv.push_back(deduce_reader("frominputReaderFactory2.hepevt")); in main()
54 inputv.push_back(deduce_reader("frominputReaderFactory2.root")); in main()
63 for (size_t i=0; i<inputv.size(); i++) in main()
64 while( !inputv.at(i)->failed() ) in main()
67 inputv.at(i)->read_event(evt); in main()
68 if( inputv.at(i)->failed() ) { in main()
/dports/emulators/qemu5/qemu-5.2.0/tests/
H A Dio-channel-helpers.c32 struct iovec *inputv; member
48 data->inputv, in test_io_thread_writer()
94 data->inputv = g_new0(struct iovec, data->niov); in qio_channel_test_new()
98 data->inputv[i].iov_base = data->input + offset; in qio_channel_test_new()
100 data->inputv[i].iov_len = CHUNK_LEN; in qio_channel_test_new()
158 g_free(test->inputv); in qio_channel_test_validate()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/tests/
H A Dio-channel-helpers.c32 struct iovec *inputv; member
48 data->inputv, in test_io_thread_writer()
94 data->inputv = g_new0(struct iovec, data->niov); in qio_channel_test_new()
98 data->inputv[i].iov_base = data->input + offset; in qio_channel_test_new()
100 data->inputv[i].iov_len = CHUNK_LEN; in qio_channel_test_new()
158 g_free(test->inputv); in qio_channel_test_validate()
/dports/emulators/qemu42/qemu-4.2.1/tests/
H A Dio-channel-helpers.c32 struct iovec *inputv; member
48 data->inputv, in test_io_thread_writer()
94 data->inputv = g_new0(struct iovec, data->niov); in qio_channel_test_new()
98 data->inputv[i].iov_base = data->input + offset; in qio_channel_test_new()
100 data->inputv[i].iov_len = CHUNK_LEN; in qio_channel_test_new()
158 g_free(test->inputv); in qio_channel_test_validate()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/tests/
H A Dio-channel-helpers.c32 struct iovec *inputv; member
48 data->inputv, in test_io_thread_writer()
94 data->inputv = g_new0(struct iovec, data->niov); in qio_channel_test_new()
98 data->inputv[i].iov_base = data->input + offset; in qio_channel_test_new()
100 data->inputv[i].iov_len = CHUNK_LEN; in qio_channel_test_new()
158 g_free(test->inputv); in qio_channel_test_validate()
/dports/emulators/qemu-utils/qemu-4.2.1/tests/
H A Dio-channel-helpers.c32 struct iovec *inputv; member
48 data->inputv, in test_io_thread_writer()
94 data->inputv = g_new0(struct iovec, data->niov); in qio_channel_test_new()
98 data->inputv[i].iov_base = data->input + offset; in qio_channel_test_new()
100 data->inputv[i].iov_len = CHUNK_LEN; in qio_channel_test_new()
158 g_free(test->inputv); in qio_channel_test_validate()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/tests/
H A Dio-channel-helpers.c32 struct iovec *inputv; member
48 data->inputv, in test_io_thread_writer()
94 data->inputv = g_new0(struct iovec, data->niov); in qio_channel_test_new()
98 data->inputv[i].iov_base = data->input + offset; in qio_channel_test_new()
100 data->inputv[i].iov_len = CHUNK_LEN; in qio_channel_test_new()
158 g_free(test->inputv); in qio_channel_test_validate()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/unit/
H A Dio-channel-helpers.c32 struct iovec *inputv; member
48 data->inputv, in test_io_thread_writer()
94 data->inputv = g_new0(struct iovec, data->niov); in qio_channel_test_new()
98 data->inputv[i].iov_base = data->input + offset; in qio_channel_test_new()
100 data->inputv[i].iov_len = CHUNK_LEN; in qio_channel_test_new()
158 g_free(test->inputv); in qio_channel_test_validate()
/dports/emulators/qemu/qemu-6.2.0/tests/unit/
H A Dio-channel-helpers.c32 struct iovec *inputv; member
48 data->inputv, in test_io_thread_writer()
94 data->inputv = g_new0(struct iovec, data->niov); in qio_channel_test_new()
98 data->inputv[i].iov_base = data->input + offset; in qio_channel_test_new()
100 data->inputv[i].iov_len = CHUNK_LEN; in qio_channel_test_new()
158 g_free(test->inputv); in qio_channel_test_validate()
/dports/emulators/qemu60/qemu-6.0.0/tests/unit/
H A Dio-channel-helpers.c32 struct iovec *inputv; member
48 data->inputv, in test_io_thread_writer()
94 data->inputv = g_new0(struct iovec, data->niov); in qio_channel_test_new()
98 data->inputv[i].iov_base = data->input + offset; in qio_channel_test_new()
100 data->inputv[i].iov_len = CHUNK_LEN; in qio_channel_test_new()
158 g_free(test->inputv); in qio_channel_test_validate()
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/cloud/huawei/
H A Dhwc_ecs_instance.py1804 def set_unread_nics(inputv, curv): argument
1805 if not (inputv and isinstance(inputv, list)):
1813 for iv in inputv:
1835 def set_unread_root_volume(inputv, curv): argument
1836 if not (inputv and isinstance(inputv, dict)):
1842 curv["size"] = inputv.get("size")
1873 def set_readonly_nics(inputv, curv): argument
1877 if not (inputv and isinstance(inputv, list)):
1882 for iv in inputv:
1905 if not (inputv and isinstance(inputv, dict)):
[all …]
H A Dhwc_evs_disk.py386 inputv = user_input_parameters(module)
388 result = build_state(inputv, resp, array_index)
389 set_readonly_options(inputv, result)
390 if are_different_dicts(inputv, result):
392 update(config, inputv, result)
394 inputv = user_input_parameters(module)
396 result = build_state(inputv, resp, array_index)
397 set_readonly_options(inputv, result)
398 if are_different_dicts(inputv, result):
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dhwc_ecs_instance.py1804 def set_unread_nics(inputv, curv): argument
1805 if not (inputv and isinstance(inputv, list)):
1813 for iv in inputv:
1835 def set_unread_root_volume(inputv, curv): argument
1836 if not (inputv and isinstance(inputv, dict)):
1842 curv["size"] = inputv.get("size")
1873 def set_readonly_nics(inputv, curv): argument
1877 if not (inputv and isinstance(inputv, list)):
1882 for iv in inputv:
1905 if not (inputv and isinstance(inputv, dict)):
[all …]
H A Dhwc_evs_disk.py386 inputv = user_input_parameters(module)
388 result = build_state(inputv, resp, array_index)
389 set_readonly_options(inputv, result)
390 if are_different_dicts(inputv, result):
392 update(config, inputv, result)
394 inputv = user_input_parameters(module)
396 result = build_state(inputv, resp, array_index)
397 set_readonly_options(inputv, result)
398 if are_different_dicts(inputv, result):
/dports/net/socketpipe/socketpipe-1.10/
H A Dsocketpipe.c79 static char **inputv, **outputv, **remotev, **loginv; variable
100 case 'i': result = &inputv; break; in parse_arguments()
203 if (!inputv && !outputv) in client()
333 if (inputv) in client()
351 if (execvp(inputv[0], inputv) < 0) in client()
352 fatal("execution of %s failed: %s", inputv[0], strerror(errno)); in client()
/dports/science/qmcpack/qmcpack-3.11.0/CMake/
H A DFindIBMMASS.cmake60 double inputv[in_size];
63 inputv[i] = i;
64 vlog10(resultv, inputv, &in_size);
/dports/devel/arcanist/arcanist-b2e715f/src/parser/argument/
H A DPhutilArgumentSpellingCorrector.php134 $inputv = phutil_utf8v($input);
137 $matrix->setSequences($optionv, $inputv);
/dports/devel/arcanist-lib/arcanist-b2e715f/src/parser/argument/
H A DPhutilArgumentSpellingCorrector.php134 $inputv = phutil_utf8v($input);
137 $matrix->setSequences($optionv, $inputv);
/dports/devel/sunpromake/schily-2021-09-18/libmdigest/
H A Dmd4.c89 MD4Update(ctx, inputv, len) in MD4Update() argument
91 const void *inputv;
94 const unsigned char *input = inputv;
/dports/devel/smake/schily-2021-09-18/libmdigest/
H A Dmd4.c89 MD4Update(ctx, inputv, len) in MD4Update() argument
91 const void *inputv;
94 const unsigned char *input = inputv;
/dports/net/rscsi/schily-2021-09-18/libmdigest/
H A Dmd4.c89 MD4Update(ctx, inputv, len) in MD4Update() argument
91 const void *inputv;
94 const unsigned char *input = inputv;
/dports/archivers/star/schily-2021-09-18/libmdigest/
H A Dmd4.c89 MD4Update(ctx, inputv, len) in MD4Update() argument
91 const void *inputv;
94 const unsigned char *input = inputv;
/dports/sysutils/cdrtools/schily-2021-09-18/libmdigest/
H A Dmd4.c89 MD4Update(ctx, inputv, len) in MD4Update() argument
91 const void *inputv;
94 const unsigned char *input = inputv;
/dports/editors/ved/schily-2021-09-18/libmdigest/
H A Dmd4.c89 MD4Update(ctx, inputv, len) in MD4Update() argument
91 const void *inputv;
94 const unsigned char *input = inputv;
/dports/devel/sccs/schily-2021-09-18/libmdigest/
H A Dmd4.c89 MD4Update(ctx, inputv, len) in MD4Update() argument
91 const void *inputv;
94 const unsigned char *input = inputv;

123