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

  /external/openfst/src/include/fst/extensions/far/
extract.h 38 const string &filename_prefix,
62 fst->Write(filename_prefix + ofilename + filename_suffix);
71 const string &filename_prefix,
100 filename_prefix, filename_suffix);
117 filename_prefix, filename_suffix);
133 filename_prefix, filename_suffix);
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,
print-strings.h 44 const string &filename_prefix, const string &filename_suffix) {
117 filename = filename_prefix + sstrm.str() + filename_suffix;
  /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/openfst/src/extensions/far/
farextract.cc 26 DEFINE_string(filename_prefix, "", "Prefix to append to filenames");
farscript.cc 83 const string &filename_prefix,
87 filename_prefix, filename_suffix);
113 const string &filename_prefix,
118 filename_prefix, filename_suffix);
farprintstrings.cc 24 DEFINE_string(filename_prefix, "", "Prefix to append to filenames");
  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 87 void UrlToFilenameEncoder::EncodeSegment(const string& filename_prefix,
98 // Instaweb allowing filename_prefix to not end in "/". We could
100 size_t start_of_segment = filename_prefix.find_last_of(dir_separator);
102 segment = filename_prefix;
104 segment = filename_prefix.substr(start_of_segment + 1);
105 *encoded_filename = filename_prefix.substr(0, start_of_segment + 1);
url_to_filename_encoder.h 149 // |filename_prefix| is prepended without escaping.
155 const std::string& 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";

Completed in 159 milliseconds