Searched
full:rename (Results
326 -
350 of
2344) sorted by null
<<11121314151617181920>>
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_name_folder_controller_unittest.mm | 119 TEST_F(BookmarkNameFolderControllerTest, Rename) { 126 // Rename the folder by creating a controller that originates from
|
/external/chromium_org/content/browser/download/ |
base_file.h | 59 // Rename the download file. Returns a DownloadInterruptReason indicating the 61 virtual DownloadInterruptReason Rename(const base::FilePath& full_path);
|
/external/chromium_org/extensions/common/permissions/ |
permission_set.h | 141 // TODO(jstritar): Rename to "hosts_"? 145 // TODO(jstritar): Rename to "user_script_hosts_"?
|
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/ |
sdk_update.py | 67 """Rename sdk_tools_update to sdk_tools.""" 79 sys.stderr.write('Cannot rename directory "%s". Make sure no programs are'
|
/external/chromium_org/third_party/libevent/ |
install-sh | 190 # If we're going to rename the final executable, determine the name now. 230 # Now rename the file to the real destination.
|
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree1.test | 277 # Test cases rtree-7.* test rename operations. 286 execsql { ALTER TABLE t4 RENAME TO t5 } 295 execsql { ALTER TABLE t5 RENAME TO 'raisara "one"'''} 302 execsql { ALTER TABLE "raisara ""one""'" RENAME TO "abc 123" } 311 # An error midway through a rename operation. 316 catchsql { ALTER TABLE "abc 123" RENAME TO t4 } 326 catchsql { ALTER TABLE "abc 123" RENAME TO t4 } 335 execsql { ALTER TABLE "abc 123" RENAME TO t4 }
|
rtree3.test | 46 # rtree3-7: OOM during an ALTER TABLE RENAME TABLE command. 198 execsql { ALTER TABLE rt RENAME TO rt2 }
|
/external/chromium_org/third_party/sqlite/src/test/ |
fts3fault.test | 34 # Test error handling in an "ALTER TABLE ... RENAME TO" statement on an 52 execsql { ALTER TABLE t1 RENAME TO t2 }
|
schema4.test | 124 do_execsql_test schema4-2.3 { ALTER TABLE t1 RENAME TO t2 } {} 155 do_execsql_test schema4-2.7 { ALTER TABLE tbl RENAME TO tbl2 } {}
|
/external/chromium_org/v8/test/mozilla/ |
testcfg.py | 136 os.rename(directory_name, "data.old") 153 os.rename(os.path.join("mozilla", "js", "tests"), directory_name)
|
/external/chromium_org/v8/test/test262/ |
testcfg.py | 101 os.rename(directory_name, directory_old_name) 117 os.rename(os.path.join(self.root, "test262-%s" % revision),
|
/external/e2fsprogs/config/ |
install-sh | 190 # If we're going to rename the final executable, determine the name now. 230 # Now rename the file to the real destination.
|
/external/libsepol/tests/policies/test-deps/ |
base-metreq.conf | 78 rename 412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
|
base-notmetreq.conf | 77 rename 407 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
|
small-base.conf | 78 rename 412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
|
/external/libsepol/tests/policies/test-expander/ |
alias-base.conf | 78 rename 412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
|
role-base.conf | 78 rename 412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
|
user-base.conf | 78 rename 412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
|
/external/libsepol/tests/policies/test-hooks/ |
cmp_policy.conf | 78 rename 412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
|
small-base.conf | 78 rename 412 mlsconstrain file { write setattr append unlink link rename ioctl lock execute relabelfrom }
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
lua.php | 65 'remove','rename','flush','seek','tmpfile','tmpname','read','write', 79 'os.clock','os.date','os.difftime','os.execute','os.exit','os.getenv','os.remove','os.rename',
|
/external/llvm/lib/IR/ |
ValueSymbolTable.cpp | 45 // Otherwise, there is a naming conflict. Rename this value. 88 // Otherwise, there is a naming conflict. Rename this value.
|
/external/llvm/lib/Support/ |
FileOutputBuffer.cpp | 101 // Rename file to final name. 102 return sys::fs::rename(Twine(TempPath), Twine(FinalPath));
|
/external/oprofile/ |
opimport_pull | 78 # Rename each individual directory from the longest first 79 # For example, first rename
|
/external/stlport/ |
INSTALL.unixes | 18 0) DO NOT overwrite/move/rename header files coming with the compiler, 75 -I<base install path>/stlport); never rename 'stlport' part of path!
|
Completed in 674 milliseconds
<<11121314151617181920>>