Searched refs:filename_base (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dlinear_least_squares_problems.h74 bool DumpLinearLeastSquaresProblem(const string& filename_base,
H A Dlinear_least_squares_problems.cc545 bool DumpLinearLeastSquaresProblemToTextFile(const string& filename_base, argument
552 LOG(INFO) << "writing to: " << filename_base << "*";
563 string filename = filename_base + "_A.txt";
579 string filename = filename_base + "_D.txt";
586 string filename = filename_base + "_b.txt";
593 string filename = filename_base + "_x.txt";
599 string matlab_filename = filename_base + ".m";
605 bool DumpLinearLeastSquaresProblem(const string& filename_base, argument
617 return DumpLinearLeastSquaresProblemToTextFile(filename_base,
/external/chromium_org/tools/json_schema_compiler/
H A Dcompiler.py89 filename_base, _ = os.path.splitext(filename)
117 ('%s.h' % filename_base, cpp_generator.h_generator),
118 ('%s.cc' % filename_base, cpp_generator.cc_generator)
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_database.cc489 void SafeBrowsingDatabaseNew::Init(const base::FilePath& filename_base) { argument
495 filename_base_ = filename_base;

Completed in 108 milliseconds