/external/javassist/src/main/javassist/bytecode/stackmap/ |
H A D | TypeData.java | 253 private boolean update(ClassPool cp, String oldName, String typeName) throws BadBytecode { argument 256 else if (oldName == null) 258 else if (oldName.equals(typeName)) 261 && oldName.equals("[Ljava.lang.Object;")) { 271 cache = cp.get(oldName);
|
/external/javassist/src/main/javassist/ |
H A D | CtClass.java | 376 * name <code>oldName</code> in the class file. 378 * @param oldName replaced class name 381 public void replaceClassName(String oldName, String newName) { argument
|
/external/javassist/src/main/javassist/bytecode/ |
H A D | ConstPool.java | 994 * @param oldName the replaced name (JVM-internal representation). 997 public void renameClass(String oldName, String newName) { argument 1003 ci.renameClass(this, oldName, newName); 1132 public void renameClass(ConstPool cp, String oldName, String newName) {} argument 1189 public void renameClass(ConstPool cp, String oldName, String newName) { argument 1191 if (nameStr.equals(oldName)) 1194 String nameStr2 = Descriptor.rename(nameStr, oldName, newName); 1201 String oldName = cp.getUtf8Info(name); 1202 if (oldName.charAt(0) == '[') { 1203 String newName = Descriptor.rename(oldName, ma 1260 renameClass(ConstPool cp, String oldName, String newName) argument [all...] |
/external/deqp/modules/glshared/ |
H A D | glsLifetimeTests.cpp | 970 GLuint replaceName (Type& type, GLuint oldName, TestLog& log) argument 979 << "// Type does not require Gen* for binding, reusing old id " << oldName << "." 982 return oldName;
|
/external/icu/icu4c/source/test/cintltst/ |
H A D | cucdtst.c | 1589 const char *name, *oldName, *extName, *alias; member in struct:__anon6834 1644 expected=names[i].oldName; 1754 if(length<0 || (length>0 && 0!=strcmp(name, names[i].oldName)) || length!=(uint16_t)strlen(name)) { 1755 log_err("u_charName(0x%lx - 1.0) gets %s length %ld instead of nothing or %s\n", names[i].code, name, length, names[i].oldName); 1759 if(names[i].oldName[0]!=0 /* && length>0 */) { 1760 c=u_charFromName(U_UNICODE_10_CHAR_NAME, names[i].oldName, &errorCode); 1762 log_err("u_charFromName(%s - 1.0) error %s\n", names[i].oldName, u_errorName(errorCode)); 1766 log_err("u_charFromName(%s - 1.0) gets 0x%lx instead of 0x%lx\n", names[i].oldName, c, names[i].code);
|
/external/lzma/CPP/7zip/UI/Common/ |
H A D | ArchiveCommandLine.cpp | 340 const UString &oldName, const UString &newName, NRecursedType::EEnum type,
344 pair.OldName = oldName;
339 AddRenamePair(CObjectVector<CRenamePair> *renamePairs, const UString &oldName, const UString &newName, NRecursedType::EEnum type, bool wildcardMatching) argument
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.test.performance_3.6.0.v20091014.jar | META-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ... |
H A D | org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jdt.launching_3.5.100.v20100526.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.pde.core_3.6.1.v20100902_r361.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/guice/extensions/persist/lib/ |
H A D | javassist.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ... |
/external/guice/extensions/struts2/lib/ |
H A D | javassist.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ... |
H A D | core-3.1.1.jar | META-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ... |
/external/robolectric/v1/lib/main/ |
H A D | javassist-3.14.0-GA.jar | META-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ... |
/external/jacoco/ |
H A D | asm-debug-all-5.0.1.jar | META-INF/MANIFEST.MF org/ org/objectweb/ org/objectweb/asm/ org/objectweb/asm/AnnotationVisitor.class AnnotationVisitor ... |
/external/slf4j/log4j-over-slf4j/compatibility/lib/ |
H A D | log4j-1.3alpha-8.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ... |
/external/icu/tools/srcgen/currysrc/libs/ |
H A D | org.eclipse.core.resources_3.10.0.v20150423-0755.jar | META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ... |
H A D | org.eclipse.jdt.core_3.11.0.v20150602-1242.jar | META-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ... |
/external/dagger2/lib/ |
H A D | google-java-format-0.1-20151017.042846-2.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ... |
/external/guice/lib/ |
H A D | guava-16.0.1.jar | META-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ... |
/external/robolectric/v3/runtime/ |
H A D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.3_r2-robolectric-0.jar | META-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ... |
H A D | android-all-4.4_r1-robolectric-1.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ... |