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

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/ext2fs/tdb/patches/
series 6 ext2tdb-rename
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample1a-expected-assistant4.txt 2 Rename Android Resource : Initiates the "Rename Android Resource" refactoring
  /bionic/libc/arch-mips/syscalls/
rename.S 4 .globl rename
6 .ent rename
8 rename: label
22 .end rename
  /ndk/sources/host-tools/sed-4.2.1/m4/
rename.m4 9 dnl Determine whether rename works for source file names with a trailing slash.
10 dnl The rename from SunOS 4.1.1_U1 doesn't.
19 AC_CACHE_CHECK([whether rename is broken with a trailing slash],
31 exit (rename ("conftest.d1/", "conftest.d2") ? 1 : 0);
36 dnl When crosscompiling, assume rename is broken.
41 AC_CACHE_CHECK([whether rename is broken when the destination exists],
51 AC_LIBOBJ([rename])
52 AC_DEFINE([rename], [rpl_rename],
56 [Define if rename does not work for source file names with a trailing
61 [Define if rename does not work when the destination file exists
    [all...]
  /bionic/libc/arch-arm/syscalls/
rename.S 6 ENTRY(rename) function
15 END(rename)
  /external/chromium_org/tools/git/
mass-rename.sh 6 # mass-rename: update source files (gyp lists, #includes) to reflect
7 # a rename. Expects "git diff --cached -M" to list a bunch of renames.
11 # 2) *without committing*, ./tools/git/mass-rename.sh
17 python $DIR/mass-rename.py "$*"
mass-rename.py 7 mass-rename: update source files (gyp lists, #includes) to reflect
8 a rename. Expects "git diff --cached -M" to list a bunch of renames.
12 2) *without committing*, ./tools/git/mass-rename.py
34 print 'Skipping: %s -- not a rename?' % parts
45 print 'Skipping: %s -- not a rename?' % fro
  /bionic/libc/arch-x86/syscalls/
rename.S 6 ENTRY(rename) function
24 END(rename)
  /external/chromium_org/third_party/sqlite/src/test/
vtab_alter.test 12 # focus of this file is testing the ALTER TABLE ... RENAME TO
31 # when an "ALTER TABLE ... RENAME TO" is executed on the v-table.
36 # sqlite> ALTER TABLE t1 RENAME TO t2;
44 # Try to rename an echo table. Make sure nothing terrible happens.
56 execsql { ALTER TABLE t1echo RENAME TO new }
65 # Try to rename an echo table that renames its base table. Make
83 execsql { ALTER TABLE t1 RENAME TO x }
97 catchsql { ALTER TABLE x RENAME TO y }
async.test 20 rename finish_test async_really_finish_test
58 rename do_test async_really_do_test
84 rename do_test {}
85 rename async_really_do_test do_test
86 rename finish_test {}
87 rename async_really_finish_test finish_test
fts1o.test 12 # of this script is testing the FTS1 module rename functionality. Mostly
33 # Test that it is possible to rename an fts1 table.
39 execsql { ALTER TABLE t1 RENAME to fts_t1; }
53 ALTER TABLE fts_t1 RENAME to t1;
73 ALTER TABLE fts_t1 RENAME to t1;
95 # Test that it is possible to rename an fts1 table in an attached
103 ALTER TABLE fts_t1 RENAME to t1;
127 execsql { ALTER TABLE aux.t1 RENAME TO t2 }
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
rename.c 8 int rename(const char* path, const char* newpath) { function
  /external/openssh/regress/
sftp-badcmds.sh 43 verbose "$tid: rename nonexistent"
44 echo "rename $NONEXIST ${COPY}.1" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
45 || fail "rename nonexist failed"
46 test -f ${COPY}.1 && fail "file exists after rename nonexistent"
51 verbose "$tid: rename target exists (directory)"
52 echo "rename $COPY ${COPY}.dd" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
53 || fail "rename target exists (directory) failed"
54 test -f ${COPY} || fail "oldname missing after rename target exists (directory)"
55 test -d ${COPY}.dd || fail "newname missing after rename target exists (directory)"
56 cmp $DATA ${COPY} >/dev/null 2>&1 || fail "corrupted oldname after rename target exists (directory)
    [all...]
  /external/smack/src/org/xbill/DNS/
MRRecord.java 6 * Mailbox Rename Record - specifies a rename of a mailbox.
  /ndk/sources/host-tools/sed-4.2.1/lib/
rename.c 1 /* Work around rename bugs in some systems. On SunOS 4.1.1_U1
2 and mips-dec-ultrix4.4, rename fails when the source file has
3 a trailing slash. On mingw, rename fails when the destination
24 #undef rename macro
35 /* Rename the file SRC to DST. This replacement is necessary on
36 Windows, on which the system rename function will not replace
140 /* Rename the file SRC to DST, removing any trailing
158 ret_val = rename (src_temp, dst);
  /external/chromium_org/tools/perf/benchmarks/
image_decoding.py 14 # TODO: Rename this page set to tough_image_cases.json
  /development/apps/GestureBuilder/res/values/
strings.xml 47 <!-- Buttons in Rename gesture dialog box -->
49 <!-- Buttons in Rename gesture dialog box -->
57 <!-- Noun, menu item used to rename a gesture -->
58 <string name="gestures_rename">Rename</string>
64 <string name="gestures_rename_title">Rename gesture</string>
65 <!-- Label of gesture name field in Rename gesture dialog box -->
  /external/chromium_org/content/browser/download/
download_file.h 32 // Callback used with Rename*(). On a successful rename |reason| will be
33 // DOWNLOAD_INTERRUPT_REASON_NONE and |path| the path the rename
34 // was done to. On a failed rename, |reason| will contain the
47 // Rename the download file to |full_path|. If that file exists
53 // Rename the download file to |full_path| and annotate it with
  /external/chromium/chrome/browser/download/
download_file_unittest.cc 127 // Rename the file before any data is downloaded, after some has, after it all
139 // Rename the file before downloading any data.
140 EXPECT_TRUE(download_file_->Rename(path_1));
152 // Rename the file after downloading some data.
153 EXPECT_TRUE(download_file_->Rename(path_2));
163 // Rename the file after downloading all the data.
164 EXPECT_TRUE(download_file_->Rename(path_3));
178 // Rename the file after downloading all the data and closing the file.
179 EXPECT_TRUE(download_file_->Rename(path_4));
  /external/chromium_org/chrome/browser/extensions/
PRESUBMIT_test_new_file_3.txt 23 SYNCFILESYSTEM_GETFILESYNCSTATUSES2, // Rename here!!!
  /external/chromium_org/tools/gn/secondary/base/third_party/nspr/
BUILD.gn 22 # define. TODO(brettw) rename this define.
  /external/e2fsprogs/tests/f_dup_de2/
expect.1 9 Rename to test-0~0? yes
  /external/libvorbis/win32/VS2005/
README 12 1. Rename libogg-1.1.3 to libogg
  /external/libvorbis/win32/VS2008/
README 12 1. Rename libogg-1.1.3 to libogg
  /external/chromium_org/third_party/re2/
README.chromium 21 - Rename POSIX configuration (patches/rename-posix-option.patch)

Completed in 956 milliseconds

1 2 3 4 5 6 7 8 91011>>