Home
last modified time | relevance | path

Searched refs:path_valid (Results 1 – 25 of 99) sorted by relevance

1234

/dports/science/hdf5-18/hdf5-1.8.21/hl/test/
H A Dtest_lite.c1889 htri_t path_valid; in test_valid_path() local
2105 if( (path_valid = H5LTpath_valid(file_id, "/G2", TRUE)) != TRUE) in test_valid_path()
2132 if( (path_valid = H5LTpath_valid(group, "/", TRUE)) != FALSE) { in test_valid_path()
2136 if( (path_valid = H5LTpath_valid(group, "/", FALSE)) != FALSE) { in test_valid_path()
2148 if((path_valid = H5LTpath_valid(file_id, ".", FALSE)) != TRUE) in test_valid_path()
2151 if( (path_valid = H5LTpath_valid(file_id, ".", TRUE)) != TRUE) in test_valid_path()
2156 if( (path_valid = H5LTpath_valid(group, ".", TRUE)) != TRUE) in test_valid_path()
2159 if( (path_valid = H5LTpath_valid(group, "DS3", FALSE)) != TRUE) in test_valid_path()
2162 if( (path_valid = H5LTpath_valid(group, "DS3", TRUE)) != TRUE) in test_valid_path()
2165 if( (path_valid = H5LTpath_valid(group, "G2/G5", TRUE)) != TRUE) in test_valid_path()
[all …]
/dports/science/hdf5/hdf5-1.10.6/hl/test/
H A Dtest_lite.c1882 htri_t path_valid; in test_valid_path() local
2068 if( (path_valid = H5LTpath_valid(file_id, "/", TRUE)) != TRUE) { in test_valid_path()
2098 if( (path_valid = H5LTpath_valid(file_id, "/G2", TRUE)) != TRUE) in test_valid_path()
2125 if( (path_valid = H5LTpath_valid(group, "/", TRUE)) != TRUE) { in test_valid_path()
2129 if( (path_valid = H5LTpath_valid(group, "/", FALSE)) != TRUE) { in test_valid_path()
2141 if((path_valid = H5LTpath_valid(file_id, ".", FALSE)) != TRUE) in test_valid_path()
2144 if( (path_valid = H5LTpath_valid(file_id, ".", TRUE)) != TRUE) in test_valid_path()
2149 if( (path_valid = H5LTpath_valid(group, ".", TRUE)) != TRUE) in test_valid_path()
2152 if( (path_valid = H5LTpath_valid(group, "DS3", FALSE)) != TRUE) in test_valid_path()
2155 if( (path_valid = H5LTpath_valid(group, "DS3", TRUE)) != TRUE) in test_valid_path()
[all …]
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/scripting/
H A Dbackground.cpp37 bool path_valid = true; in set_image() local
40 path_valid = false; in set_image()
42 object.set_image(path_valid ? image : default_dir + image); in set_image()
/dports/science/hdf5-18/hdf5-1.8.21/hl/fortran/test/
H A Dtstlite.f901067 LOGICAL :: path_valid ! status of the path local
1217 IF(errcode.LT.0.OR..NOT.path_valid)THEN
1222 CALL h5ltpath_valid_f(file_id, chr_lg, .TRUE., path_valid, errcode)
1223 IF(errcode.LT.0.OR..NOT.path_valid)THEN
1229 IF(errcode.LT.0.OR..NOT.path_valid)THEN
1236 IF(errcode.LT.0.OR.path_valid)THEN
1242 IF(errcode.LT.0.OR.path_valid)THEN
1251 CALL h5ltpath_valid_f(file_id, "/G3", .FALSE., path_valid, errcode)
1252 IF(.NOT.path_valid)THEN
1258 CALL h5ltpath_valid_f(file_id, "/G2", .TRUE., path_valid, errcode)
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxcpath.c110 pcpath->path_valid = false; in cpath_init_rectangle()
128 pcpath->path_valid = shared->path_valid; in cpath_share_own_contents()
422 if (!pcpath->path_valid) { in gx_cpath_to_path()
435 pcpath->path_valid = true; in gx_cpath_to_path()
540 if (pcpath->path_valid) in cpath_is_rectangle()
642 pcpath->path_valid = true; in gx_cpath_intersect_with_params()
647 bool path_valid = in gx_cpath_intersect_with_params() local
664 if (path_valid) { in gx_cpath_intersect_with_params()
666 pcpath->path_valid = true; in gx_cpath_intersect_with_params()
694 (pcpath->path_valid ? in gx_cpath_scale_exp2_shared()
[all …]
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxcpath.c110 pcpath->path_valid = false; in cpath_init_rectangle()
128 pcpath->path_valid = shared->path_valid; in cpath_share_own_contents()
422 if (!pcpath->path_valid) { in gx_cpath_to_path()
435 pcpath->path_valid = true; in gx_cpath_to_path()
540 if (pcpath->path_valid) in cpath_is_rectangle()
642 pcpath->path_valid = true; in gx_cpath_intersect_with_params()
647 bool path_valid = in gx_cpath_intersect_with_params() local
664 if (path_valid) { in gx_cpath_intersect_with_params()
666 pcpath->path_valid = true; in gx_cpath_intersect_with_params()
694 (pcpath->path_valid ? in gx_cpath_scale_exp2_shared()
[all …]
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxcpath.c125 pcpath->path_valid = false; in cpath_init_rectangle()
143 pcpath->path_valid = shared->path_valid; in cpath_share_own_contents()
454 if (!pcpath->path_valid) { in gx_cpath_to_path()
467 pcpath->path_valid = true; in gx_cpath_to_path()
571 if (pcpath->path_valid) in cpath_is_rectangle()
673 pcpath->path_valid = true; in gx_cpath_intersect_with_params()
678 bool path_valid = in gx_cpath_intersect_with_params() local
695 if (path_valid) { in gx_cpath_intersect_with_params()
724 (pcpath->path_valid ? in gx_cpath_scale_exp2_shared()
1071 pcpath->path_valid = false; in gx_cpath_copy()
[all …]
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxcpath.c125 pcpath->path_valid = false; in cpath_init_rectangle()
143 pcpath->path_valid = shared->path_valid; in cpath_share_own_contents()
454 if (!pcpath->path_valid) { in gx_cpath_to_path()
467 pcpath->path_valid = true; in gx_cpath_to_path()
571 if (pcpath->path_valid) in cpath_is_rectangle()
673 pcpath->path_valid = true; in gx_cpath_intersect_with_params()
678 bool path_valid = in gx_cpath_intersect_with_params() local
695 if (path_valid) { in gx_cpath_intersect_with_params()
724 (pcpath->path_valid ? in gx_cpath_scale_exp2_shared()
1071 pcpath->path_valid = false; in gx_cpath_copy()
[all …]
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxcpath.c134 pcpath->path_valid = false; in cpath_init_rectangle()
153 pcpath->path_valid = shared->path_valid; in cpath_share_own_contents()
471 if (!pcpath->path_valid) { in gx_cpath_to_path()
484 pcpath->path_valid = true; in gx_cpath_to_path()
590 if (pcpath->path_valid) { in cpath_is_rectangle()
705 pcpath->path_valid = true; in gx_cpath_intersect_with_params()
710 bool path_valid = in gx_cpath_intersect_with_params() local
735 if (path_valid) { in gx_cpath_intersect_with_params()
765 (pcpath->path_valid ? in gx_cpath_scale_exp2_shared()
1112 pcpath->path_valid = false; in gx_cpath_copy()
[all …]
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxcpath.c134 pcpath->path_valid = false; in cpath_init_rectangle()
153 pcpath->path_valid = shared->path_valid; in cpath_share_own_contents()
471 if (!pcpath->path_valid) { in gx_cpath_to_path()
484 pcpath->path_valid = true; in gx_cpath_to_path()
590 if (pcpath->path_valid) { in cpath_is_rectangle()
705 pcpath->path_valid = true; in gx_cpath_intersect_with_params()
710 bool path_valid = in gx_cpath_intersect_with_params() local
735 if (path_valid) { in gx_cpath_intersect_with_params()
765 (pcpath->path_valid ? in gx_cpath_scale_exp2_shared()
1112 pcpath->path_valid = false; in gx_cpath_copy()
[all …]
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxcpath.c112 pcpath->path_valid = false; in cpath_init_rectangle()
129 pcpath->path_valid = shared->path_valid; in cpath_share_own_contents()
336 if (!pcpath->path_valid) { in gx_cpath_to_path()
377 pcpath->path_valid = true; in gx_cpath_to_path()
548 pcpath->path_valid = true; in gx_cpath_intersect()
552 bool path_valid = in gx_cpath_intersect() local
560 if (code >= 0 && path_valid) { in gx_cpath_intersect()
562 pcpath->path_valid = true; in gx_cpath_intersect()
577 (pcpath->path_valid ? in gx_cpath_scale_exp2_shared()
657 if ((penum->using_path = pcpath->path_valid)) { in gx_cpath_enum_init()
[all …]
H A Dgspaint.c130 (pgs->clip_path->path_valid ? pgs->clip_path->path.segments : 0); in scale_paths()
135 (pgs->effective_clip_path->path_valid ? in scale_paths()
144 (pgs->view_clip->path_valid ? pgs->view_clip->path.segments : 0); in scale_paths()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxcpath.c112 pcpath->path_valid = false; in cpath_init_rectangle()
129 pcpath->path_valid = shared->path_valid; in cpath_share_own_contents()
336 if (!pcpath->path_valid) { in gx_cpath_to_path()
377 pcpath->path_valid = true; in gx_cpath_to_path()
548 pcpath->path_valid = true; in gx_cpath_intersect()
552 bool path_valid = in gx_cpath_intersect() local
560 if (code >= 0 && path_valid) { in gx_cpath_intersect()
562 pcpath->path_valid = true; in gx_cpath_intersect()
577 (pcpath->path_valid ? in gx_cpath_scale_exp2_shared()
657 if ((penum->using_path = pcpath->path_valid)) { in gx_cpath_enum_init()
[all …]
H A Dgspaint.c130 (pgs->clip_path->path_valid ? pgs->clip_path->path.segments : 0); in scale_paths()
135 (pgs->effective_clip_path->path_valid ? in scale_paths()
144 (pgs->view_clip->path_valid ? pgs->view_clip->path.segments : 0); in scale_paths()
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_operators/
H A Dscreen_play_rendered_anim.py101 path_valid = True
108 path_valid = False
111 if scene.use_preview_range and not path_valid:
/dports/games/freedoko/FreeDoko_0.7.19/src/ui/gtkmm/preferences/
H A Dcardset.cpp82 Preferences::Cardset::path_valid(string path) const in path_valid() function in UI_GTKMM_NS::Preferences::Cardset
95 if (!path_valid(entry.path)) in create_entry()
H A Diconset.cpp79 Preferences::Iconset::path_valid(string path) const in path_valid() function in UI_GTKMM_NS::Preferences::Iconset
90 if (!path_valid(entry.path)) in create_entry()
H A Dcardset.h46 bool path_valid(string path) const override;
H A Diconset.h46 bool path_valid(string path) const override;
H A Dcards_back.h46 bool path_valid(string path) const override;
H A Dbackground.h46 bool path_valid(string path) const override;
H A Dcards_back.cpp72 Preferences::CardsBack::path_valid(string path) const in path_valid() function in UI_GTKMM_NS::Preferences::CardsBack
/dports/science/hdf5/hdf5-1.10.6/hl/fortran/test/
H A Dtstlite.F901345 LOGICAL :: path_valid ! status of the path local
1570 IF(errcode.LT.0.OR..NOT.path_valid)THEN
1575 CALL h5ltpath_valid_f(file_id, chr_lg, .TRUE., path_valid, errcode)
1576 IF(errcode.LT.0.OR..NOT.path_valid)THEN
1582 IF(errcode.LT.0.OR..NOT.path_valid)THEN
1589 IF(errcode.LT.0.OR.path_valid)THEN
1595 IF(errcode.LT.0.OR.path_valid)THEN
1604 CALL h5ltpath_valid_f(file_id, "/G3", .FALSE., path_valid, errcode)
1605 IF(.NOT.path_valid)THEN
1611 CALL h5ltpath_valid_f(file_id, "/G2", .TRUE., path_valid, errcode)
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/git/
H A Dgit-stash-pane.c160 gboolean path_valid; in on_stash_view_button_press_event() local
164 path_valid = gtk_tree_view_get_path_at_pos (GTK_TREE_VIEW (stash_view), in on_stash_view_button_press_event()
170 if (path_valid && gtk_tree_path_get_depth (path) == 1) in on_stash_view_button_press_event()
178 if (path_valid) in on_stash_view_button_press_event()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dscript_create_dialog.h53 bool path_valid; variable

1234