Home
last modified time | relevance | path

Searched defs:constructor (Results 1 – 25 of 175) sorted by relevance

1234567

/external/v8/test/webkit/fast/js/
Dprimitive-property-access-edge-cases.js31 delete String.prototype.constructor; method in delete
66 function checkGet(x, constructor) argument
75 function checkSet(x, constructor) argument
84 function checkGetStrict(x, constructor) argument
93 function checkSetStrict(x, constructor) argument
115 function checkRead(x, constructor) argument
120 function checkWrite(x, constructor) argument
126 function checkReadStrict(x, constructor) argument
132 function checkWriteStrict(x, constructor) argument
152 function checkNumericGet(x, constructor) argument
[all …]
/external/guava/guava-tests/test/com/google/common/reflect/
DInvokableTest.java57 Constructor<WithConstructorAndTypeParameter> constructor = type.getDeclaredConstructor(); in testConstructor_returnType_hasTypeParameter() local
325 Constructor<?> constructor = in testInnerClassDefaultConstructor() local
331 Constructor<?> constructor = in testNestedInnerClassDefaultConstructor() local
342 Constructor<?> constructor = in testInnerClassWithOneParameterConstructor() local
355 Constructor<?> constructor = in testInnerClassWithAnnotatedConstructorParameter() local
368 Constructor<?> constructor = in testInnerClassWithGenericConstructorParameter() local
386 Constructor<?> constructor = anonymous.getDeclaredConstructors() [0]; in testAnonymousClassDefaultConstructor() local
396 Constructor<?> constructor = anonymous.getDeclaredConstructors() [0]; in testAnonymousClassWithTwoParametersConstructor() local
408 Constructor<?> constructor = LocalWithDefaultConstructor.class.getDeclaredConstructors() [0]; in testLocalClassDefaultConstructor() local
424 Constructor<?> constructor = anonymous.getDeclaredConstructors() [0]; in doTestStaticAnonymousClassDefaultConstructor() local
[all …]
/external/v8/test/mjsunit/compiler/
Descape-analysis.js33 function constructor() { function
54 function constructor() { function
76 function constructor() { function
183 function constructor() { function
199 constructor.prototype = monkey; class
207 function constructor() { function
256 function oob(constructor, branch) { argument
404 function constructor() { function
424 function constructor() { function
Dinline-construct.js32 function TestInlinedConstructor(constructor, closure) { argument
60 function value_context(constructor, val, deopt, counter) { argument
65 function test_context(constructor, val, deopt, counter) { argument
72 function effect_context(constructor, val, deopt, counter) { argument
77 function TestInAllContexts(constructor) { argument
Descape-analysis-representation.js38 function constructor(value_track) { function
66 constructor.prototype = {}; class
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/
DLexer.pm12 sub constructor : Test(1) { subroutine
DException.pm9 sub constructor : Test(1) { method in Test::ANTLR::Runtime::Exception
DCommonToken.pm11 sub constructor : Test(1) { subroutine
DBitSet.pm9 sub constructor : Tests(3) { subroutine
/external/v8/test/mjsunit/es6/
Dtyped-array-iterator.js12 function TestTypedArrayPrototype(constructor) { argument
31 function TestTypedArrayValues(constructor) { argument
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/
DReflectionConstructor.java51 private final Constructor constructor; field in ReflectionConstructor
53 public ReflectionConstructor(Constructor constructor) { in ReflectionConstructor()
/external/v8/test/mjsunit/
Darray-functions-prototype.js36 function constructor() {}; function
37 constructor.prototype = proto; class
/external/mockito/src/org/mockito/internal/util/reflection/
DFieldInitializer.java175 Constructor<?> constructor = null; in instantiate() local
233 Constructor<?> constructor = null; in instantiate() local
258 private void checkParameterized(Constructor<?> constructor, Field field) { in checkParameterized()
268 Constructor<?> constructor = constructors.get(0); in biggestConstructor() local
/external/android-mock/tests/com/google/android/testing/mocking/
DConstructorCreationTests.java73 Constructor<TestClass> constructor = in hasConstructor() local
80 Constructor<TestClass> constructor = in doesNotHaveConstructor() local
101 Constructor<TestClass> constructor = in checkConstructor() local
/external/v8/test/mjsunit/harmony/
Dtypedarrays.js273 function SubarrayTestCase(constructor, item, expectedResultLen, expectedStartIndex, argument
285 function TestSubArray(constructor, item) { argument
330 function TestTypedArrayOutOfRange(constructor, value, result) { argument
363 function TestPropertyTypeChecks(constructor) { argument
Dsuper.js50 constructor: Base, property in Base
62 constructor: Derived, property in Derived
/external/deqp/framework/delibs/dethread/
DdeSingleton.c30 …nitSingleton (volatile deSingletonState* singletonState, deSingletonConstructorFunc constructor, v… in deInitSingleton()
/external/v8/test/mjsunit/regress/
Dregress-117794.js33 function constructor() {}; function
Dregress-2987.js34 function constructor() { function
Dregress-357108.js7 function TestArray(constructor) { argument
Dregress-2489.js40 g.constructor = function(a, b) { function
/external/objenesis/main/src/org/objenesis/instantiator/basic/
DConstructorInstantiator.java32 protected Constructor constructor; field in ConstructorInstantiator
/external/guava/guava/src/com/google/common/reflect/
DInvokable.java72 public static <T> Invokable<T, T> from(Constructor<T> constructor) { in from()
232 final Constructor<?> constructor; field in Invokable.ConstructorInvokable
234 ConstructorInvokable(Constructor<?> constructor) { in ConstructorInvokable()
/external/javassist/src/test/test/javassist/proxy/
DProxySerializationTest.java33 Constructor constructor = proxyClass.getConstructor(new Class[] {String.class}); in testSerialization() local
60 Constructor constructor = proxyClass.getConstructor(new Class[] {String.class}); in testSerialization() local
/external/mockito/src/org/mockito/internal/runners/util/
DRunnerProvider.java30 Constructor<?> constructor; in newInstance() local

1234567