Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 135) sorted by relevance

123456

/utopia/UTPA2-700.0.x/projects/build/scripts/kconfig/
H A Dmconf.c312 dres = dialog_inputbox(_("Search Configuration Parameter"), in search_conf()
313 _("Enter " CONFIG_ " (sub)string to search for " in search_conf()
320 show_helptext(_("Search Configuration"), search_help); in search_conf()
334 show_textbox(_("Search Results"), str_get(&res), 0, 0); in search_conf()
366 prompt = _(prompt); in build_conf()
382 item_make(" %*c*** %s ***", indent + 1, ' ', _(prompt)); in build_conf()
390 item_make("---%*c%s", indent + 1, ' ', _(prompt)); in build_conf()
434 item_add_str("%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
437 item_add_str(" (%s)", _(menu_get_prompt(def_menu))); in build_conf()
449 item_make("---%*c%s", indent + 1, ' ', _(menu_get_prompt(menu))); in build_conf()
[all …]
H A Dnconf.c394 _("README"), _(nconf_readme)); in handle_f1()
409 _("Instructions"), in handle_f3()
410 _(current_instructions)); in handle_f3()
418 _("Show all symbols?"), in handle_f4()
659 _("Do you wish to save your new configuration?\n" in do_exit()
676 _("Error during writing of configuration.\n" in do_exit()
684 _("Your configuration changes were NOT saved."), in do_exit()
703 _("Search Configuration Parameter"), in search_conf()
704 _("Enter " CONFIG_ " (sub)string to search for " in search_conf()
712 _("Search Configuration"), search_help); in search_conf()
[all …]
H A Dqconf.cc51 #ifdef _
52 # undef _
53 # define _ qgettext macro
132 prompt = _(menu_get_prompt(menu)); in updateMenu()
224 prompt += _(" (NEW)"); in updateMenu()
362 addColumn(promptColIdx, _("Option")); in ConfigList()
387 addColumn(nameColIdx, _("Name")); in reinit()
394 addColumn(dataColIdx, _("Value")); in reinit()
828 action = new Q3Action(NULL, _("Show Name"), 0, this); in contextMenuEvent()
836 action = new Q3Action(NULL, _("Show Range"), 0, this); in contextMenuEvent()
[all …]
H A Dconf.c77 printf(_("aborted!\n\n")); in check_stdin()
78 printf(_("Console input/output is redirected. ")); in check_stdin()
79 printf(_("Run 'make oldconfig' to update configuration.\n\n")); in check_stdin()
89 printf(_("(NEW) ")); in conf_askvalue()
136 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_string()
168 printf("%*s%s ", indent - 1, "", _(menu->prompt->text)); in conf_sym()
255 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
265 printf("%*s%s\n", indent - 1, "", _(menu_get_prompt(menu))); in conf_choice()
273 printf("%*c %s\n", indent, '*', _(menu_get_prompt(child))); in conf_choice()
282 printf(" %d. %s", cnt, _(menu_get_prompt(child))); in conf_choice()
[all …]
H A Dstreamline_config.pl135 my ($kconfig) = @_;
160 $_ = $line . " " . $_;
165 $line = $_;
246 my ($line, %vars) = @_;
282 $line .= $_;
283 $_ = $line;
288 $_ = convert_vars($_, %make_vars);
391 my ($p) = @_;
H A Dgconf.c140 g_error(_("GUI loading failed !\n")); in init_main_window()
260 gtk_tree_view_column_set_title(column, _("Options")); in init_left_tree()
305 gtk_tree_view_column_set_title(column, _("Options")); in init_right_tree()
336 _("Name"), renderer, in init_right_tree()
360 _("Value"), renderer, in init_right_tree()
399 const char *prompt = _(menu_get_prompt(menu)); in text_insert_help()
453 dialog = gtk_dialog_new_with_buttons(_("Warning !"), in on_window1_delete_event()
467 label = gtk_label_new(_("\nSave configuration ?\n")); in on_window1_delete_event()
527 text_insert_msg(_("Error"), _("Unable to load configuration !")); in load_filename()
536 fs = gtk_file_selection_new(_("Load file...")); in on_load1_activate()
[all …]
/utopia/UTPA2-700.0.x/projects/build/scripts/
H A Dkernel-doc379 my $contents = join "\n", @_;
412 my $contents = join "\n", @_;
442 my $contents = join "\n",@_;
478 my %args = %{$_[0]};
491 my %args = %{$_[0]};
516 output_section_html(@_);
522 my %args = %{$_[0]};
528 output_section_html(@_);
534 my %args = %{$_[0]};
575 output_section_html(@_);
[all …]
H A Dget_maintainer.pl162 my $line = $_;
274 my $line = $_;
432 my $patch_line = $_;
507 my ($start, $end) = @_;
525 my ($start, $end) = @_;
672 @email_to = grep($_->[0] !~ /${email_address}/, @email_to);
704 my ($file, $pattern) = @_;
804 my ($lk_path) = @_;
831 my ($formatted_email) = @_;
858 my ($name, $address, $usename) = @_;
[all …]
H A Dcheckpatch.pl34 my ($exitcode) = @_;
315 push(@rawlines, $_);
328 my ($root) = @_;
345 my ($str) = @_;
370 my ($line) = @_;
385 my ($in_comment) = @_;
394 my ($line) = @_;
482 my ($linenr, $remain, $off) = @_;
605 my ($stmt) = @_;
618 my ($stmt) = @_;
[all …]
H A Dnamespace.pl160 my $basename = $_;
161 $_ = $File::Find::name;
213 do_nm($basename, $_);
215 $_ = $basename; # File::Find expects $_ untouched (undocumented)
220 my ($basename, $fullname) = @_;
250 $comment .= substr($_, 43);
265 ($type, $name) = (split(/ +/, $_, 3))[1..2];
344 my ($object, $name) = @_;
461 if (exists($export{$_})) {
H A Dheaderdep.pl30 my @headers = grep { strip($_) } @ARGV;
88 my @queue = @_;
142 my @queue = map { [[0, $_]] } @_;
152 if(grep { $_->[1] eq $dep->[1] } @$top) {
164 $_ = shift;
168 $_;
/utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/include/
H A DUFSC.bin1 Maserati_UFSC 42549.7997338 0�������Y>_<�Y�GRULE_HEADER �����0��������P��@
13 …CONTRAST_���������������SR_CONTROL_IP �����E�����HDR_IP �Y�_�g�m�������GRule_MPEG…
53 O�3"O��O�?O�?_&?"��������WeakDetail_DetecO��O��TTP`QO��^^`�gO�?_'��������SDHD_De…
54 O��dO�� O� _�_������SDHD_Detect Oa����Ob?>Os ��������������ERC_COM u u0u3…
67 ?�,�,��,&3,(�,),0,1we,2,3we,4?,5?,6,7,8?,9,:�,;,\�,]�,^?,_?,`?,a?,b?,c…
91 …COEFF_COM #[�#]�#a�#c�#i�������������VSP_C_COEFF #Z��(#\��°#^���#_��#`��Ů#b��SW#d����…
101 …:����";�#�2003>�VDwwww@��H��O�A��#I��_�B��J���C��_K��_…
103 …""g�����""h�wuuu""i�����""_@����������VIP_Peaking_SecA_#�_%�_2_3�3_4�D_5�D_6�w_7�wVIP_P…
/utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/include/
H A DUFSC.bin1 Maserati_UFSC 42549.7997338 0�������Y>_<�Y�GRULE_HEADER �����0��������P��@
13 …CONTRAST_���������������SR_CONTROL_IP �����E�����HDR_IP �Y�_�g�m�������GRule_MPEG…
53 O�3"O��O�?O�?_&?"��������WeakDetail_DetecO��O��TTP`QO��^^`�gO�?_'��������SDHD_De…
54 O��dO�� O� _�_������SDHD_Detect Oa����Ob?>Os ��������������ERC_COM u u0u3…
67 ?�,�,��,&3,(�,),0,1we,2,3we,4?,5?,6,7,8?,9,:�,;,\�,]�,^?,_?,`?,a?,b?,c…
91 …COEFF_COM #[�#]�#a�#c�#i�������������VSP_C_COEFF #Z��(#\��°#^���#_��#`��Ů#b��SW#d����…
101 …:����";�#�2003>�VDwwww@��H��O�A��#I��_�B��J���C��_K��_…
103 …""g�����""h�wuuu""i�����""_@����������VIP_Peaking_SecA_#�_%�_2_3�3_4�D_5�D_6�w_7�wVIP_P…
/utopia/UTPA2-700.0.x/modules/pq/hal/k6lite/pq/include/
H A Dk6lite_Sub.bin1 k6_Sub 39630.43853 ���P���Y>_<�Y�GRULE_HEADER � �������� ����!����!����!�…
10 …����`��2ڻ�b��Y�uRd��udJ?4f��Ph���h����m��j�� � ��[]�_�a����c…
92 …Z��#[�������HSP_DeRing_COM #^��#`��#a�����HSP_DeRing #^�#_��#`��HSP_Dither_C…
94 …���Z�P��|�Z�P��|�Z�P��t�[�P��t�\�P��l�]�P��d�_�P��d�_�P��\�_�P��\``�…
107 D0X����DX����LY����L�Z����T�[����T�\����\�]����\�^����d�_����d�`����…
122 …���V������W�0����Y�����Y����p[����Q]����1^����_�����`����a�…
125 …�(a[���� a\���� A]����A]���A]���A]���A^���!_���!`���!`…
156 …h�W�� `�X�� `�X�� X`Z�� X`Y�� P@[�� P@[�� H@\�� H ]�� @ _��
172 ��]�� �`^�� p_�� P`�� Pa�� 0b��0b��c�� d�� �e��…
H A Dk6lite_Main.bin1 k6lite_Main 39630.43853 ���0���Y>_<�Y�GRULE_HEADER ��������0������������@…
14 …����`��2ڻ�b��Y�uRd��udJ?4f��Ph���h����m��j�� � ��[]�_�a����c…
100 …���Z�P��|�Z�P��|�Z�P��t�[�P��t�\�P��l�]�P��d�_�P��d�_�P��\�_�P��\``�…
113 D0X����DX����LY����L�Z����T�[����T�\����\�]����\�^����d�_����d�`����…
128 …���V������W�0����Y�����Y����p[����Q]����1^����_�����`����a�…
131 …�(a[���� a\���� A]����A]���A]���A]���A^���!_���!`���!`…
162 …h�W�� `�X�� `�X�� X`Z�� X`Y�� P@[�� P@[�� H@\�� H ]�� @ _��
178 ��]�� �`^�� p_�� P`�� Pa�� 0b��0b��c�� d�� �e��…
188 …h�W��p�X��p�Y��x�[��xp\��xP\���P^���0_���a���a�…
/utopia/UTPA2-700.0.x/modules/pq/hal/curry/pq/include/
H A DKano_Sub.bin1 Kano_Sub 39630.43853 ���н��Y>_<�Y�GRULE_HEADER � �������� ����!���"���0"��…
9 …����`��2ڻ�b��Y�uRd��udJ?4f��Ph���h����m��j�� � ��[]�_�a����c…
91 …Z��#[�������HSP_DeRing_COM #^��#`��#a�����HSP_DeRing #^�#_��#`��HSP_Dither_C…
93 …���Z�P��|�Z�P��|�Z�P��t�[�P��t�\�P��l�]�P��d�_�P��d�_�P��\�_�P��\``�…
106 D0X����DX����LY����L�Z����T�[����T�\����\�]����\�^����d�_����d�`����…
121 …���V������W�0����Y�����Y����p[����Q]����1^����_�����`����a�…
124 …�(a[���� a\���� A]����A]���A]���A]���A^���!_���!`���!`…
155 …h�W�� `�X�� `�X�� X`Z�� X`Y�� P@[�� P@[�� H@\�� H ]�� @ _��
171 ��]�� �`^�� p_�� P`�� Pa�� 0b��0b��c�� d�� �e��…
H A DCurry_Sub.bin1 Kano_Sub 39630.43853 ���н��Y>_<�Y�GRULE_HEADER � �������� ����!���"���0"��…
9 …����`��2ڻ�b��Y�uRd��udJ?4f��Ph���h����m��j�� � ��[]�_�a����c…
91 …Z��#[�������HSP_DeRing_COM #^��#`��#a�����HSP_DeRing #^�#_��#`��HSP_Dither_C…
93 …���Z�P��|�Z�P��|�Z�P��t�[�P��t�\�P��l�]�P��d�_�P��d�_�P��\�_�P��\``�…
106 D0X����DX����LY����L�Z����T�[����T�\����\�]����\�^����d�_����d�`����…
121 …���V������W�0����Y�����Y����p[����Q]����1^����_�����`����a�…
124 …�(a[���� a\���� A]����A]���A]���A]���A^���!_���!`���!`…
155 …h�W�� `�X�� `�X�� X`Z�� X`Y�� P@[�� P@[�� H@\�� H ]�� @ _��
171 ��]�� �`^�� p_�� P`�� Pa�� 0b��0b��c�� d�� �e��…
H A DKano_Main.bin1 Kano_Main 39630.43853 @��+��Y>_<�Y�GRULE_HEADER � �����@���������`��p"����…
11 …����`��2ڻ�b��Y�uRd��udJ?4f��Ph���h����m��j�� � ��[]�_�a����c…
97 …���Z�P��|�Z�P��|�Z�P��t�[�P��t�\�P��l�]�P��d�_�P��d�_�P��\�_�P��\``�…
110 D0X����DX����LY����L�Z����T�[����T�\����\�]����\�^����d�_����d�`����…
125 …���V������W�0����Y�����Y����p[����Q]����1^����_�����`����a�…
128 …�(a[���� a\���� A]����A]���A]���A]���A^���!_���!`���!`…
159 …h�W�� `�X�� `�X�� X`Z�� X`Y�� P@[�� P@[�� H@\�� H ]�� @ _��
175 ��]�� �`^�� p_�� P`�� Pa�� 0b��0b��c�� d�� �e��…
185 …h�W��p�X��p�Y��x�[��xp\��xP\���P^���0_���a���a�…
H A DCurry_Main.bin1 Kano_Main 39630.43853 @��+��Y>_<�Y�GRULE_HEADER � �����@���������`��p"����…
11 …����`��2ڻ�b��Y�uRd��udJ?4f��Ph���h����m��j�� � ��[]�_�a����c…
97 …���Z�P��|�Z�P��|�Z�P��t�[�P��t�\�P��l�]�P��d�_�P��d�_�P��\�_�P��\``�…
110 D0X����DX����LY����L�Z����T�[����T�\����\�]����\�^����d�_����d�`����…
125 …���V������W�0����Y�����Y����p[����Q]����1^����_�����`����a�…
128 …�(a[���� a\���� A]����A]���A]���A]���A^���!_���!`���!`…
159 …h�W�� `�X�� `�X�� X`Z�� X`Y�� P@[�� P@[�� H@\�� H ]�� @ _��
175 ��]�� �`^�� p_�� P`�� Pa�� 0b��0b��c�� d�� �e��…
185 …h�W��p�X��p�Y��x�[��xp\��xP\���P^���0_���a���a�…
/utopia/UTPA2-700.0.x/modules/pq/hal/kano/pq/include/
H A DKano_Sub.bin1 Kano_Sub 39630.43853 ���н��Y>_<�Y�GRULE_HEADER � �������� ����!���"���0"��…
9 …����`��2ڻ�b��Y�uRd��udJ?4f��Ph���h����m��j�� � ��[]�_�a����c…
91 …Z��#[�������HSP_DeRing_COM #^��#`��#a�����HSP_DeRing #^�#_��#`��HSP_Dither_C…
93 …���Z�P��|�Z�P��|�Z�P��t�[�P��t�\�P��l�]�P��d�_�P��d�_�P��\�_�P��\``�…
106 D0X����DX����LY����L�Z����T�[����T�\����\�]����\�^����d�_����d�`����…
121 …���V������W�0����Y�����Y����p[����Q]����1^����_�����`����a�…
124 …�(a[���� a\���� A]����A]���A]���A]���A^���!_���!`���!`…
155 …h�W�� `�X�� `�X�� X`Z�� X`Y�� P@[�� P@[�� H@\�� H ]�� @ _��
171 ��]�� �`^�� p_�� P`�� Pa�� 0b��0b��c�� d�� �e��…
H A DKano_Main.bin1 Kano_Main 39630.43853 @�� +��Y>_<�Y�GRULE_HEADER � �����@���������`��p"����…
11 …����`��2ڻ�b��Y�uRd��udJ?4f��Ph���h����m��j�� � ��[]�_�a����c…
99 …���Z�P��|�Z�P��|�Z�P��t�[�P��t�\�P��l�]�P��d�_�P��d�_�P��\�_�P��\``�…
112 D0X����DX����LY����L�Z����T�[����T�\����\�]����\�^����d�_����d�`����…
127 …���V������W�0����Y�����Y����p[����Q]����1^����_�����`����a�…
130 …�(a[���� a\���� A]����A]���A]���A]���A^���!_���!`���!`…
161 …h�W�� `�X�� `�X�� X`Z�� X`Y�� P@[�� P@[�� H@\�� H ]�� @ _��
177 ��]�� �`^�� p_�� P`�� Pa�� 0b��0b��c�� d�� �e��…
187 …h�W��p�X��p�Y��x�[��xp\��xP\���P^���0_���a���a�…
/utopia/UTPA2-700.0.x/modules/pq/hal/k6/pq/include/
H A Dk6_Sub.bin1 k6_Sub 39630.43853 ���н��Y>_<�Y�GRULE_HEADER � �������� ����!���"���0"��…
9 …����`��2ڻ�b��Y�uRd��udJ?4f��Ph���h����m��j�� � ��[]�_�a����c…
91 …Z��#[�������HSP_DeRing_COM #^��#`��#a�����HSP_DeRing #^�#_��#`��HSP_Dither_C…
93 …���Z�P��|�Z�P��|�Z�P��t�[�P��t�\�P��l�]�P��d�_�P��d�_�P��\�_�P��\``�…
106 D0X����DX����LY����L�Z����T�[����T�\����\�]����\�^����d�_����d�`����…
121 …���V������W�0����Y�����Y����p[����Q]����1^����_�����`����a�…
124 …�(a[���� a\���� A]����A]���A]���A]���A^���!_���!`���!`…
155 …h�W�� `�X�� `�X�� X`Z�� X`Y�� P@[�� P@[�� H@\�� H ]�� @ _��
171 ��]�� �`^�� p_�� P`�� Pa�� 0b��0b��c�� d�� �e��…
H A Dk6_Main.bin1 k6_Main 39630.43853 P��6��Y>_<�Y�GRULE_HEADER � �����P���������p���"����…
11 …����`��2ڻ�b��Y�uRd��udJ?4f��Ph���h����m��j�� � ��[]�_�a����c…
97 …���Z�P��|�Z�P��|�Z�P��t�[�P��t�\�P��l�]�P��d�_�P��d�_�P��\�_�P��\``�…
110 D0X����DX����LY����L�Z����T�[����T�\����\�]����\�^����d�_����d�`����…
125 …���V������W�0����Y�����Y����p[����Q]����1^����_�����`����a�…
128 …�(a[���� a\���� A]����A]���A]���A]���A^���!_���!`���!`…
159 …h�W�� `�X�� `�X�� X`Z�� X`Y�� P@[�� P@[�� H@\�� H ]�� @ _��
175 ��]�� �`^�� p_�� P`�� Pa�� 0b��0b��c�� d�� �e��…
185 …h�W��p�X��p�Y��x�[��xp\��xP\���P^���0_���a���a�…
/utopia/UTPA2-700.0.x/projects/build/
H A DMakefile148 IMAGENAME = $(CHIP)_$(OS_TYPE)
735 DDI_PATH = $(ROOT)/lib/$(CHIP)_$(OS_TYPE)_$(MCU_TYPE)/$(MCU_TYPE)_$(BLT_TYPE)
1175 …@tar zcvf $(CHIP)_$(OS_TYPE)_$(EXT_PLATFORM_FLAG)_$(CPU_NAME)_$(FPU)_$(LINK_TYPE)_$(BLT_TYPE).doc.…
1176 …@tar zcvf $(CHIP)_$(OS_TYPE)_$(EXT_PLATFORM_FLAG)_$(CPU_NAME)_$(FPU)_$(LINK_TYPE)_$(BLT_TYPE).tgz …
1180 …@tar zcvf $(CHIP)_$(OS_TYPE)_$(EXT_PLATFORM_FLAG)_$(CPU_NAME)_$(FPU)_$(LINK_TYPE)_$(BLT_TYPE).doc.…
1181 …@tar zcvf $(CHIP)_$(OS_TYPE)_$(EXT_PLATFORM_FLAG)_$(CPU_NAME)_$(FPU)_$(LINK_TYPE)_$(BLT_TYPE).tgz …
/utopia/UTPA2-700.0.x/modules/pq/hal/mooney/pq/include/
H A DMain.bin1 Mooney_Main 42685.7148495 ���`���Y>_<�Y�GRULE_HEADER ���������`��������������…
12 ��\� \�������\��]���� �%� ]�0]� ����� _�0_� �����@`�P`�
175 …����������������������������������������������AFEC_COM 5C`�5D��5_?�5?�5\�@�����������…
183 …�?] �@!�("�������������Comb ���_���������������������…
198 …/88 �H8J��8K��8L��8M��8N��8O��8F��8G��8H��8I��8Y��8Z��8[��8\��8]��8^��8_��8P� 8Q��8R��8T��8U|…
201 …`�`��Z���V��V � ��[\��/��S J�%gc]��^������������_��`�����2f…
356 …�Q���a���������������1���Q����{��u��q��m!��iA��eq�_��[��W��Q��M1…
499 …�Q���a���������������1���Q����{��u��q��m!��iA��eq�_��[��W��Q��M1…
658_��H����x�X���u53���s�S�����f�����v�V�aE������e�C�nK��������f�F�!��������e�E�!…

123456