Home
last modified time | relevance | path

Searched refs:getConstructor (Results 1 – 16 of 16) sorted by relevance

/external/apache-http/src/org/apache/commons/logging/
DLogSource.java171 logImplctor = logclass.getConstructor(argtypes); in setLogImplementation()
189 logImplctor = logclass.getConstructor(argtypes); in setLogImplementation()
/external/webkit/WebCore/bindings/v8/
DV8DOMWrapper.h173 …static v8::Local<v8::Function> getConstructor(V8ClassIndex::V8WrapperType, v8::Handle<v8::Value> o…
174 static v8::Local<v8::Function> getConstructor(V8ClassIndex::V8WrapperType, DOMWindow*);
175 static v8::Local<v8::Function> getConstructor(V8ClassIndex::V8WrapperType, WorkerContext*);
DV8DOMWrapper.cpp170 v8::Local<v8::Function> V8DOMWrapper::getConstructor(V8ClassIndex::V8WrapperType type, v8::Handle<v… in getConstructor() function in WebCore::V8DOMWrapper
199 return getConstructor(type, V8DOMWindowShell::getHiddenObjectPrototype(context)); in getConstructorForContext()
202 v8::Local<v8::Function> V8DOMWrapper::getConstructor(V8ClassIndex::V8WrapperType type, DOMWindow* w… in getConstructor() function in WebCore::V8DOMWrapper
216 v8::Local<v8::Function> V8DOMWrapper::getConstructor(V8ClassIndex::V8WrapperType type, WorkerContex… in getConstructor() function in WebCore::V8DOMWrapper
316 function = getConstructor(type, workerContext); in instantiateV8Object()
DV8DOMWindowShell.cpp388 …v8::Handle<v8::Function> windowConstructor = V8DOMWrapper::getConstructor(V8ClassIndex::DOMWINDOW,… in installDOMWindow()
557 …v8::Local<v8::Function> function = V8DOMWrapper::getConstructor(type, getHiddenObjectPrototype(m_c… in createWrapperFromCacheSlowCase()
/external/nist-sip/java/gov/nist/javax/sip/
DSipStackImpl.java565 .getConstructor(constructorArgs); in SipStackImpl()
594 .getConstructor(constructorArgs); in SipStackImpl()
631 Constructor<?> cons = routerClass.getConstructor(constructorArgs); in SipStackImpl()
763 Constructor<?> c = clazz.getConstructor(new Class[0]); in SipStackImpl()
779 Constructor<?> c = clazz.getConstructor(new Class[0]); in SipStackImpl()
955 Constructor<?> c = clazz.getConstructor(new Class[0]); in SipStackImpl()
/external/junit/src/junit/framework/
DTestSuite.java77 return theClass.getConstructor(args); in getTestConstructor()
81 return theClass.getConstructor(new Class[0]); in getTestConstructor()
/external/nist-sip/java/javax/sip/
DSipFactory.java53 .getConstructor(new Class[] {Properties.class}) in createSipStack()
/external/webkit/WebCore/bindings/v8/custom/
DV8DOMWindowCustom.cpp253 return V8DOMWrapper::getConstructor(V8ClassIndex::AUDIO, window); in AudioAccessorGetter()
261 return V8DOMWrapper::getConstructor(V8ClassIndex::IMAGE, window); in ImageAccessorGetter()
267 return V8DOMWrapper::getConstructor(V8ClassIndex::OPTION, window); in OptionAccessorGetter()
/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPHeaderList.java452 Constructor<?> cons = clazz.getConstructor((Class[])null); in clone()
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
DJCESecretKeyFactory.java72 Constructor c = keySpec.getConstructor(parameters); in engineGetKeySpec()
/external/nist-sip/java/gov/nist/javax/sip/parser/
DParserFactory.java296 cons = parserClass.getConstructor(constructorArgs); in createParser()
/external/apache-http/src/org/apache/commons/logging/impl/
DLogFactoryImpl.java1039 constructor = c.getConstructor(logConstructorSignature); in createLogFromClass()
/external/junit/src/junit/swingui/
DTestRunner.java520 Constructor clazzConstructor= clazz.getConstructor(clazzParam); in instanciateClass()
/external/webkit/WebCore/
DChangeLog2920 (WebCore::V8DOMWrapper::getConstructor):
DChangeLog-2010-01-2943785 (WebCore::V8DOMWrapper::getConstructor):
53468 (WebCore::V8DOMWrapper::getConstructor):
75737 2) Integrate getConstructor from WorkerContextExecutionProxy
79203 (WebCore::V8DOMWrapper::getConstructor):
85928 (WebCore::V8DOMWrapper::getConstructor):
89050 (WebCore::V8Proxy::getConstructor):
DChangeLog-2006-05-1011936 (KJS::Window::getValueProperty): Use JSRange::getConstructor instead of
27768 getConstructor method to the interface object.