Searched refs:oldName (Results 1 - 25 of 25) sorted by relevance

/external/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DNamedRunnable.java30 String oldName = Thread.currentThread().getName();
35 Thread.currentThread().setName(oldName);
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DTypeData.java253 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/bytecode/
H A DConstPool.java994 * @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/sonivox/jet_tools/JetCreator/
H A DJetUtils.py48 oldName = objSave.segname
49 i = len(oldName) - 1
51 if not oldName[i].isdigit():
54 oldName = oldName[0:i+1]
57 newName = oldName + str(i)
63 oldName = objSave.event_name
64 i = len(oldName) - 1
66 if not oldName[i].isdigit():
69 oldName
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
H A Dgallery_item.js213 console.error('Rename error: "' + oldName + '" to "' + newName + '"');
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DExtensionAPI.js889 function defineDeprecatedProperty(object, className, oldName, newName)
895 console.warn(className + "." + oldName + " is deprecated. Use " + className + "." + newName + " instead");
900 object.__defineGetter__(oldName, getter);
/external/chromium_org/chrome/browser/resources/options/
H A Dmanage_profile_overlay.js300 var oldName = this.profileInfo_.name;
302 if (newName == oldName) {
/external/jmdns/src/javax/jmdns/impl/
H A DDNSRecord.java753 String oldName = info.getQualifiedName().toLowerCase();
755 dns.getServices().remove(oldName);
780 String oldName = info.getQualifiedName().toLowerCase();
782 dns.getServices().remove(oldName);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElement.h616 void updateName(const AtomicString& oldName, const AtomicString& newName);
663 void updateNamedItemRegistration(const AtomicString& oldName, const AtomicString& newName);
664 void updateExtraNamedItemRegistration(const AtomicString& oldName, const AtomicString& newName);
H A DElement.cpp3060 inline void Element::updateName(const AtomicString& oldName, const AtomicString& newName)
3065 if (oldName == newName)
3069 updateNamedItemRegistration(oldName, newName);
3180 void Element::updateNamedItemRegistration(const AtomicString& oldName, const AtomicString& newName)
3185 if (!oldName.isEmpty())
3186 toHTMLDocument(document()).removeNamedItem(oldName);
3339 const AtomicString& oldName = getNameAttribute();
3342 if (!oldName.isNull() || !newName.isNull())
3343 updateName(oldName, newName);
/external/lzma/CPP/Windows/
H A DFileDir.cpp512 UString oldName = GetLastPart(oldPath);
514 int nonDotsLen = oldName.Length() - (len - i);
515 if (nonDotsLen == 0 || newName.CompareNoCase(oldName.Left(nonDotsLen)) != 0)
/external/javassist/src/main/javassist/
H A DCtClass.java376 * name <code>oldName</code> in the class file.
378 * @param oldName replaced class name
381 public void replaceClassName(String oldName, String newName) { argument
/external/svox/pico/lib/
H A Dpicoos.h353 picoos_bool picoos_Rename(picoos_char oldName[], picoos_char newName[]);
/external/yaffs2/yaffs2/
H A Dyaffs_guts.h811 int yaffs_RenameObject(yaffs_Object * oldDir, const YCHAR * oldName,
H A Dyaffs_guts.c1870 int yaffs_RenameObject(yaffs_Object * oldDir, const YCHAR * oldName, argument
1882 if (oldDir == newDir && yaffs_strcmp(oldName, newName) == 0) {
1887 obj = yaffs_FindObjectByName(oldDir, oldName);
3004 YCHAR oldName[YAFFS_MAX_NAME_LENGTH + 1]; local
3020 memcpy(oldName, oh->name, sizeof(oh->name));
3054 memcpy(oh->name, oldName, sizeof(oh->name));
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcucdtst.c1458 const char *name, *oldName, *extName, *alias; member in struct:__anon11838
1515 expected=names[i].oldName;
1625 if(length<0 || (length>0 && 0!=strcmp(name, names[i].oldName)) || length!=(uint16_t)strlen(name)) {
1626 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);
1630 if(names[i].oldName[0]!=0 /* && length>0 */) {
1631 c=u_charFromName(U_UNICODE_10_CHAR_NAME, names[i].oldName, &errorCode);
1633 log_err("u_charFromName(%s - 1.0) error %s\n", names[i].oldName, u_errorName(errorCode));
1637 log_err("u_charFromName(%s - 1.0) gets 0x%lx instead of 0x%lx\n", names[i].oldName, c, names[i].code);
/external/icu4c/test/cintltst/
H A Dcucdtst.c1582 const char *name, *oldName, *extName, *alias; member in struct:__anon19361
1637 expected=names[i].oldName;
1747 if(length<0 || (length>0 && 0!=strcmp(name, names[i].oldName)) || length!=(uint16_t)strlen(name)) {
1748 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);
1752 if(names[i].oldName[0]!=0 /* && length>0 */) {
1753 c=u_charFromName(U_UNICODE_10_CHAR_NAME, names[i].oldName, &errorCode);
1755 log_err("u_charFromName(%s - 1.0) error %s\n", names[i].oldName, u_errorName(errorCode));
1759 log_err("u_charFromName(%s - 1.0) gets 0x%lx instead of 0x%lx\n", names[i].oldName, c, names[i].code);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.launching_3.5.100.v20100526.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 2130 milliseconds