Home
last modified time | relevance | path

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

1234

/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-prune.md3 title: npm-prune
7 # npm-prune(1)
13 npm prune [[<@scope>/]<pkg>...] [--production] [--dry-run] [--json]
32 If the `--json` flag is used then the changes `npm prune` made (or would
40 and it's up to you to run `npm prune` from time-to-time to remove them.
Dnpm-uninstall.md60 * [npm prune](/cli-commands/npm-prune)
Dnpm-ls.md127 * [npm prune](/cli-commands/npm-prune)
/third_party/node/deps/npm/lib/
Dprune.js3 module.exports = prune
6 prune.usage = 'npm prune [[<@scope>/]<pkg>...] [--production]'
20 prune.completion = require('./utils/completion/installed-deep.js')
22 function prune (args, cb) { function
/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/flutter/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
DPruneEmptyCases.cpp64 PruneEmptyCasesTraverser prune; in apply() local
65 root->traverse(&prune); in apply()
66 prune.updateTree(); in apply()
DPruneNoOps.cpp54 PruneNoOpsTraverser prune(symbolTable); in apply() local
55 root->traverse(&prune); in apply()
56 prune.updateTree(); in apply()
/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/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DPruneUnusedFunctions_test.cpp26 void compile(const std::string &shaderString, bool prune) in compile() argument
28 int compilationFlags = SH_VARIABLES | (prune ? 0 : SH_DONT_PRUNE_UNUSED_FUNCTIONS); in compile()
/third_party/node/deps/npm/node_modules/aws4/
Dlru.js23 if (!this.capacity) this.prune()
37 LruCache.prototype.prune = function() { method in LruCache
/third_party/node/deps/npm/docs/content/using-npm/
Dremoval.md70 * [npm prune](/cli-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/flutter/skia/third_party/externals/freetype/builds/
Dtoplevel.mk214 for d in `find . -wholename '*/.git' -prune \
221 for f in `find . -wholename '*/.git' -prune \
/third_party/libcoap/scripts/
Dformat_cmake.sh18 -not \( -path "*/build/*" -prune \) \
/third_party/jinja2/
DMANIFEST.in6 prune docs/_build
/third_party/markupsafe/
DMANIFEST.in5 prune docs/_build
/third_party/icu/tools/scripts/cpysearch/
Dcpyscan.pl34 $File::Find::prune = 1;
/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/node/deps/npm/node_modules/json-stringify-safe/
DMakefile30 npm prune --production
/third_party/glib/
Dinstall.sh20 -prune -print -exec rm -rf {} \;

1234