/external/apache-http/src/org/apache/commons/logging/ |
D | LogSource.java | 171 logImplctor = logclass.getConstructor(argtypes); in setLogImplementation() 189 logImplctor = logclass.getConstructor(argtypes); in setLogImplementation()
|
/external/webkit/WebCore/bindings/v8/ |
D | V8DOMWrapper.h | 173 …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*);
|
D | V8DOMWrapper.cpp | 170 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()
|
D | V8DOMWindowShell.cpp | 388 …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/ |
D | SipStackImpl.java | 565 .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/ |
D | TestSuite.java | 77 return theClass.getConstructor(args); in getTestConstructor() 81 return theClass.getConstructor(new Class[0]); in getTestConstructor()
|
/external/nist-sip/java/javax/sip/ |
D | SipFactory.java | 53 .getConstructor(new Class[] {Properties.class}) in createSipStack()
|
/external/webkit/WebCore/bindings/v8/custom/ |
D | V8DOMWindowCustom.cpp | 253 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/ |
D | SIPHeaderList.java | 452 Constructor<?> cons = clazz.getConstructor((Class[])null); in clone()
|
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/ |
D | JCESecretKeyFactory.java | 72 Constructor c = keySpec.getConstructor(parameters); in engineGetKeySpec()
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ParserFactory.java | 296 cons = parserClass.getConstructor(constructorArgs); in createParser()
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
D | LogFactoryImpl.java | 1039 constructor = c.getConstructor(logConstructorSignature); in createLogFromClass()
|
/external/junit/src/junit/swingui/ |
D | TestRunner.java | 520 Constructor clazzConstructor= clazz.getConstructor(clazzParam); in instanciateClass()
|
/external/webkit/WebCore/ |
D | ChangeLog | 2920 (WebCore::V8DOMWrapper::getConstructor):
|
D | ChangeLog-2010-01-29 | 43785 (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):
|
D | ChangeLog-2006-05-10 | 11936 (KJS::Window::getValueProperty): Use JSRange::getConstructor instead of 27768 getConstructor method to the interface object.
|