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

/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DObjectPool.java39 private final Class objectType; field in class:ObjectPool
52 objectType = type;
65 objectType = ObjectFactory.findProviderClass(
85 objectType = type;
95 objectType = null;
136 return objectType.newInstance();
165 // if (objectType.isInstance(obj))
/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/webkit/Source/WebCore/loader/
H A DSubframeLoader.cpp316 ObjectContentType objectType = m_frame->loader()->client()->objectContentType(url, mimeType, shouldPreferPlugInsForImages); local
319 useFallback = objectType == ObjectContentNone && hasFallback;
320 return objectType == ObjectContentNone || objectType == ObjectContentNetscapePlugin || objectType == ObjectContentOtherPlugin;
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java666 void objectType () throws IOException method in class:Types.methodDescriptorCompiler
695 objectType ();
/external/replicaisland/src/com/replica/replicaisland/
H A DHitReactionComponent.java335 public final void setSpawnOnDealHit(int hitType, GameObjectType objectType, boolean alignToVictimX, argument
337 mSpawnOnDealHitObjectType = objectType;
/external/webkit/Source/WebCore/bindings/js/
H A DJSWebGLRenderingContextCustom.cpp134 static JSValue getObjectParameter(JSWebGLRenderingContext* obj, ExecState* exec, ObjectType objectType) argument
148 switch (objectType) {
/external/webkit/Source/WebCore/bindings/v8/custom/
H A DV8WebGLRenderingContextCustom.cpp192 static v8::Handle<v8::Value> getObjectParameter(const v8::Arguments& args, ObjectType objectType) argument
204 switch (objectType) {
/external/javassist/src/main/javassist/
H A DCtField.java535 * @param objectType the class instantiated for the initial value.
537 public static Initializer byNew(CtClass objectType) { argument
539 i.objectType = objectType;
560 * @param objectType the class instantiated for the initial value.
564 public static Initializer byNew(CtClass objectType, argument
567 i.objectType = objectType;
589 * @param objectType the class instantiated for the initial value.
594 public static Initializer byNewWithParams(CtClass objectType) { argument
624 byNewWithParams(CtClass objectType, String[] stringParams) argument
984 CtClass objectType; field in class:CtField.NewInitializer
[all...]
/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/clang/lib/Sema/
H A DSemaAccess.cpp1525 QualType objectType) {
1530 DeclAccessPair::make(decl, access), objectType);
1523 isSpecialMemberAccessibleForDeletion(CXXMethodDecl *decl, AccessSpecifier access, QualType objectType) argument
H A DSemaExprMember.cpp735 QualType objectType = baseObjectExpr->getType(); local
737 if (const PointerType *ptr = objectType->getAs<PointerType>()) {
739 objectType = ptr->getPointeeType();
743 baseQuals = objectType.getQualifiers();
H A DSemaStmt.cpp1465 const ObjCObjectType *objectType = pointerType->getObjectType(); local
1466 ObjCInterfaceDecl *iface = objectType->getInterface();
1471 RequireCompleteType(forLoc, QualType(objectType, 0),
1478 } else if (iface || !objectType->qual_empty()) {
H A DSemaOverload.cpp10564 QualType objectType = op->getLHS()->getType(); local
10566 objectType = objectType->castAs<PointerType>()->getPointeeType();
10567 Qualifiers objectQuals = objectType.getQualifiers();
/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/clang/lib/CodeGen/
H A DCGExprScalar.cpp1937 QualType objectType = pointerOperand->getType() local
1941 = CGF.CGM.getSize(CGF.getContext().getTypeSizeInChars(objectType));
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 355 milliseconds