Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/
H A Dbrowser_command_controller_unittest.cc230 size_t profiles_count = 1U; in TEST_F() local
234 profiles_count = 2U; in TEST_F()
237 ASSERT_EQ(profiles_count, profile_manager->GetNumberOfProfiles()); in TEST_F()
241 profiles_count++; in TEST_F()
242 ASSERT_EQ(profiles_count, profile_manager->GetNumberOfProfiles()); in TEST_F()
246 profiles_count--; in TEST_F()
247 ASSERT_EQ(profiles_count, profile_manager->GetNumberOfProfiles()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_activity_metrics_recorder.cc75 int profiles_count = in RecordProfileSwitch() local
78 profiles_count); in RecordProfileSwitch()
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/nact/
H A Dnact-sort-buttons.c83 … *window, gboolean reset, gint menus_count, gint actions_count, gint profiles_count, gpointer user…
360 … *window, gboolean reset, gint menus_count, gint actions_count, gint profiles_count, gpointer user… in on_tree_view_count_changed() argument
372 menus_count, actions_count, profiles_count, ( void * ) user_data ); in on_tree_view_count_changed()
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_stats.c692 gint profiles_count; in remmina_stats_get_profiles() local
713 profiles_count = remmina_file_manager_iterate( in remmina_stats_get_profiles()
716 g_debug("Number of profiles: %d", profiles_count); in remmina_stats_get_profiles()
718 json_builder_add_int_value(b, profiles_count); in remmina_stats_get_profiles()
/dports/games/retroarch/RetroArch-1.9.7/frontend/drivers/
H A Dplatform_switch.c76 const size_t profiles_count = sizeof(SWITCH_CPU_PROFILES) in libnx_apply_overclock() local
81 if (libnx_overclock >= 0 && libnx_overclock <= profiles_count) in libnx_apply_overclock()
/dports/sysutils/neofetch/neofetch-7.1.0/
H A Dneofetch3237 local current_profile_name profiles_count profile_name diff_font
3250 profiles_count="$(PlistBuddy -c "Print ':New Bookmarks:'" "$font_file" | \
3253 for ((i=0; i<profiles_count; i++)); do
/dports/graphics/pecl-imagick/imagick-3.5.1/
H A Dimagick_class.c1409 size_t length, profiles_count; in PHP_METHOD() local
1420 profiles = MagickGetImageProfiles(intern->magick_wand, pattern, &profiles_count); in PHP_METHOD()
1431 for (i = 0; i < profiles_count; i++) { in PHP_METHOD()
1444 for (i = 0; i < profiles_count; i++) { in PHP_METHOD()
/dports/graphics/pecl-imagick-im7/imagick-3.5.1/
H A Dimagick_class.c1409 size_t length, profiles_count; in PHP_METHOD() local
1420 profiles = MagickGetImageProfiles(intern->magick_wand, pattern, &profiles_count); in PHP_METHOD()
1431 for (i = 0; i < profiles_count; i++) { in PHP_METHOD()
1444 for (i = 0; i < profiles_count; i++) { in PHP_METHOD()
/dports/games/retroarch/RetroArch-1.9.7/menu/
H A Dmenu_displaylist.c10144 const size_t profiles_count = sizeof(SWITCH_CPU_PROFILES)/sizeof(SWITCH_CPU_PROFILES[1]); in menu_displaylist_ctl() local
10177 for (i = 0; i < profiles_count; i++) in menu_displaylist_ctl()
10206 const size_t profiles_count = sizeof(SWITCH_GPU_PROFILES)/sizeof(SWITCH_GPU_PROFILES[1]); in menu_displaylist_ctl() local
10222 for (i = 0; i < profiles_count; i++) in menu_displaylist_ctl()