Searched refs:clazz (Results 126 - 150 of 791) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/classfile/util/
H A DStringSharer.java90 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
93 public void visitStringConstant(Clazz clazz, StringConstant stringConstant) argument
102 clazz.constantPoolEntryAccept(stringConstant.u2stringIndex, this);
107 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant) argument
118 clazz.constantPoolEntryAccept(refConstant.u2nameAndTypeIndex, this);
123 public void visitNameAndTypeConstant(Clazz clazz, NameAndTypeConstant nameAndTypeConstant) argument
129 clazz.constantPoolEntryAccept(nameAndTypeConstant.u2nameIndex, this);
131 clazz.constantPoolEntryAccept(nameAndTypeConstant.u2descriptorIndex, this);
136 public void visitClassConstant(Clazz clazz, ClassConstant classConstant) argument
143 clazz
148 visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant) argument
166 visitAnyAttribute(Clazz clazz, Attribute attribute) argument
[all...]
H A DDynamicClassReferenceInitializer.java241 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
244 instruction.accept(clazz, method, codeAttribute, offset,
251 clazz.constantPoolEntryAccept(constantClassForNameMatcher.matchedConstantIndex(X), this);
259 instruction.accept(clazz, method, codeAttribute, offset,
266 clazz.constantPoolEntryAccept(classForNameCastMatcher.matchedConstantIndex(X), this);
270 instruction.accept(clazz, method, codeAttribute, offset,
275 isDotClassMethodref(clazz, dotClassJavacMatcher.matchedConstantIndex(0)))
278 clazz.constantPoolEntryAccept(dotClassJavacMatcher.matchedConstantIndex(X), this);
282 instruction.accept(clazz, method, codeAttribute, offset,
287 isDotClassMethodref(clazz, dotClassJikesMatche
300 visitStringConstant(Clazz clazz, StringConstant stringConstant) argument
314 visitClassConstant(Clazz clazz, ClassConstant classConstant) argument
334 visitMethodrefConstant(Clazz clazz, MethodrefConstant methodrefConstant) argument
374 visitAnyAttribute(Clazz clazz, Attribute attribute) argument
377 visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
398 isDotClassMethodref(Clazz clazz, int methodrefConstantIndex) argument
413 isDotClassMethodCode(Clazz clazz, Method method, CodeAttribute codeAttribute, InstructionSequenceMatcher codeMatcher, int codeLength) argument
[all...]
/external/proguard/src/proguard/optimize/peephole/
H A DTargetClassChanger.java167 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
170 public void visitStringConstant(Clazz clazz, StringConstant stringConstant) argument
183 stringConstant.getString(clazz),
190 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant) argument
199 System.out.println(" ["+clazz.getName()+"] changing reference from ["+refConstant.referencedClass+"."+refConstant.referencedMember.getName(refConstant.referencedClass)+refConstant.referencedMember.getDescriptor(refConstant.referencedClass)+"]");
208 refConstant.getName(clazz),
209 refConstant.getType(clazz),
214 System.out.println(" ["+clazz.getName()+"] to ["+refConstant.referencedClass+"."+refConstant.referencedMember.getName(refConstant.referencedClass)+refConstant.referencedMember.getDescriptor(refConstant.referencedClass)+"]");
220 public void visitClassConstant(Clazz clazz, ClassConstant classConstant) argument
230 public void visitAnyAttribute(Clazz clazz, Attribut argument
233 visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
240 visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) argument
247 visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) argument
254 visitSignatureAttribute(Clazz clazz, SignatureAttribute signatureAttribute) argument
261 visitAnyAnnotationsAttribute(Clazz clazz, AnnotationsAttribute annotationsAttribute) argument
268 visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute) argument
275 visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute) argument
285 visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo) argument
294 visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo) argument
302 visitAnnotation(Clazz clazz, Annotation annotation) argument
314 visitAnyElementValue(Clazz clazz, Annotation annotation, ElementValue elementValue) argument
333 visitConstantElementValue(Clazz clazz, Annotation annotation, ConstantElementValue constantElementValue) argument
340 visitEnumConstantElementValue(Clazz clazz, Annotation annotation, EnumConstantElementValue enumConstantElementValue) argument
350 visitClassElementValue(Clazz clazz, Annotation annotation, ClassElementValue classElementValue) argument
360 visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
370 visitArrayElementValue(Clazz clazz, Annotation annotation, ArrayElementValue arrayElementValue) argument
[all...]
H A DReachableCodeMarker.java81 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} argument
84 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
100 markCode(clazz, method, codeAttribute, 0);
107 codeAttribute.exceptionsAccept(clazz, method, this);
115 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
131 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
136 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) argument
145 public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction) argument
148 markBranchTarget(clazz,
162 public void visitAnySwitchInstruction(Clazz clazz, Metho argument
183 visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
202 markBranchTargets(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, int[] jumpOffsets) argument
214 markBranchTarget(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset) argument
227 markCode(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset) argument
[all...]
/external/proguard/src/proguard/classfile/attribute/preverification/visitor/
H A DStackMapFrameVisitor.java35 public void visitSameZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameZeroFrame sameZeroFrame); argument
36 public void visitSameOneFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame sameOneFrame); argument
37 public void visitLessZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LessZeroFrame lessZeroFrame); argument
38 public void visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame); argument
39 public void visitFullFrame( Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame); argument
/external/proguard/src/proguard/obfuscate/
H A DSourceFileRenamer.java67 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} argument
70 public void visitSourceFileAttribute(Clazz clazz, SourceFileAttribute sourceFileAttribute) argument
74 new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(newSourceFileAttribute);
78 public void visitSourceDirAttribute(Clazz clazz, SourceDirAttribute sourceDirAttribute) argument
82 new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(newSourceFileAttribute);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
H A DAppSingletonizer.java11 private Class<T> clazz; field in class:AppSingletonizer
13 public AppSingletonizer(Class<T> clazz) { argument
14 this.clazz = clazz;
33 return newInstanceOf(clazz);
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dsfnt.h630 clazz->a = a_;
665 SFNT_Interface* clazz ) \
669 clazz->goto_table = goto_table_; \
670 clazz->init_face = init_face_; \
671 clazz->load_face = load_face_; \
672 clazz->done_face = done_face_; \
673 clazz->get_interface = get_interface_; \
674 clazz->load_any = load_any_; \
675 clazz->load_head = load_head_; \
676 clazz
[all...]
/external/freetype/include/internal/
H A Dsfnt.h630 clazz->a = a_;
665 SFNT_Interface* clazz ) \
669 clazz->goto_table = goto_table_; \
670 clazz->init_face = init_face_; \
671 clazz->load_face = load_face_; \
672 clazz->done_face = done_face_; \
673 clazz->get_interface = get_interface_; \
674 clazz->load_any = load_any_; \
675 clazz->load_head = load_head_; \
676 clazz
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dsfnt.h630 clazz->a = a_;
665 SFNT_Interface* clazz ) \
669 clazz->goto_table = goto_table_; \
670 clazz->init_face = init_face_; \
671 clazz->load_face = load_face_; \
672 clazz->done_face = done_face_; \
673 clazz->get_interface = get_interface_; \
674 clazz->load_any = load_any_; \
675 clazz->load_head = load_head_; \
676 clazz
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dsfnt.h630 clazz->a = a_;
665 SFNT_Interface* clazz ) \
669 clazz->goto_table = goto_table_; \
670 clazz->init_face = init_face_; \
671 clazz->load_face = load_face_; \
672 clazz->done_face = done_face_; \
673 clazz->get_interface = get_interface_; \
674 clazz->load_any = load_any_; \
675 clazz->load_head = load_head_; \
676 clazz
[all...]
/external/proguard/src/proguard/evaluation/
H A DBasicInvocationUnit.java65 public void enterMethod(Clazz clazz, Method method, Variables variables) argument
67 String descriptor = method.getDescriptor(clazz);
90 Value value = getMethodParameterValue(clazz,
93 ClassUtil.internalTypeFromClassName(clazz.getName()),
94 clazz);
114 Value value = getMethodParameterValue(clazz,
132 public void exitMethod(Clazz clazz, Method method, Value returnValue) argument
134 setMethodReturnValue(clazz, method, returnValue);
138 public void invokeMember(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction, Stack stack) argument
178 clazz
185 visitFieldrefConstant(Clazz clazz, FieldrefConstant fieldrefConstant) argument
209 visitAnyMethodrefConstant(Clazz clazz, RefConstant methodrefConstant) argument
234 visitInvokeDynamicConstant(Clazz clazz, InvokeDynamicConstant invokeDynamicConstant) argument
263 setFieldClassValue(Clazz clazz, RefConstant refConstant, ReferenceValue value) argument
274 getFieldClassValue(Clazz clazz, RefConstant refConstant, String type) argument
291 setFieldValue(Clazz clazz, RefConstant refConstant, Value value) argument
302 getFieldValue(Clazz clazz, RefConstant refConstant, String type) argument
319 setMethodParameterValue(Clazz clazz, RefConstant refConstant, int parameterIndex, Value value) argument
331 getMethodParameterValue(Clazz clazz, Method method, int parameterIndex, String type, Clazz referencedClass) argument
344 setMethodReturnValue(Clazz clazz, Method method, Value value) argument
355 getMethodReturnValue(Clazz clazz, RefConstant refConstant, String type) argument
372 getMethodReturnValue(Clazz clazz, InvokeDynamicConstant invokeDynamicConstant, String type) argument
[all...]
/external/javassist/src/main/javassist/bytecode/analysis/
H A DType.java43 private final CtClass clazz; field in class:Type
122 * @param clazz The java class
125 public static Type get(CtClass clazz) { argument
126 Type type = (Type)prims.get(clazz);
127 return type != null ? type : new Type(clazz);
138 Type(CtClass clazz) { argument
139 this(clazz, false);
142 private Type(CtClass clazz, boolean special) { argument
143 this.clazz = clazz;
522 getAllInterfaces(CtClass clazz, Map map) argument
546 getDeclaredInterfaces(CtClass clazz, Map map) argument
[all...]
/external/proguard/src/proguard/classfile/editor/
H A DAccessFixer.java51 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
54 public void visitStringConstant(Clazz clazz, StringConstant stringConstant) argument
56 referencingClass = clazz;
66 public void visitInvokeDynamicConstant(Clazz clazz, InvokeDynamicConstant invokeDynamicConstant) argument
69 invokeDynamicConstant.bootstrapMethodHandleAccept(clazz, this);
73 public void visitMethodHandleConstant(Clazz clazz, MethodHandleConstant methodHandleConstant) argument
76 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex, this);
80 public void visitAnyRefConstant(Clazz clazz, RefConstant refConstant) argument
82 referencingClass = clazz;
86 clazz
94 visitClassConstant(Clazz clazz, ClassConstant classConstant) argument
166 visitClassConstant(Clazz clazz, ClassConstant classConstant) argument
[all...]
H A DConstantPoolRemapper.java104 public void visitIntegerConstant(Clazz clazz, IntegerConstant integerConstant) argument
110 public void visitLongConstant(Clazz clazz, LongConstant longConstant) argument
116 public void visitFloatConstant(Clazz clazz, FloatConstant floatConstant) argument
122 public void visitDoubleConstant(Clazz clazz, DoubleConstant doubleConstant) argument
128 public void visitStringConstant(Clazz clazz, StringConstant stringConstant) argument
135 public void visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant) argument
141 public void visitInvokeDynamicConstant(Clazz clazz, InvokeDynamicConstant invokeDynamicConstant) argument
148 public void visitMethodHandleConstant(Clazz clazz, MethodHandleConstant methodHandleConstant) argument
155 public void visitFieldrefConstant(Clazz clazz, FieldrefConstant fieldrefConstant) argument
164 public void visitInterfaceMethodrefConstant(Clazz clazz, InterfaceMethodrefConstan argument
173 visitMethodrefConstant(Clazz clazz, MethodrefConstant methodrefConstant) argument
182 visitClassConstant(Clazz clazz, ClassConstant classConstant) argument
189 visitMethodTypeConstant(Clazz clazz, MethodTypeConstant methodTypeConstant) argument
196 visitNameAndTypeConstant(Clazz clazz, NameAndTypeConstant nameAndTypeConstant) argument
246 visitUnknownAttribute(Clazz clazz, UnknownAttribute unknownAttribute) argument
255 visitBootstrapMethodsAttribute(Clazz clazz, BootstrapMethodsAttribute bootstrapMethodsAttribute) argument
265 visitSourceFileAttribute(Clazz clazz, SourceFileAttribute sourceFileAttribute) argument
274 visitSourceDirAttribute(Clazz clazz, SourceDirAttribute sourceDirAttribute) argument
283 visitInnerClassesAttribute(Clazz clazz, InnerClassesAttribute innerClassesAttribute) argument
293 visitEnclosingMethodAttribute(Clazz clazz, EnclosingMethodAttribute enclosingMethodAttribute) argument
304 visitDeprecatedAttribute(Clazz clazz, DeprecatedAttribute deprecatedAttribute) argument
311 visitSyntheticAttribute(Clazz clazz, SyntheticAttribute syntheticAttribute) argument
318 visitSignatureAttribute(Clazz clazz, SignatureAttribute signatureAttribute) argument
327 visitConstantValueAttribute(Clazz clazz, Field field, ConstantValueAttribute constantValueAttribute) argument
336 visitExceptionsAttribute(Clazz clazz, Method method, ExceptionsAttribute exceptionsAttribute) argument
347 visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
368 visitStackMapAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapAttribute stackMapAttribute) argument
378 visitStackMapTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, StackMapTableAttribute stackMapTableAttribute) argument
388 visitLineNumberTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LineNumberTableAttribute lineNumberTableAttribute) argument
395 visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) argument
405 visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) argument
415 visitAnyAnnotationsAttribute(Clazz clazz, AnnotationsAttribute annotationsAttribute) argument
425 visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute) argument
435 visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute) argument
447 visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo) argument
460 visitInnerClassesInfo(Clazz clazz, InnerClassesInfo innerClassesInfo) argument
484 visitExceptionInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, ExceptionInfo exceptionInfo) argument
496 visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) argument
499 visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
518 visitAnyStackMapFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, StackMapFrame stackMapFrame) argument
521 visitSameOneFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SameOneFrame sameOneFrame) argument
528 visitMoreZeroFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, MoreZeroFrame moreZeroFrame) argument
535 visitFullFrame(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, FullFrame fullFrame) argument
545 visitAnyVerificationType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VerificationType verificationType) argument
548 visitObjectType(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ObjectType objectType) argument
557 visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo) argument
568 visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo) argument
579 visitAnnotation(Clazz clazz, Annotation annotation) argument
591 visitConstantElementValue(Clazz clazz, Annotation annotation, ConstantElementValue constantElementValue) argument
600 visitEnumConstantElementValue(Clazz clazz, Annotation annotation, EnumConstantElementValue enumConstantElementValue) argument
611 visitClassElementValue(Clazz clazz, Annotation annotation, ClassElementValue classElementValue) argument
620 visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
630 visitArrayElementValue(Clazz clazz, Annotation annotation, ArrayElementValue arrayElementValue) argument
[all...]
H A DClassReferenceFixer.java183 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
186 public void visitStringConstant(Clazz clazz, StringConstant stringConstant) argument
195 String externalClassName = stringConstant.getString(clazz);
207 new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(newExternalClassName);
213 public void visitClassConstant(Clazz clazz, ClassConstant classConstant) argument
220 String className = classConstant.getName(clazz);
226 new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(newClassName);
233 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} argument
236 public void visitInnerClassesAttribute(Clazz clazz, InnerClassesAttribute innerClassesAttribute) argument
239 innerClassesAttribute.innerClassEntriesAccept(clazz, thi
243 visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
250 visitLocalVariableTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTableAttribute localVariableTableAttribute) argument
257 visitLocalVariableTypeTableAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeTableAttribute localVariableTypeTableAttribute) argument
264 visitSignatureAttribute(Clazz clazz, SignatureAttribute signatureAttribute) argument
279 visitAnyAnnotationsAttribute(Clazz clazz, AnnotationsAttribute annotationsAttribute) argument
286 visitAnyParameterAnnotationsAttribute(Clazz clazz, Method method, ParameterAnnotationsAttribute parameterAnnotationsAttribute) argument
293 visitAnnotationDefaultAttribute(Clazz clazz, Method method, AnnotationDefaultAttribute annotationDefaultAttribute) argument
302 visitInnerClassesInfo(Clazz clazz, InnerClassesInfo innerClassesInfo) argument
323 visitLocalVariableInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableInfo localVariableInfo) argument
340 visitLocalVariableTypeInfo(Clazz clazz, Method method, CodeAttribute codeAttribute, LocalVariableTypeInfo localVariableTypeInfo) argument
356 visitAnnotation(Clazz clazz, Annotation annotation) argument
377 visitConstantElementValue(Clazz clazz, Annotation annotation, ConstantElementValue constantElementValue) argument
382 visitEnumConstantElementValue(Clazz clazz, Annotation annotation, EnumConstantElementValue enumConstantElementValue) argument
398 visitClassElementValue(Clazz clazz, Annotation annotation, ClassElementValue classElementValue) argument
414 visitAnnotationElementValue(Clazz clazz, Annotation annotation, AnnotationElementValue annotationElementValue) argument
421 visitArrayElementValue(Clazz clazz, Annotation annotation, ArrayElementValue arrayElementValue) argument
[all...]
/external/proguard/src/proguard/classfile/attribute/
H A DCodeAttribute.java82 public Attribute getAttribute(Clazz clazz, String name) argument
87 if (attribute.getAttributeName(clazz).equals(name))
99 public void accept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) argument
101 attributeVisitor.visitCodeAttribute(clazz, method, this);
108 public void instructionsAccept(Clazz clazz, Method method, InstructionVisitor instructionVisitor) argument
110 instructionsAccept(clazz, method, 0, u4codeLength, instructionVisitor);
118 public void instructionAccept(Clazz clazz, Method method, int offset, InstructionVisitor instructionVisitor) argument
121 instruction.accept(clazz, method, this, offset, instructionVisitor);
129 public void instructionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, InstructionVisitor instructionVisitor) argument
138 instruction.accept(clazz, metho
147 exceptionsAccept(Clazz clazz, Method method, ExceptionInfoVisitor exceptionInfoVisitor) argument
162 exceptionsAccept(Clazz clazz, Method method, int offset, ExceptionInfoVisitor exceptionInfoVisitor) argument
179 exceptionsAccept(Clazz clazz, Method method, int startOffset, int endOffset, ExceptionInfoVisitor exceptionInfoVisitor) argument
195 attributesAccept(Clazz clazz, Method method, AttributeVisitor attributeVisitor) argument
[all...]
/external/objenesis/main/src/org/objenesis/
H A DObjenesisBase.java69 * @param clazz Class to instantiate
70 * @return New instance of clazz
72 public Object newInstance(Class clazz) { argument
73 return getInstantiatorOf(clazz).newInstance();
81 * @param clazz Class to instantiate
84 public synchronized ObjectInstantiator getInstantiatorOf(Class clazz) { argument
86 return strategy.newInstantiatorOf(clazz);
88 ObjectInstantiator instantiator = (ObjectInstantiator) cache.get(clazz.getName());
90 instantiator = strategy.newInstantiatorOf(clazz);
91 cache.put(clazz
[all...]
/external/proguard/src/proguard/classfile/instruction/
H A DConstantInstruction.java155 public void accept(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, InstructionVisitor instructionVisitor) argument
157 instructionVisitor.visitConstantInstruction(clazz, method, codeAttribute, offset, this);
161 public int stackPopCount(Clazz clazz) argument
163 int stackPopCount = super.stackPopCount(clazz);
176 clazz.constantPoolEntryAccept(constantIndex, this);
186 clazz.constantPoolEntryAccept(constantIndex, this);
195 public int stackPushCount(Clazz clazz) argument
197 int stackPushCount = super.stackPushCount(clazz);
210 clazz.constantPoolEntryAccept(constantIndex, this);
221 public void visitIntegerConstant(Clazz clazz, IntegerConstan argument
222 visitLongConstant(Clazz clazz, LongConstant longConstant) argument
223 visitFloatConstant(Clazz clazz, FloatConstant floatConstant) argument
224 visitDoubleConstant(Clazz clazz, DoubleConstant doubleConstant) argument
225 visitStringConstant(Clazz clazz, StringConstant stringConstant) argument
226 visitUtf8Constant(Clazz clazz, Utf8Constant utf8Constant) argument
227 visitMethodHandleConstant(Clazz clazz, MethodHandleConstant methodHandleConstant) argument
228 visitClassConstant(Clazz clazz, ClassConstant classConstant) argument
229 visitMethodTypeConstant(Clazz clazz, MethodTypeConstant methodTypeConstant) argument
232 visitFieldrefConstant(Clazz clazz, FieldrefConstant fieldrefConstant) argument
240 visitInvokeDynamicConstant(Clazz clazz, InvokeDynamicConstant invokeDynamicConstant) argument
246 visitInterfaceMethodrefConstant(Clazz clazz, InterfaceMethodrefConstant interfaceMethodrefConstant) argument
252 visitMethodrefConstant(Clazz clazz, MethodrefConstant methodrefConstant) argument
258 visitNameAndTypeConstant(Clazz clazz, NameAndTypeConstant nameAndTypeConstant) argument
[all...]
/external/proguard/src/proguard/io/
H A DClassReader.java82 Clazz clazz;
85 clazz = new LibraryClass();
86 clazz.accept(new LibraryClassReader(dataInputStream, skipNonPublicLibraryClasses, skipNonPublicLibraryClassMembers));
90 clazz = new ProgramClass();
91 clazz.accept(new ProgramClassReader(dataInputStream));
95 String className = clazz.getName();
105 clazz.accept(classVisitor);
/external/proguard/src/proguard/shrink/
H A DSignatureUsageMarker.java65 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} argument
68 public void visitSignatureAttribute(Clazz clazz, SignatureAttribute signatureAttribute) argument
79 markConstant(clazz, signatureAttribute.u2attributeNameIndex);
80 markConstant(clazz, signatureAttribute.u2signatureIndex);
102 public void visitAnyConstant(Clazz clazz, Constant constant) argument
113 private void markConstant(Clazz clazz, int index) argument
115 clazz.constantPoolEntryAccept(index, this);
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvpscmap.h152 FT_Service_PsCMapsRec* clazz ) \
156 clazz->unicode_value = unicode_value_; \
157 clazz->unicodes_init = unicodes_init_; \
158 clazz->unicodes_char_index = unicodes_char_index_; \
159 clazz->unicodes_char_next = unicodes_char_next_; \
160 clazz->macintosh_name = macintosh_name_; \
161 clazz->adobe_std_strings = adobe_std_strings_; \
162 clazz->adobe_std_encoding = adobe_std_encoding_; \
163 clazz->adobe_expert_encoding = adobe_expert_encoding_; \
/external/freetype/include/internal/services/
H A Dsvpscmap.h152 FT_Service_PsCMapsRec* clazz ) \
156 clazz->unicode_value = unicode_value_; \
157 clazz->unicodes_init = unicodes_init_; \
158 clazz->unicodes_char_index = unicodes_char_index_; \
159 clazz->unicodes_char_next = unicodes_char_next_; \
160 clazz->macintosh_name = macintosh_name_; \
161 clazz->adobe_std_strings = adobe_std_strings_; \
162 clazz->adobe_std_encoding = adobe_std_encoding_; \
163 clazz->adobe_expert_encoding = adobe_expert_encoding_; \
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
H A Dsvpscmap.h152 FT_Service_PsCMapsRec* clazz ) \
156 clazz->unicode_value = unicode_value_; \
157 clazz->unicodes_init = unicodes_init_; \
158 clazz->unicodes_char_index = unicodes_char_index_; \
159 clazz->unicodes_char_next = unicodes_char_next_; \
160 clazz->macintosh_name = macintosh_name_; \
161 clazz->adobe_std_strings = adobe_std_strings_; \
162 clazz->adobe_std_encoding = adobe_std_encoding_; \
163 clazz->adobe_expert_encoding = adobe_expert_encoding_; \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
H A Dsvpscmap.h152 FT_Service_PsCMapsRec* clazz ) \
156 clazz->unicode_value = unicode_value_; \
157 clazz->unicodes_init = unicodes_init_; \
158 clazz->unicodes_char_index = unicodes_char_index_; \
159 clazz->unicodes_char_next = unicodes_char_next_; \
160 clazz->macintosh_name = macintosh_name_; \
161 clazz->adobe_std_strings = adobe_std_strings_; \
162 clazz->adobe_std_encoding = adobe_std_encoding_; \
163 clazz->adobe_expert_encoding = adobe_expert_encoding_; \

Completed in 487 milliseconds

1234567891011>>