/external/chromium_org/third_party/icu/source/common/ |
ulocimp.h | 42 uloc_getCurrentCountryID(const char* oldID); 45 uloc_getCurrentLanguageID(const char* oldID);
|
uloc.c | [all...] |
/external/icu4c/common/ |
ulocimp.h | 42 uloc_getCurrentCountryID(const char* oldID); 45 uloc_getCurrentLanguageID(const char* oldID);
|
uloc.cpp | [all...] |
/frameworks/base/core/java/com/android/internal/content/ |
PackageHelper.java | 124 public static boolean renameSdDir(String oldId, String newId) { 126 int rc = getMountService().renameSecureContainer(oldId, newId); 128 Log.e(TAG, "Failed to rename " + oldId + " to " + 134 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;
|
/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 | 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...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
Element.cpp | 952 static bool checkNeedsStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, const RuleFeatureSet& features) 954 ASSERT(newId != oldId); 955 if (!oldId.isEmpty() && features.hasSelectorForId(oldId)) [all...] |
Element.h | 614 void updateId(const AtomicString& oldId, const AtomicString& newId); 615 void updateId(TreeScope&, const AtomicString& oldId, const AtomicString& newId); [all...] |
/frameworks/base/include/storage/ |
IMountService.h | 58 virtual int32_t renameSecureContainer(const String16& oldId,
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
viewrtree.tcl | 74 set oldid [lindex $::O(listbox_itemmap) $::O(listbox_highlight)] 75 .c itemconfigure $oldid -fill ""
|
/frameworks/base/core/java/android/os/storage/ |
IMountService.java | 390 public int renameSecureContainer(String oldId, String newId) throws RemoteException { 396 _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...] |
/frameworks/base/libs/storage/ |
IMountService.cpp | 345 int32_t renameSecureContainer(const String16& oldId, const String16& newId) 349 data.writeString16(oldId);
|
/packages/apps/UnifiedEmail/src/com/android/mail/ui/ |
TwoPaneController.java | 311 final long oldId = mCurrentConversation != null ? mCurrentConversation.id : -1; 313 final boolean different = oldId != newId;
|
/developers/build/prebuilts/gradle/BasicSyncAdapter/BasicSyncAdapterSample/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/BasicSyncAdapterSample/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
|
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
SettingsProvider.java | 260 final long oldId = Binder.clearCallingIdentity(); 264 Binder.restoreCallingIdentity(oldId); 536 long oldId = Binder.clearCallingIdentity(); 545 Binder.restoreCallingIdentity(oldId); [all...] |
/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)
|
/frameworks/base/services/java/com/android/server/ |
BackupManagerService.java | [all...] |