Home
last modified time | relevance | path

Searched refs:prune (Results 1 – 25 of 79) sorted by relevance

1234

/third_party/elfutils/libdw/
Ddwarf_getscopes.c54 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()
Dlibdw_visit_scopes.c166 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/
DPruneEmptyCases.cpp64 PruneEmptyCasesTraverser prune; in apply() local
65 root->traverse(&prune); in apply()
66 return prune.updateTree(compiler, root); in apply()
DPruneNoOps.cpp60 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/
Dcreate-rootfs.sh263 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/
Dlink.js75 prune: false, property
122 prune: false, property
128 prune: false, property
Dprune.js28 await arb.prune(opts)
/third_party/node/deps/npm/tap-snapshots/test/lib/
Dnpm.js.test.cjs29 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/
Dremoval.md64 * [npm prune](/commands/npm-prune)
/third_party/skia/third_party/externals/harfbuzz/test/subset/data/profiles/
Dno-prune-unicode-ranges.txt1 --no-prune-unicode-ranges
/third_party/libcoap/scripts/
Dformat_cmake.sh18 -not \( -path "*/build/*" -prune \) \
/third_party/markupsafe/
DMANIFEST.in5 prune docs/_build
/third_party/jinja2/
DMANIFEST.in6 prune docs/_build
/third_party/node/deps/npm/test/lib/commands/
Dprune.js11 this.prune = () => {
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
Dpruner.js6 async prune (options = {}) {
/third_party/icu/tools/scripts/cpysearch/
Dcpyscan.pl34 $File::Find::prune = 1;
/third_party/icu/docs/processes/release/tasks/legal/
Dfind_textfiles58 ($File::Find::prune = 1)
/third_party/node/deps/npm/docs/content/commands/
Dnpm-explain.md103 * [npm prune](/commands/npm-prune)
Dnpm-prune.md2 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/
Dbasics.tests18 no-prune-unicode-ranges.txt
/third_party/protobuf/python/
DMANIFEST.in1 prune google/protobuf/internal/import_test_package
/third_party/skia/third_party/externals/freetype/builds/
Dtoplevel.mk243 for d in `find . -wholename '*/.git' -prune \
250 for f in `find . -wholename '*/.git' -prune \
/third_party/glib/
Dinstall.sh21 -prune -print -exec rm -rf {} \;
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/
Dprune.js36 .prune(options)
/third_party/curl/lib/
Dhostip.c192 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()

1234