Searched defs:class1 (Results 1 - 20 of 20) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DAccessFixer.java210 private boolean inSamePackage(ProgramClass class1, Clazz class2) argument
212 return ClassUtil.internalPackageName(class1.getName()).equals(
/external/testng/src/main/java/org/testng/collections/
H A DObjects.java90 public static ToStringHelper toStringHelper(Class<?> class1) { argument
91 return new ToStringHelper(class1.getSimpleName());
/external/proguard/src/proguard/evaluation/value/
H A DTypedReferenceValue.java342 * @param class1 the first class.
348 private Clazz findCommonClass(Clazz class1, argument
354 class1.hierarchyAccept(!interfaces,
367 else if (class1.getSuperName() != null)
369 throw new IllegalArgumentException("Can't find any super classes of ["+class1.getName()+"] (not even immediate super class ["+class1.getSuperName()+"])");
396 System.out.println("ReferenceValue.generalize this ["+class1.getName()+"] with other ["+class2.getName()+"] (interfaces = "+interfaces+")");
442 class1.getName() +"] (with "+superClasses1Count +" known super classes) and ["+
/external/icu/android_icu4j/src/main/java/android/icu/impl/locale/
H A DXCldrStub.java344 public static BufferedReader openFile(Class<?> class1, String file) { argument
345 return openFile(class1, file, UTF8);
348 public static BufferedReader openFile(Class<?> class1, String file, Charset charset) { argument
352 final InputStream resourceAsStream = class1.getResourceAsStream(file);
360 String className = class1 == null ? null : class1.getCanonicalName();
363 String relativeFileName = getRelativeFileName(class1, "../util/");
373 public static String getRelativeFileName(Class<?> class1, String filename) { argument
374 URL resource = class1 == null ?
375 FileUtilities.class.getResource(filename) : class1
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
H A DXCldrStub.java342 public static BufferedReader openFile(Class<?> class1, String file) { argument
343 return openFile(class1, file, UTF8);
346 public static BufferedReader openFile(Class<?> class1, String file, Charset charset) { argument
350 final InputStream resourceAsStream = class1.getResourceAsStream(file);
358 String className = class1 == null ? null : class1.getCanonicalName();
361 String relativeFileName = getRelativeFileName(class1, "../util/");
371 public static String getRelativeFileName(Class<?> class1, String filename) { argument
372 URL resource = class1 == null ?
373 FileUtilities.class.getResource(filename) : class1
[all...]
/external/libffi/src/x86/
H A Dffi64.c108 merge_classes (enum x86_64_reg_class class1, enum x86_64_reg_class class2) argument
111 if (class1 == class2)
112 return class1;
116 if (class1 == X86_64_NO_CLASS)
119 return class1;
122 if (class1 == X86_64_MEMORY_CLASS || class2 == X86_64_MEMORY_CLASS)
126 if ((class1 == X86_64_INTEGERSI_CLASS && class2 == X86_64_SSESF_CLASS)
127 || (class2 == X86_64_INTEGERSI_CLASS && class1 == X86_64_SSESF_CLASS))
129 if (class1 == X86_64_INTEGER_CLASS || class1
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dffi64.c108 merge_classes (enum x86_64_reg_class class1, enum x86_64_reg_class class2) argument
111 if (class1 == class2)
112 return class1;
116 if (class1 == X86_64_NO_CLASS)
119 return class1;
122 if (class1 == X86_64_MEMORY_CLASS || class2 == X86_64_MEMORY_CLASS)
126 if ((class1 == X86_64_INTEGERSI_CLASS && class2 == X86_64_SSESF_CLASS)
127 || (class2 == X86_64_INTEGERSI_CLASS && class1 == X86_64_SSESF_CLASS))
129 if (class1 == X86_64_INTEGER_CLASS || class1
[all...]
/external/python/cpython2/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi64.c88 enum x86_64_reg_class class1,
92 if (class1 == class2)
93 return class1;
97 if (class1 == X86_64_NO_CLASS)
101 return class1;
104 if (class1 == X86_64_MEMORY_CLASS || class2 == X86_64_MEMORY_CLASS)
108 if ((class1 == X86_64_INTEGERSI_CLASS && class2 == X86_64_SSESF_CLASS)
109 || (class2 == X86_64_INTEGERSI_CLASS && class1 == X86_64_SSESF_CLASS))
112 if (class1 == X86_64_INTEGER_CLASS || class1
87 merge_classes( enum x86_64_reg_class class1, enum x86_64_reg_class class2) argument
[all...]
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
H A Dffi64.c108 merge_classes (enum x86_64_reg_class class1, enum x86_64_reg_class class2) argument
111 if (class1 == class2)
112 return class1;
116 if (class1 == X86_64_NO_CLASS)
119 return class1;
122 if (class1 == X86_64_MEMORY_CLASS || class2 == X86_64_MEMORY_CLASS)
126 if ((class1 == X86_64_INTEGERSI_CLASS && class2 == X86_64_SSESF_CLASS)
127 || (class2 == X86_64_INTEGERSI_CLASS && class1 == X86_64_SSESF_CLASS))
129 if (class1 == X86_64_INTEGER_CLASS || class1
[all...]
/external/python/cpython3/Modules/_ctypes/libffi_osx/x86/
H A Dx86-ffi64.c88 enum x86_64_reg_class class1,
92 if (class1 == class2)
93 return class1;
97 if (class1 == X86_64_NO_CLASS)
101 return class1;
104 if (class1 == X86_64_MEMORY_CLASS || class2 == X86_64_MEMORY_CLASS)
108 if ((class1 == X86_64_INTEGERSI_CLASS && class2 == X86_64_SSESF_CLASS)
109 || (class2 == X86_64_INTEGERSI_CLASS && class1 == X86_64_SSESF_CLASS))
112 if (class1 == X86_64_INTEGER_CLASS || class1
87 merge_classes( enum x86_64_reg_class class1, enum x86_64_reg_class class2) argument
[all...]
/external/desugar/java/com/google/devtools/common/options/
H A DOptionsParser.java150 public static OptionsParser newOptionsParser(Class<? extends OptionsBase> class1) argument
152 return newOptionsParser(ImmutableList.<Class<? extends OptionsBase>>of(class1));
157 Class<? extends OptionsBase> class1, Class<? extends OptionsBase> class2)
159 return newOptionsParser(ImmutableList.of(class1, class2));
156 newOptionsParser( Class<? extends OptionsBase> class1, Class<? extends OptionsBase> class2) argument
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DICUJDKCompare.java363 private int compare(Class class1, Class class2) throws Exception { argument
364 String n1 = class1.getName();
369 MorC[] conss1 = getMorCArray(class1.getConstructors());
375 MorC[] meths1 = getMorCArray(class1.getMethods());
381 Field[] fields1 = class1.getFields();
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/cycle/
H A DLongCycle.java128 Class1 class1(); method in interface:LongCycle.LongCycleComponent
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
/external/guice/extensions/struts2/lib/
H A Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/core/ freemarker/debug/ freemarker/debug/impl/ ...
/external/junit-params/lib/
H A Dassertj-core-1.7.1.jarMETA-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org.assertj/ META- ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/kotlinc/lib/
H A Dkotlin-reflect.jarMETA-INF/MANIFEST.MF kotlin/reflect/jvm/internal/ReflectProperties$LazyVal.class ReflectProperties.java package ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 3295 milliseconds