Searched refs:tree1 (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/scripts/kconfig/ |
H A D | gconf.c | 57 GtkTreeStore *tree1, *tree2, *tree; variable 211 tree1 = gtk_tree_store_new(COL_NUMBER, in init_tree_model() 220 model1 = GTK_TREE_MODEL(tree1); in init_tree_model() 1355 && !(child->flags & MENU_ROOT) && (tree == tree1)) in display_tree() 1417 if (tree1) in display_list() 1418 gtk_tree_store_clear(tree1); in display_list() 1420 tree = tree1; in display_list()
|
/openbmc/linux/scripts/kconfig/ |
H A D | gconf.c | 51 GtkTreeStore *tree1, *tree2, *tree; variable 206 tree1 = gtk_tree_store_new(COL_NUMBER, in init_tree_model() 215 model1 = GTK_TREE_MODEL(tree1); in init_tree_model() 1352 && !(child->flags & MENU_ROOT) && (tree == tree1)) in display_tree() 1414 if (tree1) in display_list() 1415 gtk_tree_store_clear(tree1); in display_list() 1417 tree = tree1; in display_list()
|
/openbmc/qemu/tests/unit/ |
H A D | test-vmstate.c | 1044 GTree *tree1; member 1078 static void compare_trees(GTree *tree1, GTree *tree2, in compare_trees() argument 1081 struct tree_cmp_data tp = {tree1, tree2, function}; in compare_trees() 1083 assert(g_tree_nnodes(tree1) == g_tree_nnodes(tree2)); in compare_trees() 1084 g_tree_foreach(tree1, diff_tree, &tp); in compare_trees() 1085 g_tree_destroy(g_tree_ref(tree1)); in compare_trees()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/avro/avro-c++/ |
H A D | 0001-Remove-cpp-unittest-compilation.patch | 45 -gen (tree1 tr1)
|