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

  /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));
  /packages/inputmethods/LatinIME/native/src/
unigram_dictionary.cpp 40 : DICT_ROOT(streamStart + NEW_DICTIONARY_HEADER_SIZE),
326 int childCount = Dictionary::getCount(DICT_ROOT, &rootPosition);
522 const uint8_t* const root = DICT_ROOT;
575 return NOT_VALID_WORD != BinaryFormat::getTerminalPosition(DICT_ROOT, inWord, length);
614 const uint8_t flags = BinaryFormat::getFlagsAndForwardPointer(DICT_ROOT, &pos);
625 int32_t c = BinaryFormat::getCharCodeAndForwardPointer(DICT_ROOT, &pos);
640 ? BinaryFormat::getCharCodeAndForwardPointer(DICT_ROOT, &pos) : NOT_A_CHARACTER;
660 pos = BinaryFormat::skipOtherCharacters(DICT_ROOT, pos);
664 BinaryFormat::skipChildrenPosAndAttributes(DICT_ROOT, flags, pos);
678 const int freq = BinaryFormat::readFrequencyWithoutMovingPointer(DICT_ROOT, pos)
    [all...]
unigram_dictionary.h 109 const uint8_t* const DICT_ROOT;
  /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 246 milliseconds