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

  /external/chromium_org/third_party/bintrees/bintrees/
avltree.py 251 heir = node.right
258 while heir.left is not None:
260 node_stack[top] = heir
262 heir = heir.left
265 node.key = heir.key
266 node.value = heir.value
270 node_stack[top - 1][xdir] = heir.right
271 heir.free()
ctrees.c 614 node_t *heir = it->link[1]; local
620 while ( heir->link[0] != NULL ) {
622 up[top++] = heir;
623 heir = heir->link[0];
626 ct_swap_data(it, heir);
628 up[top - 1]->link[up[top - 1] == it] = heir->link[1];
629 ct_delete_node(heir);
  /development/samples/SearchableDictionary/res/raw/
definitions.txt 443 heir - n. a person who is entitled by law or by the terms of a will to inherit the estate of another
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
fts4aa.test     [all...]
fts1porter.test     [all...]
  /external/chromium_org/third_party/cld/encodings/compact_lang_det/generated/
compact_lang_det_generated_quadschrome.cc     [all...]
  /external/srec/config/en.us/dictionary/
large.ok     [all...]
  /packages/inputmethods/LatinIME/dictionaries/
en_GB_wordlist.combined.gz 
en_US_wordlist.combined.gz 
en_wordlist.combined.gz 

Completed in 296 milliseconds