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

  /external/openfst/src/include/fst/extensions/far/
farscript.h 59 const string &key_prefix; member in struct:fst::script::FarCompileStringsArgs
75 const string &key_prefix,
82 file_list_input(file_list_input), key_prefix(key_prefix),
93 args->key_prefix, args->key_suffix);
111 const string &key_prefix,
125 const string &key_prefix; member in struct:fst::script::FarCreateArgs
131 const FarType &far_type, const string &key_prefix,
135 far_type(far_type), key_prefix(key_prefix), key_suffix(key_suffix) {
    [all...]
create.h 43 const string &key_prefix,
78 far_writer->Add(key_prefix + key + key_suffix, *ifst);
compile-strings.h 154 const string &key_prefix,
289 far_writer->Add(key_prefix + key + key_suffix, *fst);
  /external/openfst/src/extensions/far/
farscript.cc 41 const string &key_prefix,
47 key_prefix, key_suffix);
59 const string &key_prefix,
62 far_type, key_prefix, key_suffix);
farcompilestrings.cc 30 DEFINE_string(key_prefix, "", "Prefix to append to keys");
farcreate.cc 27 DEFINE_string(key_prefix, "", "Prefix to append to keys");
  /external/chromium/net/proxy/
proxy_config_service_linux.h 176 bool GetProxyFromGConf(const char* key_prefix, bool is_socks,
proxy_config_service_linux.cc     [all...]
  /external/chromium_org/chrome/common/extensions/
extension_l10n_util_unittest.cc 595 std::string key_prefix(keys::kSearchProvider);
596 key_prefix += '.';
597 ASSERT_TRUE(manifest.GetString(key_prefix + "name", &result));
600 ASSERT_TRUE(manifest.GetString(key_prefix + "keyword", &result));
603 ASSERT_TRUE(manifest.GetString(key_prefix + "search_url", &result));
606 ASSERT_TRUE(manifest.GetString(key_prefix + "favicon_url", &result));
609 ASSERT_TRUE(manifest.GetString(key_prefix + "suggest_url", &result));
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_service.h 232 // using a key with a prefix (|key_prefix|) indicating the type of the event.
234 void RecordProfileAndBrowserEventsHelper(const char* key_prefix);
managed_user_service.cc 673 const char* key_prefix) {
675 key_prefix,
  /external/chromium_org/chromeos/dbus/
cryptohome_client.h 415 // Deletes certified keys as specified by |key_type| and |key_prefix|. The
420 // where the key name has a prefix matching |key_prefix| will be deleted. All
426 const std::string& key_prefix,
fake_cryptohome_client.h 158 const std::string& key_prefix,
mock_cryptohome_client.h 162 const std::string& key_prefix,
fake_cryptohome_client.cc 388 const std::string& key_prefix,
cryptohome_client.cc 681 const std::string& key_prefix,
690 writer.AppendString(key_prefix);
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
ninja.py     [all...]

Completed in 123 milliseconds