Searched defs:objectType (Results 1 - 12 of 12) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DVerificationTypeVisitor.java41 public void visitObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType); argument
51 public void visitStackObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); argument
61 public void visitVariablesObjectType( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType); argument
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java666 void objectType () throws IOException method in class:Types.methodDescriptorCompiler
695 objectType ();
/external/webkit/WebCore/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp149 static JSValue getObjectParameter(JSWebGLRenderingContext* obj, ExecState* exec, const ArgList& args, ObjectType objectType) argument
163 switch (objectType) {
/external/webkit/WebCore/bindings/v8/custom/
H A DV8WebGLRenderingContextCustom.cpp225 static v8::Handle<v8::Value> getObjectParameter(const v8::Arguments& args, ObjectType objectType) argument
246 switch (objectType) {
/external/proguard/src/proguard/classfile/editor/
H A DConstantPoolRemapper.java503 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
505 objectType.u2classIndex =
506 remapConstantIndex(objectType.u2classIndex);
/external/proguard/src/proguard/classfile/io/
H A DProgramClassReader.java632 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
634 objectType.u2classIndex = dataInput.readUnsignedShort();
H A DProgramClassWriter.java637 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
639 dataOutput.writeShort(objectType.u2classIndex);
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java782 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
784 ps.print("[a:" + clazz.getClassName(objectType.u2classIndex) + "]");
/external/proguard/src/proguard/shrink/
H A DUsageMarker.java736 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
738 markConstant(clazz, objectType.u2classIndex);
/external/proguard/src/proguard/classfile/util/
H A DSimplifiedVisitor.java606 public void visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
608 visitAnyVerificationType(clazz, method, codeAttribute, offset, objectType);
660 public void visitStackObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) argument
662 visitObjectType(clazz, method, codeAttribute, offset, objectType);
715 public void visitVariablesObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int index, ObjectType objectType) argument
717 visitObjectType(clazz, method, codeAttribute, offset, objectType);
/external/webkit/WebCore/loader/
H A DFrameLoader.cpp1339 ObjectContentType objectType = m_client->objectContentType(url, mimeType); local
1342 useFallback = objectType == ObjectContentNone && hasFallback;
1343 return objectType == ObjectContentNone || objectType == ObjectContentNetscapePlugin || objectType == ObjectContentOtherPlugin;
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 802 milliseconds