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:testdir
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/tools/power/pm-graph/
H
A
D
bootgraph.py
57
testdir
= ''
variable in SystemValues
81
self.
testdir
= datetime.now().strftime('boot-%y%m%d-%H%M%S')
161
cmdline += ' -o "%s"' % os.path.abspath(self.
testdir
)
984
sysvals.
testdir
= sysvals.setOutputFolder(val)
1094
if testrun and os.path.isdir(sysvals.
testdir
) and \
1097
call(cmd.format(os.environ['SUDO_USER'], sysvals.
testdir
), shell=True)
H
A
D
sleepgraph.py
112
testdir
= ''
variable in SystemValues
311
self.
testdir
= datetime.now().strftime('suspend-%y%m%d-%H%M%S')
453
self.
testdir
+'/'+self.prefix+'_'+self.suspendmode+'_dmesg.txt'+ext
455
self.
testdir
+'/'+self.prefix+'_'+self.suspendmode+'_ftrace.txt'+ext
457
self.
testdir
+'/'+self.prefix+'_'+self.suspendmode+'.html'
458
if not os.path.isdir(self.
testdir
):
459
os.makedirs(self.
testdir
)
460
self.sudoUserchown(self.
testdir
)
6012
sysvals.sudoUserchown(sysvals.
testdir
)
6017
sysvals.sudoUserchown(sysvals.
testdir
)
[all...]
/kernel/linux/linux-6.6/tools/power/pm-graph/
H
A
D
bootgraph.py
57
testdir
= ''
variable in SystemValues
78
self.
testdir
= datetime.now().strftime('boot-%y%m%d-%H%M%S')
163
cmdline += ' -o "%s"' % os.path.abspath(self.
testdir
)
986
sysvals.
testdir
= sysvals.setOutputFolder(val)
1096
if testrun and os.path.isdir(sysvals.
testdir
) and \
1099
call(cmd.format(os.environ['SUDO_USER'], sysvals.
testdir
), shell=True)
H
A
D
sleepgraph.py
121
testdir
= ''
variable in SystemValues
333
self.
testdir
= datetime.now().strftime('suspend-%y%m%d-%H%M%S')
495
self.
testdir
+'/'+self.prefix+'_'+self.suspendmode+'_dmesg.txt'+ext
497
self.
testdir
+'/'+self.prefix+'_'+self.suspendmode+'_ftrace.txt'+ext
499
self.
testdir
+'/'+self.prefix+'_'+self.suspendmode+'.html'
500
if not os.path.isdir(self.
testdir
):
501
os.makedirs(self.
testdir
)
502
self.sudoUserchown(self.
testdir
)
6237
sysvals.sudoUserchown(sysvals.
testdir
)
6242
sysvals.sudoUserchown(sysvals.
testdir
)
[all...]
/kernel/linux/linux-5.10/tools/testing/selftests/tc-testing/
H
A
D
tdc.py
648
for
testdir
in testdirs:
649
for root, dirnames, filenames in os.walk(
testdir
):
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/
H
A
D
tdc.py
772
for
testdir
in testdirs:
773
for root, dirnames, filenames in os.walk(
testdir
):
Completed in 19 milliseconds