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:this_case
(Results
1 - 14
of
14
) sorted by relevance
/third_party/ltp/testcases/kernel/mce-test/lib/
H
A
D
soft-inject.sh
10
if [ -n "$
this_case
" ]; then
11
bcase=$(basename $
this_case
)
13
mcelog_result=$RDIR/$
this_case
/mcelog
14
klog=$RDIR/$
this_case
/klog
19
if [ -f $RDIR/$
this_case
/mcelog ]; then
25
mce_reformat $mcelog_refer $RDIR/$
this_case
/mcelog_refer
27
if mce_cmp $RDIR/$
this_case
/mcelog $mcelog_refer "$removes"; then
39
local klog=$RDIR/$
this_case
/klog
40
local orig_klog=$RDIR/$
this_case
/orig_klog
65
if [ -f $RDIR/$
this_case
/retur
[all...]
H
A
D
apei-inject.sh
12
if [ -n "$
this_case
" ]; then
13
bcase=$(basename $
this_case
)
15
mcelog_result=$RDIR/$
this_case
/mcelog
16
klog=$RDIR/$
this_case
/klog
44
if [ -f $RDIR/$
this_case
/mcelog ]; then
46
mce-inject --dump $mcelog_refer > $RDIR/$
this_case
/mcelog_refer
47
if apei_mce_cmp $RDIR/$
this_case
/mcelog $RDIR/$
this_case
/mcelog_refer; then
103
page-types -p `pidof simple_process` -LN -b ano > $RDIR/$
this_case
/page
105
ADDR=`awk '$2 != "offset" {print "0x"$2"000"}' $RDIR/$
this_case
/pag
[all...]
H
A
D
mce.sh
161
cp $KSRC_DIR/$src_fn.gcov $RDIR/$
this_case
176
cp $sev_cor $RDIR/$
this_case
/third_party/ltp/testcases/kernel/mce-test/drivers/simple/
H
A
D
driver.sh
77
for
this_case
in $($CDIR/$case_sh enumerate); do
80
export
this_case
81
mkdir -p $RDIR/$
this_case
82
rm -rf $RDIR/$
this_case
/*
83
echo -e "\n$
this_case
:" | tee -a $RDIR/result
84
klog=$RDIR/$
this_case
/klog
86
mkdir -p $WDIR/$
this_case
87
rm -rf $WDIR/$
this_case
/*
88
local err_log=$WDIR/$
this_case
/err_log
/third_party/ltp/testcases/kernel/mce-test/drivers/kdump/
H
A
D
driver.sh
89
klog=$RDIR/$
this_case
/klog
245
for
this_case
in $($CDIR/$case_sh enumerate); do
246
export
this_case
247
_this_case=$(echo $
this_case
| tr '/' '_')
267
mkdir -p $RDIR/$
this_case
268
rm -rf $RDIR/$
this_case
/*
269
echo -e "\n$
this_case
:" | tee -a $RDIR/result
271
echo "Running current test $
this_case
."
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/non-panic/
H
A
D
cases.sh
38
echo '!!! Unknown case: $
this_case
!!!'
51
echo "!!! Unknown case: $
this_case
!!!"
/third_party/ltp/testcases/kernel/mce-test/cases/apei-inj/ucr/
H
A
D
cases.sh
30
echo '!!! Unknown case: $
this_case
!!!'
46
echo '!!! Unknown case: $
this_case
!!!'
59
echo "!!! Unknown case: $
this_case
!!!"
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_noser/
H
A
D
cases.sh
57
echo "!!! Unknown case: $
this_case
!!!"
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_noser/
H
A
D
cases.sh
45
echo "!!! Unknown case: $
this_case
!!!"
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/recoverable_ucr/
H
A
D
cases.sh
46
echo "!!! Unknown case: $
this_case
!!!"
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/poll_ucr/
H
A
D
cases.sh
50
echo "!!! Unknown case: $
this_case
!!!"
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_ucr/
H
A
D
cases.sh
74
echo "!!! Unknown case: $
this_case
!!!"
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic/
H
A
D
cases.sh
39
echo '!!! Unknown case: $
this_case
!!!'
85
echo "!!! Unknown case: $
this_case
!!!"
/third_party/ltp/testcases/kernel/mce-test/cases/soft-inj/panic_npcc/
H
A
D
cases.sh
104
echo "!!! Unknown case: $
this_case
!!!"
Completed in 3 milliseconds