HomeSort by relevance Sort by last modified time
    Searched full:oldid (Results 1 - 25 of 26) sorted by null

1 2

  /external/icu4c/common/
ulocimp.h 42 uloc_getCurrentCountryID(const char* oldID);
45 uloc_getCurrentLanguageID(const char* oldID);
uloc.c     [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 114 public static boolean renameSdDir(String oldId, String newId) {
116 int rc = getMountService().renameSecureContainer(oldId, newId);
118 Log.e(TAG, "Failed to rename " + oldId + " to " +
124 Log.i(TAG, "Failed ot rename " + oldId + " to " + newId +
  /libcore/luni/src/test/java/tests/java/sql/
MultiThreadAccessTest.java 153 int oldID = 5;
155 threadPool.runTask(createTask6(oldID, newID));
178 result = statement.executeQuery(selectQuery + oldID);
394 private static Runnable createTask6(final int oldID, final int newID) {
403 + ", field3=" + newID + " WHERE id=" + oldID;
  /external/webkit/Source/WebCore/dom/
NamedNodeMap.cpp 222 Attribute* oldId = getAttributeItem(m_element->document()->idAttributeName());
225 if (oldId || newId)
226 m_element->updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom);
Element.h 266 void updateId(const AtomicString& oldId, const AtomicString& newId);
477 inline void Element::updateId(const AtomicString& oldId, const AtomicString& newId)
482 if (oldId == newId)
486 if (!oldId.isEmpty())
487 doc->removeElementById(oldId, this);
Element.cpp 810 Attribute* oldId = m_attributeMap ? m_attributeMap->getAttributeItem(idName) : 0;
813 if (oldId || newId)
814 updateId(oldId ? oldId->value() : nullAtom, newId ? newId->value() : nullAtom);
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 56 virtual int renameSecureContainer(String16 oldId, String16 newId) = 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 183 String oldId = getId(element);
186 if (oldId != null && newId != null) {
196 oldId, newId);
ChangeLayoutRefactoring.java 242 String oldId = getId(layout);
245 if (oldId != null && newId != null) {
252 mSelectionEnd, oldId, newId);
VisualRefactoring.java 404 String oldId = primary.getAttributeNS(ANDROID_URI, ATTR_ID);
406 if (oldId != null && oldId.length() > 0) {
407 return oldId;
    [all...]
  /frameworks/base/include/storage/
IMountService.h 56 virtual int32_t renameSecureContainer(const String16& oldId,
  /frameworks/base/core/java/android/os/storage/
IMountService.java 391 public int renameSecureContainer(String oldId, String newId) throws RemoteException {
397 _data.writeString(oldId);
    [all...]
  /libcore/luni/src/test/java/libcore/sqlite/
OldDatabaseTest.java 328 int oldID = 5;
330 threadPool.runTask(createTask3(oldID, dbFile.getPath(), newID,
418 int oldID = 5;
420 threadPool.runTask(createTask3(oldID, dbFile.getPath(), newID,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseLayoutRule.java 523 String oldId = null;
533 oldId = value;
556 oldId != null && !oldId.equals(value)) {
562 if (newId != null && oldText != null && oldText.equals(oldId)) {
    [all...]
BaseViewRule.java 197 String oldId = node.getStringAttr(ANDROID_URI, ATTR_ID);
198 oldId = stripIdPrefix(ensureValidString(oldId));
200 String newId = mRulesEngine.displayInput("New Id:", oldId, validator);
    [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 345 int32_t renameSecureContainer(const String16& oldId, const String16& newId)
349 data.writeString16(oldId);
  /frameworks/base/services/java/com/android/server/
BackupManagerService.java     [all...]
MountService.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
AllInOneActivity.java     [all...]
  /external/tcpdump/
print-rx.c 1259 printf(" oldid");
1336 printf(" oldid");
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java     [all...]
  /packages/apps/Email/src/com/android/email/activity/
MailboxListFragment.java     [all...]
  /external/icu4c/test/intltest/
transtst.cpp     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]

Completed in 1061 milliseconds

1 2