/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 | 38 static const char* filename_prefix = "/halStorage.bin"; variable 69 fn.append (filename_prefix); 128 fn.append (filename_prefix); 209 fn.append (filename_prefix); 245 fn.append (filename_prefix);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-profiler.cc | 165 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/ |
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_org/third_party/tcmalloc/chromium/src/ |
heap-profiler.cc | 214 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 = NULL [all...] |
/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/chromium_org/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 | 148 // |filename_prefix| is prepended without escaping. 154 const std::string& filename_prefix,
|
/external/skia/tools/ |
svndiff.py | 136 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)
|