/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/elfutils/src/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 | 117 child.prune = false; 126 if (!child.prune && may_have_scopes (&child.die)
|
D | dwarf_getfuncs.c | 74 chain->prune = true; in tree_visitor()
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/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/trace-viewer/tracing/third_party/tvcm/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/trace-viewer/third_party/six/ |
D | MANIFEST.in | 6 prune documentation/_build
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/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/trace-viewer/tracing/third_party/tvcm/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/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 | recursivetest.ll | 1 ; RUN: opt < %s -prune-eh -S | not grep invoke
|
D | seh-nounwind.ll | 1 ; RUN: opt -S -prune-eh < %s | FileCheck %s
|
/external/llvm/utils/ |
D | llvmdo | 179 \( $paths_to_ignore \) -prune \
|
/external/llvm/test/Other/ |
D | 2009-03-31-CallGraph.ll | 1 ; RUN: opt < %s -inline -prune-eh -disable-output
|
/external/openfst/src/script/ |
D | Makefile.am | 9 project.cc prune.cc push.cc randequivalent.cc randgen.cc relabel.cc \
|
/external/libpng/contrib/tools/ |
D | chkfmt | 66 -prune \) -o \( -type f \
|
/external/llvm/test/CodeGen/X86/ |
D | dwarf-eh-prepare.ll | 82 ; Check that we can prune the unreachable resume instruction. 133 ; We can't prune this merge because one landingpad is a cleanup pad.
|