Home
last modified time | relevance | path

Searched defs:getConstructor (Results 1 – 14 of 14) sorted by relevance

/external/javassist/src/main/javassist/expr/
DConstructorCall.java58 public CtConstructor getConstructor() throws NotFoundException { in getConstructor() method in ConstructorCall
DNewExpr.java112 public CtConstructor getConstructor() throws NotFoundException { in getConstructor() method in NewExpr
/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWrapper.cpp128 v8::Local<v8::Function> V8DOMWrapper::getConstructor(WrapperTypeInfo* type, v8::Handle<v8::Value> o… in getConstructor() function in WebCore::V8DOMWrapper
160 v8::Local<v8::Function> V8DOMWrapper::getConstructor(WrapperTypeInfo* type, DOMWindow* window) in getConstructor() function in WebCore::V8DOMWrapper
174 v8::Local<v8::Function> V8DOMWrapper::getConstructor(WrapperTypeInfo* type, WorkerContext*) in getConstructor() function in WebCore::V8DOMWrapper
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DTypeExtensions.cs55 public static ConstructorInfo getConstructor( this Type type, Type[] argumentTypes ) in getConstructor() method in Antlr.Runtime.JavaExtensions.TypeExtensions
/external/junit/src/org/junit/internal/runners/
DTestClass.java90 public Constructor<?> getConstructor() throws SecurityException, NoSuchMethodException { in getConstructor() method in TestClass
/external/javassist/src/main/javassist/compiler/
DAccessorMaker.java39 public String getConstructor(CtClass c, String desc, MethodInfo orig) in getConstructor() method in AccessorMaker
/external/dexmaker/src/main/java/com/google/dexmaker/
DTypeId.java124 public MethodId<T, Void> getConstructor(TypeId<?>... parameters) { in getConstructor() method in TypeId
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
DJSTestSerializedScriptValueInterface.cpp161 JSValue JSTestSerializedScriptValueInterface::getConstructor(ExecState* exec, JSGlobalObject* globa… in getConstructor() function in WebCore::JSTestSerializedScriptValueInterface
DJSTestInterface.cpp166 JSValue JSTestInterface::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor() function in WebCore::JSTestInterface
DJSTestMediaQueryListListener.cpp162 JSValue JSTestMediaQueryListListener::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor() function in WebCore::JSTestMediaQueryListListener
DJSTestObj.cpp827 JSValue JSTestObj::getConstructor(ExecState* exec, JSGlobalObject* globalObject) in getConstructor() function in WebCore::JSTestObj
/external/javassist/src/main/javassist/
DCtClass.java768 public CtConstructor getConstructor(String desc) in getConstructor() method in CtClass
DCtClassType.java1027 public CtConstructor getConstructor(String desc) in getConstructor() method in CtClassType
/external/clang/include/clang/AST/
DExprCXX.h943 CXXConstructorDecl* getConstructor() const { return Constructor; } in getConstructor() function