Searched defs:rename (Results 26 - 50 of 79) sorted by relevance

1234

/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java248 * the parent directory of the TO path do not exist; or if the rename fails for another reason.
253 * @throws FileSystemException - if the rename fails.
255 public void rename(String fromPath, String toPath) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java248 * the parent directory of the TO path do not exist; or if the rename fails for another reason.
253 * @throws FileSystemException - if the rename fails.
255 public void rename(String fromPath, String toPath) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java248 * the parent directory of the TO path do not exist; or if the rename fails for another reason.
253 * @throws FileSystemException - if the rename fails.
255 public void rename(String fromPath, String toPath) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java248 * the parent directory of the TO path do not exist; or if the rename fails for another reason.
253 * @throws FileSystemException - if the rename fails.
255 public void rename(String fromPath, String toPath) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java248 * the parent directory of the TO path do not exist; or if the rename fails for another reason.
253 * @throws FileSystemException - if the rename fails.
255 public void rename(String fromPath, String toPath) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java248 * the parent directory of the TO path do not exist; or if the rename fails for another reason.
253 * @throws FileSystemException - if the rename fails.
255 public void rename(String fromPath, String toPath) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java249 * the parent directory of the TO path do not exist; or if the rename fails for another reason.
254 * @throws FileSystemException - if the rename fails.
256 public void rename(String fromPath, String toPath) { method in class:AbstractFakeFileSystem
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DAbstractFakeFileSystem.java249 * the parent directory of the TO path do not exist; or if the rename fails for another reason.
254 * @throws FileSystemException - if the rename fails.
256 public void rename(String fromPath, String toPath) { method in class:AbstractFakeFileSystem
/external/parameter-framework/upstream/parameter/
H A DElement.cpp241 bool CElement::rename(const string &strName, string &strError) function in class:CElement
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
H A DScriptManager.java225 rename(file);
402 rename(mCurrent);
471 private void rename(final File file) { method in class:ScriptManager
491 if (!FileUtils.rename(file, name)) {
492 throw new RuntimeException(String.format("Cannot rename \"%s\".", file.getPath()));
/external/v8/src/compiler/
H A Dloop-variable-optimizer.cc397 Node* rename = graph()->NewNode(common()->TypeGuard(phi_type), local
399 induction_var->phi()->ReplaceInput(1, rename);
H A Dast-graph-builder.cc734 Node* rename = graph()->NewNode(common()->LoopExitValue(), (*values())[i], local
736 (*values())[i] = rename;
H A Dbytecode-graph-builder.cc379 // TODO(jarin) We should also rename context here. However, unconditional
381 // We should only rename if the context is assigned in the loop.
386 Node* rename = local
388 values_[i] = rename;
393 Node* rename = graph()->NewNode(common()->LoopExitValue(), local
395 values_[register_base() + i] = rename;
400 Node* rename = graph()->NewNode(common()->LoopExitValue(), local
402 values_[accumulator_base()] = rename;
H A Dinstruction-selector.cc290 int rename = virtual_register; local
292 if (static_cast<size_t>(rename) >= virtual_register_rename_.size()) break;
293 int next = virtual_register_rename_[rename];
297 rename = next;
299 return rename;
305 int rename = GetRename(vreg); local
306 if (rename != vreg) {
307 UnallocatedOperand::cast(op)->set_virtual_register(rename);
311 void InstructionSelector::SetRename(const Node* node, const Node* rename) { argument
317 virtual_register_rename_[vreg] = GetVirtualRegister(rename);
[all...]
/external/bison/darwin-lib/
H A Dstdio.h1253 # undef rename
1254 # define rename rpl_rename
1256 _GL_FUNCDECL_RPL (rename, int,
1259 _GL_CXXALIAS_RPL (rename, int,
1262 _GL_CXXALIAS_SYS (rename, int,
1265 _GL_CXXALIASWARN (rename);
1267 # undef rename macro
1268 /* Assume rename is always declared. */
1269 _GL_WARN_ON_USE (rename, "rename i
[all...]
/external/bison/linux-lib/
H A Dstdio.h1253 # undef rename
1254 # define rename rpl_rename
1256 _GL_FUNCDECL_RPL (rename, int,
1259 _GL_CXXALIAS_RPL (rename, int,
1262 _GL_CXXALIAS_SYS (rename, int,
1265 _GL_CXXALIASWARN (rename);
1267 # undef rename macro
1268 /* Assume rename is always declared. */
1269 _GL_WARN_ON_USE (rename, "rename i
[all...]
/external/python/cpython2/Lib/bsddb/
H A Ddbobj.py186 def rename(self, *args, **kwargs): member in class:DB
187 return self._cobj.rename(*args, **kwargs)
/external/python/cpython2/Lib/
H A Dftplib.py536 def rename(self, fromname, toname): member in class:FTP
H A Dimaplib.py621 def rename(self, oldmailbox, newmailbox): member in class:IMAP4
624 (typ, [data]) = <instance>.rename(oldmailbox, newmailbox)
1464 ('rename', ('/tmp/xxx 1', '/tmp/yyy')),
/external/toybox/toys/other/
H A Dbzcat.c678 int outfd = 1, rename = 0, len = strlen(name); local
697 rename++;
708 if (rename) {
/external/syslinux/dos/
H A Dsyslinux.c105 int rename(const char *oldname, const char *newname) function
110 dprintf("rename(\"%s\", \"%s\")\n", oldname, newname);
606 if (rename(pathname, new_name))
/external/valgrind/coregrind/
H A Dm_libcfile.c516 Int VG_(rename) ( const HChar* old_name, const HChar* new_name ) function
/external/robolectric/v1/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...
/external/libphonenumber/demo/war/WEB-INF/lib/
H A Dcommons-io-1.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/io/ ...

Completed in 1002 milliseconds

1234