Home
last modified time | relevance | path

Searched refs:oldLocation (Results 1 – 3 of 3) sorted by relevance

/third_party/icu/tools/unicodetools/com/ibm/rbm/
DPreferences.java84 String oldLocation = getPreference("recentfileloc" + String.valueOf(i)); in addRecentFilePreference() local
85 if (oldName.equals(EMPTY_STRING) || oldLocation.equals(EMPTY_STRING)) break; in addRecentFilePreference()
87 existingLocations.addElement(oldLocation); in addRecentFilePreference()
103 String oldLocation = (String)existingLocations.elementAt(i); in addRecentFilePreference() local
104 if (oldLocation.equals(location)) { in addRecentFilePreference()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp178 auto const &oldLocation = scope.location; in syncScope() local
181 if(oldLocation.function != newLocation.function) in syncScope()
184 oldLocation.function.name.c_str(), newLocation.function.name.c_str()); in syncScope()
189 if(oldLocation.line > newLocation.line) in syncScope()
195 oldLocation.line, newLocation.line, scope.di, di); in syncScope()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/
DThread.cpp130 auto oldLocation = frame.location; in update() local
132 if(frame.location != oldLocation) in update()