Home
last modified time | relevance | path

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

1234

/external/llvm/utils/lit/
DMANIFEST.in6 prune tests/Output
7 prune tests/*/Output
8 prune tests/*/*/Output
9 prune tests/*/*/*/Output
/external/clang/test/Modules/
Dprune.m20 // Set the timestamp back more than two days. We should try to prune,
23 … -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-prune-af…
29 // This shouldn't prune anything, because the timestamp has been updated, so
32 … -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-prune-af…
41 … -F %S/Inputs -fmodules-cache-path=%t -fmodules -fmodules-prune-interval=172800 -fmodules-prune-af…
/external/javassist/src/main/javassist/scopedpool/
DScopedClassPoolRepositoryImpl.java39 private boolean prune = true; field in ScopedClassPoolRepositoryImpl
79 return prune; in isPrune()
87 public void setPrune(boolean prune) { in setPrune() argument
88 this.prune = prune; in setPrune()
DScopedClassPool.java144 clazz.prune(); in soften()
227 c.prune(); in cacheCtClass()
DScopedClassPoolRepository.java51 void setPrune(boolean prune); in setPrune() argument
/external/chromium-trace/catapult/third_party/coverage/
DMANIFEST.in34 prune doc/_build
42 prune tests/eggsrc/build
43 prune tests/eggsrc/dist
44 prune tests/eggsrc/*.egg-info
/external/elfutils/libdw/
Ddwarf_getscopes.c54 die->prune = true; in pc_match()
73 die->prune = true; in pc_match()
75 if (!die->prune in pc_match()
123 if (die->prune) in pc_record()
Dlibdw_visit_scopes.c162 state->child.prune = false; in walk_children()
169 if (!state->child.prune && may_have_scopes (&state->child.die) in walk_children()
/external/opencv3/modules/cudabgsegm/src/cuda/
Dmog2.cu136 const float alphaT, const float alpha1, const float prune) in mog2() argument
165 float weight = alpha1 * gmm_weight(mode * frame.rows + y, x) + prune; in mog2()
229 if (weight < -prune) in mog2()
334 float alphaT, float prune, bool detectShadows, cudaStream_t stream) in mog2_caller() argument
347 alphaT, alpha1, prune); in mog2_caller()
355 alphaT, alpha1, prune); in mog2_caller()
365 float alphaT, float prune, bool detectShadows, cudaStream_t stream) in mog2_gpu() argument
367 …StepSzf weight, PtrStepSzf variance, PtrStepSzb mean, float alphaT, float prune, bool detectShadow… in mog2_gpu()
374 … funcs[cn](frame, fgmask, modesUsed, weight, variance, mean, alphaT, prune, detectShadows, stream); in mog2_gpu()
/external/opencv3/modules/video/src/opencl/
Dbgfg_mog2.cl45 float alphaT, float alpha1, float prune,
82 float c_weight = mad(alpha1, _weight[mode_idx], prune);
126 if (c_weight < -prune)
136 float c_weight = mad(alpha1, _weight[mode_idx], prune);
138 if (c_weight < -prune)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
Dshell.py275 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
278 for item in prune:
301 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
304 for item in prune:
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
Dshell.py275 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
278 for item in prune:
301 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
304 for item in prune:
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
Dshell.py402 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
405 for item in prune:
428 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
431 for item in prune:
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
Dshell.py402 def files(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
405 for item in prune:
428 def dirs(base, wildcard='[!.]*', recursive=1, prune=('.git', '.svn', 'CVS')): argument
431 for item in prune:
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
DMANIFEST.in6 prune documentation/_build
/external/chromium-trace/catapult/third_party/six/
DMANIFEST.in6 prune documentation/_build
/external/markdown/
DMANIFEST.in4 prune markdown/extensions/legacy.py
/external/llvm/test/Transforms/Inline/
D2004-04-20-InlineLinkOnce.ll1 ; RUN: opt < %s -inline -prune-eh -disable-output
/external/llvm/test/Transforms/PruneEH/
D2008-06-02-Weak.ll1 ; RUN: opt < %s -prune-eh -S | not grep nounwind
Dsimplenoreturntest.ll1 ; RUN: opt < %s -prune-eh -S | not grep "ret i32"
Dsimpletest.ll1 ; RUN: opt < %s -prune-eh -S | not grep invoke
Dpr23971.ll1 ; RUN: opt -S -prune-eh < %s | FileCheck %s
Doperand-bundles.ll1 ; RUN: opt < %s -prune-eh -S | FileCheck %s
Drecursivetest.ll1 ; RUN: opt < %s -prune-eh -S | not grep invoke
/external/llvm/utils/
Dllvmdo179 \( $paths_to_ignore \) -prune \

1234