Home
last modified time | relevance | path

Searched refs:TestConstructor (Results 1 – 9 of 9) sorted by relevance

/external/v8/test/mjsunit/regress/
Dregress-137768.js31 function TestConstructor() { class
48 a = new TestConstructor();
54 a = new TestConstructor();
61 a = new TestConstructor();
/external/protobuf/gtest/xcode/Samples/FrameworkSample/
Dwidget_test.cc45 TEST(WidgetInitializerTest, TestConstructor) { in TEST() argument
/external/google-breakpad/src/testing/gtest/xcode/Samples/FrameworkSample/
Dwidget_test.cc45 TEST(WidgetInitializerTest, TestConstructor) { in TEST() argument
/external/v8/test/mjsunit/harmony/
Dprivate.js75 function TestConstructor() { class
81 TestConstructor()
/external/v8/test/mjsunit/es6/
Dcollections.js316 function TestConstructor(C) { class
322 TestConstructor(Set);
323 TestConstructor(Map);
324 TestConstructor(WeakMap);
325 TestConstructor(WeakSet);
Dsymbols.js88 function TestConstructor() { class
99 TestConstructor()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DPluralFormatUnitTest.java38 public void TestConstructor() { in TestConstructor() method in PluralFormatUnitTest
DDateIntervalFormatTest.java1087 public void TestConstructor() { in TestConstructor() method in DateIntervalFormatTest
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/search/
DSearchTest.java732 public void TestConstructor() in TestConstructor() method in SearchTest