Home
last modified time | relevance | path

Searched refs:leaves (Results 1 – 25 of 237) sorted by relevance

12345678910

/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/
Ddiff.js27 this.leaves = [] property
201 diff.leaves.push(diff)
220 if (diff.leaves && !children.length) {
221 diff.leaves.push(diff)
298 diff.leaves.push(...kid.leaves)
/third_party/openssl/providers/common/der/
Doids_to_c.pm105 my %leaves = map { $_ => 1 } registered_oid_leaves;
106 foreach (grep { defined $leaves{$_->[0]} } @OID_names) {
/third_party/node/deps/openssl/openssl/providers/common/der/
Doids_to_c.pm105 my %leaves = map { $_ => 1 } registered_oid_leaves;
106 foreach (grep { defined $leaves{$_->[0]} } @OID_names) {
/third_party/python/Lib/lib2to3/
Dbtm_utils.py91 for l in self.leaves():
96 def leaves(self): member in MinNode
99 yield from child.leaves()
Dbtm_matcher.py83 def run(self, leaves): argument
101 for leaf in leaves:
Dpytree.py184 def leaves(self): member in Base
186 yield from child.leaves()
372 def leaves(self): member in Leaf
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_destroy/
Dcoverage.txt9 Note: pthread_attr_destroy leaves a lot up to the implementation of threads
/third_party/python/Lib/lib2to3/tests/
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/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
326 if (!Collections.disjoint(leaves, regions)) { in mapMacroRegionsToPartitionIds()
/third_party/curl/docs/cmdline-opts/
Dtrace-ascii.md25 This is similar to --trace, but leaves out the hex part and only shows the
/third_party/libwebsockets/READMEs/
DREADME.async-dns.md71 it leaves a note in the query about the address of the last `struct addrinfo`
88 resolve the CNAME in the same response. So it just leaves it for the
/third_party/node/doc/contributing/
Doffboarding.md4 emeritus or leaves the project.
/third_party/typescript/src/server/
DscriptVersionCache.ts422 const leaves: LineLeaf[] = []; constant
424 leaves[i] = new LineLeaf(lines[i]);
426 this.root = LineIndex.buildTreeFromBottom(leaves);
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dreify.js513 const leaves = this.diff.leaves
524 return promiseAllRejectLate(leaves.map(async node => {
581 const shrinkwraps = this.diff.leaves
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_hdr_metadata.adoc53 *PROPOSED*: No, that leaves the default up to the display.
DVK_EXT_hdr_metadata.txt52 *PROPOSED*: No, that leaves the default up to the display.
DVK_EXT_multisampled_render_to_single_sampled.adoc68 Additionally, using this extension leaves less room for error; for example a
/third_party/rust/crates/memchr/bench/runs/
DREADME.md12 script in this directory. (This is not all benchmarks. It leaves out reverse
/third_party/python/Doc/library/
Dquopri.rst40 false it leaves them unencoded.
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DGLX_SGIX_wait_group.txt86 A wait group exists until the last remaining context leaves the group.
DGLX_SGIX_swap_group.txt89 A group exists until the last remaining drawable leaves the group.
/third_party/openGLES/extensions/SGIX/
DGLX_SGIX_wait_group.txt86 A wait group exists until the last remaining context leaves the group.
DGLX_SGIX_swap_group.txt89 A group exists until the last remaining drawable leaves the group.
/third_party/elfutils/
DNOTES4 This leaves byte ordering aside. While assuming this the code can be
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
DLocaleDistanceBuilder.java62 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()

12345678910