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:g_failResult
(Results
1 - 7
of
7
) sorted by relevance
/kernel/liteos_a/testsuites/kernel/src/
H
A
D
iCunit.c
57
extern UINT32
g_failResult
;
421
if (
g_failResult
< 50) { // 50
in ICunitRunF()
422
g_errorCase[
g_failResult
] = *psubCase;
in ICunitRunF()
428
g_failResult
++;
in ICunitRunF()
539
g_failResult
= 0;
in ICunitRunTestArray()
557
failedCount =
g_failResult
;
in ICunitRunTestArraySequence()
586
failedCount =
g_failResult
;
in ICunitRunTestArrayRandom()
H
A
D
osTest.c
61
UINT32
g_failResult
= 0;
variable
461
for (int j = 0; j <
g_failResult
&& j < 50; j++) { // 50
in TestTaskEntry()
480
dprintf("\n\ntest_count: %d,failed count: %d, success count: %d\n", g_testCircleCount,
g_failResult
,
in TestTaskEntry()
/kernel/liteos_m/testsuites/src/
H
A
D
iCunit.c
41
extern UINT32
g_failResult
;
128
g_failResult
++;
in ICunitRunF()
H
A
D
osTest.c
76
UINT32
g_failResult
= 0;
variable
257
PRINTF("\nfailed count:%d, success count:%d\n",
g_failResult
, g_passResult);
in TestTaskEntry()
/kernel/liteos_a/testsuites/kernel/include/
H
A
D
osTest.h
280
extern UINT32
g_failResult
;
/kernel/liteos_a/testsuites/unittest/common/
H
A
D
osTest.cpp
43
UINT32
g_failResult
= 0;
variable
/kernel/liteos_a/testsuites/unittest/common/include/
H
A
D
osTest.h
265
extern UINT32
g_failResult
;
Completed in 5 milliseconds