/external/guice/core/src/com/google/inject/internal/ |
D | DefaultConstructionProxyFactory.java | 45 final Constructor<T> constructor = (Constructor<T>) injectionPoint.getMember(); in create() local 70 final Constructor<T> constructor; field in DefaultConstructionProxyFactory.FastClassProxy 76 Constructor<T> constructor, in FastClassProxy() 111 final Constructor<T> constructor; field in DefaultConstructionProxyFactory.ReflectiveProxy 114 ReflectiveProxy(InjectionPoint injectionPoint, Constructor<T> constructor) { in ReflectiveProxy()
|
/external/antlr/runtime/Perl5/t/classes/Test/ANTLR/Runtime/ |
D | Lexer.pm | 12 sub constructor : Test(1) { method in Test::ANTLR::Runtime::Lexer
|
D | Exception.pm | 9 sub constructor : Test(1) { method in Test::ANTLR::Runtime::Exception
|
D | CommonToken.pm | 11 sub constructor : Test(1) { method in Test::ANTLR::Runtime::CommonToken
|
D | BitSet.pm | 9 sub constructor : Tests(3) { subroutine
|
/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/guice/extensions/assistedinject/src/com/google/inject/assistedinject/ |
D | AssistedConstructor.java | 40 private final Constructor<T> constructor; field in AssistedConstructor 45 Constructor<T> constructor, List<TypeLiteral<?>> parameterTypes) { in create() 49 private AssistedConstructor(Constructor<T> constructor, List<TypeLiteral<?>> parameterTypes) { in AssistedConstructor()
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/constructor/ |
D | ClassTagsTest.java | 75 Constructor constructor = new Constructor(); in testLoadClassTag() local 87 Constructor constructor = new Constructor(); in testNullDescription() local 97 Constructor constructor = new Constructor(new TypeDescription(Car.class)); in testLoadClassNoRoot() local
|
D | ArrayTagsTest.java | 61 Constructor constructor = new Constructor(); in testLoadClassTag() local 72 Constructor constructor = new Constructor(); in testNullDescription() local 82 Constructor constructor = new Constructor(new TypeDescription(CarWithArray.class)); in testLoadClassNoRoot() local
|
D | TypeSafeCollectionsTest.java | 34 Constructor constructor = new Constructor(Car.class); in testTypeSafeList() local 50 Constructor constructor = new Constructor(MyCar.class); in testTypeSafeMap() local
|
/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/python/cpython2/Lib/test/ |
D | test_StringIO.py | 20 constructor = str variable in TestGenericStringIO 207 constructor = buffer variable in TestBufferStringIO 210 constructor = buffer variable in TestBuffercStringIO 213 constructor = memoryview variable in TestMemoryviewcStringIO
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/reflectionmodel/ |
D | ReflectionConstructorDeclaration.java | 37 private Constructor<?> constructor; field in ReflectionConstructorDeclaration 40 public ReflectionConstructorDeclaration(Constructor<?> constructor, in ReflectionConstructorDeclaration()
|
/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/ |
D | audio_loopback_test.js | 18 constructor() { method in FeedTable 41 constructor(audioElement) { method in PeerConnection 97 constructor(runtimeSeconds) { method in TestRunner
|
/external/guice/core/test/com/google/inject/ |
D | BindingTest.java | 250 final Constructor<D> constructor = D.class.getConstructor(Stage.class); in testToConstructorBinding() local 266 final Constructor<C> constructor = C.class.getConstructor(Stage.class, Object.class); in testToConstructorBindingsOnParameterizedTypes() local 292 final Constructor constructor = C.class.getConstructor(Stage.class, Object.class); in testToConstructorBindingsFailsOnRawTypes() local 314 final Constructor<D> constructor = D.class.getConstructor(Stage.class); in testToConstructorAndMethodInterceptors() local 343 final Constructor<E> constructor = E.class.getDeclaredConstructor(Stage.class); in testInaccessibleConstructor() local 359 final Constructor<F> constructor = F.class.getConstructor(Stage.class); in testToConstructorAndScopes() local 396 final Constructor<D> constructor = D.class.getConstructor(Stage.class); in testToConstructorSpiData() local 421 final Constructor<CFoo> constructor = CFoo.class.getDeclaredConstructor(); in testInterfaceToImplementationConstructor() local
|
/external/mockito/src/test/java/org/mockito/ |
D | StaticMockingExperimentTest.java | 168 Invocation constructor = Mockito.framework().getInvocationFactory().createInvocation( in stubbing_new() local 190 Invocation constructor = Mockito.framework().getInvocationFactory().createInvocation( in verifying_new() local 234 Object construct(Constructor constructor, Object... args); in construct()
|
/external/mockito/src/main/java/org/mockito/internal/util/reflection/ |
D | FieldInitializer.java | 189 Constructor<?> constructor = null; in instantiate() local 263 Constructor<?> constructor = null; in instantiate() local 288 private void checkParameterized(Constructor<?> constructor, Field field) { in checkParameterized() 298 Constructor<?> constructor = constructors.get(0); in biggestConstructor() local
|
/external/guice/core/src/com/google/inject/binder/ |
D | LinkedBindingBuilder.java | 77 <S extends T> ScopedBindingBuilder toConstructor(Constructor<S> constructor); in toConstructor() 85 Constructor<S> constructor, TypeLiteral<? extends S> type); in toConstructor()
|
/external/guice/core/src/com/google/inject/ |
D | TypeLiteral.java | 277 Constructor<?> constructor = (Constructor<?>) methodOrConstructor; in getParameterTypes() local 281 constructor, in getParameterTypes() local 311 Constructor<?> constructor = (Constructor<?>) methodOrConstructor; in getExceptionTypes() local 315 constructor, in getExceptionTypes() local
|
/external/v8/tools/profview/ |
D | profile-utils.js | 210 constructor() { method in RuntimeCallTreeProcessor 235 constructor(filter, isBottomUp) { method in PlainCallTreeProcessor 281 constructor(filter, isBottomUp) { method in CategorizedCallTreeProcessor 311 constructor(filter, withCategories) { method in FunctionListTree 391 constructor(file, bucketCount) { method in CategorySampler 426 constructor(functionCodeId, filter) { method in FunctionTimelineProcessor
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/recursive/generics/ |
D | HumanGenericsTest.java | 147 Constructor constructor = new Constructor(); in testChildren() local 289 Constructor constructor = new Constructor(); in testChildren3() local 333 Constructor constructor = new Constructor(); in testChildrenSetAsRoot() local 371 Constructor constructor = new Constructor(); in testChildrenMapAsRoot() local 440 Constructor constructor = new Constructor(); in testChildrenListRoot() local
|
/external/mockito/src/main/java/org/mockito/internal/configuration/ |
D | SpyAnnotationEngine.java | 109 Constructor<?> constructor = noArgConstructorOf(type); in spyNewInstance() local 119 Constructor<?> constructor; in noArgConstructorOf() local
|
/external/guice/core/test/com/google/inject/internal/ |
D | ProxyFactoryTest.java | 138 ConstructionProxy<A> constructor = factory.create(); in testWithConstructorArguments() local 153 ConstructionProxy<A> constructor = factory.create(); in testNotProxied() local 179 ConstructionProxy<Counter> constructor = factory.create(); in testMultipleInterceptors() local
|
/external/perfetto/ui/src/controller/ |
D | app_controller.ts | 26 constructor() { method in AppController
|
/external/deqp/framework/delibs/dethread/ |
D | deSingleton.c | 30 …nitSingleton (volatile deSingletonState* singletonState, deSingletonConstructorFunc constructor, v… in deInitSingleton()
|