Searched refs:constructors (Results 1 – 11 of 11) sorted by relevance
79 Constructor[] constructors = testCaseClass.getConstructors(); in instantiateTest() local81 if (constructors.length == 0) { in instantiateTest()84 for (Constructor constructor : constructors) { in instantiateTest()
228 Constructor<? extends TestCase>[] constructors in hasValidConstructor() local230 for (Constructor<? extends TestCase> constructor : constructors) { in hasValidConstructor()
188 passed to their constructors. {@link android.view.ScaleGestureDetector} uses
94 and constructors that allow you to allocate and work with memory for pointers that are defined in333 in memory. Each <code>struct</code>'s class defines the following methods and constructors:</p>336 <li>Overloaded constructors that allow you to allocate memory. The
124 subclasses call in their own constructors. The {@link android.test.ProviderTestCase2}
202 constructors. Below, we'll discuss each the first two techniques (using constructors is nothing new
248 /sdcard/android/layout_tests/fast/js/global-constructors.html271 /sdcard/android/layout_tests/fast/dom/Window/custom-constructors.html278 /sdcard/android/layout_tests/fast/dom/dom-constructors.html293 /sdcard/android/layout_tests/fast/dom/global-constructors.html
1897 /sdcard/android/layout_tests/fast/dom/Window/element-constructors-on-window.html2019 /sdcard/android/layout_tests/fast/dom/constructors-overriding.html2077 /sdcard/android/layout_tests/fast/dom/constructors-cached.html2110 /sdcard/android/layout_tests/fast/dom/constructors-cached-navigate.html2821 /sdcard/android/layout_tests/media/constructors.html
417 # constructors and destructors are listed first. If set to NO (the default)418 # the constructors will appear in the respective orders defined by
478 The {@link android.view.View.DragShadowBuilder} class has two constructors:
1838 …ferences escaping during object construction, and provides guidelines for thread-safe constructors.