Home
last modified time | relevance | path

Searched refs:prune (Results 1 - 22 of 22) sorted by relevance

/third_party/elfutils/libdw/
H A Ddwarf_getscopes.c47 /* Preorder visitor: prune the traversal if this DIE does not contain PC. */
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()
H A 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()
H A Ddwarf_getfuncs.c74 chain->prune = true; in tree_visitor()
H A DlibdwP.h783 bool prune; /* The PREVISIT function can set this. */ member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/
H A DPruneEmptyCases.cpp64 PruneEmptyCasesTraverser prune; in apply() local
65 root->traverse(&prune); in apply()
66 return prune.updateTree(compiler, root); in apply()
H A DPruneNoOps.cpp60 PruneNoOpsTraverser prune(symbolTable); in apply()
61 root->traverse(&prune); in apply()
62 return prune.updateTree(compiler, root); in apply()
156 // If a branch is visited, prune the statement. If the statement is a no-op, also prune it. in visitBlock()
205 // Only possible child is the value of a return statement, which has nothing to prune. in visitBranch()
/third_party/eudev/src/collect/
H A Dcollect.c370 int prune = 0; in main() local
388 prune = 0; in main()
391 prune = 1; in main()
475 if (prune) in main()
/third_party/skia/third_party/externals/freetype/builds/
H A Dtoplevel.mk243 for d in `find . -wholename '*/.git' -prune \
250 for f in `find . -wholename '*/.git' -prune \
/third_party/curl/lib/
H A Dhostip.c191 * cache when we want to prune old unused entries.
199 struct hostcache_prune_data *prune = in hostcache_timestamp_remove() local
205 time_t age = prune->now - c->timestamp; in hostcache_timestamp_remove()
206 if(age >= prune->cache_timeout) in hostcache_timestamp_remove()
208 if(age > prune->oldest) in hostcache_timestamp_remove()
209 prune->oldest = age; in hostcache_timestamp_remove()
264 prune limit */ in Curl_hostcache_prune()
H A Durl.c880 struct prunedead prune; in prune_dead_connections() local
881 prune.data = data; in prune_dead_connections()
882 prune.extracted = NULL; in prune_dead_connections()
883 while(Curl_conncache_foreach(data, data->state.conn_cache, &prune, in prune_dead_connections()
888 Curl_conncache_remove_conn(data, prune.extracted, TRUE); in prune_dead_connections()
891 Curl_disconnect(data, prune.extracted, TRUE); in prune_dead_connections()
/third_party/rust/crates/libc/ci/
H A Drun-docker.sh23 docker system prune -af
/third_party/skia/third_party/externals/libpng/contrib/tools/
H A Dchkfmt73 -prune \) -o \( -type f \
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/
H A Dbuild-ideal-tree.js118 #prune
265 // we prune by default unless explicitly set to boolean false
266 this.#prune = options.prune !== false
269 // changes and thus have to maybe prune later.
1135 // the nodes into the ideal tree, and then prune. So, fetching those
1456 // if the options set prune:false, then we don't prune, but we still
1461 // nothing to prune, because we built it from scratch. if we didn't
1490 if (this.#prune
[all...]
/third_party/libbpf/scripts/
H A Dsync-kernel.sh252 FILTER_BRANCH_SQUELCH_WARNING=1 git filter-branch --prune-empty -f --tree-filter "${LIBBPF_TREE_FILTER}" ${SQUASH_TIP_TAG} ${SQUASH_BASE_TAG}
254 FILTER_BRANCH_SQUELCH_WARNING=1 git filter-branch --prune-empty -f --subdirectory-filter __libbpf ${SQUASH_TIP_TAG} ${SQUASH_BASE_TAG}
/third_party/python/Lib/distutils/command/
H A Dsdist.py56 ('prune', None,
59 "[default; disable with --no-prune]"),
60 ('no-prune', None,
85 boolean_options = ['use-defaults', 'prune',
95 'no-prune': 'prune' }
110 self.prune = 1
203 if self.prune:
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.cpp43 prune(*G); in linkPhase1()
316 void prune(LinkGraph &G) { in prune() function
H A DJITLinkGeneric.h54 // 1.2: Run pre-prune passes
56 // 1.3: Run post-prune passes
240 void prune(LinkGraph &G);
/third_party/node/deps/npm/node_modules/semver/node_modules/lru-cache/
H A Dindex.js254 prune () {
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java349 void prune(int level, int[] distances) { in prune() method in LocaleDistanceBuilder.DistanceTable
352 node.prune(level + 1, distances); in prune()
603 defaultDistanceTable.prune(0, distances); in build()
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
H A DLocaleDistanceBuilder.java349 void prune(int level, int[] distances) { in prune() method in LocaleDistanceBuilder.DistanceTable
352 node.prune(level + 1, distances); in prune()
603 defaultDistanceTable.prune(0, distances); in build()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DDebugInfo.cpp560 // To avoid cycles, as well as for efficiency sake, we will sometimes prune in traverse()
562 auto prune = [](MDNode *Parent, MDNode *Child) { in traverse()
583 if (!Opened.count(MDN) && !Replacements.count(MDN) && !prune(N, MDN) && in traverse()
/third_party/mbedtls/tests/scripts/
H A Dall.sh320 find . -name .git -prune -o \

Completed in 29 milliseconds