/external/llvm/include/llvm/Support/ |
D | FileUtilities.h | 54 bool existed; in ~FileRemover() local 55 sys::fs::remove(Filename.str(), existed); in ~FileRemover() 65 bool existed; variable 66 sys::fs::remove(Filename.str(), existed);
|
D | FileSystem.h | 279 error_code create_directories(const Twine &path, bool &existed); 294 error_code create_directory(const Twine &path, bool &existed); 333 error_code remove(const Twine &path, bool &existed);
|
/external/oprofile/events/ia64/itanium2/ |
D | events | 127 …um:zero minimum:5000 name:L2_OZQ_ACQUIRE : Clocks with acquire ordering attribute existed in L2 OZQ 128 …um:zero minimum:5000 name:L2_OZQ_ACQUIRE : Clocks with acquire ordering attribute existed in L2 OZQ 129 …um:zero minimum:5000 name:L2_OZQ_ACQUIRE : Clocks with acquire ordering attribute existed in L2 OZQ 130 …um:zero minimum:5000 name:L2_OZQ_ACQUIRE : Clocks with acquire ordering attribute existed in L2 OZQ 135 …um:zero minimum:5000 name:L2_OZQ_RELEASE : Clocks with release ordering attribute existed in L2 OZQ 136 …um:zero minimum:5000 name:L2_OZQ_RELEASE : Clocks with release ordering attribute existed in L2 OZQ 137 …um:zero minimum:5000 name:L2_OZQ_RELEASE : Clocks with release ordering attribute existed in L2 OZQ 138 …um:zero minimum:5000 name:L2_OZQ_RELEASE : Clocks with release ordering attribute existed in L2 OZQ 150 …um:zero minimum:5000 name:L2_OZQ_ACQUIRE : Clocks with acquire ordering attribute existed in L2 OZQ 151 …um:zero minimum:5000 name:L2_OZQ_ACQUIRE : Clocks with acquire ordering attribute existed in L2 OZQ [all …]
|
/external/llvm/unittests/Support/ |
D | Path.cpp | 296 bool existed; in TEST_F() local 298 + "/recursive/a0/aa1", existed)); in TEST_F() 300 + "/recursive/a0/ab1", existed)); in TEST_F() 302 + "/recursive/dontlookhere/da1", existed)); in TEST_F() 304 + "/recursive/z0/za1", existed)); in TEST_F() 306 + "/recursive/pop/p1", existed)); in TEST_F()
|
/external/clang/lib/ARCMigrate/ |
D | FileRemapper.cpp | 39 bool existed; in clear() local 40 llvm::sys::fs::remove(infoFile, existed); in clear() 115 bool existed; in flushToDisk() local 116 if (fs::create_directory(outputDir, existed) != llvm::errc::success) in flushToDisk()
|
/external/llvm/unittests/Transforms/DebugIR/ |
D | DebugIR.cpp | 59 bool existed = false; in removeIfExists() local 60 sys::fs::remove(Path, existed); in removeIfExists() 61 return existed; in removeIfExists()
|
/external/chromium_org/chrome/tools/build/win/ |
D | hardlink_failsafe.bat | 5 :: Delete it if it existed
|
/external/clang/lib/Frontend/ |
D | DependencyFile.cpp | 169 bool existed; in OutputDependencyFile() local 170 llvm::sys::fs::remove(OutputFile, existed); in OutputDependencyFile()
|
D | CompilerInstance.cpp | 430 bool existed; in clearOutputFiles() local 431 llvm::sys::fs::remove(it->TempFilename, existed); in clearOutputFiles() 443 bool existed; in clearOutputFiles() local 444 llvm::sys::fs::remove(it->TempFilename, existed); in clearOutputFiles()
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 204 // If the file existed, try again, otherwise, error. 339 error_code create_directory(const Twine &path, bool &existed) { 350 existed = true; 354 existed = false; 401 error_code remove(const Twine &path, bool &existed) { 410 existed = false; 425 existed = false; 427 existed = true; 433 existed = false; 435 existed = true;
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 147 // If the file existed, try again, otherwise, error. 323 error_code create_directory(const Twine &path, bool &existed) { 330 existed = true; 332 existed = false; 363 error_code remove(const Twine &path, bool &existed) { 371 existed = false; 386 existed = false; 388 existed = true;
|
/external/bison/m4/ |
D | 00gnulib.m4 | 17 # can only use interfaces that existed since 2.59; but it achieves the
|
/external/chromium_org/chrome/common/extensions/api/ |
D | notifications.idl | 128 // |callback|: Called to indicate whether a matching notification existed. 136 // |callback|: Called to indicate whether a matching notification existed.
|
/external/chromium_org/third_party/sqlite/src/test/ |
D | tkt2817.test | 35 # When bug #2817 existed, this test was failing.
|
D | tkt-313723c356.test | 44 # cache is out of date. When the bug existed and the right xShmLock() fails
|
D | fts3aj.test | 69 # t3_* tables in database 'main', but they already existed. Normally
|
D | fts2j.test | 69 # t3_* tables in database 'main', but they already existed. Normally
|
D | fts1j.test | 69 # t3_* tables in database 'main', but they already existed. Normally
|
/external/chromium_org/v8/test/webkit/ |
D | delete-then-put-expected.txt | 24 This tests for a problem with put after delete that existed at one point in the past.
|
/external/eigen/cmake/ |
D | EigenConfigureTesting.cmake | 46 # un-set temporary variables so that it is like they never existed.
|
/external/opencv/ml/src/ |
D | mlsvm.cpp | 478 bool existed = row->data != 0; in get_row_base() local 481 if( existed || cache_size <= 0 ) in get_row_base() 483 CvSVMKernelRow* del_row = existed ? row : lru_list.prev; in get_row_base() 504 if( !existed ) in get_row_base() 510 *_existed = existed; in get_row_base() 516 float* CvSVMSolver::get_row_svc( int i, float* row, float*, bool existed ) in get_row_svc() argument 518 if( !existed ) in get_row_svc() 569 bool existed = false; in get_row() local 570 float* row = get_row_base( i, &existed ); in get_row() 571 return (this->*get_row_func)( i, row, dst, existed ); in get_row()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | HTMLDiagnostics.cpp | 102 bool existed; in ReportDiag() local 104 llvm::sys::fs::create_directories(Directory, existed)) { in ReportDiag()
|
/external/clang/lib/Rewrite/Core/ |
D | Rewriter.cpp | 458 bool existed; in ~AtomicallyMovedFile() local 461 llvm::sys::fs::remove(TempFilename.str(), existed); in ~AtomicallyMovedFile()
|
/external/valgrind/main/perf/ |
D | README | 27 - Strengths: Tests for a specific performance bug that existed in 3.1.0 and
|
/external/llvm/lib/Support/ |
D | Path.cpp | 757 error_code create_directories(const Twine &path, bool &existed) { in create_directories() argument 767 if (error_code ec = create_directories(parent, existed)) return ec; in create_directories() 770 return create_directory(p, existed); in create_directories()
|