/external/llvm/utils/lit/ |
D | MANIFEST.in | 6 prune tests/Output 7 prune tests/*/Output 8 prune tests/*/*/Output 9 prune tests/*/*/*/Output
|
/external/clang/test/Modules/ |
D | prune.m | 20 // 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/ |
D | ScopedClassPoolRepositoryImpl.java | 39 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()
|
D | ScopedClassPool.java | 144 clazz.prune(); in soften() 227 c.prune(); in cacheCtClass()
|
D | ScopedClassPoolRepository.java | 51 void setPrune(boolean prune); in setPrune() argument
|
/external/chromium-trace/catapult/third_party/coverage/ |
D | MANIFEST.in | 34 prune doc/_build 42 prune tests/eggsrc/build 43 prune tests/eggsrc/dist 44 prune tests/eggsrc/*.egg-info
|
/external/elfutils/libdw/ |
D | dwarf_getscopes.c | 54 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()
|
D | libdw_visit_scopes.c | 162 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/ |
D | mog2.cu | 136 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/ |
D | bgfg_mog2.cl | 45 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/ |
D | shell.py | 275 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/ |
D | shell.py | 275 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/ |
D | shell.py | 402 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/ |
D | shell.py | 402 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/ |
D | MANIFEST.in | 6 prune documentation/_build
|
/external/chromium-trace/catapult/third_party/six/ |
D | MANIFEST.in | 6 prune documentation/_build
|
/external/markdown/ |
D | MANIFEST.in | 4 prune markdown/extensions/legacy.py
|
/external/llvm/test/Transforms/Inline/ |
D | 2004-04-20-InlineLinkOnce.ll | 1 ; RUN: opt < %s -inline -prune-eh -disable-output
|
/external/llvm/test/Transforms/PruneEH/ |
D | 2008-06-02-Weak.ll | 1 ; RUN: opt < %s -prune-eh -S | not grep nounwind
|
D | simplenoreturntest.ll | 1 ; RUN: opt < %s -prune-eh -S | not grep "ret i32"
|
D | simpletest.ll | 1 ; RUN: opt < %s -prune-eh -S | not grep invoke
|
D | pr23971.ll | 1 ; RUN: opt -S -prune-eh < %s | FileCheck %s
|
D | operand-bundles.ll | 1 ; RUN: opt < %s -prune-eh -S | FileCheck %s
|
D | recursivetest.ll | 1 ; RUN: opt < %s -prune-eh -S | not grep invoke
|
/external/llvm/utils/ |
D | llvmdo | 179 \( $paths_to_ignore \) -prune \
|