Searched refs:filename_prefix (Results 1 - 13 of 13) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dextract.h38 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);
35 FarWriteFst(const Fst<Arc>* fst, string key, string* okey, int* nrep, const int32 &generate_filenames, int i, const string &filename_prefix, const string &filename_suffix) argument
66 FarExtract(const vector<string> &ifilenames, const int32 &generate_filenames, const string &keys, const string &key_separator, const string &range_delimiter, const string &filename_prefix, const string &filename_suffix) argument
H A Dfarscript.h191 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,
222 FarPrintStringsArgs( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
H A Dprint-strings.h44 const string &filename_prefix, const string &filename_suffix) {
117 filename = filename_prefix + sstrm.str() + filename_suffix;
38 FarPrintStrings( const vector<string> &ifilenames, const FarEntryType entry_type, const FarTokenType far_token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DNonVolatileStore.cpp37 static const char* filename_prefix = "/halStorage.bin"; variable
68 fn.append (filename_prefix);
127 fn.append (filename_prefix);
208 fn.append (filename_prefix);
246 fn.append (filename_prefix);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profiler.cc165 static char* filename_prefix = NULL; // Prefix used for profile file names variable
219 if (filename_prefix == NULL) return; // we do not yet need dumping
227 filename_prefix, dump_count, HeapProfileTable::kFileExt);
462 RAW_DCHECK(filename_prefix == NULL, "");
464 filename_prefix = reinterpret_cast<char*>(ProfilerMalloc(prefix_length + 1));
465 memcpy(filename_prefix, prefix, prefix_length);
466 filename_prefix[prefix_length] = '\0';
501 ProfilerFree(filename_prefix);
502 filename_prefix = NULL;
/external/openfst/src/extensions/far/
H A Dfarextract.cc26 DEFINE_string(filename_prefix, "", "Prefix to append to filenames");
H A Dfarscript.cc83 const string &filename_prefix,
87 filename_prefix, filename_suffix);
113 const string &filename_prefix,
118 filename_prefix, filename_suffix);
77 FarExtract(const vector<string> &ifilenames, const string &arc_type, int32 generate_filenames, const string &keys, const string &key_separator, const string &range_delimiter, const string &filename_prefix, const string &filename_suffix) argument
102 FarPrintStrings(const vector<string> &ifilenames, const string &arc_type, const FarEntryType entry_type, const FarTokenType token_type, const string &begin_key, const string &end_key, const bool print_key, const bool print_weight, const string &symbols_fname, const bool initial_symbols, const int32 generate_filenames, const string &filename_prefix, const string &filename_suffix) argument
H A Dfarprintstrings.cc24 DEFINE_string(filename_prefix, "", "Prefix to append to filenames");
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profiler.cc214 static char* filename_prefix = NULL; // Prefix used for profile file names variable
276 if (filename_prefix == NULL) return; // we do not yet need dumping
284 filename_prefix, getpid(), dump_count, HeapProfileTable::kFileExt);
317 filename_prefix, getpid(), dump_count);
553 RAW_DCHECK(filename_prefix == NULL, "");
555 filename_prefix = reinterpret_cast<char*>(ProfilerMalloc(prefix_length + 1));
556 memcpy(filename_prefix, prefix, prefix_length);
557 filename_prefix[prefix_length] = '\0';
617 ProfilerFree(filename_prefix);
618 filename_prefix
[all...]
/external/chromium_org/net/tools/dump_cache/
H A Durl_to_filename_encoder.cc87 void UrlToFilenameEncoder::EncodeSegment(const string& filename_prefix, argument
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);
H A Durl_to_filename_encoder.h148 // |filename_prefix| is prepended without escaping.
154 const std::string& filename_prefix,
/external/chromium_org/third_party/skia/tools/
H A Dsvndiff.py136 filename_prefix):
141 filename_prefix: prefix to prepend to filenames of all images we write
161 filename_prefix + imagename))
172 filename_prefix + imagename))
282 filename_prefix=platform_prefix)
/external/skia/tools/
H A Dsvndiff.py136 filename_prefix):
141 filename_prefix: prefix to prepend to filenames of all images we write
161 filename_prefix + imagename))
172 filename_prefix + imagename))
282 filename_prefix=platform_prefix)

Completed in 202 milliseconds