OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:flattentree
(Results
1 - 5
of
5
) sorted by null
/packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/makedict/
BinaryDictEncoderFlattenTreeTests.java
28
* Unit tests for BinaryDictEncoderUtils.
flattenTree
().
43
BinaryDictEncoderUtils.
flattenTree
(dict.mRootNodeArray);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver3DictEncoder.java
89
// Leave the choice of the optimal node order to the
flattenTree
function.
91
ArrayList<PtNodeArray> flatNodes = BinaryDictEncoderUtils.
flattenTree
(dict.mRootNodeArray);
Ver4DictEncoder.java
298
ArrayList<PtNodeArray> flatNodes = BinaryDictEncoderUtils.
flattenTree
(dict.mRootNodeArray);
BinaryDictEncoderUtils.java
252
/* package for tests */ static ArrayList<PtNodeArray>
flattenTree
(
[
all
...]
/external/chromium_org/ppapi/generators/
idl_parser.py
984
def
FlattenTree
(node):
991
out.extend(
FlattenTree
(child))
1019
obj_list.extend(
FlattenTree
(node))
[
all
...]
Completed in 361 milliseconds