/external/openfst/src/include/fst/extensions/far/ |
farscript.h | 60 const string &key_suffix; member in struct:fst::script::FarCompileStringsArgs 76 const string &key_suffix) : 83 key_suffix(key_suffix) { } 93 args->key_prefix, args->key_suffix); 112 const string &key_suffix); 126 const string &key_suffix; member in struct:fst::script::FarCreateArgs 132 const string &key_suffix) 135 far_type(far_type), key_prefix(key_prefix), key_suffix(key_suffix) { } [all...] |
create.h | 44 const string &key_suffix) { 78 far_writer->Add(key_prefix + key + key_suffix, *ifst);
|
compile-strings.h | 155 const string &key_suffix) { 289 far_writer->Add(key_prefix + key + key_suffix, *fst);
|
/external/openfst/src/extensions/far/ |
farscript.cc | 42 const string &key_suffix) { 47 key_prefix, key_suffix); 60 const string &key_suffix) { 62 far_type, key_prefix, key_suffix);
|
farcompilestrings.cc | 31 DEFINE_string(key_suffix, "", "Suffix to append to keys");
|
farcreate.cc | 28 DEFINE_string(key_suffix, "", "Suffix to append to keys");
|
/external/chromium_org/chrome/browser/policy/ |
managed_mode_policy_provider.cc | 102 std::string key_suffix = key; local 107 dict = GetDictionaryAndSplitKey(&key_suffix); 112 dict->HasKey(key_suffix) ? SyncChange::ACTION_UPDATE 123 dict->SetWithoutPathExpansion(key_suffix, value.release()); 203 std::string key_suffix = it.key(); local 204 DictionaryValue* dict = GetDictionaryAndSplitKey(&key_suffix); 207 dict->HasKey(key_suffix) ? SyncChange::ACTION_UPDATE 210 dict->SetWithoutPathExpansion(key_suffix, it.value().DeepCopy());
|
/external/skia/bench/ |
bench_graph_svg.py | 378 def check_expectations(lines, expectations, newest_revision, key_suffix): 384 platform = key_suffix[ : key_suffix.rfind('-')] 391 bench_platform_key = line_str + ',' + key_suffix [all...] |