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:pretty
(Results
1 - 13
of
13
) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H
A
D
json_writer.c
24
bool
pretty
; /* optional whitepace */
member
28
/* indentation for
pretty
print */
36
/* end current line and indent if
pretty
printing */
39
if (!self->
pretty
)
in jsonw_eol()
96
self->
pretty
= false;
in jsonw_new()
116
self->
pretty
= on;
in jsonw_pretty()
154
if (self->
pretty
)
in jsonw_name()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/
H
A
D
json_writer.c
24
bool
pretty
; /* optional whitepace */
member
28
/* indentation for
pretty
print */
36
/* end current line and indent if
pretty
printing */
39
if (!self->
pretty
)
in jsonw_eol()
96
self->
pretty
= false;
in jsonw_new()
116
self->
pretty
= on;
in jsonw_pretty()
154
if (self->
pretty
)
in jsonw_name()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H
A
D
json_writer.c
24
bool
pretty
; /* optional whitepace */
member
28
/* indentation for
pretty
print */
36
/* end current line and indent if
pretty
printing */
39
if (!self->
pretty
)
in jsonw_eol()
96
self->
pretty
= false;
in jsonw_new()
116
self->
pretty
= on;
in jsonw_pretty()
154
if (self->
pretty
)
in jsonw_name()
/kernel/linux/linux-5.10/tools/testing/selftests/wireguard/
H
A
D
netns.sh
32
pretty
() { echo -e "\x1b[32m\x1b[1m[+] ${1:+NS$1: }${2}\x1b[0m" >&3; }
function
33
pp() {
pretty
"" "$*"; "$@"; }
35
n0() {
pretty
0 "$*"; maybe_exec ip netns exec $netns0 "$@"; }
36
n1() {
pretty
1 "$*"; maybe_exec ip netns exec $netns1 "$@"; }
37
n2() {
pretty
2 "$*"; maybe_exec ip netns exec $netns2 "$@"; }
38
ip0() {
pretty
0 "ip $*"; ip -n $netns0 "$@"; }
39
ip1() {
pretty
1 "ip $*"; ip -n $netns1 "$@"; }
40
ip2() {
pretty
2 "ip $*"; ip -n $netns2 "$@"; }
42
waitiperf() {
pretty
"${1//*-}" "wait for iperf:${3:-5201} pid $2"; while [[ $(ss -N "$1" -tlpH "sport = ${3:-5201}") != *\"iperf3\",pid=$2,fd=* ]]; do sleep 0.1; done; }
43
waitncatudp() {
pretty
"
[all...]
/kernel/linux/linux-6.6/tools/testing/selftests/wireguard/
H
A
D
netns.sh
34
pretty
() { echo -e "\x1b[32m\x1b[1m[+] ${1:+NS$1: }${2}\x1b[0m" >&3; }
function
35
pp() {
pretty
"" "$*"; "$@"; }
37
n0() {
pretty
0 "$*"; maybe_exec ip netns exec $netns0 "$@"; }
38
n1() {
pretty
1 "$*"; maybe_exec ip netns exec $netns1 "$@"; }
39
n2() {
pretty
2 "$*"; maybe_exec ip netns exec $netns2 "$@"; }
40
ip0() {
pretty
0 "ip $*"; ip -n $netns0 "$@"; }
41
ip1() {
pretty
1 "ip $*"; ip -n $netns1 "$@"; }
42
ip2() {
pretty
2 "ip $*"; ip -n $netns2 "$@"; }
44
waitiperf() {
pretty
"${1//*-}" "wait for iperf:${3:-5201} pid $2"; while [[ $(ss -N "$1" -tlpH "sport = ${3:-5201}") != *\"iperf3\",pid=$2,fd=* ]]; do sleep 0.1; done; }
45
waitncatudp() {
pretty
"
[all...]
/kernel/linux/linux-6.6/tools/perf/Documentation/
H
A
D
Makefile
258
$(shell git log -1 --
pretty
="format:%cd" \
/kernel/linux/linux-5.10/tools/perf/Documentation/
H
A
D
Makefile
299
-aperf_date=$(shell git log -1 --
pretty
="format:%cd" \
/kernel/linux/linux-5.10/scripts/
H
A
D
checkpatch.pl
932
my $git_last_include_commit = `${git_command} log --no-merges --
pretty
=format:"%h%n" -1 -- include`;
1044
my $lines = `${git_command} log --no-color --no-merges --
pretty
=format:'%H %s' $git_range`;
/kernel/linux/linux-6.6/scripts/
H
A
D
checkpatch.pl
1169
my $git_last_include_commit = `${git_command} log --no-merges --
pretty
=format:"%h%n" -1 -- include`;
1282
my $lines = `${git_command} log --no-color --no-merges --
pretty
=format:'%H %s' $git_range`;
/kernel/linux/linux-5.10/arch/m68k/ifpsp060/src/
H
A
D
pfpsp.S
2928
# this ain't a
pretty
solution, but it works:
H
A
D
fpsp.S
2929
# this ain't a
pretty
solution, but it works:
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/
H
A
D
pfpsp.S
2928
# this ain't a
pretty
solution, but it works:
H
A
D
fpsp.S
2929
# this ain't a
pretty
solution, but it works:
Completed in 121 milliseconds