Searched refs:oldName (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/tools/unicodetools/com/ibm/rbm/ |
D | Preferences.java | 83 String oldName = getPreference("recentfileid" + String.valueOf(i)); in addRecentFilePreference() local 85 if (oldName.equals(EMPTY_STRING) || oldLocation.equals(EMPTY_STRING)) break; in addRecentFilePreference() 86 existingNames.addElement(oldName); in addRecentFilePreference()
|
D | RBManager.java | 469 String oldName = item.getKey(); in editItem() 476 BundleItem oldItem = (BundleItem)bundle.allItems.get(oldName); in editItem() 478 if (!oldName.equals(name)) { in editItem()
|
/third_party/ejdb/src/bindings/ejdb2_flutter/ios/Classes/ |
D | SwiftEjdb2FlutterPlugin.swift | 421 let oldName = asString(mc.args[1])! in renameCollection() variable 423 try mc.db.renameCollection(oldName, newName) in renameCollection()
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cucdtst.c | 1655 const char *name, *oldName, *extName, *alias; member 1710 expected=names[i].oldName; in enumCharNamesFn() 1820 …if(length<0 || (length>0 && 0!=strcmp(name, names[i].oldName)) || length!=(uint16_t)strlen(name)) { in TestCharNames() 1821 ….0) gets %s length %ld instead of nothing or %s\n", names[i].code, name, length, names[i].oldName); in TestCharNames() 1825 if(names[i].oldName[0]!=0 /* && length>0 */) { in TestCharNames() 1826 c=u_charFromName(U_UNICODE_10_CHAR_NAME, names[i].oldName, &errorCode); in TestCharNames() 1828 … log_err("u_charFromName(%s - 1.0) error %s\n", names[i].oldName, u_errorName(errorCode)); in TestCharNames() 1832 …log_err("u_charFromName(%s - 1.0) gets 0x%lx instead of 0x%lx\n", names[i].oldName, c, names[i].co… in TestCharNames()
|
/third_party/ejdb/src/bindings/ejdb2_flutter/android/src/main/java/com/softmotions/ejdb2/ |
D | Ejdb2FlutterPlugin.java | 336 String oldName = asString(mc.args[1], null); in renameCollection() local 338 mc.getDb().renameCollection(oldName, newName); in renameCollection()
|
/third_party/ejdb/src/bindings/ejdb2_flutter/lib/ |
D | ejdb2_flutter.dart | 431 Future<void> renameCollection(String oldName, String newName) { 433 .invokeMethod('renameCollection', [_handle, oldName, newName]).catchError(_errorHandler());
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsLifetimeTests.cpp | 1132 GLuint replaceName (Type& type, GLuint oldName, TestLog& log) in replaceName() argument 1141 << "// Type does not require Gen* for binding, reusing old id " << oldName << "." in replaceName() 1144 return oldName; in replaceName()
|
/third_party/typescript/src/harness/ |
D | vfsUtil.ts | 893 …dParent: DirectoryInode, oldLinks: collections.SortedMap<string, Inode>, oldName: string, newParen… 895 this._removeLink(oldParent, oldLinks, oldName, node, time); 899 oldLinks.delete(oldName);
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 155939 + const oldName = Sqlite3Shell.dbFilename(); 155941 + if(oldName && oldName !== fn){ 155942 + try{fiddleModule.FS.unlink(oldName);}
|