Searched defs:getClass (Results 1 - 21 of 21) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
H A D15.9.5.js54 Date.prototype.getClass = Object.prototype.toString;
57 "Date.prototype.getClass",
59 Date.prototype.getClass() );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DObjectExtensions.cs47 public static Type getClass( this object o ) method in class:Antlr.Runtime.JavaExtensions.ObjectExtensions
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_3/inherit/
H A Dproto_12.js115 Array.prototype.getClass = Object.prototype.toString;
118 "les.projects.getClass()",
120 les.projects.getClass() );
H A Dproto_9.js77 Array.prototype.getClass = Object.prototype.toString;
92 "pat.projects.getClass",
94 pat.projects.getClass() );
/external/proguard/src/proguard/classfile/
H A DClassPool.java71 public Clazz getClass(String className) method in class:ClassPool
141 Clazz clazz = getClass(className);
/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJavaInstanceJobjectV8.cpp68 JavaClass* JavaInstanceJobject::getClass() const function in class:JavaInstanceJobject
85 ASSERT(getClass()->methodsNamed(method->name().utf8().data()).find(method) != notFound);
119 ASSERT(getClass()->fieldNamed(field->name().utf8().data()) == field);
/external/webkit/Tools/DumpRenderTree/gtk/
H A DTextInputController.cpp159 static JSClassRef getClass(JSContextRef context) function
177 return JSObjectMake(context, getClass(context), 0);
H A DEventSender.cpp813 static JSClassRef getClass(JSContextRef context) function
854 return JSObjectMake(context, getClass(context), 0);
/external/doclava/src/com/google/doclava/
H A DPackageInfo.java199 public ClassInfo getClass(String className) { method in class:PackageInfo
H A DInfoBuilder.java1642 ClassInfo potentialClass = builder.getPackage().getClass(name);
1693 ClassInfo cls = pkg.getClass(name);
1721 ClassInfo cls = cl.containingPackage().getClass(name);
2000 public static ClassInfo getClass(String qualifiedClassName) { method in class:InfoBuilder.Caches
/external/webkit/Source/WebCore/bridge/c/
H A Dc_instance.cpp100 Class *CInstance::getClass() const function in class:JSC::Bindings::CInstance
134 MethodList methodList = getClass()->methodsNamed(propertyName, this);
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaInstanceJSC.cpp81 Class* JavaInstance::getClass() const function in class:JavaInstance
139 MethodList methodList = getClass()->methodsNamed(propertyName, this);
228 jobject classOfInstance = callJNIMethod<jobject>(result.l, "getClass", "()Ljava/lang/Class;");
320 JavaClass* aClass = static_cast<JavaClass*>(getClass());
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_instance.cpp171 Class* QtInstance::getClass() const function in class:JSC::Bindings::QtInstance
240 if (!getClass())
270 getClass();
H A Dqt_pixmapruntime.cpp174 Class* QtPixmapInstance::getClass() const function in class:JSC::Bindings::QtPixmapInstance
181 MethodList methodList = getClass()->methodsNamed(propertyName, this);
/external/webkit/Source/WebKit2/Platform/CoreIPC/
H A DMessageID.h136 ASSERT(getClass() == MessageKindTraits<EnumType>::messageClass);
143 return getClass() == K;
172 unsigned char getClass() const { return (m_messageID & 0x00ff0000) >> 16; } function in class:CoreIPC::MessageID
/external/webkit/Tools/DumpRenderTree/win/
H A DEventSender.cpp661 static JSClassRef getClass(JSContextRef context) function
692 return JSObjectMake(context, getClass(context), 0);
/external/llvm/include/llvm/TableGen/
H A DRecord.h1561 Record *getClass(const std::string &Name) const { function in class:llvm::RecordKeeper
/external/clang/include/clang/AST/
H A DType.h2090 const Type *getClass() const { return Class; } function in class:clang::MemberPointerType
2096 Profile(ID, getPointeeType(), getClass());
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.objectweb.asm_3.2.0.v200909071300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 583 milliseconds