Home
last modified time | relevance | path

Searched refs:leaves (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/openssl/openssl/providers/common/der/
H A Doids_to_c.pm105 my %leaves = map { $_ => 1 } registered_oid_leaves;
106 foreach (grep { defined $leaves{$_->[0]} } @OID_names) {
/third_party/openssl/providers/common/der/
H A Doids_to_c.pm105 my %leaves = map { $_ => 1 } registered_oid_leaves;
106 foreach (grep { defined $leaves{$_->[0]} } @OID_names) {
/third_party/python/Lib/lib2to3/
H A Dbtm_matcher.py5 leaves to the root of the AST and returns a set of nodes for further
83 def run(self, leaves):
94 The leaves of the AST tree to be matched
101 for leaf in leaves:
H A Dbtm_utils.py35 pattern tree. This method must be run for all leaves until the
55 #probably should check the number of leaves
91 for l in self.leaves():
96 def leaves(self): member in MinNode
97 "Generator that returns the leaves of the tree"
99 yield from child.leaves()
H A Dpytree.py184 def leaves(self): member in Base
186 yield from child.leaves()
372 def leaves(self): member in Leaf
H A Drefactor.py414 match_set = self.BM.run(tree.leaves())
458 new_matches = self.BM.run(new.leaves())
/third_party/python/Lib/test/
H A Dtest_exception_group.py537 # check that iteration over leaves
573 def leaves(exc): function
576 # match and subgroup have the same leaves
577 self.assertSequenceEqual(leaves(match), leaves(sg))
579 match_leaves = leaves(match)
580 rest_leaves = leaves(rest)
583 len(leaves(eg)),
584 len(leaves(match)) + len(leaves(res
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DPartitionInfo.java324 ImmutableSet<String> leaves = territories.getLeafRegionsOf(macro); in mapMacroRegionsToPartitionIds()
326 if (!Collections.disjoint(leaves, regions)) { in mapMacroRegionsToPartitionIds()
/third_party/python/Lib/lib2to3/tests/
H A Dtest_pytree.py167 self.assertEqual(list(n1.leaves()), [l1, l2, l3])
438 leaves = [la, lb, lc, ld, le, lf]
439 root = pytree.Node(1000, leaves)
449 self.assertEqual([x[0] for x in pw.generate_matches(leaves)],
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java61 /** The leaves of the graph. */
62 final Set<String> leaves; field in LocaleDistanceBuilder.TerritoryContainment
78 leaves = toLeavesOnly.get("001"); in TerritoryContainment()
836 TreeSet<String> result = new TreeSet<>(tc.leaves); in inverse()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java61 /** The leaves of the graph. */
62 final Set<String> leaves; field in LocaleDistanceBuilder.TerritoryContainment
78 leaves = toLeavesOnly.get("001"); in TerritoryContainment()
836 TreeSet<String> result = new TreeSet<>(tc.leaves); in inverse()
/third_party/gn/src/gn/
H A Dvariables.cc2304 the framework, but if it is not able to do so, it leaves any imported symbols
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Djunit-4.10.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Darmv8-mont.pl128 // guaranteed to be zero, which leaves two computationally
/third_party/openssl/crypto/bn/asm/
H A Darmv8-mont.pl128 // guaranteed to be zero, which leaves two computationally
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex4910 % If the index file exists but is empty, then \openin leaves \ifeof
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]

Completed in 72 milliseconds