HomeSort by relevance Sort by last modified time
    Searched defs:filename_prefix (Results 1 - 3 of 3) sorted by null

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
NonVolatileStore.cpp 37 static const char* filename_prefix = "/halStorage.bin"; variable
66 fn.append (filename_prefix);
123 fn.append (filename_prefix);
201 fn.append (filename_prefix);
  /external/ceres-solver/internal/ceres/
linear_least_squares_problems.cc 681 string filename_prefix = local
684 LOG(INFO) << "writing to: " << filename_prefix << "*";
695 string filename = filename_prefix + "_A.txt";
711 string filename = filename_prefix + "_D.txt";
718 string filename = filename_prefix + "_b.txt";
725 string filename = filename_prefix + "_x.txt";
731 string matlab_filename = filename_prefix + ".m";
  /external/openfst/src/include/fst/extensions/far/
farscript.h 191 const string &filename_prefix,
219 const string &filename_prefix; member in struct:fst::script::FarPrintStringsArgs
228 const string &filename_prefix, const string &filename_suffix) :
233 generate_filenames(generate_filenames), filename_prefix(filename_prefix),
243 args->filename_prefix, args->filename_suffix);
258 const string &filename_prefix,

Completed in 234 milliseconds