/external/v8/test/webkit/fast/js/ |
D | primitive-property-access-edge-cases.js | 31 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/ |
D | InvokableTest.java | 57 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/ |
D | escape-analysis.js | 33 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
|
D | inline-construct.js | 32 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
|
D | escape-analysis-representation.js | 38 function constructor(value_track) { function 66 constructor.prototype = {}; class
|
/external/antlr/antlr-3.4/runtime/Perl5/t/classes/Test/ANTLR/Runtime/ |
D | Lexer.pm | 12 sub constructor : Test(1) { subroutine
|
D | Exception.pm | 9 sub constructor : Test(1) { method in Test::ANTLR::Runtime::Exception
|
D | CommonToken.pm | 11 sub constructor : Test(1) { subroutine
|
D | BitSet.pm | 9 sub constructor : Tests(3) { subroutine
|
/external/v8/test/mjsunit/es6/ |
D | typed-array-iterator.js | 12 function TestTypedArrayPrototype(constructor) { argument 31 function TestTypedArrayValues(constructor) { argument
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/reflection/ |
D | ReflectionConstructor.java | 51 private final Constructor constructor; field in ReflectionConstructor 53 public ReflectionConstructor(Constructor constructor) { in ReflectionConstructor()
|
/external/v8/test/mjsunit/ |
D | array-functions-prototype.js | 36 function constructor() {}; function 37 constructor.prototype = proto; class
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
D | FieldInitializer.java | 175 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/ |
D | ConstructorCreationTests.java | 73 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/ |
D | typedarrays.js | 273 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
|
D | super.js | 50 constructor: Base, property in Base 62 constructor: Derived, property in Derived
|
/external/deqp/framework/delibs/dethread/ |
D | deSingleton.c | 30 …nitSingleton (volatile deSingletonState* singletonState, deSingletonConstructorFunc constructor, v… in deInitSingleton()
|
/external/v8/test/mjsunit/regress/ |
D | regress-117794.js | 33 function constructor() {}; function
|
D | regress-2987.js | 34 function constructor() { function
|
D | regress-357108.js | 7 function TestArray(constructor) { argument
|
D | regress-2489.js | 40 g.constructor = function(a, b) { function
|
/external/objenesis/main/src/org/objenesis/instantiator/basic/ |
D | ConstructorInstantiator.java | 32 protected Constructor constructor; field in ConstructorInstantiator
|
/external/guava/guava/src/com/google/common/reflect/ |
D | Invokable.java | 72 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/ |
D | ProxySerializationTest.java | 33 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/ |
D | RunnerProvider.java | 30 Constructor<?> constructor; in newInstance() local
|