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:TestRegistry
(Results
1 - 10
of
10
) sorted by relevance
/third_party/skia/tests/
H
A
D
Test.h
102
typedef sk_tools::Registry<Test>
TestRegistry
;
typedef
197
skiatest::
TestRegistry
name##
TestRegistry
( \
203
skiatest::
TestRegistry
name##
TestRegistry
( \
222
skiatest::
TestRegistry
name##
TestRegistry
( \
232
skiatest::
TestRegistry
name##
TestRegistry
( \
239
skiatest::
TestRegistry
nam
[all...]
H
A
D
skia_test.cpp
57
template
TestRegistry
*
TestRegistry
::gHead;
227
for (const Test& test :
TestRegistry
::Range()) {
in main()
243
for (const Test& test :
TestRegistry
::Range()) {
in main()
/third_party/skia/tools/
H
A
D
list_gpu_unit_tests.cpp
17
for (const skiatest::Test& test : skiatest::
TestRegistry
::Range()) {
in main()
/third_party/skia/modules/canvaskit/
H
A
D
gm_bindings.cpp
206
for (auto test : skiatest::
TestRegistry
::Range()) {
in ListTests()
214
for (auto test : skiatest::
TestRegistry
::Range()) {
in getTestWithName()
/third_party/skia/tools/fm/
H
A
D
fm.cpp
419
for (const skiatest::Test& test : skiatest::
TestRegistry
::Range()) {
in main()
/third_party/skia/tools/skqp/src/
H
A
D
skqp.cpp
82
for (const skiatest::Test& test : skiatest::
TestRegistry
::Range()) {
in get_unit_tests()
/third_party/skia/dm/
H
A
D
DM.cpp
1432
for (const skiatest::Test& test : skiatest::
TestRegistry
::Range()) {
in gather_tests()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/
H
A
D
TransliteratorTest.java
140
public void
TestRegistry
() {
in TestRegistry()
method in TransliteratorTest
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
H
A
D
TransliteratorTest.java
137
public void
TestRegistry
() {
in TestRegistry()
method in TransliteratorTest
/third_party/libabigail/tests/lib/
H
A
D
catch.hpp
12299
class
TestRegistry
: public ITestCaseRegistry {
12301
virtual ~
TestRegistry
() = default;
12504
TestRegistry
m_testCaseRegistry;
14305
void
TestRegistry
::registerTest( TestCase const& testCase ) {
14315
std::vector<TestCase> const&
TestRegistry
::getAllTests() const {
14318
std::vector<TestCase> const&
TestRegistry
::getAllTestsSorted( IConfig const& config ) const {
Completed in 32 milliseconds