HomeSort by relevance Sort by last modified time
    Searched refs:getConstructor (Results 101 - 125 of 199) sorted by null

1 2 3 45 6 7 8

  /external/nist-sip/java/gov/nist/javax/sip/
SipStackImpl.java 565 .getConstructor(constructorArgs);
594 .getConstructor(constructorArgs);
631 Constructor<?> cons = routerClass.getConstructor(constructorArgs);
    [all...]
  /dalvik/tests/068-classloader/src/
FancyLoader.java 90 ctor = mDexClass.getConstructor(new Class[] {String.class});
92 throw new ClassNotFoundException("getConstructor failed",
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.h 49 static JSC::JSValue getConstructor(JSC::ExecState*, JSC::JSGlobalObject*);
JSTestMediaQueryListListener.h 47 static JSC::JSValue getConstructor(JSC::ExecState*, JSC::JSGlobalObject*);
JSTestSerializedScriptValueInterface.h 49 static JSC::JSValue getConstructor(JSC::ExecState*, JSC::JSGlobalObject*);
JSTestInterface.cpp 163 return JSTestInterface::getConstructor(exec, domObject->globalObject());
166 JSValue JSTestInterface::getConstructor(ExecState* exec, JSGlobalObject* globalObject)
JSTestMediaQueryListListener.cpp 159 return JSTestMediaQueryListListener::getConstructor(exec, domObject->globalObject());
162 JSValue JSTestMediaQueryListListener::getConstructor(ExecState* exec, JSGlobalObject* globalObject)
JSTestSerializedScriptValueInterface.cpp 158 return JSTestSerializedScriptValueInterface::getConstructor(exec, domObject->globalObject());
161 JSValue JSTestSerializedScriptValueInterface::getConstructor(ExecState* exec, JSGlobalObject* globalObject)
  /libcore/dom/src/test/java/org/w3c/domts/
BatikTestDocumentBuilderFactory.java 89 domFactoryClass.getConstructor(new Class[] {String.class});
DOM4JTestDocumentBuilderFactory.java 75 Constructor saxReaderConstructor = saxReaderClass.getConstructor(
  /libcore/support/src/test/java/tests/util/
ClassLoaderBuilder.java 107 .getConstructor(String.class, ClassLoader.class)
  /packages/apps/Camera/src/com/android/camera/
PreferenceInflater.java 62 constructor = clazz.getConstructor(CTOR_SIGNATURE);
  /system/media/mca/filterfw/java/android/filterfw/core/
FilterFactory.java 125 filterConstructor = filterClass.getConstructor(String.class);
SyncRunner.java 55 Constructor schedulerConstructor = schedulerClass.getConstructor(FilterGraph.class);
  /dalvik/dx/src/junit/framework/
TestSuite.java 175 return theClass.getConstructor(args);
179 return theClass.getConstructor(new Class[0]);
  /external/junit/src/junit/framework/
TestSuite.java 77 return theClass.getConstructor(args);
81 return theClass.getConstructor(new Class[0]);
  /libcore/junit/src/main/java/junit/framework/
TestSuite.java 177 return theClass.getConstructor(args);
181 return theClass.getConstructor(new Class[0]);
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWrapper.cpp 127 v8::Local<v8::Function> V8DOMWrapper::getConstructor(WrapperTypeInfo* type, v8::Handle<v8::Value> objectPrototype)
156 return getConstructor(type, V8DOMWindowShell::getHiddenObjectPrototype(context));
159 v8::Local<v8::Function> V8DOMWrapper::getConstructor(WrapperTypeInfo* type, DOMWindow* window)
173 v8::Local<v8::Function> V8DOMWrapper::getConstructor(WrapperTypeInfo* type, WorkerContext*)
285 function = getConstructor(type, workerContext);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 130 const CXXConstructorDecl *CD = E->getConstructor();
181 getCXXThisRegion(E->getConstructor()->getParent(), SFC);
263 const CXXConstructorDecl *CD = CNE->getConstructor();
  /external/javasqlite/src/main/java/SQLite/
JDBCDriver.java 58 makeConn = connClass.getConstructor(args);
  /libcore/luni/src/main/java/java/lang/reflect/
Proxy.java 212 return getProxyClass(loader, interfaces).getConstructor(
  /libcore/luni/src/main/java/javax/security/cert/
X509Certificate.java 53 constructor = cl.getConstructor(new Class[] {InputStream.class});
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
AnnotationsTest.java 43 Constructor<Type> constructor = Type.class.getConstructor();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
SuggestionSpanUtils.java 50 .getConstructor(CLASS_SuggestionSpan, INPUT_TYPE_SuggestionSpan);
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8DOMWindowCustom.cpp 234 return V8DOMWrapper::getConstructor(&V8HTMLAudioElementConstructor::info, window);
242 return V8DOMWrapper::getConstructor(&V8HTMLImageElementConstructor::info, window);
248 return V8DOMWrapper::getConstructor(&V8HTMLOptionElementConstructor::info, window);

Completed in 1510 milliseconds

1 2 3 45 6 7 8