OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rename
(Results
51 - 75
of
2344
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/content/browser/download/
save_file.cc
46
DownloadInterruptReason SaveFile::
Rename
(const base::FilePath& full_path) {
47
return file_.
Rename
(full_path);
/external/chromium_org/third_party/openssl/openssl/crypto/des/
KERBEROS
27
if (!
rename
(o_file, z_file)) {
35
if (!
rename
(o_file, z_file)) {
/external/chromium_org/third_party/sqlite/src/test/
altermalloc.test
41
ALTER TABLE t1
RENAME
TO t2;
61
set rc [catch {db eval { ALTER TABLE t1echo
RENAME
TO t1_echo }} msg]
fts2o.test
50
# Test that it is possible to
rename
an fts2 table.
56
execsql { ALTER TABLE t1
RENAME
to fts_t1; }
70
ALTER TABLE fts_t1
RENAME
to t1;
90
ALTER TABLE fts_t1
RENAME
to t1;
134
# Test that it is possible to
rename
an fts2 table in an attached
158
execsql { ALTER TABLE aux.t1
RENAME
TO t2 }
/external/eigen/doc/
CMakeLists.txt
73
COMMAND ${CMAKE_COMMAND} -E
rename
html eigen-doc
75
COMMAND ${CMAKE_COMMAND} -E
rename
eigen-doc html
/external/openssl/crypto/des/
KERBEROS
27
if (!
rename
(o_file, z_file)) {
35
if (!
rename
(o_file, z_file)) {
/packages/apps/Music/res/values-keysexposed/
strings.xml
24
<string name="rename_playlist_same_prompt">
Rename
\"<xliff:g id="playlist">%s</xliff:g>\" to</string>
26
<string name="rename_playlist_diff_prompt">
Rename
\"<xliff:g id="playlist">%s</xliff:g>\" to</string>
/external/chromium/chrome/browser/download/
base_file_unittest.cc
124
//
Rename
the file after writing to it, then detach.
135
EXPECT_TRUE(base_file_->
Rename
(new_path));
191
//
Rename
the file after all writes to it.
202
EXPECT_TRUE(base_file_->
Rename
(new_path));
209
//
Rename
the file while the download is still in progress.
221
EXPECT_TRUE(base_file_->
Rename
(new_path));
base_file.cc
87
bool BaseFile::
Rename
(const FilePath& new_path) {
109
// We cannot
rename
because
rename
will keep the same security descriptor
127
//
rename
fails. Copying sucks for large downloads. crbug.com/8737
211
// We may be re-opening the file after
rename
. Always make sure we're
base_file.h
42
//
Rename
the download file. Returns true on success.
43
virtual bool
Rename
(const FilePath& full_path);
/external/llvm/lib/Transforms/Utils/
MetaRenamer.cpp
1
//===- MetaRenamer.cpp -
Rename
everything with metasyntatic names --------===//
73
//
Rename
all aliases
83
//
Rename
all global variables
93
//
Rename
all struct types
105
//
Rename
all functions
141
// MetaRenamer -
Rename
everything with metasyntactic names.
/external/sepolicy/
mls
67
# Also constrain other forms of manipulation, e.g. chmod/chown, unlink,
rename
, etc.
69
mlsconstrain dir { open search setattr
rename
add_name remove_name reparent rmdir }
71
mlsconstrain { file lnk_file sock_file } { open setattr unlink link
rename
}
88
mlsconstrain dir { write setattr
rename
add_name remove_name reparent rmdir }
91
mlsconstrain { file lnk_file sock_file chr_file blk_file } { write setattr append unlink link
rename
}
101
mlsconstrain fifo_file { write setattr append unlink link
rename
}
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipantTest.java
24
import org.eclipse.jdt.internal.corext.refactoring.
rename
.RenameTypeProcessor;
39
"[x]
Rename
compilation unit 'MainActivity.java' to 'NewActivityName.java'\n" +
68
"[x]
Rename
compilation unit 'MainActivity2.java' to 'NewActivityName.java'\n" +
85
"[x]
Rename
compilation unit 'MainActivity.java' to 'NewActivityName.java'");
97
"[x]
Rename
compilation unit 'CustomView1.java' to 'NewCustomViewName.java'\n" +
126
"[x]
Rename
compilation unit 'MyFragment.java' to 'NewFragmentName.java'\n" +
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
parseGitDiffHeader.pl
189
diffName => "
rename
(with similarity index 100%)",
193
rename
from foo
194
rename
to foo_new
203
rename
from foo
204
rename
to foo_new
214
diffName => "
rename
(with similarity index < 100%)",
218
rename
from foo
219
rename
to foo_new
236
rename
from foo
237
rename
to foo_ne
[
all
...]
/external/openssh/regress/
sftp-cmds.sh
197
verbose "$tid:
rename
"
198
echo "
rename
$COPY ${COPY}.1" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1 \
199
|| fail "
rename
failed"
200
test -f ${COPY}.1 || fail "missing file after
rename
"
201
cmp $DATA ${COPY}.1 >/dev/null 2>&1 || fail "corrupted copy after
rename
"
203
verbose "$tid:
rename
directory"
204
echo "
rename
${COPY}.dd ${COPY}.dd2" | \
206
fail "
rename
directory failed"
207
test -d ${COPY}.dd && fail "oldname exists after
rename
directory"
208
test -d ${COPY}.dd2 || fail "missing newname after
rename
directory
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResourceParticipantTest.java
30
import org.eclipse.jdt.internal.corext.refactoring.
rename
.RenameFieldProcessor;
173
"[x]
Rename
'testRefactor5/res/layout/activity_main.xml' to 'newlayout.xml'\n" +
175
"[x]
Rename
'testRefactor5/res/layout-land/activity_main.xml' to 'newlayout.xml'");
193
"[x]
Rename
'testRefactor6/res/drawable-xhdpi/ic_launcher.png' to 'newlauncher.png'\n" +
195
"[x]
Rename
'testRefactor6/res/drawable-mdpi/ic_launcher.png' to 'newlauncher.png'\n" +
197
"[x]
Rename
'testRefactor6/res/drawable-ldpi/ic_launcher.png' to 'newlauncher.png'\n" +
199
"[x]
Rename
'testRefactor6/res/drawable-hdpi/ic_launcher.png' to 'newlauncher.png'\n" +
208
// Test refactoring initiated on a file
rename
231
"[x]
Rename
'testRefactor7/res/layout-land/activity_main.xml' to 'newlayout.xml'\n" +
233
"[x]
Rename
'testRefactor7/res/layout/activity_main.xml' to 'newlayout.xml'"
[
all
...]
/external/chromium_org/ppapi/thunk/
ppb_file_ref_thunk.cc
115
int32_t
Rename
(PP_Resource file_ref,
118
VLOG(4) << "PPB_FileRef::
Rename
()";
122
return enter.SetResult(enter.object()->
Rename
(new_file_ref,
165
&
Rename
178
&
Rename
,
/external/chromium_org/ppapi/cpp/
file_ref.cc
153
int32_t FileRef::
Rename
(const FileRef& new_file_ref,
156
return get_interface<PPB_FileRef_1_1>()->
Rename
(
160
return get_interface<PPB_FileRef_1_0>()->
Rename
(
/ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpathplus
19
.PHONY: general
rename
notarget intermediate
38
#
Rename
testing info:
40
rename
: $(VPATH)/foo.c foo.d
/external/chromium_org/ppapi/c/
ppb_file_ref.h
165
*
Rename
() renames a file or directory. Arguments <code>file_ref</code> and
167
* system. It is an error to
rename
a file or directory that is in use. It
168
* is not valid to
rename
a file in the external file system.
175
* completion of
Rename
().
179
int32_t (*
Rename
)(PP_Resource file_ref,
233
int32_t (*
Rename
)(PP_Resource file_ref,
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py
54
# Copy/
rename
etc tests using the same filename
89
# Copy/
rename
etc tests using equivalent filename
94
# Should be able to
rename
the file using either name.
96
os.
rename
(filename1, filename2 + ".new")
98
os.
rename
(filename1 + ".new", filename2)
109
# it tries a
rename
first. This only fails on Windows when on
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py
54
# Copy/
rename
etc tests using the same filename
89
# Copy/
rename
etc tests using equivalent filename
94
# Should be able to
rename
the file using either name.
96
os.
rename
(filename1, filename2 + ".new")
98
os.
rename
(filename1 + ".new", filename2)
109
# it tries a
rename
first. This only fails on Windows when on
/external/chromium_org/third_party/zlib/contrib/minizip/
ChangeLogUnzip
14
-
rename
to 1.00
54
-
rename
unzip* to unz* function and structure
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
ICreateInfo.java
50
* Returns the list of classes to
rename
, must be an even list: the binary FQCN
59
* to
rename
in which the methods are deleted, followed by a list of return types identifying
RenameClassAdapter.java
23
* The class visitor will also
rename
all inner classes and references in the methods.
39
* The class visitor will also
rename
all inner classes and references in the methods.
Completed in 1498 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>