Home
last modified time | relevance | path

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

12345678910

/external/guice/core/src/com/google/inject/internal/
DDefaultConstructionProxyFactory.java45 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/
DLexer.pm12 sub constructor : Test(1) { method in Test::ANTLR::Runtime::Lexer
DException.pm9 sub constructor : Test(1) { method in Test::ANTLR::Runtime::Exception
DCommonToken.pm11 sub constructor : Test(1) { method in Test::ANTLR::Runtime::CommonToken
DBitSet.pm9 sub constructor : Tests(3) { subroutine
/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/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DAssistedConstructor.java40 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/
DClassTagsTest.java75 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
DArrayTagsTest.java61 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
DTypeSafeCollectionsTest.java34 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/
DReflectionConstructor.java51 private final Constructor constructor; field in ReflectionConstructor
53 public ReflectionConstructor(Constructor constructor) { in ReflectionConstructor()
/external/python/cpython2/Lib/test/
Dtest_StringIO.py20 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/
DReflectionConstructorDeclaration.java37 private Constructor<?> constructor; field in ReflectionConstructorDeclaration
40 public ReflectionConstructorDeclaration(Constructor<?> constructor, in ReflectionConstructorDeclaration()
/external/autotest/client/site_tests/audio_WebRtcAudioLoopback/
Daudio_loopback_test.js18 constructor() { method in FeedTable
41 constructor(audioElement) { method in PeerConnection
97 constructor(runtimeSeconds) { method in TestRunner
/external/guice/core/test/com/google/inject/
DBindingTest.java250 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/
DStaticMockingExperimentTest.java168 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/
DFieldInitializer.java189 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/
DLinkedBindingBuilder.java77 <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/
DTypeLiteral.java277 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/
Dprofile-utils.js210 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/
DHumanGenericsTest.java147 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/
DSpyAnnotationEngine.java109 Constructor<?> constructor = noArgConstructorOf(type); in spyNewInstance() local
119 Constructor<?> constructor; in noArgConstructorOf() local
/external/guice/core/test/com/google/inject/internal/
DProxyFactoryTest.java138 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/
Dapp_controller.ts26 constructor() { method in AppController
/external/deqp/framework/delibs/dethread/
DdeSingleton.c30 …nitSingleton (volatile deSingletonState* singletonState, deSingletonConstructorFunc constructor, v… in deInitSingleton()

12345678910