Home
last modified time | relevance | path

Searched refs:testClass (Results 1 – 18 of 18) sorted by relevance

/third_party/flatbuffers/tests/FlatBuffers.Test/
DProgram.cs33 foreach (var testClass in testClasses) in Main()
35 var methods = testClass.GetMethods(BindingFlags.Public | in Main()
39 var inst = Activator.CreateInstance(testClass); in Main()
51 testClass.Name ,method.Name, ex.GetBaseException()); in Main()
/third_party/typescript/tests/baselines/reference/
DescapedIdentifiers.js72 class testClass { class
179 var testClass = /** @class */ (function () { function
180 function testClass() { function
182 testClass.prototype.func = function (arg1, arg\u0032, arg\u0033, arg4) {
188 return testClass;
DescapedIdentifiers.symbols173 class testClass {
174 >testClass : Symbol(testClass, Decl(escapedIdentifiers.ts, 66, 31))
177 >func : Symbol(testClass.func, Decl(escapedIdentifiers.ts, 70, 17))
DescapedIdentifiers.types211 class testClass {
212 >testClass : testClass
/third_party/icu/icu4c/source/test/intltest/
Duobjtest.cpp66 delete testClass(f, #c, #f, c ::getStaticClassID()); \
73 …delete testClass(Transliterator::createInstance(UnicodeString(t), UTRANS_FORWARD,parseError,status…
80 delete testClass(new c x, #c, "new " #c #x, c ::getStaticClassID()); \
87 delete testClass(new c, #c, "new " #c , c::getStaticClassID())
89 testClass(NULL, #c, NULL, c::getStaticClassID())
92 delete testClass(objVar, #c, #f, objVar!=NULL? objVar->getDynamicClassID(): NULL); \
106 UObject *UObjectTest::testClass(UObject *obj, in testClass() function in UObjectTest
Duobjtest.h37 UObject *testClass(UObject *obj,
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dtestlog.h36 : testClass(callingTestClass), testName(callingTestName), scopeMessage() {} in IcuTestErrorCode()
55 TestLog &testClass;
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dtestlog.h36 : testClass(callingTestClass), testName(callingTestName), scopeMessage() {} in IcuTestErrorCode()
55 TestLog &testClass;
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Dtestlog.h36 : testClass(callingTestClass), testName(callingTestName), scopeMessage() {} in IcuTestErrorCode()
55 TestLog &testClass;
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DExtensionRegistryFactoryTest.java241 private void runTestMethod(ClassLoader classLoader, Class<? extends RegistryTests> testClass) in runTestMethod() argument
244 Class<?> test = classLoader.loadClass(testClass.getName()); in runTestMethod()
/third_party/icu/icu4c/source/tools/ctestfw/
Dtstdtmod.cpp131 testClass.dataerrln(msg); in errlog()
133 testClass.errln(msg); in errlog()
/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/
Dtstdtmod.cpp131 testClass.dataerrln(msg); in errlog()
133 testClass.errln(msg); in errlog()
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/
Dtstdtmod.cpp131 testClass.dataerrln(msg); in errlog()
133 testClass.errln(msg); in errlog()
/third_party/typescript/tests/cases/compiler/
DescapedIdentifiers.ts74 class testClass { class
/third_party/libxml2/
Dregressions.py281 class testClass: class
323 curClass = testClass()
/third_party/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java44 public SkQPRunner(Class testClass) { in SkQPRunner() argument
/third_party/flutter/skia/platform_tools/android/apps/skqp/src/main/java/org/skia/skqp/
DSkQPRunner.java44 public SkQPRunner(Class testClass) { in SkQPRunner() argument
/third_party/chromium/patch/
D0001-cve.patch124709 -class testClass:
124751 - curClass = testClass()