Searched refs:read_keys (Results 1 - 6 of 6) sorted by relevance

/external/marisa-trie/tools/
H A Dmarisa-build.cc40 void read_keys(std::istream *input, std::vector<Key> *keys) { function in namespace:__anon22973
64 read_keys(&std::cin, &keys);
74 read_keys(&input_file, &keys);
H A Dmarisa-benchmark.cc129 void read_keys(std::istream *input, std::vector<Key> *keys) { function in namespace:__anon22972
150 int read_keys(const char * const *args, std::size_t num_args, function in namespace:__anon22972
153 read_keys(&std::cin, keys);
162 read_keys(&input_file, keys);
288 const int ret = read_keys(args, num_args, &keys);
/external/marisa-trie/v0_1_5/tools/
H A Dmarisa_alpha-build.cc40 void read_keys(std::istream *input, std::vector<Key> *keys) { function in namespace:__anon22986
64 read_keys(&std::cin, &keys);
74 read_keys(&input_file, &keys);
H A Dmarisa_alpha-benchmark.cc129 void read_keys(std::istream *input, std::vector<Key> *keys) { function in namespace:__anon22985
150 int read_keys(const char * const *args, std::size_t num_args, function in namespace:__anon22985
153 read_keys(&std::cin, keys);
162 read_keys(&input_file, keys);
288 const int ret = read_keys(args, num_args, &keys);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_devctl.c2289 STREAM_TO_UINT16 (result.read_keys, p);
2295 result.read_keys = 0;
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1849 UINT16 read_keys; member in struct:__anon1337

Completed in 246 milliseconds