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:FLAG_1
(Results
1 - 6
of
6
) sorted by relevance
/third_party/toybox/toys/posix/
H
A
D
comm.c
30
if (col == 0 && toys.optflags &
FLAG_1
) return;
in writeline()
33
if (!(toys.optflags &
FLAG_1
)) putchar('\t');
in writeline()
36
if (!(toys.optflags &
FLAG_1
)) putchar('\t');
in writeline()
H
A
D
ls.c
186
if (flags == (
FLAG_1
|FLAG_f)) {
in filter()
338
if (flags == (
FLAG_1
|FLAG_f)) return;
in listfiles()
436
} else if ((flags &
FLAG_1
) || width+1+*len > TT.screen_width) {
in listfiles()
568
if (toys.optflags&(FLAG_l|FLAG_o|FLAG_n|FLAG_g)) toys.optflags |=
FLAG_1
;
in ls_main()
569
else if (!(toys.optflags&(
FLAG_1
|FLAG_x|FLAG_m))) toys.optflags |= FLAG_C;
in ls_main()
571
if (!FLAG(m)) toys.optflags |=
FLAG_1
;
in ls_main()
/third_party/toybox/porting/liteos_a/toys/posix/
H
A
D
ls.c
185
if (flags == (
FLAG_1
|FLAG_f)) {
in filter()
327
if (flags == (
FLAG_1
|FLAG_f)) return;
in listfiles()
424
} else if ((flags &
FLAG_1
) || width+1+*len > TT.screen_width) {
in listfiles()
556
if (toys.optflags&(FLAG_l|FLAG_o|FLAG_n|FLAG_g)) toys.optflags |=
FLAG_1
;
in ls_main()
557
else if (!(toys.optflags&(
FLAG_1
|FLAG_x|FLAG_m))) toys.optflags |= FLAG_C;
in ls_main()
559
if (!FLAG(m)) toys.optflags |=
FLAG_1
;
in ls_main()
/third_party/toybox/toys/other/
H
A
D
pwgen.c
44
else toys.optflags |=
FLAG_1
;
in pwgen_main()
/third_party/toybox/generated/
H
A
D
flags.h
354
#undef
FLAG_1
macro
1155
#undef
FLAG_1
macro
1176
#undef
FLAG_1
macro
1649
#undef
FLAG_1
macro
2339
#undef
FLAG_1
macro
3469
#undef
FLAG_1
macro
3767
#define
FLAG_1
(1<<0)
macro
4452
#define
FLAG_1
(1<<8)
macro
4471
#define
FLAG_1
(FORCED_FLAG<<8)
macro
4862
#define
FLAG_1
(
macro
5448
#define
FLAG_1
global()
macro
6394
#define
FLAG_1
global()
macro
[all...]
/third_party/typescript/tests/baselines/reference/
H
A
D
keyofAndIndexedAccess.js
589
FLAG_1
= "flag_1",
1061
Flag["
FLAG_1
"] = "flag_1";
1398
FLAG_1
= "flag_1",
Completed in 21 milliseconds