/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
D | diff.js | 27 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/ |
D | oids_to_c.pm | 105 my %leaves = map { $_ => 1 } registered_oid_leaves; 106 foreach (grep { defined $leaves{$_->[0]} } @OID_names) {
|
/third_party/node/deps/openssl/openssl/providers/common/der/ |
D | oids_to_c.pm | 105 my %leaves = map { $_ => 1 } registered_oid_leaves; 106 foreach (grep { defined $leaves{$_->[0]} } @OID_names) {
|
/third_party/python/Lib/lib2to3/ |
D | btm_utils.py | 91 for l in self.leaves(): 96 def leaves(self): member in MinNode 99 yield from child.leaves()
|
D | btm_matcher.py | 83 def run(self, leaves): argument 101 for leaf in leaves:
|
D | pytree.py | 184 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/ |
D | coverage.txt | 9 Note: pthread_attr_destroy leaves a lot up to the implementation of threads
|
/third_party/python/Lib/lib2to3/tests/ |
D | test_pytree.py | 167 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/ |
D | PartitionInfo.java | 324 ImmutableSet<String> leaves = territories.getLeafRegionsOf(macro); in mapMacroRegionsToPartitionIds() local 326 if (!Collections.disjoint(leaves, regions)) { in mapMacroRegionsToPartitionIds()
|
/third_party/curl/docs/cmdline-opts/ |
D | trace-ascii.md | 25 This is similar to --trace, but leaves out the hex part and only shows the
|
/third_party/libwebsockets/READMEs/ |
D | README.async-dns.md | 71 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/ |
D | offboarding.md | 4 emeritus or leaves the project.
|
/third_party/typescript/src/server/ |
D | scriptVersionCache.ts | 422 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/ |
D | reify.js | 513 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/ |
D | VK_EXT_hdr_metadata.adoc | 53 *PROPOSED*: No, that leaves the default up to the display.
|
D | VK_EXT_hdr_metadata.txt | 52 *PROPOSED*: No, that leaves the default up to the display.
|
D | VK_EXT_multisampled_render_to_single_sampled.adoc | 68 Additionally, using this extension leaves less room for error; for example a
|
/third_party/rust/crates/memchr/bench/runs/ |
D | README.md | 12 script in this directory. (This is not all benchmarks. It leaves out reverse
|
/third_party/python/Doc/library/ |
D | quopri.rst | 40 false it leaves them unencoded.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/ |
D | GLX_SGIX_wait_group.txt | 86 A wait group exists until the last remaining context leaves the group.
|
D | GLX_SGIX_swap_group.txt | 89 A group exists until the last remaining drawable leaves the group.
|
/third_party/openGLES/extensions/SGIX/ |
D | GLX_SGIX_wait_group.txt | 86 A wait group exists until the last remaining context leaves the group.
|
D | GLX_SGIX_swap_group.txt | 89 A group exists until the last remaining drawable leaves the group.
|
/third_party/elfutils/ |
D | NOTES | 4 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/ |
D | LocaleDistanceBuilder.java | 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()
|