Searched defs:prune (Results 1 - 19 of 19) sorted by relevance

/external/openssl/
H A Dimport_openssl.sh187 prune
211 prune
239 function prune() { function
/external/javassist/src/main/javassist/scopedpool/
H A DScopedClassPoolRepository.java42 * @return the prune.
47 * Sets the prune flag.
49 * @param prune a new value.
51 void setPrune(boolean prune); argument
H A DScopedClassPoolRepositoryImpl.java38 /** Whether to prune */
39 private boolean prune = true; field in class:ScopedClassPoolRepositoryImpl
41 /** Whether to prune when added to the classpool's cache */
74 * Returns the value of the prune attribute.
76 * @return the prune.
79 return prune;
83 * Set the prune attribute.
85 * @param prune a new value.
87 public void setPrune(boolean prune) { argument
88 this.prune
[all...]
/external/javassist/src/main/javassist/bytecode/
H A DFieldInfo.java87 void prune(ConstPool cp) { method in class:FieldInfo
H A DMethodInfo.java136 void prune(ConstPool cp) { method in class:MethodInfo
H A DClassFile.java209 public void prune() { method in class:ClassFile
237 minfo.prune(cp);
244 finfo.prune(cp);
H A DConstPool.java152 void prune() { method in class:ConstPool
/external/srec/srec/include/
H A Dcomp_stats.h85 CS_CLOCK prune; member in struct:COMP_STATS_t
/external/webkit/Source/WebCore/history/
H A DPageCache.cpp324 prune();
366 prune();
400 void PageCache::prune() function in class:WebCore::PageCache
473 // Now do the prune.
475 memoryCache()->prune();
/external/webkit/Source/WebCore/loader/cache/
H A DMemoryCache.h63 // 2. When we prune dead resources, instead of freeing them, we mark their memory as purgeable and
134 void prune() function in class:WebCore::MemoryCache
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb290 # skips adding children to prune the node
426 # skips adding children to prune the node
436 def prune method in class:ANTLR3.BaseTree
/external/elfutils/libdw/
H A DlibdwP.h403 bool prune; /* The PREVISIT function can set this. */ member in struct:Dwarf_Die_Chain
/external/javassist/src/main/javassist/
H A DCtClass.java234 * @see CtClass#prune()
1195 * Javassist can automatically prune a <code>CtClass</code> object
1211 * @see #prune()
1246 public void prune() {} method in class:CtClass
1337 * method does not prune or freeze the class after writing the class
1348 * method does not prune or freeze the class after writing the class
H A DCtClassType.java1389 * @see javassist.CtClass#prune()
1392 public void prune() { method in class:CtClassType
1397 getClassFile2().prune();
1421 cf.prune();
/external/opencv/ml/src/
H A Dmlboost.cpp806 void CvBoost::prune( CvSlice slice ) function in class:CvBoost
832 prune( CV_WHOLE_SEQ );
/external/webkit/Source/WebCore/editing/
H A DCompositeEditCommand.cpp221 prune(parent.release());
249 void CompositeEditCommand::prune(PassRefPtr<Node> node) function in class:WebCore::CompositeEditCommand
830 // Deleting a paragraph will leave a placeholder. Remove it (and prune
1143 prune(beforeBR.deprecatedNode());
1151 prune(parentNode);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 306 milliseconds