Home
last modified time | relevance | path

Searched refs:not_at_top (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/history/core/common/
H A Dthumbnail_score_unittest.cc15 ThumbnailScore not_at_top(0.5, false, true, now); in TEST() local
19 EXPECT_TRUE(ShouldReplaceThumbnailWith(nothing_good, not_at_top)); in TEST()
22 EXPECT_TRUE(ShouldReplaceThumbnailWith(not_at_top, bad_clipping)); in TEST()
23 EXPECT_TRUE(ShouldReplaceThumbnailWith(not_at_top, life_is_awesome)); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/history/core/common/
H A Dthumbnail_score_unittest.cc15 ThumbnailScore not_at_top(0.5, false, true, now); in TEST() local
19 EXPECT_TRUE(ShouldReplaceThumbnailWith(nothing_good, not_at_top)); in TEST()
22 EXPECT_TRUE(ShouldReplaceThumbnailWith(not_at_top, bad_clipping)); in TEST()
23 EXPECT_TRUE(ShouldReplaceThumbnailWith(not_at_top, life_is_awesome)); in TEST()
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK3.93/source/
H A Dselecting.c379 gboolean not_at_top, not_at_bottom, option_and_autosort; in row_selected() local
382 not_at_top = gtk_tree_model_iter_previous (ks.model, &iter_previous); in row_selected()
391 … ((mb_menu_items_cnt < MB_MOVE_DOWN) ? not_at_top : not_at_bottom) && !option_and_autosort); in row_selected()
393 gtk_widget_set_sensitive ((GtkWidget *) ks.tb[TB_MOVE_UP], not_at_top && !option_and_autosort); in row_selected()
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK3/source/
H A Dselecting.c379 gboolean not_at_top, not_at_bottom, option_and_autosort; in row_selected() local
382 not_at_top = gtk_tree_model_iter_previous (ks.model, &iter_previous); in row_selected()
391 … ((mb_menu_items_cnt < MB_MOVE_DOWN) ? not_at_top : not_at_bottom) && !option_and_autosort); in row_selected()
393 gtk_widget_set_sensitive ((GtkWidget *) ks.tb[TB_MOVE_UP], not_at_top && !option_and_autosort); in row_selected()
/dports/x11-wm/kickshaw/kickshaw_0.5.26_source_only/GTK2/source/
H A Dselecting.c423 gboolean not_at_top, not_at_bottom, option_and_autosort; local
428 not_at_top = gtk_tree_path_prev (path_previous);
437 … ((mb_menu_items_cnt < MB_MOVE_DOWN) ? not_at_top : not_at_bottom) && !option_and_autosort);
439 gtk_widget_set_sensitive ((GtkWidget *) ks.tb[TB_MOVE_UP], not_at_top && !option_and_autosort);
/dports/math/cadabra2/cadabra2-2.3.6.8/core/
H A DCompare.hh209 not_at_top, // don't use property info at top level of the expression enumerator
H A DCompare.cc315 if(use_props!=useprops_t::not_at_top) return true; in equal_subtree()
327 if(use_props==useprops_t::not_at_top) { in equal_subtree()
1728 case cadabra::Ex_comparator::useprops_t::not_at_top: in operator <<()
H A DProps.cc113 ignore_properties?Ex_comparator::useprops_t::never:Ex_comparator::useprops_t::not_at_top, in match_ext()
H A DCleanup.cc603 …to match = comp.equal_subtree(valindices, expindices, Ex_comparator::useprops_t::not_at_top, true); in cleanup_components()