Searched refs:constructor (Results 26 - 50 of 360) sorted by relevance

1234567891011>>

/external/v8/test/mjsunit/
H A Darray-functions-prototype.js36 function constructor() {}; class
37 constructor.prototype = proto;
59 var nonArray = new constructor();
90 var nonArray = new constructor();
121 var nonArray = new constructor();
151 var nonArray = new constructor();
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
H A DEarlyExitException.js9 org.antlr.runtime.EarlyExitException.superclass.constructor.call(
H A DIndexOutOfBoundsExceptions.js2 org.antlr.runtime.IndexOutOfBoundsException.superclass.constructor.call(this, m);
H A DMismatchedNotSetException.js2 org.antlr.runtime.MismatchedNotSetException.superclass.constructor.call(this, expecting, input);
H A DMismatchedSetException.js2 org.antlr.runtime.MismatchedSetException.superclass.constructor.call(
H A DFailedPredicateException.js13 org.antlr.runtime.FailedPredicateException.superclass.constructor.call(this, input);
H A DMismatchedRangeExceptions.js6 org.antlr.runtime.MismatchedRangeException.superclass.constructor.call(
H A DMismatchedTokenException.js5 org.antlr.runtime.MismatchedTokenException.superclass.constructor.call(
H A DMismatchedTreeNodeException.js3 org.antlr.runtime.MismatchedTreeNodeException.superclass.constructor.call(
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DRewriteEmptyStreamException.js4 sup.constructor.call(this, elementDescription);
H A DRewriteEarlyExitException.js7 sup.constructor.call(this, elementDescription);
H A DRewriteRuleNodeStream.js5 org.antlr.runtime.tree.RewriteRuleNodeStream.superclass.constructor.apply(this, arguments);
/external/chromium-trace/trace-viewer/src/tracing/trace_model/
H A Dobject_snapshot.js28 * @constructor
41 * See ObjectSnapshot constructor notes on object initialization.
47 * See ObjectSnapshot constructor notes on object initialization.
54 ObjectSnapshot.register = function(name, constructor) {
57 ObjectSnapshot.nameToConstructorMap_[name] = constructor;
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-117794.js33 function constructor() {}; function
/external/smack/src/org/jivesoftware/smack/compression/
H A DJzlibInputOutputStream.java57 Constructor<?> constructor = ziClass.getConstructor(InputStream.class);
58 Object in = constructor.newInstance(inputStream);
68 Constructor<?> constructor = zoClass.getConstructor(OutputStream.class, Integer.TYPE);
69 Object out = constructor.newInstance(outputStream, 9);
/external/v8/test/mjsunit/regress/
H A Dregress-117794.js33 function constructor() {}; function
/external/android-mock/tests/com/google/android/testing/mocking/
H A DConstructorCreationTests.java73 Constructor<TestClass> constructor =
75 assertNotNull(constructor);
80 Constructor<TestClass> constructor =
82 fail("A constructor was found: " + constructor);
101 Constructor<TestClass> constructor =
103 assertNotNull(constructor);
104 Type[] types = constructor.getGenericParameterTypes();
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/
H A DPropertyBoxParserImpl.java165 String constructor;
170 constructor = mapping.getProperty((parent) + "-uuid[" + Hex.encodeHex(userType).toUpperCase() + "]");
171 if (constructor == null) {
172 constructor = mapping.getProperty("uuid[" + Hex.encodeHex(userType).toUpperCase() + "]");
174 if (constructor == null) {
175 constructor = mapping.getProperty("uuid");
178 constructor = mapping.getProperty((parent) + "-" + (type));
179 if (constructor == null) {
180 constructor = mapping.getProperty((type));
183 if (constructor
[all...]
/external/chromium_org/v8/test/mjsunit/compiler/
H A Descape-analysis.js33 function constructor() {
37 var object = new constructor();
54 function constructor() {
59 var object = new constructor();
76 function constructor() {
82 var object = new constructor();
/external/clang/test/SemaCXX/
H A Dexplicit.cpp43 class Y { }; // expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \
44 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}} \
45 expected-note {{candidate constructor (the implicit copy constructor) not viable: no known conversion from 'Z' to 'const Y &' for 1st argument}} \
46 expected-note {{candidate constructor (the implicit move constructor) not viable: no known conversion from 'Z' to 'Y &&' for 1st argument}}
H A Dcast-conversion.cpp11 struct B { // expected-note 3 {{candidate constructor (the implicit copy constructor) not viable}} \
12 expected-note 3 {{candidate constructor (the implicit move constructor) not viable}}
13 B(A); // expected-note 3 {{candidate constructor not viable}}
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dinstance_servlet_test.py34 constructor = InstanceServlet.GetConstructor(delegate_for_test=delegate)
36 response = constructor(Request.ForTest(path)).Get()
/external/llvm/test/MC/MachO/
H A Dx86_64-sections.s12 .constructor
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
H A DLexer.pm12 sub constructor : Test(1) { subroutine
/external/chromium_org/v8/src/extensions/i18n/
H A Dglobals.js165 * a constructor.
168 'Function object that\'s not a constructor was created with new';

Completed in 684 milliseconds

1234567891011>>