HomeSort by relevance Sort by last modified time
    Searched refs:clazz (Results 201 - 225 of 1612) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/proguard/src/proguard/classfile/editor/
StackSizeUpdater.java 43 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
46 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
49 stackSizeComputer.visitCodeAttribute(clazz, method, codeAttribute);
  /external/proguard/src/proguard/classfile/instruction/visitor/
AllInstructionVisitor.java 49 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
52 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
54 codeAttribute.instructionsAccept(clazz, method, instructionVisitor);
MultiInstructionVisitor.java 84 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction)
88 instructionVisitors[index].visitSimpleInstruction(clazz, method, codeAttribute, offset, simpleInstruction);
92 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction)
96 instructionVisitors[index].visitVariableInstruction(clazz, method, codeAttribute, offset, variableInstruction);
100 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
104 instructionVisitors[index].visitConstantInstruction(clazz, method, codeAttribute, offset, constantInstruction);
108 public void visitBranchInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, BranchInstruction branchInstruction
    [all...]
  /external/proguard/src/proguard/classfile/util/
EnumFieldReferenceInitializer.java 60 private Clazz referencedEnumClass;
66 public void visitAnyElementValue(Clazz clazz, Annotation annotation, ElementValue elementValue) {}
69 public void visitEnumConstantElementValue(Clazz clazz, Annotation annotation, EnumConstantElementValue enumConstantElementValue)
80 enumTypeName = enumConstantElementValue.getTypeName(clazz);
81 enumConstantName = enumConstantElementValue.getConstantName(clazz);
110 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
113 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruc (…)
    [all...]
InstructionSequenceMatcher.java 224 public void visitSimpleInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, SimpleInstruction simpleInstruction)
236 clazz,
244 public void visitVariableInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, VariableInstruction variableInstruction)
258 clazz,
266 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction)
273 matchingConstantIndices(clazz,
281 clazz,
    [all...]
  /external/proguard/src/proguard/evaluation/
InvocationUnit.java 39 public void enterMethod(Clazz clazz,
47 public void exitMethod(Clazz clazz,
56 public void invokeMember(Clazz clazz,
  /external/proguard/src/proguard/optimize/
DuplicateInitializerInvocationFixer.java 77 public void visitAnyAttribute(Clazz clazz, Attribute attribute) {}
80 public void visitCodeAttribute(Clazz clazz, Method method, CodeAttribute codeAttribute)
87 codeAttribute.instructionsAccept(clazz,
92 codeAttributeEditor.visitCodeAttribute(clazz, method, codeAttribute);
98 public void visitAnyInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, Instruction instruction) {}
101 public void visitConstantInstruction(Clazz clazz, Method method, CodeAttribute codeAttribute, int offset, ConstantInstruction constantInstruction
    [all...]
  /external/proguard/src/proguard/optimize/evaluation/
TracedBranchUnit.java 23 import proguard.classfile.Clazz;
38 public void branchConditionally(Clazz clazz,
47 super.branch(clazz, codeAttribute, offset, branchTarget);
52 super.branchConditionally(clazz, codeAttribute, offset, branchTarget, conditional);
  /frameworks/base/services/core/jni/
com_android_server_VibratorService.cpp 32 static jboolean vibratorExists(JNIEnv *env, jobject clazz)
37 static void vibratorOn(JNIEnv *env, jobject clazz, jlong timeout_ms)
43 static void vibratorOff(JNIEnv *env, jobject clazz)
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
histogram.h 30 JNIEnv* env, jclass clazz, jobject imageBuffer, jobject maskBuffer, jobject histogramBuffer );
34 JNIEnv* env, jclass clazz, jobject imageBuffer, jobject histogramBuffer, jint hBins, jint sBins);
38 JNIEnv* env, jclass clazz, jobject imageBuffer, jobject histogramBuffer,
  /libcore/harmony-tests/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
IncompleteAnnotationExceptionTest.java 50 Class clazz = String.class; local
53 clazz, elementName);
55 assertSame("wrong annotation type", clazz, e.annotationType());
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/input/
ClassLoaderObjectInputStream.java 67 Class clazz = Class.forName(objectStreamClass.getName(), false, classLoader); local
69 if (clazz != null) {
71 return clazz;
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java 139 * @param clazz
142 public synchronized void soften(CtClass clazz) {
144 clazz.prune();
145 classes.remove(clazz.getName());
146 softcache.put(clazz.getName(), clazz); local
166 CtClass clazz = getCachedLocally(classname); local
167 if (clazz == null) {
199 clazz = pool.getCachedLocally(classname);
200 if (clazz != null)
270 CtClass clazz = (CtClass)classes.get(classname); local
    [all...]
  /frameworks/base/core/jni/
android_view_RenderNode.cpp 52 jobject clazz, jlong renderNodePtr) {
58 jobject clazz, jlong renderNodePtr) {
63 static jlong android_view_RenderNode_create(JNIEnv* env, jobject clazz, jstring name) {
75 jobject clazz, jlong renderNodePtr) {
81 jobject clazz, jlong renderNodePtr, jlong newDataPtr) {
92 jobject clazz, jlong renderNodePtr, jint jlayerType) {
98 jobject clazz, jlong renderNodePtr, jlong paintPtr) {
104 jobject clazz, jlong renderNodePtr, jlong matrixPtr) {
110 jobject clazz, jlong renderNodePtr, jlong matrixPtr) {
116 jobject clazz, jlong renderNodePtr, jboolean clipToBounds)
    [all...]
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_StaticNonce.c 29 static void StaticNonce_nop(JNIEnv *env, jclass clazz) {
34 static jboolean StaticNonce_returnBoolean(JNIEnv *env, jclass clazz) {
39 static jbyte StaticNonce_returnByte(JNIEnv *env, jclass clazz) {
44 static jshort StaticNonce_returnShort(JNIEnv *env, jclass clazz) {
49 static jchar StaticNonce_returnChar(JNIEnv *env, jclass clazz) {
54 static jint StaticNonce_returnInt(JNIEnv *env, jclass clazz) {
59 static jlong StaticNonce_returnLong(JNIEnv *env, jclass clazz) {
64 static jfloat StaticNonce_returnFloat(JNIEnv *env, jclass clazz) {
69 static jdouble StaticNonce_returnDouble(JNIEnv *env, jclass clazz) {
74 static jobject StaticNonce_returnNull(JNIEnv *env, jclass clazz) {
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
OldGenericTypesTest.java 66 Class<? extends ConstructorGenericType> clazz = ConstructorGenericType.class; local
67 TypeVariable<Class> typeVariable = getTypeParameter(clazz);
68 Constructor<?> constructor = clazz.getDeclaredConstructor(Object.class);
77 Class<? extends GenericType> clazz = GenericType.class; local
78 TypeVariable<Class> typeVariable = getTypeParameter(clazz);
80 Method method = clazz.getDeclaredMethod("staticMethodGenericType", Object.class);
90 Class<? extends GenericType> clazz = GenericType.class; local
91 TypeVariable<Class> typeVariable = getTypeParameter(clazz);
93 Method method = clazz.getDeclaredMethod("hidingMethodGenericType", Object.class);
110 Class<? extends MultipleGenericTypes> clazz = MultipleGenericTypes.class local
147 Class<? extends MultipleBoundedGenericTypes> clazz = MultipleBoundedGenericTypes.class; local
163 Class<? extends SimpleInheritance> clazz = SimpleInheritance.class; local
184 Class<? extends InnerClassTest> clazz =InnerClassTest.class; local
214 Class<? extends ExceptionTest> clazz = ExceptionTest.class; local
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h 228 (JNIEnv *env, jclass clazz, const char *msg);
252 (JNIEnv *env, jclass clazz);
254 (JNIEnv *env, jclass clazz, jmethodID methodID, ...);
256 (JNIEnv *env, jclass clazz, jmethodID methodID, va_list args);
258 (JNIEnv *env, jclass clazz, jmethodID methodID, jvalue *args);
263 (JNIEnv *env, jobject obj, jclass clazz);
266 (JNIEnv *env, jclass clazz, const char *name, const char *sig);
339 (JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID, ...);
341 (JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
344 (JNIEnv *env, jobject obj, jclass clazz, jmethodID methodID,
    [all...]
  /cts/tools/cts-java-scanner-doclet/src/com/android/cts/javascannerdoclet/
CtsJavaScannerDoclet.java 76 for (ClassDoc clazz : classes) {
77 if (clazz.isAbstract()) {
81 final boolean isJUnit3 = isJUnit3TestCase(clazz);
82 if (!isJUnit3 && !isJUnit4TestClass(clazz)) {
86 writer.append("suite:").println(clazz.containingPackage().name());
87 writer.append("case:").println(clazz.name());
88 for (; clazz != null; clazz = clazz.superclass()) {
89 for (MethodDoc method : clazz.methods())
    [all...]
  /cts/tools/dex-tools/test/dex/reader/
LargeDexTests.java 47 DexClass clazz = dexFile.getDefinedClasses().get(0); local
48 assertEquals("LL0;", clazz.getName());
49 assertPublic(clazz);
50 assertEquals(NR_OF_FIELDS, clazz.getFields().size());
  /external/chromium_org/base/android/library_loader/
library_loader_hooks.cc 27 static jboolean LibraryLoaded(JNIEnv* env, jclass clazz,
32 return g_registration_callback(env, clazz, init_command_line);
37 jclass clazz,
64 jstring GetVersionNumber(JNIEnv* env, jclass clazz) {
  /external/chromium_org/content/public/app/
android_library_loader_hooks.h 24 jclass clazz,
  /external/chromium_org/third_party/freetype/include/freetype/internal/services/
svcid.h 69 FT_Service_CIDRec* clazz ) \
73 clazz->get_ros = get_ros_; \
74 clazz->get_is_cid = get_is_cid_; \
75 clazz->get_cid_from_glyph_index = get_cid_from_glyph_index_; \
svsfnt.h 85 FT_Init_Class_ ## class_( FT_Service_SFNT_TableRec* clazz ) \
87 clazz->load_table = load_; \
88 clazz->get_table = get_; \
89 clazz->table_info = info_; \
  /external/freetype/include/internal/services/
svcid.h 69 FT_Service_CIDRec* clazz ) \
73 clazz->get_ros = get_ros_; \
74 clazz->get_is_cid = get_is_cid_; \
75 clazz->get_cid_from_glyph_index = get_cid_from_glyph_index_; \
svsfnt.h 85 FT_Init_Class_ ## class_( FT_Service_SFNT_TableRec* clazz ) \
87 clazz->load_table = load_; \
88 clazz->get_table = get_; \
89 clazz->table_info = info_; \

Completed in 1447 milliseconds

1 2 3 4 5 6 7 891011>>