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:TestFactory
(Results
1 - 10
of
10
) sorted by relevance
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H
A
D
NumberFormatRegistrationTest.java
29
class
TestFactory
extends SimpleNumberFormatFactory {
in TestRegistration()
32
TestFactory
() {
in TestRegistration()
36
TestFactory
(ULocale srcLoc, ULocale swapLoc) {
in TestRegistration()
86
Object key = NumberFormat.registerFactory(new
TestFactory
());
in TestRegistration()
87
Object key2 = NumberFormat.registerFactory(new
TestFactory
(fu_FU, ULocale.GERMANY));
in TestRegistration()
H
A
D
NumberFormatTest.java
1509
class
TestFactory
extends SimpleNumberFormatFactory {
in TestRegistration()
1512
TestFactory
() {
in TestRegistration()
1529
Object key = NumberFormat.registerFactory(new
TestFactory
());
in TestRegistration()
3423
class
TestFactory
extends NumberFormatFactory {
in TestNumberFormatFactory()
3451
TestFactory
tf = new
TestFactory
();
in TestNumberFormatFactory()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H
A
D
NumberFormatRegistrationTest.java
32
class
TestFactory
extends SimpleNumberFormatFactory {
in TestRegistration()
35
TestFactory
() {
in TestRegistration()
39
TestFactory
(ULocale srcLoc, ULocale swapLoc) {
in TestRegistration()
89
Object key = NumberFormat.registerFactory(new
TestFactory
());
in TestRegistration()
90
Object key2 = NumberFormat.registerFactory(new
TestFactory
(fu_FU, ULocale.GERMANY));
in TestRegistration()
H
A
D
NumberFormatTest.java
1512
class
TestFactory
extends SimpleNumberFormatFactory {
in TestRegistration()
1515
TestFactory
() {
in TestRegistration()
1532
Object key = NumberFormat.registerFactory(new
TestFactory
());
in TestRegistration()
3426
class
TestFactory
extends NumberFormatFactory {
in TestNumberFormatFactory()
3454
TestFactory
tf = new
TestFactory
();
in TestNumberFormatFactory()
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/
H
A
D
test_util.cc
106
std::unique_ptr<cctz::ZoneInfoSource>
TestFactory
(
in TestFactory()
function
125
ZoneInfoSourceFactory zone_info_source_factory =
TestFactory
;
/third_party/icu/icu4c/source/test/intltest/
H
A
D
svccoll.cpp
256
class
TestFactory
: public CollatorFactory {
class
271
TestFactory
(CollatorInfo** _info)
in TestFactory()
function in TestFactory
281
~
TestFactory
() {
in ~TestFactory()
343
char
TestFactory
::gClassID = 0;
389
TestFactory
* factory = new
TestFactory
(info);
in TestRegisterFactory()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H
A
D
CollationServiceTest.java
154
class
TestFactory
extends CollatorFactory {
in TestRegisterFactory()
158
TestFactory
(CollatorInfo[] info) {
in TestRegisterFactory()
239
TestFactory
factory = null;
in TestRegisterFactory()
241
factory = new
TestFactory
(info);
in TestRegisterFactory()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H
A
D
ICUServiceThreadTest.java
56
private static class
TestFactory
extends SimpleFactory {
class in ICUServiceThreadTest
57
TestFactory
(String id) {
in TestFactory()
method in ICUServiceThreadTest.TestFactory
203
Factory f = new
TestFactory
(getCLV());
in iterate()
355
factories.add(new
TestFactory
((String)iter.next()));
in getFactoryCollection()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H
A
D
ICUServiceThreadTest.java
53
private static class
TestFactory
extends SimpleFactory {
class in ICUServiceThreadTest
54
TestFactory
(String id) {
in TestFactory()
method in ICUServiceThreadTest.TestFactory
200
Factory f = new
TestFactory
(getCLV());
in iterate()
352
factories.add(new
TestFactory
((String)iter.next()));
in getFactoryCollection()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H
A
D
CollationServiceTest.java
157
class
TestFactory
extends CollatorFactory {
in TestRegisterFactory()
161
TestFactory
(CollatorInfo[] info) {
in TestRegisterFactory()
242
TestFactory
factory = null;
in TestRegisterFactory()
244
factory = new
TestFactory
(info);
in TestRegisterFactory()
Completed in 26 milliseconds