HomeSort by relevance Sort by last modified time
    Searched full:filename_prefix (Results 1 - 20 of 20) 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/openfst/src/extensions/far/
farscript.cc 83 const string &filename_prefix,
87 filename_prefix, filename_suffix);
113 const string &filename_prefix,
118 filename_prefix, filename_suffix);
farextract.cc 26 DEFINE_string(filename_prefix, "", "Prefix to append to filenames");
farprintstrings.cc 24 DEFINE_string(filename_prefix, "", "Prefix to append to filenames");
  /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/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 128 filename_prefix):
133 filename_prefix: prefix to prepend to filenames of all images we write
153 filename_prefix + imagename))
164 filename_prefix + imagename))
265 filename_prefix=platform_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;
  /packages/apps/Browser/tests/src/com/android/browser/tests/utils/
ProviderTestCase3.java 38 public static final String FILENAME_PREFIX = "test.";
122 FILENAME_PREFIX);
BP2TestCaseHelper.java 225 return filename.startsWith(ProviderTestCase3.FILENAME_PREFIX);
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
AbstractDownloadProviderFunctionalTest.java 95 private static final String FILENAME_PREFIX = "test.";
103 super(realContext, FILENAME_PREFIX);
  /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...]
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetFragment.java 90 private static final String FILENAME_PREFIX = "TINYPLANET_";
320 String tinyPlanetTitle = FILENAME_PREFIX + mOriginalTitle;
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactsActor.java 76 private static final String FILENAME_PREFIX = "test.";
162 overallContext, FILENAME_PREFIX);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 906 milliseconds