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:suite_teardown
(Results
1 - 12
of
12
) sorted by relevance
/third_party/cJSON/tests/unity/test/expectdata/
H
A
D
testsample_mock_new2.c
62
static int
suite_teardown
(int num_failures)
in suite_teardown()
function
88
return
suite_teardown
(UnityEnd());
in main()
H
A
D
testsample_mock_run2.c
62
static int
suite_teardown
(int num_failures)
in suite_teardown()
function
88
return
suite_teardown
(UnityEnd());
in main()
H
A
D
testsample_new2.c
45
static int
suite_teardown
(int num_failures)
in suite_teardown()
function
69
return
suite_teardown
(UnityEnd());
in main()
H
A
D
testsample_run2.c
45
static int
suite_teardown
(int num_failures)
in suite_teardown()
function
69
return
suite_teardown
(UnityEnd());
in main()
/third_party/unity/test/expectdata/
H
A
D
testsample_mock_new2.c
62
static int
suite_teardown
(int num_failures)
in suite_teardown()
function
88
return
suite_teardown
(UnityEnd());
in main()
H
A
D
testsample_mock_run2.c
62
static int
suite_teardown
(int num_failures)
in suite_teardown()
function
88
return
suite_teardown
(UnityEnd());
in main()
H
A
D
testsample_new2.c
45
static int
suite_teardown
(int num_failures)
in suite_teardown()
function
69
return
suite_teardown
(UnityEnd());
in main()
H
A
D
testsample_run2.c
45
static int
suite_teardown
(int num_failures)
in suite_teardown()
function
69
return
suite_teardown
(UnityEnd());
in main()
/third_party/unity/auto/
H
A
D
generate_test_runner.rb
22
@options[:has_suite_teardown] = !options[:
suite_teardown
].nil?
345
return if @options[:
suite_teardown
].nil?
350
output.puts(@options[:
suite_teardown
])
455
output.puts(' (void)
suite_teardown
(0);')
534
' --
suite_teardown
="" - code to execute for teardown of entire suite',
/third_party/cJSON/tests/unity/test/tests/
H
A
D
test_generate_test_runner.rb
295
:
suite_teardown
=> " return num_failures;",
623
:
suite_teardown
=> " return num_failures;",
/third_party/cJSON/tests/unity/auto/
H
A
D
generate_test_runner.rb
258
output.puts('static int
suite_teardown
(int num_failures)')
260
if @options[:
suite_teardown
].nil?
268
# Old style, C code embedded in the :
suite_teardown
option
269
output.puts(@options[:
suite_teardown
])
377
output.puts(" return
suite_teardown
(UnityEnd());")
444
' --
suite_teardown
="" - code to execute for teardown of entire suite',
/third_party/unity/test/tests/
H
A
D
test_generate_test_runner.rb
301
:
suite_teardown
=> " return num_failures;",
632
:
suite_teardown
=> " return num_failures;",
Completed in 5 milliseconds