/third_party/elfutils/libdw/ |
D | dwarf_getscopes.c | 54 die->prune = true; in pc_match() 75 die->prune = true; in pc_match() 77 if (!die->prune in pc_match() 125 if (die->prune) in pc_record()
|
D | libdw_visit_scopes.c | 166 state->child.prune = false; in walk_children() 173 if (!state->child.prune && may_have_scopes (&state->child.die) in walk_children()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | PruneEmptyCases.cpp | 64 PruneEmptyCasesTraverser prune; in apply() local 65 root->traverse(&prune); in apply() 66 return prune.updateTree(compiler, root); in apply()
|
D | PruneNoOps.cpp | 60 PruneNoOpsTraverser prune(symbolTable); in apply() local 61 root->traverse(&prune); in apply() 62 return prune.updateTree(compiler, root); in apply()
|
/third_party/mesa3d/.gitlab-ci/container/ |
D | create-rootfs.sh | 263 find usr etc -name '*systemd-resolve*' -prune -exec rm -r {} \; 266 find usr etc -name '*networkd*' -prune -exec rm -r {} \; 269 find usr etc -name '*timesyncd*' -prune -exec rm -r {} \; 272 find usr etc -name '*systemd-hwdb*' -prune -exec rm -r {} \; 275 find usr etc -name '*fuse*' -prune -exec rm -r {} \;
|
/third_party/node/deps/npm/lib/commands/ |
D | link.js | 75 prune: false, property 122 prune: false, property 128 prune: false, property
|
D | prune.js | 28 await arb.prune(opts)
|
/third_party/node/deps/npm/tap-snapshots/test/lib/ |
D | npm.js.test.cjs | 29 owner, pack, ping, pkg, prefix, profile, prune, publish, 76 profile, prune, publish, 128 profile, prune, publish, 170 owner, pack, ping, pkg, prefix, profile, prune, publish, 217 profile, prune, publish, 269 profile, prune, publish, 320 profile, prune, publish, 362 owner, pack, ping, pkg, prefix, profile, prune, publish, 399 owner, pack, ping, pkg, prefix, profile, prune, publish, 436 owner, pack, ping, pkg, prefix, profile, prune, publish,
|
/third_party/node/deps/npm/docs/content/using-npm/ |
D | removal.md | 64 * [npm prune](/commands/npm-prune)
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/profiles/ |
D | no-prune-unicode-ranges.txt | 1 --no-prune-unicode-ranges
|
/third_party/libcoap/scripts/ |
D | format_cmake.sh | 18 -not \( -path "*/build/*" -prune \) \
|
/third_party/markupsafe/ |
D | MANIFEST.in | 5 prune docs/_build
|
/third_party/jinja2/ |
D | MANIFEST.in | 6 prune docs/_build
|
/third_party/node/deps/npm/test/lib/commands/ |
D | prune.js | 11 this.prune = () => {
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
D | pruner.js | 6 async prune (options = {}) {
|
/third_party/icu/tools/scripts/cpysearch/ |
D | cpyscan.pl | 34 $File::Find::prune = 1;
|
/third_party/icu/docs/processes/release/tasks/legal/ |
D | find_textfiles | 58 ($File::Find::prune = 1)
|
/third_party/node/deps/npm/docs/content/commands/ |
D | npm-explain.md | 103 * [npm prune](/commands/npm-prune)
|
D | npm-prune.md | 2 title: npm-prune 10 npm prune [[<@scope>/]<pkg>...] 28 If the `--json` flag is used, then the changes `npm prune` made (or would
|
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/tests/ |
D | basics.tests | 18 no-prune-unicode-ranges.txt
|
/third_party/protobuf/python/ |
D | MANIFEST.in | 1 prune google/protobuf/internal/import_test_package
|
/third_party/skia/third_party/externals/freetype/builds/ |
D | toplevel.mk | 243 for d in `find . -wholename '*/.git' -prune \ 250 for f in `find . -wholename '*/.git' -prune \
|
/third_party/glib/ |
D | install.sh | 21 -prune -print -exec rm -rf {} \;
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/ |
D | prune.js | 36 .prune(options)
|
/third_party/curl/lib/ |
D | hostip.c | 192 struct hostcache_prune_data *prune = in hostcache_timestamp_remove() local 198 time_t age = prune->now - c->timestamp; in hostcache_timestamp_remove() 199 if(age >= prune->cache_timeout) in hostcache_timestamp_remove() 201 if(age > prune->oldest) in hostcache_timestamp_remove() 202 prune->oldest = age; in hostcache_timestamp_remove()
|