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:yesno
(Results
1 - 15
of
15
) sorted by relevance
/third_party/ltp/
H
A
D
ltpmenu
107
--
yesno
"This will compile all the test cases in\
185
--
yesno
"Would you like to share these results with the LTP \
222
--
yesno
"Would you like test output recorded to a file, instead of STDOUT?" 7 80
239
--
yesno
"Would you like to specify test duration? \
/third_party/libinput/tools/
H
A
D
libinput-measure-fuzz.py
432
yesno
= input("Ctrl+C to exit ")
434
if
yesno
== "1":
437
elif
yesno
== "2":
445
yesno
= input("File {} exists, overwrite? [Y/n] ".format(fname))
446
if
yesno
.lower == "n":
/third_party/toybox/toys/posix/
H
A
D
rm.c
49
or =
yesno
(0);
in do_rm()
69
or =
yesno
(0);
in do_rm()
H
A
D
cp.c
175
if (!
yesno
(1)) return 0;
in cp_node()
440
if (!
yesno
(1)) rc = 0;
in cp_main()
H
A
D
find.c
567
if (!(test =
yesno
(0))) {
in do_find()
/third_party/python/Lib/idlelib/idle_test/
H
A
D
test_configdialog.py
718
yesno
= d.askyesno = Func()
736
yesno
.result = False
738
eq(
yesno
.called, 1)
746
yesno
.result = True
748
eq(
yesno
.called, 2)
759
yesno
.result = True
761
eq(
yesno
.called, 3)
1129
yesno
= d.askyesno = Func()
1147
yesno
.result = False
1149
eq(
yesno
[all...]
/third_party/alsa-utils/alsa-info/
H
A
D
alsa-info.sh
55
dialog --
yesno
"Newer version of ALSA-Info has been found\n\nDo you wish to install it?\nNOTICE: The original file $0 will be overwritten!" 0 0
62
dialog --
yesno
"Newer version of ALSA-Info has been found\n\nDo you wish to download it?" 0 0
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
968
dialog --backtitle "$BGTITLE" --title "Information uploaded" --
yesno
"Would you like to see the uploaded information?" 5 100
/third_party/toybox/toys/lsb/
H
A
D
killall.c
46
if (!
yesno
(0)) return 0;
in kill_process()
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
cp.c
148
if (!
yesno
(1)) return 0;
in cp_node()
444
if (!
yesno
(1)) rc = 0;
in cp_main()
/third_party/toybox/toys/other/
H
A
D
i2ctools.c
86
if (!
yesno
(1)) error_exit("Exiting");
in confirm()
/third_party/toybox/toys/pending/
H
A
D
crontab.c
325
if (!
yesno
(0)) {
in do_edit()
/third_party/ffmpeg/fftools/
H
A
D
cmdutils.c
806
int
yesno
= (av_toupper(c) == 'Y');
in read_yesno()
local
811
return
yesno
;
in read_yesno()
/third_party/toybox/lib/
H
A
D
lib.h
262
int
yesno
(int def);
H
A
D
lib.c
864
int
yesno
(int def)
in yesno()
function
/third_party/toybox/porting/liteos_a/lib/
H
A
D
lib.h
253
int
yesno
(int def);
Completed in 13 milliseconds