Home
last modified time | relevance | path

Searched refs:check_tree (Results 1 – 25 of 260) sorted by relevance

1234567891011

/dports/devel/p5-Tree-Binary/Tree-Binary-1.08/t/
H A D21_Tree_Binary_Search_delete_test.t28 sub check_tree {
54 check_tree($btree => (1, 2, 3, 4, 5, 6, 7, 8, 9));
58 check_tree($btree => (1, 2, 3, 4, 5, 6, 7, 9));
62 check_tree($btree => (1, 3, 4, 5, 6, 7, 9));
66 check_tree($btree => (1, 3, 4, 6, 7, 9));
70 check_tree($btree => (1, 3, 4, 7, 9));
74 check_tree($btree => (1, 4, 7, 9));
78 check_tree($btree => (1, 4, 9));
82 check_tree($btree => (1, 9));
86 check_tree($btree => (1));
[all …]
/dports/databases/p5-Rose-DB-Object/Rose-DB-Object-0.814/t/
H A Das-tree.t204 my $check_tree =
212 is_deeply($tree, $check_tree, "as_tree force, depth 0 - $db_type");
235 $check_tree =
272 is_deeply($tree, $check_tree, "as_tree force, depth 1 - $db_type");
295 $check_tree =
355 is_deeply($tree, $check_tree, "as_tree force, depth 2 - $db_type");
384 $check_tree =
514 $check_tree =
590 $check_tree =
665 $check_tree =
[all …]
/dports/net/p5-MaxMind-DB-Writer/MaxMind-DB-Writer-0.300003/t/MaxMind/DB/Writer/
H A DTree-thaw-merge.t96 check_tree(
135 check_tree(
163 check_tree(
195 check_tree(
236 check_tree(
266 check_tree(
300 check_tree(
330 check_tree(
360 check_tree(
394 check_tree(
[all …]
/dports/devel/libr3/r3-1.0.0/tests/
H A DMakefile.am7 TESTS = check_tree
31 check_tree_SOURCES = check_tree.c bench.c
44 CLEANFILES = check_tree.log
/dports/textproc/py-elementpath/elementpath-2.4.0/tests/
H A Dtest_xpath1_parser.py180 self.check_tree('child::B1', '(child (B1))')
184 self.check_tree('1 + 2 * 3', '(+ (1) (* (2) (3)))')
185 self.check_tree('(1 + 2) * 3', '(* (+ (1) (2)) (3))')
190 self.check_tree("//text/preceding-sibling::text[1]",
347 self.check_tree('eg:unknown', '(: (eg) (unknown))')
379 self.check_tree('{%s}string' % XSD_NAMESPACE,
381 self.check_tree('string({%s}unknown)' % XSD_NAMESPACE,
1010 self.check_tree("9 - 1 + 6", '(+ (- (9) (1)) (6))')
1014 self.check_tree('1 + 2 * 4 + (1 + 2 + 3 * 4)',
1023 self.check_tree('(5, 6) instance of xs:integer+',
[all …]
/dports/mail/cvsmail/mailutils-2.2/
H A Dmail-ls.c63 check_tree(tree, get_maxlen); in main()
64 check_tree(tree, check_file); in main()
/dports/textproc/scew/scew-1.2.0/tests/
H A DMakefile.in99 @CHECK_TESTS_TRUE@ check_tree$(EXEEXT) \
107 @CHECK_TESTS_TRUE@ check_tree$(EXEEXT) \
212 am__check_tree_SOURCES_DIST = main.c test.h check_tree.c \
216 @CHECK_TESTS_TRUE@ check_tree-check_tree.$(OBJEXT)
276 ./$(DEPDIR)/check_tree-check_tree.Po \
277 ./$(DEPDIR)/check_tree-main.Po \
1479 check_tree.log: check_tree$(EXEEXT)
1661 -rm -f ./$(DEPDIR)/check_tree-check_tree.Po
1662 -rm -f ./$(DEPDIR)/check_tree-main.Po
1726 -rm -f ./$(DEPDIR)/check_tree-check_tree.Po
[all …]
/dports/graphics/darktable/darktable-3.6.1/tools/introspection/
H A Dast.pm193 sub check_tree subroutine
196 return $self->{type}->check_tree();
274 sub check_tree subroutine
693 sub check_tree subroutine
805 sub check_tree subroutine
811 my $res = $_->check_tree();
1034 sub check_tree subroutine
1037 return $self->{type}->check_tree();
/dports/graphics/darktable38/darktable-3.8.0/tools/introspection/
H A Dast.pm193 sub check_tree subroutine
196 return $self->{type}->check_tree();
274 sub check_tree subroutine
693 sub check_tree subroutine
805 sub check_tree subroutine
811 my $res = $_->check_tree();
1034 sub check_tree subroutine
1037 return $self->{type}->check_tree();
/dports/net/openslp/openslp-2.0.0/slpd/
H A Dslpd_index.c44 int check_tree(IndexTreeNode *root_node);
441 if (!check_tree(root_node)) { in rebalance_tree()
546 if (!check_tree(index_root_node)) in add_to_index()
774 if (!check_tree(root_node)) in index_tree_delete()
909 int check_tree(IndexTreeNode *root_node) in check_tree() function
921 if (!check_tree(root_node->left_node)) in check_tree()
929 if (!check_tree(root_node->right_node)) in check_tree()
/dports/biology/viennarna/ViennaRNA-2.4.18/src/bin/
H A DRNAdistance.c40 PRIVATE int check_tree(char *line,
478 if (check_tree(line, "UP")) { in parse_input()
487 if (check_tree(line, "HBIMSE")) { in parse_input()
496 if (check_tree(line, "HBIM")) { in parse_input()
513 check_tree(char *line, in check_tree() function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Derl_bestfit_alloc.c87 static RBTree_t * check_tree(RBTree_t, int, Uint);
427 check_tree(*root, bfallctr->address_order, 0); in tree_delete()
581 check_tree(root, bfallctr->address_order, 0); in tree_delete()
643 check_tree(root, 1, 0); in aobf_link_free_block()
682 ASSERT(blk == check_tree(root, 1, size)); in aobf_get_free_block()
771 check_tree(root, 0, 0); in bf_link_free_block()
797 check_tree(root, 0, 0); in bf_unlink_free_block()
802 check_tree(bfallctr, 0); in bf_unlink_free_block()
847 RBTree_t *ct_blk = check_tree(root, 0, size); in bf_get_free_block()
1026 check_tree(RBTree_t *root, int ao, Uint size) in check_tree() function
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bestfit_alloc.c86 static RBTree_t * check_tree(RBTree_t, int, Uint);
425 check_tree(*root, bfallctr->address_order, 0); in tree_delete()
580 check_tree(root, bfallctr->address_order, 0); in tree_delete()
642 check_tree(root, 1, 0); in aobf_link_free_block()
681 ASSERT(blk == check_tree(root, 1, size)); in aobf_get_free_block()
770 check_tree(root, 0, 0); in bf_link_free_block()
796 check_tree(root, 0, 0); in bf_unlink_free_block()
801 check_tree(bfallctr, 0); in bf_unlink_free_block()
846 RBTree_t *ct_blk = check_tree(root, 0, size); in bf_get_free_block()
1025 check_tree(RBTree_t *root, int ao, Uint size) in check_tree() function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Derl_bestfit_alloc.c87 static RBTree_t * check_tree(RBTree_t, int, Uint);
427 check_tree(*root, bfallctr->address_order, 0); in tree_delete()
581 check_tree(root, bfallctr->address_order, 0); in tree_delete()
643 check_tree(root, 1, 0); in aobf_link_free_block()
682 ASSERT(blk == check_tree(root, 1, size)); in aobf_get_free_block()
771 check_tree(root, 0, 0); in bf_link_free_block()
797 check_tree(root, 0, 0); in bf_unlink_free_block()
802 check_tree(bfallctr, 0); in bf_unlink_free_block()
847 RBTree_t *ct_blk = check_tree(root, 0, size); in bf_get_free_block()
1026 check_tree(RBTree_t *root, int ao, Uint size) in check_tree() function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bestfit_alloc.c86 static RBTree_t * check_tree(RBTree_t, int, Uint);
425 check_tree(*root, bfallctr->address_order, 0); in tree_delete()
580 check_tree(root, bfallctr->address_order, 0); in tree_delete()
642 check_tree(root, 1, 0); in aobf_link_free_block()
681 ASSERT(blk == check_tree(root, 1, size)); in aobf_get_free_block()
770 check_tree(root, 0, 0); in bf_link_free_block()
796 check_tree(root, 0, 0); in bf_unlink_free_block()
801 check_tree(bfallctr, 0); in bf_unlink_free_block()
846 RBTree_t *ct_blk = check_tree(root, 0, size); in bf_get_free_block()
1025 check_tree(RBTree_t *root, int ao, Uint size) in check_tree() function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bestfit_alloc.c86 static RBTree_t * check_tree(RBTree_t, int, Uint);
425 check_tree(*root, bfallctr->address_order, 0); in tree_delete()
580 check_tree(root, bfallctr->address_order, 0); in tree_delete()
642 check_tree(root, 1, 0); in aobf_link_free_block()
681 ASSERT(blk == check_tree(root, 1, size)); in aobf_get_free_block()
770 check_tree(root, 0, 0); in bf_link_free_block()
796 check_tree(root, 0, 0); in bf_unlink_free_block()
801 check_tree(bfallctr, 0); in bf_unlink_free_block()
846 RBTree_t *ct_blk = check_tree(root, 0, size); in bf_get_free_block()
1025 check_tree(RBTree_t *root, int ao, Uint size) in check_tree() function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Derl_bestfit_alloc.c87 static RBTree_t * check_tree(RBTree_t, int, Uint);
425 check_tree(*root, bfallctr->address_order, 0); in tree_delete()
579 check_tree(root, bfallctr->address_order, 0); in tree_delete()
641 check_tree(root, 1, 0); in aobf_link_free_block()
680 ASSERT(blk == check_tree(root, 1, size)); in aobf_get_free_block()
769 check_tree(root, 0, 0); in bf_link_free_block()
795 check_tree(root, 0, 0); in bf_unlink_free_block()
800 check_tree(bfallctr, 0); in bf_unlink_free_block()
845 RBTree_t *ct_blk = check_tree(root, 0, size); in bf_get_free_block()
1024 check_tree(RBTree_t *root, int ao, Uint size) in check_tree() function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/beam/
H A Derl_bestfit_alloc.c86 static RBTree_t * check_tree(RBTree_t, int, Uint);
425 check_tree(*root, bfallctr->address_order, 0); in tree_delete()
580 check_tree(root, bfallctr->address_order, 0); in tree_delete()
642 check_tree(root, 1, 0); in aobf_link_free_block()
681 ASSERT(blk == check_tree(root, 1, size)); in aobf_get_free_block()
770 check_tree(root, 0, 0); in bf_link_free_block()
796 check_tree(root, 0, 0); in bf_unlink_free_block()
801 check_tree(bfallctr, 0); in bf_unlink_free_block()
846 RBTree_t *ct_blk = check_tree(root, 0, size); in bf_get_free_block()
1025 check_tree(RBTree_t *root, int ao, Uint size) in check_tree() function
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dblkmap64_rb.c89 static void check_tree(struct rb_root *root, const char *msg) in check_tree() function
154 #define check_tree(root, msg) do {} while (0) macro
594 check_tree(&bp->root, __func__); in rb_mark_bmap()
607 check_tree(&bp->root, __func__); in rb_unmark_bmap()
632 check_tree(&bp->root, __func__); in rb_mark_bmap_extent()
644 check_tree(&bp->root, __func__); in rb_unmark_bmap_extent()
737 check_tree(&bp->root, __func__); in rb_set_bmap_range()
743 check_tree(&bp->root, __func__); in rb_set_bmap_range()
824 check_tree(&bp->root, __func__); in rb_clear_bmap()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/lib/ext2fs/
H A Dblkmap64_rb.c89 static void check_tree(struct rb_root *root, const char *msg) in check_tree() function
154 #define check_tree(root, msg) do {} while (0) macro
594 check_tree(&bp->root, __func__); in rb_mark_bmap()
607 check_tree(&bp->root, __func__); in rb_unmark_bmap()
632 check_tree(&bp->root, __func__); in rb_mark_bmap_extent()
644 check_tree(&bp->root, __func__); in rb_unmark_bmap_extent()
737 check_tree(&bp->root, __func__); in rb_set_bmap_range()
743 check_tree(&bp->root, __func__); in rb_set_bmap_range()
824 check_tree(&bp->root, __func__); in rb_clear_bmap()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/lib/ext2fs/
H A Dblkmap64_rb.c89 static void check_tree(struct rb_root *root, const char *msg) in check_tree() function
154 #define check_tree(root, msg) do {} while (0) macro
594 check_tree(&bp->root, __func__); in rb_mark_bmap()
607 check_tree(&bp->root, __func__); in rb_unmark_bmap()
632 check_tree(&bp->root, __func__); in rb_mark_bmap_extent()
644 check_tree(&bp->root, __func__); in rb_unmark_bmap_extent()
737 check_tree(&bp->root, __func__); in rb_set_bmap_range()
743 check_tree(&bp->root, __func__); in rb_set_bmap_range()
824 check_tree(&bp->root, __func__); in rb_clear_bmap()
/dports/misc/lingoteach/lingoteach-ui-0.3.9/src/ui/gtk/
H A Dsearch.c53 lingbool check_tree (GtkTreeModel *model);
186 check_tree (GtkTreeModel *model) in check_tree() function
401 if (!check_tree (model)) in on_btn_sab_add_clicked()
480 if (!check_tree (model)) in on_btn_sab_remove_clicked()
548 if (!check_tree (model)) in on_btn_sab_edit_clicked()
/dports/math/yices/yices-2.6.2/tests/unit/
H A Dtest_rba_buffers.c233 static void check_tree(rba_buffer_t *b) { in check_tree() function
307 check_tree(b); in test_add()
342 check_tree(b); in test_remove()
381 check_tree(b); in run_tests()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dipa-pure-const.c164 check_tree (funct_state local, tree t, bool checking_write) in check_tree() function
182 check_tree (local, TREE_OPERAND (t, 0), false); in check_tree()
234 check_tree(local, t, false); in check_rhs_var()
249 check_tree(local, t, true); in check_lhs_var()
/dports/devel/p5-App-Build/App-Build-0.74/t/
H A D04_extra_dirs.t14 check_tree( 't/test_install/remapped',

1234567891011