Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:backtitle
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ltp/
H
A
D
ltpmenu
83
dialog --
backtitle
"Linux Test Project Control Centre" \
105
dialog --
backtitle
"Linux Test Project Control Centre" \
171
dialog --
backtitle
"Linux Test Project Control Centre" \
179
dialog --
backtitle
"Linux Test Project Control Centre" \
183
dialog --
backtitle
"Linux Test Project Control Centre" \
202
dialog --
backtitle
"Linux Test Project Control Centre" \
220
dialog --
backtitle
"Linux Test Project Control Centre"\
226
dialog --
backtitle
"Linux Test Project Control Centre"\
237
dialog --
backtitle
"Linux Test Project Control Centre"\
244
dialog --
backtitle
"Linu
[all...]
/third_party/alsa-utils/alsa-info/
H
A
D
alsa-info.sh
388
dialog --
backtitle
"$BGTITLE" \
868
dialog --
backtitle
"$BGTITLE" --msgbox "Could not automatically upload output to 'https://www.alsa-project.org'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wget is less than 1.8.2\n\nPlease manually upload $NFILE to 'https://www.alsa-project.org/cardinfo-db' and submit your post." 25 100
870
dialog --
backtitle
"$BGTITLE" --msgbox "Could not automatically upload output to 'https://www.pastebin.ca'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wget is less than 1.8.2\n\nPlease manually upload $NFILE to 'https://www.pastebin.ca/upload.php' and submit your post." 25 100
898
dialog --
backtitle
"$BGTITLE" --title "Information collected" --yes-label " UPLOAD / SHARE " --no-label " SAVE LOCALLY " --defaultno --yesno "\n\nAutomatically upload ALSA information to $WWWSERVICE?" 10 80
924
dialog --
backtitle
"$BGTITLE" --title "Information collected" --msgbox "\n\nYour ALSA information is in $NFILE" 10 60
937
dialog --
backtitle
"$BGTITLE" --infobox "Uploading information to $WWWSERVICE ..." 6 70
953
dialog --
backtitle
"$BGTITLE" --title "Information not uploaded" --msgbox "An error occurred while contacting $WWWSERVICE.\n Your information was NOT automatically uploaded.\n\nYour ALSA information is in $NFILE" 10 100
968
dialog --
backtitle
"$BGTITLE" --title "Information uploaded" --yesno "Would you like to see the uploaded information?" 5 100
972
dialog --
backtitle
"$BGTITLE" --textbox "$TEMPDIR/uploaded.txt" 0 0
/third_party/toybox/kconfig/lxdialog/
H
A
D
dialog.h
104
const char *
backtitle
;
member
190
void init_dialog(const char *
backtitle
);
H
A
D
util.c
256
if (dlg.
backtitle
!= NULL) {
in dialog_clear()
260
mvwaddstr(stdscr, 0, 1, (char *)dlg.
backtitle
);
in dialog_clear()
271
void init_dialog(const char *
backtitle
)
in init_dialog()
argument
273
dlg.
backtitle
=
backtitle
;
in init_dialog()
Completed in 4 milliseconds