/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_org/ui/base/models/ |
D | tree_node_iterator.h | 32 TreeNodeIterator(NodeType* node, const PruneCallback& prune) in TreeNodeIterator() argument 33 : prune_(prune) { in TreeNodeIterator() 41 if (prune.is_null() || !prune.Run(node->GetChild(index))) in TreeNodeIterator()
|
/external/elfutils/0.153/libdw/ |
D | dwarf_getscopes.c | 75 die->prune = true; in pc_match() 94 die->prune = true; in pc_match() 96 if (!die->prune in pc_match() 144 if (die->prune) in pc_record()
|
D | libdw_visit_scopes.c | 120 child.prune = false; 129 if (!child.prune)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/ |
D | do-file-rename | 56 $File::Find::prune = 1; 61 $File::Find::prune = 1;
|
D | find-extra-includes | 44 $File::Find::prune = 1;
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
D | ImageDecodingStore.cpp | 97 prune(); in insertDecoder() 152 prune(); in clear() 166 prune(); in setCacheLimitInBytes() 187 void ImageDecodingStore::prune() in prune() function in blink::ImageDecodingStore
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | MemoryCacheTest.cpp | 165 memoryCache()->prune(); in TEST_F() 213 memoryCache()->prune(); // Dead resources are pruned immediately in TEST_F() 272 memoryCache()->prune(); in TEST_F() 354 memoryCache()->prune(); in TEST_F() 360 memoryCache()->prune(); in TEST_F()
|
D | ImageResourceTest.cpp | 184 cachedImage->prune(); in TEST() 191 cachedImage->prune(); in TEST()
|
D | Resource.cpp | 542 memoryCache()->prune(); in removeClient() 544 memoryCache()->prune(this); in removeClient() 609 memoryCache()->prune(); in didAccessDecodedData() 646 void Resource::prune() in prune() function in blink::Resource 809 memoryCache()->prune(this); in unregisterHandle()
|
/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 | 2003-11-21-PHIUpdate.ll | 1 ; RUN: opt < %s -prune-eh -disable-output
|
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
|
/external/srec/srec/crec/ |
D | comp_stats.c | 59 init_cs_clock(&c.prune); in init_comp_stats() 88 print_cs_clock(&cs->prune, cs->total_time, fp, " Prune", "HMM States"); in dump_comp_stats()
|
/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 \
|