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:ntests
(Results
1 - 5
of
5
) sorted by relevance
/third_party/gn/src/util/test/
H
A
D
gn_test.cc
45
static int
ntests
;
variable
48
tests[
ntests
].factory = factory;
49
tests[
ntests
++].name = name;
137
for (int i = 0; i <
ntests
; i++) {
in main()
163
for (int i = 0; i <
ntests
; i++) {
in main()
/third_party/optimized-routines/math/test/rtest/
H
A
D
main.c
25
int
ntests
= 0;
variable
144
* - "test <function> <
ntests
>" generates random test lines
in dofile()
177
int
ntests
, i;
in dofile()
local
183
ntests
= atoi(p);
in dofile()
185
ntests
= 100; /* *shrug* */
in dofile()
188
gencases(&functions[i],
ntests
);
in dofile()
329
fprintf(stderr, "Tests expected to run: %d\n",
ntests
);
in main()
H
A
D
dotest.c
21
extern int lib_fo, lib_no_arith,
ntests
;
1623
ntests
++;
in vet_for_decline()
1625
ntests
+= 3;
in vet_for_decline()
/third_party/skia/third_party/externals/expat/expat/tests/
H
A
D
minicheck.c
88
if (tc->allocated == tc->
ntests
) {
in tcase_add_test()
96
tc->tests[tc->
ntests
] = test;
in tcase_add_test()
97
tc->
ntests
++;
in tcase_add_test()
171
for (i = 0; i < tc->
ntests
; ++i) {
in srunner_run_all()
H
A
D
minicheck.h
93
int
ntests
;
member
Completed in 5 milliseconds