Home
last modified time | relevance | path

Searched refs:infos (Results 1 – 25 of 4896) sorted by relevance

12345678910>>...196

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/unit/unittest/
H A Dtokenprocessor-test.cpp1302 infos[1]; in TEST_F()
1312 infos[1]; in TEST_F()
1322 infos[1]; in TEST_F()
1332 infos[1]; in TEST_F()
1342 infos[1]; in TEST_F()
1352 infos[1]; in TEST_F()
1362 infos[1]; in TEST_F()
1375 infos[1]; in TEST_F()
1377 infos[3]; in TEST_F()
1396 infos[1]; in TEST_F()
[all …]
/dports/audio/mp3splt-gtk/mp3splt-gtk-0.9.2/src/
H A Dui_manager.c47 ui_infos *infos = ui->infos; in ui_set_browser_directory() local
90 return ui->infos->main_win; in ui_get_main_window_infos()
127 ui_infos_free(&ui->infos); in ui_state_free()
229 infos->total_time = 0; in ui_infos_new()
230 infos->current_time = 0; in ui_infos_new()
232 infos->splitnumber = 0; in ui_infos_new()
234 infos->zoom_coeff = 2.0; in ui_infos_new()
328 ui->infos = infos; in ui_infos_new()
460 if (!infos || !*infos) in ui_infos_free()
499 g_free(*infos); in ui_infos_free()
[all …]
/dports/comms/libticalcs2/libticalcs2-1.1.9/src/
H A Dtype2str.c151 if (infos != NULL) in ticalcs_infos_to_string()
171 sprintf(language_ids, "%d %d", infos->language_id, infos->sub_lang_id); in ticalcs_infos_to_string()
202 if (infos->mask & INFOS_BPP) in ticalcs_infos_to_string()
294 (infos->mask & INFOS_PRODUCT_NAME) ? infos->product_name : "", in ticalcs_infos_to_string()
296 (infos->mask & INFOS_PRODUCT_ID) ? infos->product_id : "", in ticalcs_infos_to_string()
305 (infos->mask & INFOS_BOOT_VERSION) ? infos->boot_version : "", in ticalcs_infos_to_string()
307 (infos->mask & INFOS_BOOT2_VERSION) ? infos->boot2_version : "", in ticalcs_infos_to_string()
309 (infos->mask & INFOS_OS_VERSION) ? infos->os_version : "", in ticalcs_infos_to_string()
311 (infos->mask & INFOS_RUN_LEVEL) ? ((infos->run_level == 2) ? "OS" : "boot") : "", in ticalcs_infos_to_string()
315 (infos->mask & INFOS_EXACT_MATH) ? ((infos->exact_math) ? _("Yes") : _("No")) : "", in ticalcs_infos_to_string()
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/method/
H A Dmethod_param_info_test.cpp85 auto infos = meth.get_parameter_infos(); variable
86 REQUIRE(infos.size() == 0);
102 REQUIRE(infos.size() == 3);
107 CHECK(infos[0].get_index() == 0);
113 CHECK(infos[1].get_index() == 1);
131 REQUIRE(infos.size() == 3);
160 REQUIRE(infos.size() == 3);
189 REQUIRE(infos.size() == 3);
218 REQUIRE(infos.size() == 3);
220 CHECK(infos[0] == infos[0]);
[all …]
/dports/devel/lua-lgi/lgi-0.9.2/tools/
H A Ddump-typelib.lua20 infos.base.__index = infos.base
84 infos.category = infos.base:derive()
97 infos.type = infos.base:derive(
111 infos.object = infos.registered:derive(
115 infos.interface = infos.registered:derive(
120 infos.callable = infos.base:derive(
125 infos.callback = infos.callable:derive()
126 infos.vfunc = infos.callable:derive()
127 infos.arg = infos.base:derive(
135 infos.value = infos.base:derive({ 'value' })
[all …]
/dports/devel/rttr/rttr-0.9.6-16-gb3a131c/src/unit_tests/constructor/
H A Dconstructor_param_info_test.cpp91 auto infos = ctor.get_parameter_infos(); variable
92 REQUIRE(infos.size() == 0);
106 REQUIRE(infos.size() == 2);
111 CHECK(infos[0].get_index() == 0);
117 CHECK(infos[1].get_index() == 1);
129 REQUIRE(infos.size() == 3);
134 CHECK(infos[0].get_index() == 0);
140 CHECK(infos[1].get_index() == 1);
146 CHECK(infos[2].get_index() == 2);
158 REQUIRE(infos.size() == 3);
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/cmd/puppeth/
H A Dwizard_faucet.go57 infos.port = w.readDefaultInt(infos.port)
60 if infos.host, err = w.ensureVirtualHost(client, infos.port, infos.host); err != nil {
67 infos.amount = w.readDefaultInt(infos.amount)
71 infos.minutes = w.readDefaultInt(infos.minutes)
75 infos.tiers = w.readDefaultInt(infos.tiers)
85 infos.captchaToken, infos.captchaSecret = "", ""
127 infos.node.datadir = w.readDefaultString(infos.node.datadir)
132 infos.node.port = w.readDefaultInt(infos.node.port)
146 infos.node.keyJSON, infos.node.keyPass = "", ""
151 infos.node.keyJSON, infos.node.keyPass = "", ""
[all …]
H A Dwizard_node.go63 if infos.datadir == "" {
68 infos.datadir = w.readDefaultString(infos.datadir)
77 infos.ethashdir = w.readDefaultString(infos.ethashdir)
83 infos.port = w.readDefaultInt(infos.port)
88 infos.peersTotal = w.readDefaultInt(infos.peersTotal)
93 infos.peersLight = w.readDefaultInt(infos.peersLight)
125 infos.keyJSON, infos.keyPass = "", ""
130 infos.keyJSON, infos.keyPass = "", ""
153 infos.gasTarget = w.readDefaultFloat(infos.gasTarget)
157 infos.gasLimit = w.readDefaultFloat(infos.gasLimit)
[all …]
H A Dwizard_explorer.go48 infos = &explorerInfos{
62 infos.port = w.readDefaultInt(infos.port)
65 if infos.host, err = w.ensureVirtualHost(client, infos.port, infos.host); err != nil {
71 if infos.node.datadir == "" {
76 infos.node.datadir = w.readDefaultString(infos.node.datadir)
80 if infos.dbdir == "" {
82 infos.dbdir = w.readString()
85 infos.dbdir = w.readDefaultString(infos.dbdir)
90 infos.node.port = w.readDefaultInt(infos.node.port)
94 if infos.node.ethstats == "" {
[all …]
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/cmd/puppeth/
H A Dwizard_node.go63 if infos.datadir == "" {
68 infos.datadir = w.readDefaultString(infos.datadir)
77 infos.ethashdir = w.readDefaultString(infos.ethashdir)
83 infos.port = w.readDefaultInt(infos.port)
88 infos.peersTotal = w.readDefaultInt(infos.peersTotal)
93 infos.peersLight = w.readDefaultInt(infos.peersLight)
125 infos.keyJSON, infos.keyPass = "", ""
130 infos.keyJSON, infos.keyPass = "", ""
153 infos.gasTarget = w.readDefaultFloat(infos.gasTarget)
157 infos.gasLimit = w.readDefaultFloat(infos.gasLimit)
[all …]
H A Dwizard_faucet.go57 infos.port = w.readDefaultInt(infos.port)
60 if infos.host, err = w.ensureVirtualHost(client, infos.port, infos.host); err != nil {
67 infos.amount = w.readDefaultInt(infos.amount)
71 infos.minutes = w.readDefaultInt(infos.minutes)
75 infos.tiers = w.readDefaultInt(infos.tiers)
85 infos.captchaToken, infos.captchaSecret = "", ""
112 infos.node.datadir = w.readDefaultString(infos.node.datadir)
117 infos.node.port = w.readDefaultInt(infos.node.port)
131 infos.node.keyJSON, infos.node.keyPass = "", ""
136 infos.node.keyJSON, infos.node.keyPass = "", ""
[all …]
/dports/games/pouetchess/pouetChess_0.11/src/
H A DAI.cpp77 if (infos->meilleur_coup->pos_depart<65 && infos->meilleur_coup->pos_arrivee<65) in AlphaBeta()
98 if (infos->echiquier[i]->get_couleur()!=infos->couleur) in AlphaBeta()
118 if (infos->couleur==BLANC) in AlphaBeta()
119 infos->couleur=NOIR; in AlphaBeta()
121 infos->couleur=BLANC; in AlphaBeta()
128 infos->couleur=NOIR; in AlphaBeta()
130 infos->couleur=BLANC; in AlphaBeta()
234 InfoMinMax infos; in AIPlay() local
254 infos.profondeur=0; in AIPlay()
256 opening(&infos,num_move); in AIPlay()
[all …]
/dports/net/mpich2/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc/src/
H A Dtopology-x86.c80 infos->cache = realloc(infos->cache, infos->numcaches*sizeof(*infos->cache)); in fill_amd_cache()
125 infos->socketid = infos->apicid / infos->max_log_proc; in look_proc()
128 infos->logprocid = infos->apicid % infos->max_log_proc; in look_proc()
148 infos->threadid = infos->logprocid % infos->max_nbthreads; in look_proc()
149 infos->coreid = infos->logprocid / infos->max_nbthreads; in look_proc()
183 cache = infos->cache = malloc(infos->numcaches * sizeof(*infos->cache)); in look_proc()
252 cache = infos->cache = malloc(infos->numcaches * sizeof(*infos->cache)); in look_proc()
283 infos->max_nbthreads = infos->max_log_proc / infos->max_nbcores; in look_proc()
285 infos->threadid = infos->logprocid % infos->max_nbthreads; in look_proc()
286 infos->coreid = infos->logprocid / infos->max_nbthreads; in look_proc()
[all …]
/dports/devel/hwloc/hwloc-1.11.13/src/
H A Dtopology-x86.c100 tmpcaches = realloc(infos->cache, (infos->numcaches+1)*sizeof(*infos->cache)); in fill_amd_cache()
230 infos->packageid = infos->apicid / infos->max_log_proc; in look_proc()
231 infos->logprocid = infos->apicid % infos->max_log_proc; in look_proc()
301 infos->packageid = infos->apicid / infos->max_nbcores; in look_proc()
302 infos->logprocid = infos->apicid % infos->max_nbcores; in look_proc()
303 infos->threadid = infos->logprocid % infos->max_nbthreads; in look_proc()
304 infos->coreid = infos->logprocid / infos->max_nbthreads; in look_proc()
363 cache = infos->cache = malloc(infos->numcaches * sizeof(*infos->cache)); in look_proc()
456 infos->max_nbthreads = infos->max_log_proc / infos->max_nbcores; in look_proc()
458 infos->threadid = infos->logprocid % infos->max_nbthreads; in look_proc()
[all …]
/dports/net/openmpi3/openmpi-3.1.6/opal/mca/hwloc/hwloc1117/hwloc/src/
H A Dtopology-x86.c97 tmpcaches = realloc(infos->cache, (infos->numcaches+1)*sizeof(*infos->cache)); in fill_amd_cache()
164 infos->packageid = infos->apicid / infos->max_log_proc; in look_proc()
165 infos->logprocid = infos->apicid % infos->max_log_proc; in look_proc()
234 infos->packageid = infos->apicid / infos->max_nbcores; in look_proc()
235 infos->logprocid = infos->apicid % infos->max_nbcores; in look_proc()
236 infos->threadid = infos->logprocid % infos->max_nbthreads; in look_proc()
237 infos->coreid = infos->logprocid / infos->max_nbthreads; in look_proc()
292 cache = infos->cache = malloc(infos->numcaches * sizeof(*infos->cache)); in look_proc()
379 infos->max_nbthreads = infos->max_log_proc / infos->max_nbcores; in look_proc()
381 infos->threadid = infos->logprocid % infos->max_nbthreads; in look_proc()
[all …]
/dports/textproc/source-highlight/source-highlight-3.1.9/lib/tests/
H A Dtest_ctagscollector_main.cpp56 for (CTagsInfos::const_iterator it = infos.begin(); it != infos.end(); ++it) { in expectReference()
73 CTagsInfos infos; in main() local
83 infos.clear(); in main()
85 printCTagsInfo(infos); in main()
89 infos.clear(); in main()
93 printCTagsInfo(infos); in main()
96 infos.clear(); in main()
98 printCTagsInfo(infos); in main()
103 infos.clear(); in main()
107 printCTagsInfo(infos); in main()
[all …]
/dports/science/v_sim/v_sim-3.8.0/src/extensions/
H A Dinfos.c249 VisuGlExtInfos *infos; in visu_gl_ext_infos_dispose() local
269 VisuGlExtInfos *infos; in visu_gl_ext_infos_finalize() local
278 if (infos->priv->nodes) in visu_gl_ext_infos_finalize()
331 if (infos->priv->renderer) in visu_gl_ext_infos_setDataRenderer()
369 if (infos->priv->values) in _setNodeValues()
402 if (infos->priv->nodes) in visu_gl_ext_infos_drawIds()
426 if (infos->priv->nodes) in visu_gl_ext_infos_drawElements()
454 if (infos->priv->nodes) in visu_gl_ext_infos_drawNodeProperties()
628 if (!infos->priv->nodes || !infos->priv->nodes->len) in onPopulationIncrease()
641 if (infos->priv->nodes) in onPopulationDecrease()
[all …]
/dports/net-mgmt/p5-FusionInventory-Agent/FusionInventory-Agent-2.5.2/lib/FusionInventory/Agent/Task/Inventory/Linux/
H A DLVM.pm51 LV_NAME => $infos[1],
52 VG_UUID => $infos[2],
53 ATTR => $infos[3],
55 LV_UUID => $infos[5],
56 SEG_COUNT => $infos[6],
79 if ($infos[7] && $infos[7]>0) {
80 $pe_size = int($infos[4] / $infos[7]);
84 DEVICE => $infos[1],
85 FORMAT => $infos[2],
86 ATTR => $infos[3],
[all …]
/dports/math/ogdf/OGDF/src/ogdf/orthogonal/
H A DEdgeRouter.cpp151 infos.init(pru); in call()
334 (infos[expandNode].cageSize(od) > infos[v].nodeSize(od)) && in call()
338 (infos[expandNode].nodeSize(od) >= infos[v].nodeSize(od)) in call()
612infos[v].set_r_lower(m_agp_y[outEntry(infos[v], OrthoDir::South, infos[v].gen_pos(OrthoDir::South)… in compute_gen_glue_points_y()
754infos[v].set_t_left(m_agp_x[outEntry(infos[v], OrthoDir::East, infos[v].gen_pos(OrthoDir::East))]); in compute_gen_glue_points_x()
755infos[v].set_t_right(m_agp_x[outEntry(infos[v], OrthoDir::East, infos[v].gen_pos(OrthoDir::East))]… in compute_gen_glue_points_x()
881infos[v].set_b_right(m_agp_x[outEntry(infos[v], OrthoDir::West, infos[v].gen_pos(OrthoDir::West))]… in compute_gen_glue_points_x()
883infos[v].set_b_left(m_agp_x[outEntry(infos[v], OrthoDir::West, infos[v].gen_pos(OrthoDir::West))]); in compute_gen_glue_points_x()
3257 result = infos[v].coord(s_from) - infos[v].l_upper_unbend(); in alpha_move()
3271 result = infos[v].t_left_unbend() - infos[v].coord(s_from); in alpha_move()
[all …]
/dports/astro/readosm/readosm-1.1.0a/examples/
H A Dtest_osm2.c145 struct osm_statistics infos; in main() local
148 infos.node_count = 0; in main()
149 infos.node_tag_count = 0; in main()
150 infos.way_count = 0; in main()
151 infos.way_ndref_count = 0; in main()
152 infos.way_tag_count = 0; in main()
153 infos.relation_count = 0; in main()
160 infos.min_latitude = 90.0; in main()
161 infos.max_latitude = -90.0; in main()
212 infos.max_longitude); in main()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/libs/fileactionmanager/
H A Dfileactionmngr_p.h108 emit signalAddTags(infos, tagIDs); in assignTags()
113 emit signalRemoveTags(infos, tagIDs); in removeTags()
118 emit signalAssignPickLabel(infos, pickId); in assignPickLabel()
123 emit signalAssignColorLabel(infos, colorId); in assignColorLabel()
128 emit signalAssignRating(infos, rating); in assignRating()
133 emit signalEditGroup(groupAction, pick, infos); in editGroup()
138 emit signalSetExifOrientation(infos, orientation); in setExifOrientation()
143 emit signalApplyMetadata(infos, hub); in applyMetadata()
148 emit signalTransform(infos, orientation); in transform()
153 emit signalCopyAttributes(infos, derivedPaths); in copyAttributes()
[all …]
H A Ddatabaseworkeriface.cpp113 infos.dbFinished(); in changeTags()
160 infos.dbFinished(); in assignPickLabel()
207 infos.dbFinished(); in assignColorLabel()
255 infos.dbFinished(); in assignRating()
299 infos.dbFinished(); in editGroup()
324 infos.dbProcessed(infos.count()); in setExifOrientation()
332 infos.dbFinished(); in setExifOrientation()
372 infos.dbFinished(); in applyMetadata()
377 if (infos.size() == 1) in copyAttributes()
390 infos.dbProcessedOne(); in copyAttributes()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/hwloc/hwloc/
H A Dtopology-x86.c250 tmpcaches = realloc(infos->cache, (infos->numcaches+1)*sizeof(*infos->cache)); in setup__amd_cache_legacy()
323 cache = infos->cache = malloc(infos->numcaches * sizeof(*infos->cache)); in read_amd_caches_topoext()
393 tmpcaches = realloc(infos->cache, infos->numcaches * sizeof(*infos->cache)); in read_intel_caches()
472 infos->ids[PKG] = infos->apicid / max_nbcores; in read_amd_cores_legacy()
541 infos->otherids = malloc(level * sizeof(*infos->otherids)); in read_intel_cores_exttopoenum()
618 infos->ids[PKG] = infos->apicid / legacy_max_log_proc; in look_proc()
642 (infos->cpumodelnumber == 0x57 || infos->cpumodelnumber == 0x85)) in look_proc()
915 i, infos[i].present, infos[i].apicid, in summarize()
916 infos[i].ids[PKG], infos[i].ids[CORE], infos[i].ids[DIE], infos[i].ids[NODE]); in summarize()
1134 …if (infos[j].ids[PKG] == packageid && infos[j].ids[NODE] == nodeid && infos[j].ids[CORE] == coreid… in summarize()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/hwloc/
H A Dtopology-x86.c250 tmpcaches = realloc(infos->cache, (infos->numcaches+1)*sizeof(*infos->cache)); in setup__amd_cache_legacy()
323 cache = infos->cache = malloc(infos->numcaches * sizeof(*infos->cache)); in read_amd_caches_topoext()
393 tmpcaches = realloc(infos->cache, infos->numcaches * sizeof(*infos->cache)); in read_intel_caches()
472 infos->ids[PKG] = infos->apicid / max_nbcores; in read_amd_cores_legacy()
541 infos->otherids = malloc(level * sizeof(*infos->otherids)); in read_intel_cores_exttopoenum()
618 infos->ids[PKG] = infos->apicid / legacy_max_log_proc; in look_proc()
642 (infos->cpumodelnumber == 0x57 || infos->cpumodelnumber == 0x85)) in look_proc()
915 i, infos[i].present, infos[i].apicid, in summarize()
916 infos[i].ids[PKG], infos[i].ids[CORE], infos[i].ids[DIE], infos[i].ids[NODE]); in summarize()
1134 …if (infos[j].ids[PKG] == packageid && infos[j].ids[NODE] == nodeid && infos[j].ids[CORE] == coreid… in summarize()
[all …]
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/hwloc/
H A Dtopology-x86.c250 tmpcaches = realloc(infos->cache, (infos->numcaches+1)*sizeof(*infos->cache)); in setup__amd_cache_legacy()
323 cache = infos->cache = malloc(infos->numcaches * sizeof(*infos->cache)); in read_amd_caches_topoext()
393 tmpcaches = realloc(infos->cache, infos->numcaches * sizeof(*infos->cache)); in read_intel_caches()
472 infos->ids[PKG] = infos->apicid / max_nbcores; in read_amd_cores_legacy()
541 infos->otherids = malloc(level * sizeof(*infos->otherids)); in read_intel_cores_exttopoenum()
618 infos->ids[PKG] = infos->apicid / legacy_max_log_proc; in look_proc()
642 (infos->cpumodelnumber == 0x57 || infos->cpumodelnumber == 0x85)) in look_proc()
915 i, infos[i].present, infos[i].apicid, in summarize()
916 infos[i].ids[PKG], infos[i].ids[CORE], infos[i].ids[DIE], infos[i].ids[NODE]); in summarize()
1134 …if (infos[j].ids[PKG] == packageid && infos[j].ids[NODE] == nodeid && infos[j].ids[CORE] == coreid… in summarize()
[all …]

12345678910>>...196