HomeSort by relevance Sort by last modified time
    Searched defs:prune (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/web/
WebFontCache.cpp 59 void WebFontCache::prune() function in class:WebKit::WebFontCache
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 111 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 111 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 111 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 111 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 111 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 111 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 111 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 111 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 111 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 111 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 111 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/left_child_next_sibling_heap_/
erase_fn_imps.hpp 111 prune(Pred pred) function in class:PB_DS_CLASS_C_DEC
  /external/chromium_org/third_party/openssl/openssl/
import_openssl.sh 440 # Prune unnecessary sources
441 prune
465 prune
511 function prune() { function
  /external/openssl/
import_openssl.sh 440 # Prune unnecessary sources
441 prune
465 prune
511 function prune() { function
  /external/scrypt/
import_scrypt.sh 369 # Prune unnecessary sources
370 prune
394 prune
440 function prune() { function
  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPool.java 144 clazz.prune();
227 c.prune();
ScopedClassPoolRepositoryImpl.java 38 /** 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) {
88 this.prune = prune
    [all...]
  /external/eigen/Eigen/src/SparseCore/
CompressedStorage.h 187 void prune(Scalar reference, RealScalar epsilon = NumTraits<RealScalar>::dummy_precision()) function in class:Eigen::internal::CompressedStorage
SparseVector.h 172 void prune(Scalar reference, RealScalar epsilon = NumTraits<RealScalar>::dummy_precision()) function in class:Eigen::SparseVector
174 m_data.prune(reference,epsilon);
  /external/srec/srec/include/
comp_stats.h 85 CS_CLOCK prune; member in struct:COMP_STATS_t
  /external/chromium_org/third_party/WebKit/Source/core/loader/cache/
MemoryCache.cpp 52 static const float cTargetPrunePercentage = .95f; // Percentage of capacity toward which we prune, to avoid immediately pruning again.
160 if (!currentTime) // In case prune is called directly, outside of a Frame paint.
180 // Check to see if the remaining resources are too new to prune.
281 prune();
560 void MemoryCache::prune() function in class:WebCore::MemoryCache
568 pruneDeadResources(); // Prune dead first, in case it was "borrowing" capacity from live.
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
ImageDecodingStore.cpp 113 // Prune old cache entries to give space for the new one.
114 prune();
177 // Prune old cache entries to give space for the new one.
178 prune();
243 prune();
257 prune();
284 void ImageDecodingStore::prune() function in class:WebCore::ImageDecodingStore
286 TRACE_EVENT0("webkit", "ImageDecodingStore::prune");
  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineStorage.h 197 void prune(Scalar reference, RealScalar epsilon = dummy_precision<RealScalar>()) { function in class:Eigen::SkylineStorage
  /external/javassist/src/main/javassist/bytecode/
FieldInfo.java 87 void prune(ConstPool cp) { method in class:FieldInfo

Completed in 1757 milliseconds

1 2