Home
last modified time | relevance | path

Searched refs:node_target (Results 1 – 24 of 24) sorted by relevance

/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest39.11100 set node_target 2
103 set node_target 1
105 …set srun_pid [spawn $srun --tres-per-job=craynetwork:$gres_target -N $node_target -t1 -J "test$tes…
123 if {$node_cnt != $node_target} {
124 fail "srun node count failure ($node_cnt != $node_target)"
H A Dtest39.10111 proc run_gpu_check_mem { srun_opts mem_target node_target } {
121 if {$node_count < $node_target} {
122 log_error "srun --mem-per-gpu failure, bad node count ($node_count < $node_target)"
223 set node_target 2
225 run_gpu_check_mem "--gpus=$gpu_target --mem-per-gpu=$mem_spec" $mem_target $node_target
233 set node_target 2
235 run_gpu_check_mem "--gpus=$gpu_cnt --mem-per-gpu=$mem_spec" $mem_target $node_target
H A Dtest39.7213 set node_target 2
214 if {$node_count < $node_target} {
215 fail "srun --cpus-per-gpu failure, bad node count ($node_count < $node_target)"
/dports/textproc/p5-XML-XPath/XML-XPath-1.44/lib/XML/XPath/Node/
H A DPI.pm23 @vals[node_global_pos, node_target, node_data] =
36 $self->[node_target];
57 …return "<?" . $self->[node_target] . " " . XML::XPath::Node::XMLescape($self->[node_data], ">") . …
/dports/sysutils/stow/stow-2.3.1/lib/
H A DStow.pm.in396 my $node_target = join_paths($target, $node);
400 my $adj_node_target = adjust_dotfile($node_target);
401 debug(4, " Adjusting: $node_target => $adj_node_target");
402 $node_target = $adj_node_target;
408 $node_target, # target
645 my $node_target = join_paths($target, $node);
647 $self->unstow_node_orig($stow_path, $package, $node_target);
772 my $node_target = join_paths($target, $node);
776 my $adj_node_target = adjust_dotfile($node_target);
778 $node_target = $adj_node_target;
[all …]
/dports/print/texinfo/texinfo-6.8/tp/Texinfo/
H A DStructuring.pm432 my $node_target = $labels->{$normalized};
433 if ($node_target) {
434 $referenced_nodes{$node_target} = 1;
758 my $node_target
760 $node->{'node_'.$direction} = $node_target;
763 and !_check_node_same_texinfo_code($node_target,
770 $node_target->{'cmdname'},
771 node_extra_to_texi($node_target->{'extra'})),
1314 my $node_target = $labels->{$node_arg->{'normalized'}};
1315 $ref->{'extra'}->{'label'} = $node_target;
[all …]
/dports/math/py-networkx/networkx-2.6.3/networkx/readwrite/tests/
H A Dtest_text.py12 node_target = dedent(
39 assert ret == node_target
50 assert lines == node_target.split("\n")
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/devtools/device/adb/
H A Dadb_client_socket_browsertest.cc126 scoped_refptr<content::DevToolsAgentHost> node_target( in CheckDevices() local
139 ASSERT_EQ("node", node_target->GetType()); in CheckDevices()
/dports/textproc/p5-XML-XPath/XML-XPath-1.44/lib/XML/XPath/
H A DPerlSAX.pm113 Target => $node->[node_target],
H A DNode.pm51 sub node_target () { 3; } subroutine
/dports/math/glpk/glpk-5.0/examples/
H A Dhashi.mod62 set node_target := { (s,t) in V:
64 set node_sources := { (s,t) in V: (s,t) not in node_target };
68 s.t. flow_conservation{ (s,t) in node_target, (p,q) in V }:
/dports/games/minetest/minetest-5.4.1/src/
H A Dpathfinder.cpp911 MapNode node_target = m_map->getNode(targetpos); in calcCost() local
915 while ((node_target.param0 != CONTENT_IGNORE) && in calcCost()
916 (m_ndef->get(node_target).walkable) && in calcCost()
926 node_target = m_map->getNode(targetpos); in calcCost()
938 (!m_ndef->get(node_target).walkable)) { in calcCost()
/dports/lang/python39/Python-3.9.9/Python/
H A Dast.c4045 const node *node_target; in ast_for_for_stmt() local
4067 node_target = CHILD(n, 1); in ast_for_for_stmt()
4068 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
4074 if (NCH(node_target) == 1) in ast_for_for_stmt()
4078 node_target->n_end_lineno, node_target->n_end_col_offset, in ast_for_for_stmt()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dast.c2977 const node *node_target; in ast_for_for_stmt() local
2987 node_target = CHILD(n, 1); in ast_for_for_stmt()
2988 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
2994 if (NCH(node_target) == 1) in ast_for_for_stmt()
/dports/lang/python27/Python-2.7.18/Python/
H A Dast.c2977 const node *node_target; in ast_for_for_stmt() local
2987 node_target = CHILD(n, 1); in ast_for_for_stmt()
2988 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
2994 if (NCH(node_target) == 1) in ast_for_for_stmt()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dast.c2957 const node *node_target; in ast_for_for_stmt() local
2967 node_target = CHILD(n, 1); in ast_for_for_stmt()
2968 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
2974 if (NCH(node_target) == 1) in ast_for_for_stmt()
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast27/Python/
H A Dast.c3138 const node *node_target; in ast_for_for_stmt() local
3152 node_target = CHILD(n, 1); in ast_for_for_stmt()
3153 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
3159 if (NCH(node_target) == 1) in ast_for_for_stmt()
/dports/databases/py-sqlite3/Python-3.8.12/Python/
H A Dast.c4178 const node *node_target; in ast_for_for_stmt() local
4200 node_target = CHILD(n, 1); in ast_for_for_stmt()
4201 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
4207 if (NCH(node_target) == 1) in ast_for_for_stmt()
4211 node_target->n_end_lineno, node_target->n_end_col_offset, in ast_for_for_stmt()
/dports/lang/python-tools/Python-3.8.12/Python/
H A Dast.c4178 const node *node_target; in ast_for_for_stmt() local
4200 node_target = CHILD(n, 1); in ast_for_for_stmt()
4201 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
4207 if (NCH(node_target) == 1) in ast_for_for_stmt()
4211 node_target->n_end_lineno, node_target->n_end_col_offset, in ast_for_for_stmt()
/dports/lang/python38/Python-3.8.12/Python/
H A Dast.c4178 const node *node_target; in ast_for_for_stmt() local
4200 node_target = CHILD(n, 1); in ast_for_for_stmt()
4201 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
4207 if (NCH(node_target) == 1) in ast_for_for_stmt()
4211 node_target->n_end_lineno, node_target->n_end_col_offset, in ast_for_for_stmt()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Python/
H A Dast.c4178 const node *node_target; in ast_for_for_stmt() local
4200 node_target = CHILD(n, 1); in ast_for_for_stmt()
4201 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
4207 if (NCH(node_target) == 1) in ast_for_for_stmt()
4211 node_target->n_end_lineno, node_target->n_end_col_offset, in ast_for_for_stmt()
/dports/databases/py-gdbm/Python-3.8.12/Python/
H A Dast.c4178 const node *node_target; in ast_for_for_stmt() local
4200 node_target = CHILD(n, 1); in ast_for_for_stmt()
4201 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
4207 if (NCH(node_target) == 1) in ast_for_for_stmt()
4211 node_target->n_end_lineno, node_target->n_end_col_offset, in ast_for_for_stmt()
/dports/lang/python37/Python-3.7.12/Python/
H A Dast.c3692 const node *node_target; in ast_for_for_stmt() local
3702 node_target = CHILD(n, 1); in ast_for_for_stmt()
3703 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
3709 if (NCH(node_target) == 1) in ast_for_for_stmt()
/dports/devel/py-typed-ast/typed_ast-1.5.0/ast3/Python/
H A Dast.c3957 const node *node_target; in ast_for_for_stmt() local
3978 node_target = CHILD(n, 1); in ast_for_for_stmt()
3979 _target = ast_for_exprlist(c, node_target, Store); in ast_for_for_stmt()
3985 if (NCH(node_target) == 1) in ast_for_for_stmt()