HomeSort by relevance Sort by last modified time
    Searched refs:existed (Results 1 - 12 of 12) sorted by null

  /external/llvm/include/llvm/Support/
FileUtilities.h 54 bool existed; local
55 sys::fs::remove(Filename.str(), existed);
65 bool existed; local
66 sys::fs::remove(Filename.str(), existed);
FileSystem.h 251 /// @param existed Set to true if \a path already existed, false otherwise.
252 /// @returns errc::success if is_directory(path) and existed have been set,
254 error_code create_directories(const Twine &path, bool &existed);
259 /// @param existed Set to true if \a path already existed, false otherwise.
260 /// @returns errc::success if is_directory(path) and existed have been set,
262 error_code create_directory(const Twine &path, bool &existed);
290 /// @param existed Set to true if \a path existed, false if it did not
    [all...]
  /external/llvm/unittests/Support/
Path.cpp 247 bool existed; local
249 + "/recursive/a0/aa1", existed));
251 + "/recursive/a0/ab1", existed));
253 + "/recursive/dontlookhere/da1", existed));
255 + "/recursive/z0/za1", existed));
257 + "/recursive/pop/p1", existed));
  /external/clang/lib/ARCMigrate/
FileRemapper.cpp 39 bool existed; local
40 llvm::sys::fs::remove(infoFile, existed);
116 bool existed;
117 if (fs::create_directory(outputDir, existed) != llvm::errc::success)
  /external/clang/lib/Rewrite/Core/
Rewriter.cpp 459 bool existed; local
462 llvm::sys::fs::remove(TempFilename.str(), existed);
  /external/clang/lib/Frontend/
CompilerInstance.cpp 432 bool existed; local
433 llvm::sys::fs::remove(it->TempFilename, existed);
445 bool existed; local
446 llvm::sys::fs::remove(it->TempFilename, existed);
    [all...]
  /external/opencv/ml/src/
mlsvm.cpp 478 bool existed = row->data != 0;
481 if( existed || cache_size <= 0 )
483 CvSVMKernelRow* del_row = existed ? row : lru_list.prev;
504 if( !existed )
510 *_existed = existed;
516 float* CvSVMSolver::get_row_svc( int i, float* row, float*, bool existed )
518 if( !existed )
569 bool existed = false; local
570 float* row = get_row_base( i, &existed );
571 return (this->*get_row_func)( i, row, dst, existed );
    [all...]
  /external/opencv/ml/include/
ml.h 392 typedef float* (CvSVMSolver::*GetRow)( int i, float* row, float* dst, bool existed );
466 virtual float* get_row_svc( int i, float* row, float* dst, bool existed );
467 virtual float* get_row_one_class( int i, float* row, float* dst, bool existed );
468 virtual float* get_row_svr( int i, float* row, float* dst, bool existed );
    [all...]
  /external/llvm/lib/Support/
PathV2.cpp 653 error_code create_directories(const Twine &path, bool &existed) {
663 if (error_code ec = create_directories(parent, existed)) return ec;
666 return create_directory(p, existed);
  /external/iproute2/doc/
api-ip6-flowlabels.tex 101 one justification existed, IPv6 address alignment left 4 byte
  /prebuilts/devtools/tools/lib/
sdklib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 210 milliseconds