Home
last modified time | relevance | path

Searched refs:get_tree (Results 1 – 25 of 1132) sorted by relevance

12345678910>>...46

/dports/graphics/photoflow/PhotoFlow-8472024f/src/gui/
H A Doperationstree.cc299 op_color.get_tree().add_op( _("Curves"), "curves" ); in OperationsTreeDialog()
301 op_color.get_tree().add_op( _("Relight"), "relight" ); in OperationsTreeDialog()
310 op_color.get_tree().add_op( _("Clip values"), "clip" ); in OperationsTreeDialog()
335 op_geom.get_tree().add_op( _("Crop image"), "crop" ); in OperationsTreeDialog()
371 op_mask.get_tree().add_op( _("Invert"), "invert" ); in OperationsTreeDialog()
373 op_mask.get_tree().add_op( _("Curves"), "curves" ); in OperationsTreeDialog()
374 op_mask.get_tree().add_op( _("Gradient"), "gradient"); in OperationsTreeDialog()
375 op_mask.get_tree().add_op( _("Path"), "path_mask"); in OperationsTreeDialog()
383 op_mask.get_tree().add_op( _("Draw"), "draw" ); in OperationsTreeDialog()
387 op_misc.get_tree().add_op( _("Draw"), "draw" ); in OperationsTreeDialog()
[all …]
/dports/biology/p5-Bio-NEXUS/Bio-NEXUS-0.78/t/
H A Dtree_equals.t41 my $tree_1 = $trees_block->get_tree("bush");
42 my $tree_2 = $trees_block->get_tree("bush_isomer");
43 my $tree_3 = $trees_block->get_tree("bush_diff");
55 $tree_1 = $trees_block->get_tree("ladder_one");
75 $tree_1 = $trees_block->get_tree("rake_one");
77 $tree_3 = $trees_block->get_tree("rake_one_diff");
87 $tree_1 = $trees_block->get_tree("thing_one");
99 $tree_1 = $trees_block->get_tree("thing_two");
111 $tree_1 = $trees_block->get_tree("TF342628");
123 $tree_1 = $trees_block->get_tree("nhx_one");
[all …]
H A Dtreesblock_methods.t41 my $tree_one = $trees_block->get_tree("basic_bush");
52 isnt ($trees_block->get_tree('basic_bush'), undef, 'the original tree was untouched');
69 is ($trees_block->get_tree('basic_bush'), undef, 'basic_bush is no longer there');
102 my $node = $trees_block->get_tree('basic_bush_changed')->find('A');
105 $node = $trees_block->get_tree('basic_bush_changed')->find('B');
108 $node = $trees_block->get_tree('basic_bush_changed')->find('chimp');
132 is ($trees_block->get_tree('some_nhx'), undef, "'some_nhx' isnt there");
134 isnt ($trees_block->get_tree('basic_ladder'), undef, "'basic_ladder' is there");
135 isa_ok ($trees_block->get_tree('basic_ladder'), "Bio::NEXUS::Tree");
152 print $trees_block->get_tree('basic_bush')->as_string_inodes_nameless(), "\n";
[all …]
/dports/comms/uhd/uhd-90ce6062b6b5df2eddeee723777be85108e4e7c7/host/lib/usrp/x300/
H A Dx300_radio_control.cpp254 get_tree() in set_tx_antenna()
261 return get_tree() in get_tx_antenna()
288 get_tree() in set_rx_antenna()
319 get_tree() in set_tx_tune_args()
345 get_tree() in set_rx_tune_args()
524 get_tree() in set_tx_gain_profile()
531 get_tree() in set_rx_gain_profile()
1015 get_tree() in set_db_eeprom()
1267 get_tree() in _init_codecs()
1270 get_tree() in _init_codecs()
[all …]
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/networking/websocket_multiplayer/script/
H A Dmain.gd16 get_tree().connect("network_peer_connected", self, "_peer_connected")
47 get_tree().disconnect("server_disconnected", self, "_close_network")
49 get_tree().disconnect("connection_failed", self, "_close_network")
50 if get_tree().is_connected("connected_to_server", self, "_connected"):
51 get_tree().disconnect("connected_to_server", self, "_connected")
55 get_tree().set_network_peer(null)
73 get_tree().connect("server_disconnected", self, "_close_network")
74 get_tree().set_network_peer(host)
86 get_tree().connect("connection_failed", self, "_close_network")
87 get_tree().connect("connected_to_server", self, "_connected")
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/go/
H A Dgo-gcc.cc54 get_tree() const in get_tree() function in Gcc_tree
827 tree t = btype->get_tree(); in type_size()
844 tree t = btype->get_tree(); in type_alignment()
1488 tree t = s1->get_tree(); in compound_statement()
1492 t = s2->get_tree(); in compound_statement()
2122 return bt->get_tree(); in type_to_tree()
2128 return be->get_tree(); in expr_to_tree()
2134 return bs->get_tree(); in stat_to_tree()
2140 return bb->get_tree(); in block_to_tree()
2146 return bv->get_tree(); in var_to_tree()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/go/
H A Dgo-gcc.cc48 get_tree() const in get_tree() function in Gcc_tree
781 tree t = btype->get_tree(); in type_size()
798 tree t = btype->get_tree(); in type_alignment()
809 tree t = btype->get_tree(); in type_field_alignment()
1093 tree t = s1->get_tree(); in compound_statement()
1097 t = s2->get_tree(); in compound_statement()
1635 return bt->get_tree(); in type_to_tree()
1641 return be->get_tree(); in expr_to_tree()
1647 return bs->get_tree(); in stat_to_tree()
1653 return bb->get_tree(); in block_to_tree()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/go/
H A Dgo-gcc.cc50 get_tree() const in get_tree() function in Gcc_tree
823 tree t = btype->get_tree(); in type_size()
840 tree t = btype->get_tree(); in type_alignment()
1242 tree t = s1->get_tree(); in compound_statement()
1246 t = s2->get_tree(); in compound_statement()
1857 return bt->get_tree(); in type_to_tree()
1863 return be->get_tree(); in expr_to_tree()
1869 return bs->get_tree(); in stat_to_tree()
1875 return bb->get_tree(); in block_to_tree()
1881 return bv->get_tree(); in var_to_tree()
[all …]
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/networking/multiplayer_bomber/
H A Dgamestate.gd32 if get_tree().is_network_server():
54 get_tree().set_network_peer(null) # Remove peer
61 var id = get_tree().get_rpc_sender_id()
75 get_tree().get_root().add_child(world)
77 get_tree().get_root().get_node("Lobby").hide()
89 if p_id == get_tree().get_network_unique_id():
103 if not get_tree().is_network_server():
115 assert(get_tree().is_network_server())
130 get_tree().set_network_peer(host)
137 get_tree().set_network_peer(client)
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc.cc61 get_tree() const in get_tree() function in Gcc_tree
143 get_tree(Location) const;
1204 tree t = btype->get_tree(); in type_size()
1223 tree t = btype->get_tree(); in type_alignment()
1234 tree t = btype->get_tree(); in type_field_alignment()
1266 tree t = btype->get_tree(); in zero_expression()
1339 tree t = btype->get_tree(); in integer_constant_expression()
1352 tree t = btype->get_tree(); in float_constant_expression()
1370 tree t = btype->get_tree(); in complex_constant_expression()
2312 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/go/
H A Dgo-gcc.cc62 get_tree() const in get_tree() function in Gcc_tree
144 get_tree(Location) const;
1212 tree t = btype->get_tree(); in type_size()
1231 tree t = btype->get_tree(); in type_alignment()
1242 tree t = btype->get_tree(); in type_field_alignment()
1274 tree t = btype->get_tree(); in zero_expression()
1347 tree t = btype->get_tree(); in integer_constant_expression()
1360 tree t = btype->get_tree(); in float_constant_expression()
1378 tree t = btype->get_tree(); in complex_constant_expression()
2306 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/go/
H A Dgo-gcc.cc61 get_tree() const in get_tree() function in Gcc_tree
143 get_tree(Location) const;
1204 tree t = btype->get_tree(); in type_size()
1223 tree t = btype->get_tree(); in type_alignment()
1234 tree t = btype->get_tree(); in type_field_alignment()
1266 tree t = btype->get_tree(); in zero_expression()
1339 tree t = btype->get_tree(); in integer_constant_expression()
1352 tree t = btype->get_tree(); in float_constant_expression()
1370 tree t = btype->get_tree(); in complex_constant_expression()
2312 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc.cc61 get_tree() const in get_tree() function in Gcc_tree
143 get_tree(Location) const;
1204 tree t = btype->get_tree(); in type_size()
1223 tree t = btype->get_tree(); in type_alignment()
1234 tree t = btype->get_tree(); in type_field_alignment()
1266 tree t = btype->get_tree(); in zero_expression()
1339 tree t = btype->get_tree(); in integer_constant_expression()
1352 tree t = btype->get_tree(); in float_constant_expression()
1370 tree t = btype->get_tree(); in complex_constant_expression()
2312 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc.cc61 get_tree() const in get_tree() function in Gcc_tree
143 get_tree(Location) const;
1204 tree t = btype->get_tree(); in type_size()
1223 tree t = btype->get_tree(); in type_alignment()
1234 tree t = btype->get_tree(); in type_field_alignment()
1266 tree t = btype->get_tree(); in zero_expression()
1339 tree t = btype->get_tree(); in integer_constant_expression()
1352 tree t = btype->get_tree(); in float_constant_expression()
1370 tree t = btype->get_tree(); in complex_constant_expression()
2312 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/go/
H A Dgo-gcc.cc61 get_tree() const in get_tree() function in Gcc_tree
143 get_tree(Location) const;
1204 tree t = btype->get_tree(); in type_size()
1223 tree t = btype->get_tree(); in type_alignment()
1234 tree t = btype->get_tree(); in type_field_alignment()
1266 tree t = btype->get_tree(); in zero_expression()
1339 tree t = btype->get_tree(); in integer_constant_expression()
1352 tree t = btype->get_tree(); in float_constant_expression()
1370 tree t = btype->get_tree(); in complex_constant_expression()
2312 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/go/
H A Dgo-gcc.cc62 get_tree() const in get_tree() function in Gcc_tree
144 get_tree(Location) const;
1212 tree t = btype->get_tree(); in type_size()
1231 tree t = btype->get_tree(); in type_alignment()
1242 tree t = btype->get_tree(); in type_field_alignment()
1274 tree t = btype->get_tree(); in zero_expression()
1347 tree t = btype->get_tree(); in integer_constant_expression()
1360 tree t = btype->get_tree(); in float_constant_expression()
1378 tree t = btype->get_tree(); in complex_constant_expression()
2306 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/go/
H A Dgo-gcc.cc62 get_tree() const in get_tree() function in Gcc_tree
144 get_tree(Location) const;
1212 tree t = btype->get_tree(); in type_size()
1231 tree t = btype->get_tree(); in type_alignment()
1242 tree t = btype->get_tree(); in type_field_alignment()
1274 tree t = btype->get_tree(); in zero_expression()
1347 tree t = btype->get_tree(); in integer_constant_expression()
1360 tree t = btype->get_tree(); in float_constant_expression()
1378 tree t = btype->get_tree(); in complex_constant_expression()
2306 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/go/
H A Dgo-gcc.cc61 get_tree() const in get_tree() function in Gcc_tree
143 get_tree(Location) const;
1204 tree t = btype->get_tree(); in type_size()
1223 tree t = btype->get_tree(); in type_alignment()
1234 tree t = btype->get_tree(); in type_field_alignment()
1266 tree t = btype->get_tree(); in zero_expression()
1339 tree t = btype->get_tree(); in integer_constant_expression()
1352 tree t = btype->get_tree(); in float_constant_expression()
1370 tree t = btype->get_tree(); in complex_constant_expression()
2312 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/go/
H A Dgo-gcc.cc60 get_tree() const in get_tree() function in Gcc_tree
142 get_tree(Location) const;
1132 tree t = btype->get_tree(); in type_size()
1149 tree t = btype->get_tree(); in type_alignment()
1160 tree t = btype->get_tree(); in type_field_alignment()
1192 tree t = btype->get_tree(); in zero_expression()
1265 tree t = btype->get_tree(); in integer_constant_expression()
1278 tree t = btype->get_tree(); in float_constant_expression()
1296 tree t = btype->get_tree(); in complex_constant_expression()
2219 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/go/
H A Dgo-gcc.cc60 get_tree() const in get_tree() function in Gcc_tree
142 get_tree(Location) const;
1132 tree t = btype->get_tree(); in type_size()
1149 tree t = btype->get_tree(); in type_alignment()
1160 tree t = btype->get_tree(); in type_field_alignment()
1192 tree t = btype->get_tree(); in zero_expression()
1265 tree t = btype->get_tree(); in integer_constant_expression()
1278 tree t = btype->get_tree(); in float_constant_expression()
1296 tree t = btype->get_tree(); in complex_constant_expression()
2219 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/go/
H A Dgo-gcc.cc62 get_tree() const in get_tree() function in Gcc_tree
144 get_tree(Location) const;
1361 tree t = btype->get_tree(); in type_size()
1380 tree t = btype->get_tree(); in type_alignment()
1391 tree t = btype->get_tree(); in type_field_alignment()
1423 tree t = btype->get_tree(); in zero_expression()
1496 tree t = btype->get_tree(); in integer_constant_expression()
1509 tree t = btype->get_tree(); in float_constant_expression()
1527 tree t = btype->get_tree(); in complex_constant_expression()
2455 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/go/
H A Dgo-gcc.cc62 get_tree() const in get_tree() function in Gcc_tree
144 get_tree(Location) const;
1362 tree t = btype->get_tree(); in type_size()
1381 tree t = btype->get_tree(); in type_alignment()
1392 tree t = btype->get_tree(); in type_field_alignment()
1424 tree t = btype->get_tree(); in zero_expression()
1497 tree t = btype->get_tree(); in integer_constant_expression()
1510 tree t = btype->get_tree(); in float_constant_expression()
1528 tree t = btype->get_tree(); in complex_constant_expression()
2456 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/go/
H A Dgo-gcc.cc62 get_tree() const in get_tree() function in Gcc_tree
144 get_tree(Location) const;
1362 tree t = btype->get_tree(); in type_size()
1381 tree t = btype->get_tree(); in type_alignment()
1392 tree t = btype->get_tree(); in type_field_alignment()
1424 tree t = btype->get_tree(); in zero_expression()
1497 tree t = btype->get_tree(); in integer_constant_expression()
1510 tree t = btype->get_tree(); in float_constant_expression()
1528 tree t = btype->get_tree(); in complex_constant_expression()
2456 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/go/
H A Dgo-gcc.cc62 get_tree() const in get_tree() function in Gcc_tree
144 get_tree(Location) const;
1362 tree t = btype->get_tree(); in type_size()
1381 tree t = btype->get_tree(); in type_alignment()
1392 tree t = btype->get_tree(); in type_field_alignment()
1424 tree t = btype->get_tree(); in zero_expression()
1497 tree t = btype->get_tree(); in integer_constant_expression()
1510 tree t = btype->get_tree(); in float_constant_expression()
1528 tree t = btype->get_tree(); in complex_constant_expression()
2456 tree t = s1->get_tree(); in compound_statement()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/go/
H A Dgo-gcc.cc62 get_tree() const in get_tree() function in Gcc_tree
144 get_tree(Location) const;
1362 tree t = btype->get_tree(); in type_size()
1381 tree t = btype->get_tree(); in type_alignment()
1392 tree t = btype->get_tree(); in type_field_alignment()
1424 tree t = btype->get_tree(); in zero_expression()
1497 tree t = btype->get_tree(); in integer_constant_expression()
1510 tree t = btype->get_tree(); in float_constant_expression()
1528 tree t = btype->get_tree(); in complex_constant_expression()
2456 tree t = s1->get_tree(); in compound_statement()
[all …]

12345678910>>...46