HomeSort by relevance Sort by last modified time
    Searched full:dict_root (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/
bigram_dictionary.h 44 const uint8_t *const DICT_ROOT;
bigram_dictionary.cpp 30 BigramDictionary::BigramDictionary(const uint8_t *const streamStart) : DICT_ROOT(streamStart) {
105 const uint8_t *const root = DICT_ROOT;
151 const uint8_t *const root = DICT_ROOT;
172 const uint8_t *const root = DICT_ROOT;
211 const uint8_t *const root = DICT_ROOT;
unigram_dictionary.cpp 36 : DICT_ROOT(streamStart), ROOT_POS(0),
320 int childCount = BinaryFormat::getGroupCountAndForwardPointer(DICT_ROOT, &rootPosition);
    [all...]
unigram_dictionary.h 110 const uint8_t *const DICT_ROOT;
  /external/chromium/chrome/common/
json_value_serializer_unittest.cc 138 DictionaryValue* dict_root = local
141 ASSERT_TRUE(dict_root->GetString("web", &web_value));
162 DictionaryValue* dict_root = local
165 ASSERT_TRUE(dict_root->GetString("test", &test_value));
173 dict_root = static_cast<DictionaryValue*>(deserial_root.get());
174 ASSERT_TRUE(dict_root->GetString("test", &test_value));
  /external/e2fsprogs/e2fsck/
dict.c 69 #define dict_root(D) ((D)->nilnode.left) macro
311 dnode_t *nil = dict_nil(dict), *root = dict_root(dict);
397 dnode_t *nil = dict_nil(dict), *root = dict_root(dict);
456 dnode_t *root = dict_root(dict);
495 dnode_t *root = dict_root(dict);
527 dnode_t *root = dict_root(dict);
563 dnode_t *where = dict_root(dict), *nil = dict_nil(dict);
647 dict_root(dict)->color = dnode_black;
753 dict_root(dict)->color = dnode_red;
820 dict_root(dict)->color = dnode_black
    [all...]

Completed in 1763 milliseconds