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:NUM_TESTS
(Results
1 - 10
of
10
) sorted by relevance
/third_party/ltp/testcases/open_posix_testsuite/bin/
H
A
D
run-tests.sh
15
NUM_TESTS
=0
26
NUM_TESTS
=$(expr $
NUM_TESTS
+ 1)
37
$(printf "TOTAL\t\t%3d" $
NUM_TESTS
)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H
A
D
strip_test.cc
135
int
NUM_TESTS
= 7;
in TEST()
local
137
for (int i = 0; i <
NUM_TESTS
; i++) {
in TEST()
H
A
D
ascii_test.cc
356
const int
NUM_TESTS
= ABSL_ARRAYSIZE(inputs);
in TEST()
local
358
for (int i = 0; i <
NUM_TESTS
; i++) {
in TEST()
/third_party/openssl/test/
H
A
D
bftest.c
50
# define
NUM_TESTS
34
macro
51
static unsigned char ecb_data[
NUM_TESTS
][8] = {
88
static unsigned char plain_data[
NUM_TESTS
][8] = {
125
static unsigned char cipher_data[
NUM_TESTS
][8] = {
234
for (i = 0; i <
NUM_TESTS
; i++) {
in print_test_data()
480
ADD_ALL_TESTS(test_bf_ecb,
NUM_TESTS
);
in setup_tests()
H
A
D
destest.c
32
# define
NUM_TESTS
34
macro
33
static unsigned char key_data[
NUM_TESTS
][8] = {
70
static unsigned char plain_data[
NUM_TESTS
][8] = {
107
static unsigned char cipher_data[
NUM_TESTS
][8] = {
144
static unsigned char cipher_ecb2[
NUM_TESTS
- 1][8] = {
869
ADD_ALL_TESTS(test_des_ecb,
NUM_TESTS
);
in setup_tests()
872
ADD_ALL_TESTS(test_des_ede_ecb,
NUM_TESTS
- 2);
in setup_tests()
H
A
D
dtlstest.c
23
#define
NUM_TESTS
2
macro
596
ADD_ALL_TESTS(test_dtls_unprocessed,
NUM_TESTS
);
in setup_tests()
/third_party/skia/tests/
H
A
D
ProgramsTest.cpp
278
static const int
NUM_TESTS
= 1024;
in ProgramUnitTest()
local
279
for (int t = 0; t <
NUM_TESTS
; t++) {
in ProgramUnitTest()
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H
A
D
ir_context_test.cpp
285
const uint32_t
NUM_TESTS
= 1000;
in TEST_F()
local
287
for (uint32_t i = 1; i <
NUM_TESTS
; ++i)
in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H
A
D
ir_context_test.cpp
285
const uint32_t
NUM_TESTS
= 1000;
in TEST_F()
local
287
for (uint32_t i = 1; i <
NUM_TESTS
; ++i)
in TEST_F()
/third_party/spirv-tools/test/opt/
H
A
D
ir_context_test.cpp
299
const uint32_t
NUM_TESTS
= 1000;
in TEST_F()
local
301
for (uint32_t i = 1; i <
NUM_TESTS
; ++i)
in TEST_F()
Completed in 10 milliseconds