Searched refs:clazz (Results 151 - 175 of 791) sorted by relevance

1234567891011>>

/external/proguard/src/proguard/optimize/peephole/
H A DVariableShrinker.java76 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} argument
79 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
85 ClassUtil.internalMethodParameterSize(method.getDescriptor(clazz),
93 System.out.println("VariableShrinker: "+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz));
99 variableUsageMarker.visitCodeAttribute(clazz, method, codeAttribute);
120 method.accept(clazz, extraVariableMemberVisitor);
126 variableEditor.visitCodeAttribute(clazz, method, codeAttribute);
/external/chromium_org/base/power_monitor/
H A Dpower_monitor_device_source_android.cc22 void OnBatteryChargingChanged(JNIEnv* env, jclass clazz) { argument
26 void OnMainActivityResumed(JNIEnv* env, jclass clazz) { argument
30 void OnMainActivitySuspended(JNIEnv* env, jclass clazz) { argument
/external/chromium_org/chrome/browser/dom_distiller/
H A Ddom_distiller_service_factory_android.cc20 jclass clazz,
34 jobject GetForProfile(JNIEnv* env, jclass clazz, jobject j_profile) { argument
36 env, clazz, j_profile);
19 GetForProfile(JNIEnv* env, jclass clazz, jobject j_profile) argument
/external/chromium_org/third_party/freetype/include/freetype/internal/services/
H A Dsvbdf.h65 FT_Init_Class_ ## class_( FT_Service_BDFRec* clazz ) \
67 clazz->get_charset_id = get_charset_id_; \
68 clazz->get_property = get_property_; \
H A Dsvgldict.h72 FT_Service_GlyphDictRec* clazz ) \
76 clazz->get_name = get_name_; \
77 clazz->name_index = name_index_; \
H A Dsvprop.h64 FT_Init_Class_ ## class_( FT_Service_PropertiesRec* clazz ) \
66 clazz->set_property = set_property_; \
67 clazz->get_property = get_property_; \
/external/freetype/include/internal/services/
H A Dsvbdf.h65 FT_Init_Class_ ## class_( FT_Service_BDFRec* clazz ) \
67 clazz->get_charset_id = get_charset_id_; \
68 clazz->get_property = get_property_; \
H A Dsvgldict.h72 FT_Service_GlyphDictRec* clazz ) \
76 clazz->get_name = get_name_; \
77 clazz->name_index = name_index_; \
H A Dsvprop.h64 FT_Init_Class_ ## class_( FT_Service_PropertiesRec* clazz ) \
66 clazz->set_property = set_property_; \
67 clazz->get_property = get_property_; \
/external/javassist/src/main/javassist/util/proxy/
H A DSecurityActions.java27 static Method[] getDeclaredMethods(final Class clazz) { argument
29 return clazz.getDeclaredMethods();
34 return clazz.getDeclaredMethods();
40 static Constructor[] getDeclaredConstructors(final Class clazz) { argument
42 return clazz.getDeclaredConstructors();
47 return clazz.getDeclaredConstructors();
53 static Method getDeclaredMethod(final Class clazz, final String name, argument
56 return clazz.getDeclaredMethod(name, types);
62 return clazz.getDeclaredMethod(name, types);
75 static Constructor getDeclaredConstructor(final Class clazz, argument
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/services/
H A Dsvbdf.h65 FT_Init_Class_ ## class_( FT_Service_BDFRec* clazz ) \
67 clazz->get_charset_id = get_charset_id_; \
68 clazz->get_property = get_property_; \
H A Dsvgldict.h72 FT_Service_GlyphDictRec* clazz ) \
76 clazz->get_name = get_name_; \
77 clazz->name_index = name_index_; \
H A Dsvprop.h64 FT_Init_Class_ ## class_( FT_Service_PropertiesRec* clazz ) \
66 clazz->set_property = set_property_; \
67 clazz->get_property = get_property_; \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/services/
H A Dsvbdf.h65 FT_Init_Class_ ## class_( FT_Service_BDFRec* clazz ) \
67 clazz->get_charset_id = get_charset_id_; \
68 clazz->get_property = get_property_; \
H A Dsvgldict.h72 FT_Service_GlyphDictRec* clazz ) \
76 clazz->get_name = get_name_; \
77 clazz->name_index = name_index_; \
H A Dsvprop.h64 FT_Init_Class_ ## class_( FT_Service_PropertiesRec* clazz ) \
66 clazz->set_property = set_property_; \
67 clazz->get_property = get_property_; \
/external/proguard/src/proguard/classfile/constant/visitor/
H A DMethodrefTraveler.java52 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
55 public void visitMethodHandleConstant(Clazz clazz, MethodHandleConstant methodHandleConstant) argument
57 clazz.constantPoolEntryAccept(methodHandleConstant.u2referenceIndex,
/external/proguard/src/proguard/classfile/editor/
H A DStackSizeUpdater.java43 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} argument
46 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
49 stackSizeComputer.visitCodeAttribute(clazz, method, codeAttribute);
/external/proguard/src/proguard/classfile/instruction/visitor/
H A DAllInstructionVisitor.java49 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} argument
52 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
54 codeAttribute.instructionsAccept(clazz, method, instructionVisitor);
H A DMultiInstructionVisitor.java84 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction) argument
88 instructionVisitors[index].visitSimpleInstruction(clazz, method, codeAttribute, offset, simpleInstruction);
92 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction) argument
96 instructionVisitors[index].visitVariableInstruction(clazz, method, codeAttribute, offset, variableInstruction);
100 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
104 instructionVisitors[index].visitConstantInstruction(clazz, method, codeAttribute, offset, constantInstruction);
108 public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction) argument
112 instructionVisitors[index].visitBranchInstruction(clazz, method, codeAttribute, offset, branchInstruction);
116 public void visitTableSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, TableSwitchInstruction tableSwitchInstruction) argument
120 instructionVisitors[index].visitTableSwitchInstruction(clazz, metho
124 visitLookUpSwitchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, LookUpSwitchInstruction lookUpSwitchInstruction) argument
[all...]
/external/proguard/src/proguard/classfile/util/
H A DEnumFieldReferenceInitializer.java66 public void visitAnyElementValue(Clazz clazz, Annotation annotation, ElementValue elementValue) {} argument
69 public void visitEnumConstantElementValue(Clazz clazz, Annotation annotation, EnumConstantElementValue enumConstantElementValue) argument
80 enumTypeName = enumConstantElementValue.getTypeName(clazz);
81 enumConstantName = enumConstantElementValue.getConstantName(clazz);
110 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
113 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
120 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
128 public void visitAnyConstant(Clazz clazz, Constant constant) {} argument
131 public void visitStringConstant(Clazz clazz, StringConstant stringConstant) argument
134 enumConstantName.equals(stringConstant.getString(clazz));
138 visitFieldrefConstant(Clazz clazz, FieldrefConstant fieldrefConstant) argument
[all...]
/external/proguard/src/proguard/evaluation/
H A DInvocationUnit.java39 public void enterMethod(Clazz clazz, argument
47 public void exitMethod(Clazz clazz, argument
56 public void invokeMember(Clazz clazz, argument
/external/proguard/src/proguard/optimize/
H A DDuplicateInitializerInvocationFixer.java77 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {} argument
80 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute) argument
87 codeAttribute.instructionsAccept(clazz,
92 codeAttributeEditor.visitCodeAttribute(clazz, method, codeAttribute);
98 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {} argument
101 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction) argument
106 clazz.constantPoolEntryAccept(constantInstruction.constantIndex, this);
120 System.out.println(" ["+clazz.getName()+"."+method.getName(clazz)+method.getDescriptor(clazz)
134 visitMethodrefConstant(Clazz clazz, MethodrefConstant methodrefConstant) argument
[all...]
/external/proguard/src/proguard/optimize/evaluation/
H A DTracedBranchUnit.java38 public void branchConditionally(Clazz clazz, argument
47 super.branch(clazz, codeAttribute, offset, branchTarget);
52 super.branchConditionally(clazz, codeAttribute, offset, branchTarget, conditional);
/external/javassist/src/main/javassist/scopedpool/
H A DScopedClassPool.java139 * @param clazz
142 public synchronized void soften(CtClass clazz) { argument
144 clazz.prune();
145 classes.remove(clazz.getName());
146 softcache.put(clazz.getName(), clazz);
166 CtClass clazz = getCachedLocally(classname);
167 if (clazz == null) {
199 clazz = pool.getCachedLocally(classname);
200 if (clazz !
[all...]

Completed in 339 milliseconds

1234567891011>>