/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
errors | 19 $rm_command = "delete_file";
|
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
test.js | 199 common.tester.addAsyncTest('delete_file', function(test) { 201 var filename = '/delete_file.txt';
|
/external/e2fsprogs/e2fsck/ |
pass1b.c | 88 static void delete_file(e2fsck_t ctx, ext2_ino_t ino, 537 delete_file(ctx, ino, p, block_buf); 591 static void delete_file(e2fsck_t ctx, ext2_ino_t ino, function 604 pctx.str = "delete_file"; 606 e2fsck_read_inode(ctx, ino, &inode, "delete_file"); 617 e2fsck_read_inode(ctx, ino, &inode, "delete_file"); 618 e2fsck_clear_inode(ctx, ino, &inode, 0, "delete_file");
|
super.c | 291 e2fsck_write_inode(ctx, ino, &inode, "delete_file");
|
/external/chromium/chrome/browser/history/ |
text_database_unittest.cc | 102 // Set |delete_file| to delete any existing file. If we are trying to create 107 bool delete_file) { 110 if (delete_file)
|
/external/chromium_org/chrome/test/base/ |
testing_profile.h | 167 // Creates the history service. If |delete_file| is true, the history file is 173 bool CreateHistoryService(bool delete_file, bool no_db) WARN_UNUSED_RESULT; 187 // NULL. If |delete_file| is true, the bookmarks file is deleted first, then 194 void CreateBookmarkModel(bool delete_file);
|
testing_profile.cc | 431 bool TestingProfile::CreateHistoryService(bool delete_file, bool no_db) { 433 if (delete_file) { 503 void TestingProfile::CreateBookmarkModel(bool delete_file) { 504 if (delete_file) {
|
/external/chromium_org/chrome/installer/setup/ |
setup_util.cc | 227 PAPCFUNC delete_file = reinterpret_cast<PAPCFUNC>( local 231 if (!sleep || !delete_file || !exit_process) { 236 ::QueueUserAPC(delete_file, pi.hThread,
|
/external/chromium_org/cloud_print/virtual_driver/win/port_monitor/ |
port_monitor.cc | 483 bool delete_file = true; local 496 delete_file = false; 499 if (delete_file)
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/model/ |
testfile.py | 43 def delete_file(cls, key, master, builder, test_type, name, before, limit): member in class:TestFile
|
testfile_test.py | 118 ndeleted = testfile.TestFile.delete_file(None, 'ChromiumWebKit', 'WebKit Linux', 'layout-tests', 'results.json', None, None)
|
/external/openssh/ |
ssh-add.c | 99 delete_file(AuthenticationConnection *ac, const char *filename) function 353 if (delete_file(ac, file) == -1)
|
/external/sqlite/android/ |
sqlite3_android.cpp | 159 static void delete_file(sqlite3_context * context, int argc, sqlite3_value ** argv) function 541 err = sqlite3_create_function(handle, "_DELETE_FILE", 1, SQLITE_UTF8, NULL, delete_file, NULL, NULL);
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/handlers/ |
testfilehandler.py | 81 num_deleted = TestFile.delete_file(key, master, builder, test_type, name, before, limit)
|
/ndk/sources/host-tools/make-3.81/tests/ |
run_make_tests.pl | 207 $delete_command = "delete_file -no_ask";
|
ChangeLog | 85 * run_make_tests.pl (get_this_pwd) [VMS]: Use -no_ask with delete_file.
|
/system/core/adb/ |
commandline.c | 1611 static int delete_file(transport_type transport, char* serial, char* filename) function [all...] |
/external/chromium_org/chrome/browser/safe_browsing/ |
browser_feature_extractor_unittest.cc | 83 true /* delete_file */, false /* no_db */));
|
malware_details_unittest.cc | 191 true /* delete_file */, false /* no_db */));
|
/external/chromium_org/chrome/test/functional/ |
perf.py | [all...] |
/external/chromium/testing/gmock/scripts/ |
upload.py | [all...] |
/external/chromium/testing/gtest/scripts/ |
upload.py | [all...] |
/external/chromium_org/testing/gtest/scripts/ |
upload.py | [all...] |