HomeSort by relevance Sort by last modified time
    Searched full:classinfo (Results 26 - 50 of 206) sorted by null

12 3 4 5 6 7 8 9

  /external/webkit/Source/WebCore/bindings/js/
JSDOMWindowBase.cpp 46 const ClassInfo JSDOMWindowBase::s_info = { "Window", &JSDOMGlobalObject::s_info, 0, 0 };
216 const ClassInfo* classInfo = asObject(value)->classInfo();
217 if (classInfo == &JSDOMWindow::s_info)
219 if (classInfo == &JSDOMWindowShell::s_info)
JSDOMGlobalObject.h 41 typedef HashMap<const JSC::ClassInfo*, JSC::WriteBarrier<JSC::Structure> > JSDOMStructureMap;
42 typedef HashMap<const JSC::ClassInfo*, JSC::WriteBarrier<JSC::JSObject> > JSDOMConstructorMap;
70 static const JSC::ClassInfo s_info;
JSImageConstructor.h 37 static const JSC::ClassInfo s_info;
JSOptionConstructor.h 38 static const JSC::ClassInfo s_info;
  /development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java 28 public class ClassInfo {
52 * Constructs a new ClassInfo with the provided class name.
60 public ClassInfo(String className, String superclassName, String isStatic) {
271 ClassInfo classInfo = lookupClass(interfaceName, apiList);
272 if (classInfo == null) {
279 classInfo.flattenClass(apiList);
282 mergeFrom(classInfo);
327 private void mergeFrom(ClassInfo otherClass) {
348 private static ClassInfo lookupClass(String fullname, ApiList apiList)
    [all...]
  /external/javassist/src/main/javassist/bytecode/
ConstPool.java 61 public static final int CONST_Class = ClassInfo.tag;
209 ClassInfo c = (ClassInfo)getItem(index);
728 ClassInfo info = (ClassInfo)classes.get(qname);
733 info = new ClassInfo(utf8, numOfItems);
779 * @param classInfo <code>class_index</code>
786 public int addFieldrefInfo(int classInfo, String name, String type) {
788 return addFieldrefInfo(classInfo, nt);
794 * @param classInfo <code>class_index</code
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
JSZombie.h 37 JSZombie(JSGlobalData& globalData, const ClassInfo* oldInfo, Structure* structure)
74 static const ClassInfo s_info;
77 const ClassInfo* m_oldInfo;
ArrayPrototype.h 36 static const ClassInfo s_info;
BooleanObject.cpp 28 const ClassInfo BooleanObject::s_info = { "Boolean", &JSWrapperObject::s_info, 0, 0 };
BooleanObject.h 32 static const ClassInfo s_info;
DatePrototype.h 37 static const ClassInfo s_info;
ErrorInstance.h 30 static const ClassInfo s_info;
MathObject.h 35 static const ClassInfo s_info;
NativeErrorConstructor.h 36 static const ClassInfo s_info;
NumberConstructor.h 38 static const ClassInfo s_info;
NumberObject.cpp 32 const ClassInfo NumberObject::s_info = { "Number", &JSWrapperObject::s_info, 0, 0 };
NumberObject.h 32 static const ClassInfo s_info;
ObjectConstructor.h 37 static const ClassInfo s_info;
StringPrototype.h 42 static const ClassInfo s_info;
  /external/doclava/src/com/google/doclava/
AttributeInfo.java 34 private ClassInfo mClass;
38 public AttributeInfo(ClassInfo cl, FieldInfo f) {
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackObject.cpp 39 template <> const ClassInfo JSCallbackObject<JSObjectWithGlobalObject>::s_info = { "CallbackObject", &JSObjectWithGlobalObject::s_info, 0, 0 };
40 template <> const ClassInfo JSCallbackObject<JSGlobalObject>::s_info = { "CallbackGlobalObject", &JSGlobalObject::s_info, 0, 0 };
  /external/llvm/utils/TableGen/
AsmMatcherEmitter.cpp 124 /// ClassInfo - Helper class for storing the information about a particular
126 struct ClassInfo {
150 std::vector<ClassInfo*> SuperClasses;
191 bool isRelatedTo(const ClassInfo &RHS) const {
217 const ClassInfo *Root = this;
221 const ClassInfo *RHSRoot = &RHS;
229 bool isSubsetOf(const ClassInfo &RHS) const {
235 for (std::vector<ClassInfo*>::const_iterator it = SuperClasses.begin(),
244 bool operator<(const ClassInfo &RHS) const {
282 ClassInfo *Class
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.cpp 71 static const JSC::ClassInfo s_info;
82 const ClassInfo JSTestInterfaceConstructor::s_info = { "TestInterfaceConstructor", &DOMConstructorObject::s_info, &JSTestInterfaceConstructorTable, 0 };
129 const ClassInfo JSTestInterfacePrototype::s_info = { "TestInterfacePrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSTestInterfacePrototypeTable, 0 };
136 const ClassInfo JSTestInterface::s_info = { "TestInterface", &DOMObjectWithGlobalPointer::s_info, &JSTestInterfaceTable, 0 };
JSTestMediaQueryListListener.cpp 72 static const JSC::ClassInfo s_info;
81 const ClassInfo JSTestMediaQueryListListenerConstructor::s_info = { "TestMediaQueryListListenerConstructor", &DOMConstructorObject::s_info, &JSTestMediaQueryListListenerConstructorTable, 0 };
115 const ClassInfo JSTestMediaQueryListListenerPrototype::s_info = { "TestMediaQueryListListenerPrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSTestMediaQueryListListenerPrototypeTable, 0 };
132 const ClassInfo JSTestMediaQueryListListener::s_info = { "TestMediaQueryListListener", &DOMObjectWithGlobalPointer::s_info, &JSTestMediaQueryListListenerTable, 0 };
JSTestSerializedScriptValueInterface.cpp 73 static const JSC::ClassInfo s_info;
82 const ClassInfo JSTestSerializedScriptValueInterfaceConstructor::s_info = { "TestSerializedScriptValueInterfaceConstructor", &DOMConstructorObject::s_info, &JSTestSerializedScriptValueInterfaceConstructorTable, 0 };
115 const ClassInfo JSTestSerializedScriptValueInterfacePrototype::s_info = { "TestSerializedScriptValueInterfacePrototype", &JSC::JSObjectWithGlobalObject::s_info, &JSTestSerializedScriptValueInterfacePrototypeTable, 0 };
122 const ClassInfo JSTestSerializedScriptValueInterface::s_info = { "TestSerializedScriptValueInterface", &DOMObjectWithGlobalPointer::s_info, &JSTestSerializedScriptValueInterfaceTable, 0 };

Completed in 634 milliseconds

12 3 4 5 6 7 8 9