/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
PhotoStore.java | 188 // Write the photo to a temp file, create the DB record for tracking it, and rename the 206 // Rename the temp file.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
smbno.h | 37 #define ERRdiffdevice 17 /* rename/move across different filesystems */ 193 #define SMBmv 0x07 /* rename file */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
smbno.h | 37 #define ERRdiffdevice 17 /* rename/move across different filesystems */ 193 #define SMBmv 0x07 /* rename file */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
smbno.h | 37 #define ERRdiffdevice 17 /* rename/move across different filesystems */ 193 #define SMBmv 0x07 /* rename file */
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbobj.py | 186 def rename(self, *args, **kwargs): member in class:DB 187 return self._cobj.rename(*args, **kwargs)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
main.py | 96 os.rename(filename, backup) 98 self.log_message("Can't rename %s to %s", filename, backup)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbobj.py | 186 def rename(self, *args, **kwargs): member in class:DB 187 return self._cobj.rename(*args, **kwargs)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
main.py | 96 os.rename(filename, backup) 98 self.log_message("Can't rename %s to %s", filename, backup)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
ResourceManagerBuilder.java | 158 message = String.format("%1$s already exists but is not a source folder. Convert to a source folder or rename it.", 163 "Resource %1$s is in the way. ADT needs a source folder called 'gen' to work. Rename or delete resource.",
|
/external/chromium_org/third_party/sqlite/src/test/ |
auth.test | 28 rename proc proc_real [all...] |
/external/jhead/ |
jhead.c | 39 static int RenameToDate = 0; // 1=rename, 2=rename all. 411 rename(TempName, FileName); 478 // Rename associated files 520 if (rename(FilePattern, NewName) == 0){ 559 if (isalpha(FileName[a])) NumAlpha += 1; // Tally up alpha vs. digits to judge wether to rename. 673 if (rename(FileName, NewName) == 0){ 682 printf("Error: Couldn't rename '%s' to '%s'\n",FileName, NewName); [all...] |
/art/compiler/sea_ir/ir/ |
sea.cc | 351 // Rename phi nodes defined in the current region. 358 // Rename operands of instructions from the current region. 363 // Rename uses. 387 // Rename all successors in the dominators tree.
|
/bionic/libc/kernel/common/linux/nfsd/ |
xdr.h | 145 struct nfsd_renameargs rename; member in union:nfsd_xdrstore
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 725 rename
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 763 rename
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 699 rename
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 693 rename
|
/external/chromium/chrome/browser/history/ |
thumbnail_database.cc | 581 // Rename the temporary one. 582 if (!db_.Execute("ALTER TABLE temp_icon_mapping RENAME TO icon_mapping")) 611 // Rename the temporary one. 612 if (!db_.Execute("ALTER TABLE temp_favicons RENAME TO favicons"))
|
/external/chromium/chrome/browser/resources/shared/css/ |
tree.css | 115 .tree-rename > .tree-row > .tree-label {
|
/external/chromium/chrome/browser/sync/engine/ |
syncer.h | 59 CLEAR_PRIVATE_DATA, // TODO(tim): Rename 'private' to 'user'.
|
/external/chromium/chrome/browser/tabs/ |
tab_strip_model_observer.h | 75 // TODO(sky): consider not overloading this. Instead rename this to
|
/external/chromium/third_party/libevent/ |
ChangeLog | 6 o Rename our replacement compat/sys/_time.h header to avoid build a conflict on HPUX; reported by Kathryn Hogg. 31 o rename the Solaris event ports backend to evport 81 o Rename INPUT and OUTPUT to EVRPC_INPUT and EVRPC_OUTPUT. Retain INPUT/OUTPUT aliases on on-win32 platforms for backwards compatibility. 190 o Rename the "class" field in evdns_server_request to dns_question_class, so that it won't break compilation under C++. Use a macro so that old code won't break. Mark the macro as deprecated.
|