Home
last modified time | relevance | path

Searched defs:leaves (Results 1 – 24 of 24) sorted by relevance

/external/zopfli/src/zopfli/
Dkatajainen.c106 Node* leaves, int numsymbols, NodePool* pool, int index, char final) { in BoundaryPM()
146 NodePool* pool, const Node* leaves, int maxbits, Node* (*lists)[2]) { in InitLists()
163 static void ExtractBitLengths(Node* chain, Node* leaves, unsigned* bitlengths) { in ExtractBitLengths()
192 Node* leaves = (Node*)malloc(n * sizeof(*leaves)); in ZopfliLengthLimitedCodeLengths() local
/external/junit/src/main/java/org/junit/experimental/max/
DMaxCore.java100 List<Description> leaves = findLeaves(request); in sortRequest() local
105 private Request constructLeafRequest(List<Description> leaves) { in constructLeafRequest()
/external/llvm-project/polly/lib/External/ppcg/
Dgrouping.c95 static void ppcg_grouping_leaf_free(int n, struct ppcg_grouping_leaf leaves[]) in ppcg_grouping_leaf_free()
129 struct ppcg_grouping_leaf *leaves; in extract_leaves() local
274 static isl_stat merge_pair(int n, struct ppcg_grouping_leaf leaves[], int pos) in merge_pair()
312 static int merge_leaves(int n, struct ppcg_grouping_leaf leaves[], in merge_leaves()
476 int n, struct ppcg_grouping_leaf leaves[]) in add_groups()
532 struct ppcg_grouping_leaf *leaves; in group_subsequence() local
/external/tensorflow/tensorflow/core/lib/random/
Dweighted_picker.cc147 int32* leaves = level_[num_levels_ - 1]; in SetAllWeights() local
159 int32* leaves = level_[num_levels_ - 1]; in SetWeightsFromArray() local
/external/tensorflow/tensorflow/compiler/xla/python/
Dtypes.h78 absl::InlinedVector<BorrowingLiteral, 1> leaves; member
Dpytree.cc110 void PyTreeDef::FlattenInto(py::handle handle, std::vector<py::object>& leaves, in FlattenInto()
178 std::vector<py::object> leaves; in Flatten() local
294 py::list leaves(num_leaves()); in FlattenUpTo() local
/external/cldr/tools/java/org/unicode/cldr/util/
DContainment.java48 addLeaves(s, leaves, containers); in addLeaves() argument
49 leavesToContainers.putAll(leaves, s); in leavesToContainers.putAll() argument
/external/python/cpython2/Lib/lib2to3/
Dbtm_matcher.py83 def run(self, leaves): argument
Dbtm_utils.py96 def leaves(self): member in MinNode
Dpytree.py215 def leaves(self): member in Base
406 def leaves(self): member in Leaf
/external/python/cpython3/Lib/lib2to3/
Dbtm_matcher.py83 def run(self, leaves): argument
Dbtm_utils.py96 def leaves(self): member in MinNode
Dpytree.py184 def leaves(self): member in Base
372 def leaves(self): member in Leaf
/external/tensorflow/tensorflow/compiler/xla/
Dshape_tree.h204 tensorflow::gtl::iterator_range<leaf_iterator> leaves() { in leaves() function
207 tensorflow::gtl::iterator_range<const_leaf_iterator> leaves() const { in leaves() function
Dshape_util.cc962 std::vector<IndexedShape> leaves; in GetLeafShapes() local
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client_extension.cc117 std::vector<BorrowingLiteral> leaves; in PYBIND11_MODULE() local
Dtpu_client.cc174 std::vector<BorrowingLiteral> leaves, const Shape& tuple_shape, in FromLiterals()
/external/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
DPartitionInfo.java324 ImmutableSet<String> leaves = territories.getLeafRegionsOf(macro); in mapMacroRegionsToPartitionIds() local
/external/fonttools/Lib/fontTools/colorLib/
Dbuilder.py598 def _build_n_ary_tree(leaves, n): argument
/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateLanguageContainment.java98 Set<String> leaves = new LinkedHashSet<>(); field in GenerateLanguageContainment.Tree
/external/icu/android_icu4j/src/main/tests/android/icu/dev/tool/locale/
DLocaleDistanceBuilder.java65 final Set<String> leaves; field in LocaleDistanceBuilder.TerritoryContainment
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
DLocaleDistanceBuilder.java62 final Set<String> leaves; field in LocaleDistanceBuilder.TerritoryContainment
/external/e2fsprogs/util/
Dmkutf8data.c422 int nodes, singletons, leaves; in tree_walk() local
1195 int leaves; in emit() local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java886 Set<String> leaves = new LinkedHashSet<>(children); in showChain() local