Home
last modified time | relevance | path

Searched refs:prune (Results 1 – 25 of 89) 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_org/ui/base/models/
Dtree_node_iterator.h32 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/
Ddwarf_getscopes.c75 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()
Dlibdw_visit_scopes.c120 child.prune = false;
129 if (!child.prune)
/external/chromium_org/third_party/WebKit/Tools/Scripts/
Ddo-file-rename56 $File::Find::prune = 1;
61 $File::Find::prune = 1;
Dfind-extra-includes44 $File::Find::prune = 1;
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImageDecodingStore.cpp97 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/
DMemoryCacheTest.cpp165 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()
DImageResourceTest.cpp184 cachedImage->prune(); in TEST()
191 cachedImage->prune(); in TEST()
DResource.cpp542 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/
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"
D2003-11-21-PHIUpdate.ll1 ; RUN: opt < %s -prune-eh -disable-output
Dsimpletest.ll1 ; RUN: opt < %s -prune-eh -S | not grep invoke
Drecursivetest.ll1 ; RUN: opt < %s -prune-eh -S | not grep invoke
/external/srec/srec/crec/
Dcomp_stats.c59 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/
Dllvmdo179 \( $paths_to_ignore \) -prune \
/external/llvm/test/Other/
D2009-03-31-CallGraph.ll1 ; RUN: opt < %s -inline -prune-eh -disable-output
/external/openfst/src/script/
DMakefile.am9 project.cc prune.cc push.cc randequivalent.cc randgen.cc relabel.cc \

1234