/external/stressapptest/ |
install-sh | 482 # Rename the file to the real destination. 485 # The rename failed, perhaps because mv can't rename something else 500 { echo "$0: cannot unlink or rename $dst" >&2 505 # Now rename the file to the real destination.
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
install-sh | 482 # Rename the file to the real destination. 485 # The rename failed, perhaps because mv can't rename something else 500 { echo "$0: cannot unlink or rename $dst" >&2 505 # Now rename the file to the real destination.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
shutil.py | 273 overwritten depending on os.rename() semantics. 275 If the destination is on our current filesystem, then rename() is used. 285 # perform the rename anyway. 286 os.rename(src, dst) 293 os.rename(src, real_dst)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
shutil.py | 273 overwritten depending on os.rename() semantics. 275 If the destination is on our current filesystem, then rename() is used. 285 # perform the rename anyway. 286 os.rename(src, dst) 293 os.rename(src, real_dst)
|
/external/chromium_org/remoting/webapp/ |
host_table_entry.js | 21 * rename operations. 77 // Create the host rename cell. 86 editButtonImg.classList.add('host-list-rename-icon');
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Workspace.js | 114 rename: function(path, newName, callback) { }, 358 rename: function(uiSourceCode, newName, callback) 365 this._projectDelegate.rename(uiSourceCode.path(), newName, innerCallback.bind(this));
|
/external/libvpx/libvpx/examples/includes/PHP-SmartyPants-1.5.1e/ |
PHP SmartyPants Readme.txt | 113 1. Rename the "SmartyPants.pl" plug-in to "SmartyPants" (case is 144 can now be used as a modifier for your templates. Rename 337 template engine. Rename the file to "modifier.smartypants.php"
|
/external/openssh/ |
sftp.1 | 132 .Ic get , put , rename , ln , 504 .It Ic rename Ar oldpath Ar newpath 505 Rename remote file from
|
/external/strace/ |
ChangeLog | 40 * linux/alpha/ioctlent.h: Rename to linux/alpha/ioctlent.h.in, remove 42 * linux/bfin/ioctlent.h: Rename to linux/bfin/ioctlent.h.in, remove 44 * linux/hppa/ioctlent.h: Rename to linux/hppa/ioctlent.h.in, remove 46 * linux/ia64/ioctlent.h: Rename to linux/ia64/ioctlent.h.in, remove 48 * linux/mips/ioctlent.h: Rename to linux/mips/ioctlent.h.in, remove 50 * linux/powerpc/ioctlent.h: Rename to linux/powerpc/ioctlent.h.in, 52 * linux/s390/ioctlent.h: Rename to linux/s390/ioctlent.h.in, remove 54 * linux/sh/ioctlent.h: Rename to linux/sh/ioctlent.h.in, remove 56 * linux/sparc/ioctlent.h: Rename to linux/sparc/ioctlent.h.in, remove 212 * test/.cvsignore: Rename to test/.gitignore [all...] |
/frameworks/base/tools/layoutlib/create/ |
README.txt | 98 - specific classes to rename. 122 we requested the class to be renamed. This uses the RenameClassAdapter to also rename 212 This won't rename/replace the inner static methods of a given class.
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
utils.c | 422 /* Panic on failing rename */ 428 int rd = rename (from, to); 445 panic (_("cannot rename %s: %s"), from, strerror (errno));
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
Suggest.java | 55 // TODO: rename this to CORRECTION_OFF 57 // TODO: rename this to CORRECTION_ON 348 // rename the attribute or change the value.
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
burn_manager.h | 303 // To avoid such a confusion, rename the method. 307 // TODO(hidehiko): Rename this method along with the renaming of DoBurn.
|
/external/chromium_org/chrome/browser/prerender/ |
prerender_histograms.cc | 99 /* Do not rename. HISTOGRAM expects a local variable "name". */ \ 103 /* Do not rename. HISTOGRAM expects a local variable "name". */ \
|
/external/chromium_org/chrome/installer/util/ |
util_constants.h | 42 RENAME_SUCCESSFUL, // 23. Rename of new_chrome.exe to chrome.exe worked 43 RENAME_FAILED, // 24. Rename of new_chrome.exe failed
|
/external/chromium_org/content/browser/download/ |
download_item_impl.cc | [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
randfile.c | 223 * resulted in an RMS race condition in rename() which could 229 * the delete and rename code, this can result in ascending file
|
/external/chromium_org/ui/views/controls/table/ |
table_view.h | 140 // TODO(sky): rename to set_observer(). 313 // TODO(sky): rename to observer_.
|
/external/openssl/crypto/rand/ |
randfile.c | 223 * resulted in an RMS race condition in rename() which could 229 * the delete and rename code, this can result in ascending file
|
/libcore/luni/src/main/java/libcore/io/ |
ForwardingOs.java | 111 public void rename(String oldPath, String newPath) throws ErrnoException { os.rename(oldPath, newPath); } method in class:ForwardingOs
|
/ndk/sources/host-tools/make-3.81/tests/ |
run_make_tests.pl | 165 rename($pure_log, "$tn") 166 || die "Can't rename $log to $tn: $!\n";
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastDatabaseHelper.java | 126 // Step 1: rename original table 128 db.execSQL("ALTER TABLE " + TABLE_NAME + " RENAME TO " + TEMP_TABLE_NAME);
|
/packages/apps/Email/src/com/android/email2/ui/ |
MailActivityEmail.java | 61 * TODO: rename this to sUserDebug, and rename LOGD below to DEBUG.
|
/packages/apps/Launcher2/res/values-en-rGB/ |
strings.xml | 37 <string name="rename_folder_title" msgid="4544573104191526550">"Rename folder"</string> 107 <string name="folder_tap_to_rename" msgid="5201612989905472442">"Touch to save rename"</string>
|
/packages/apps/Launcher2/res/values-en-rIN/ |
strings.xml | 37 <string name="rename_folder_title" msgid="4544573104191526550">"Rename folder"</string> 107 <string name="folder_tap_to_rename" msgid="5201612989905472442">"Touch to save rename"</string>
|