HomeSort by: relevance | last modified time | path
    Searched refs:g_user_settings (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 214 my %g_user_settings =
977 if ($g_user_settings{"default_metrics"}{"current_value"} eq "off")
1234 if ($g_user_settings{"calltree"}{"current_value"} eq "on")
1854 # In case the value is valid, the g_user_settings table is updated with the
1871 my $option = $g_user_settings{$internal_opt_name}{"option"};
1872 my $data_type = $g_user_settings{$internal_opt_name}{"data_type"};
1873 my $no_of_args = $g_user_settings{$internal_opt_name}{"no_of_arguments"};
1902 $g_user_settings{$internal_opt_name}{"current_value"} =
1907 $g_user_settings{$internal_opt_name}{"current_value"} = $value;
1909 $g_user_settings{$internal_opt_name}{"defined"} = $TRUE
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 214 my %g_user_settings =
977 if ($g_user_settings{"default_metrics"}{"current_value"} eq "off")
1234 if ($g_user_settings{"calltree"}{"current_value"} eq "on")
1854 # In case the value is valid, the g_user_settings table is updated with the
1871 my $option = $g_user_settings{$internal_opt_name}{"option"};
1872 my $data_type = $g_user_settings{$internal_opt_name}{"data_type"};
1873 my $no_of_args = $g_user_settings{$internal_opt_name}{"no_of_arguments"};
1902 $g_user_settings{$internal_opt_name}{"current_value"} =
1907 $g_user_settings{$internal_opt_name}{"current_value"} = $value;
1909 $g_user_settings{$internal_opt_name}{"defined"} = $TRUE
    [all...]

Completed in 26 milliseconds