HomeSort by relevance Sort by last modified time
    Searched full:constructor (Results 226 - 250 of 9262) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/doclava/test/api/
changed-scope3.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
207 <constructor name="Foo"
214 </constructor>
    [all...]
changed-scope4.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
207 <constructor name="Foo"
214 </constructor>
    [all...]
changed-static.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
207 <constructor name="Foo"
214 </constructor>
    [all...]
changed-static2.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
207 <constructor name="Foo"
214 </constructor>
    [all...]
changed-static3.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
207 <constructor name="Foo"
214 </constructor>
    [all...]
changed-synchronized.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
207 <constructor name="Foo"
214 </constructor>
    [all...]
changed-transient.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
207 <constructor name="Foo"
214 </constructor>
    [all...]
changed-type.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
207 <constructor name="Foo"
214 </constructor>
    [all...]
changed-value.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
207 <constructor name="Foo"
214 </constructor>
    [all...]
changed-value2.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
207 <constructor name="Foo"
214 </constructor>
    [all...]
changed-volatile.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
207 <constructor name="Foo"
214 </constructor>
    [all...]
constants.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
207 <constructor name="Foo"
214 </constructor>
    [all...]
medium.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
124 <constructor name="Extender"
131 </constructor>
186 <constructor name="Foo"
193 </constructor>
    [all...]
removed-exception.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
137 <constructor name="Extender"
144 </constructor>
220 <constructor name="Foo"
227 </constructor>
    [all...]
removed-interface.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
122 <constructor name="Extender"
129 </constructor>
184 <constructor name="Foo"
191 </constructor>
    [all...]
throws.xml 12 <constructor name="Abstract"
19 </constructor>
51 <constructor name="Bunk"
58 </constructor>
92 <constructor name="DeBunk"
99 </constructor>
139 <constructor name="Extender"
146 </constructor>
222 <constructor name="Foo"
229 </constructor>
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
NativeErrorPrototype.cpp 34 NativeErrorPrototype::NativeErrorPrototype(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, const UString& nameAndMessage, NativeErrorConstructor* constructor)
39 putDirect(exec->globalData(), exec->propertyNames().constructor, constructor, DontEnum);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-008.js 6 * This test has a try block in a constructor.
14 var TITLE = "The try statement: try in a constructor";
36 var INVALID_INTEGER_VALUE = "Invalid value for java.lang.Integer constructor";
  /external/webrtc/src/system_wrappers/interface/
constructor_magic.h 25 // A macro to disallow the evil copy constructor and operator= functions
40 // default constructor, copy constructor and operator= functions.
critical_section_wrapper.h 23 // Factory method, constructor disabled
41 // Deprecated, don't add more users of this constructor.
42 // TODO(mflodman) Remove this version of the constructor when no one is
  /frameworks/base/core/java/com/android/internal/view/
CheckableLinearLayout.java 32 // TODO Auto-generated constructor stub
37 // TODO Auto-generated constructor stub
42 // TODO Auto-generated constructor stub
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
TestGroupingTest.java 37 * Verifies that TestCases with no public constructor are not loaded.
38 * Relies on fixture classes in android.test.suitebuilder.examples.constructor
41 mGrouping.addPackagesRecursive("android.test.suitebuilder.examples.constructor");
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
SignerStub.java 37 * Default constructor
44 * Constructor, sets given name
53 * Constructor, sets given name and scope
  /external/junit/src/junit/framework/
TestSuite.java 5 import java.lang.reflect.Constructor;
27 * TestSuite constructor.
33 * <p>This constructor creates a suite with all the methods
52 Constructor<?> constructor; local
54 constructor= getTestConstructor(theClass);
56 return warning("Class "+theClass.getName()+" has no public constructor TestCase(String name) or TestCase()");
60 if (constructor.getParameterTypes().length == 0) {
61 test= constructor.newInstance(new Object[0]);
65 test= constructor.newInstance(new Object[]{name})
    [all...]
  /external/clang/test/SemaCXX/
cxx98-compat-flags.cpp 28 Private p; // expected-note {{copy constructor of 'Deleted' is implicitly deleted because field 'p' has an inaccessible copy constructor}}
31 const Private &a = Private(); // expected-warning {{copying variable of type 'CopyCtorIssues::Private' when binding a reference to a temporary would invoke an inaccessible constructor in C++98}}
32 const NoViable &b = NoViable(); // expected-warning {{copying variable of type 'CopyCtorIssues::NoViable' when binding a reference to a temporary would find no viable constructor in C++98}}
34 const Deleted &d = Deleted(); // expected-warning {{copying variable of type 'CopyCtorIssues::Deleted' when binding a reference to a temporary would invoke a deleted constructor in C++98}}

Completed in 2003 milliseconds

1 2 3 4 5 6 7 8 91011>>