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

1 2

  /external/icu/icu4c/source/common/
ulocimp.h 42 uloc_getCurrentCountryID(const char* oldID);
45 uloc_getCurrentLanguageID(const char* oldID);
uloc.cpp     [all...]
  /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;
  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 56 virtual int renameSecureContainer(String16 oldId, String16 newId) = 0;
  /external/skia/tests/
ClearTest.cpp 44 SkDEBUGCODE(uint32_t oldID = 0;)
46 SkDEBUGCODE(oldID = (*dc)->accessRenderTarget()->getUniqueID();)
63 SkASSERT(rt->getUniqueID() != oldID);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeViewRefactoring.java 192 String oldId = getId(element);
195 if (oldId != null && newId != null) {
205 oldId, newId);
ChangeLayoutRefactoring.java 249 String oldId = getId(layout);
252 if (oldId != null && newId != null) {
259 mSelectionEnd, oldId, newId);
VisualRefactoring.java 410 String oldId = primary.getAttributeNS(ANDROID_URI, ATTR_ID);
412 if (oldId != null && oldId.length() > 0) {
413 return oldId;
    [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 161 public static boolean renameSdDir(String oldId, String newId) {
163 int rc = getMountService().renameSecureContainer(oldId, newId);
165 Log.e(TAG, "Failed to rename " + oldId + " to " +
171 Log.i(TAG, "Failed ot rename " + oldId + " to " + newId +
  /frameworks/base/include/storage/
IMountService.h 58 virtual int32_t renameSecureContainer(const String16& oldId,
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
LocaleIDs.java 450 public static String getCurrentCountryID(String oldID){
451 int offset = findIndex(_deprecatedCountries, oldID);
455 return oldID;
458 public static String getCurrentLanguageID(String oldID){
459 int offset = findIndex(_obsoleteLanguages, oldID);
463 return oldID;
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/
LocaleIDs.java 517 public static String getCurrentCountryID(String oldID){
519 int offset = findIndex(_deprecatedCountries, oldID);
523 return oldID;
526 public static String getCurrentLanguageID(String oldID){
528 int offset = findIndex(_obsoleteLanguages, oldID);
532 return oldID;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
LocaleIDs.java 452 public static String getCurrentCountryID(String oldID){
453 int offset = findIndex(_deprecatedCountries, oldID);
457 return oldID;
460 public static String getCurrentLanguageID(String oldID){
461 int offset = findIndex(_obsoleteLanguages, oldID);
465 return oldID;
  /frameworks/base/services/appwidget/java/com/android/server/appwidget/
AppWidgetServiceImpl.java     [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 354 int32_t renameSecureContainer(const String16& oldId, const String16& newId)
358 data.writeString16(oldId);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 394 public int renameSecureContainer(String oldId, String newId) throws RemoteException {
400 _data.writeString(oldId);
    [all...]
  /developers/build/prebuilts/gradle/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 38 * http://en.wikipedia.org/w/index.php?title=Atom_(standard)&oldid=560239173#Example_of_an_Atom_1.0_feed
  /developers/samples/android/connectivity/sync/BasicSyncAdapter/Application/src/main/java/com/example/android/basicsyncadapter/net/
FeedParser.java 38 * http://en.wikipedia.org/w/index.php?title=Atom_(standard)&oldid=560239173#Example_of_an_Atom_1.0_feed
  /development/samples/browseable/BasicSyncAdapter/src/com.example.android.basicsyncadapter/net/
FeedParser.java 38 * http://en.wikipedia.org/w/index.php?title=Atom_(standard)&oldid=560239173#Example_of_an_Atom_1.0_feed
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
list_tests.py 484 oldid = id(s)
486 self.assertEqual(id(s), oldid)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
list_tests.py 484 oldid = id(s)
486 self.assertEqual(id(s), oldid)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
list_tests.py 484 oldid = id(s)
486 self.assertEqual(id(s), oldid)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
list_tests.py 484 oldid = id(s)
486 self.assertEqual(id(s), oldid)
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
TwoPaneController.java 640 final long oldId = mCurrentConversation != null ? mCurrentConversation.id : -1;
642 final boolean different = oldId != newId;
    [all...]
  /frameworks/base/services/backup/java/com/android/server/backup/
BackupManagerService.java     [all...]

Completed in 1664 milliseconds

1 2