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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/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.11-4.8/x86_64-linux/include/c++/4.8/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-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.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/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/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/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/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.cpp 96 // Prune old cache entries to give space for the new one.
97 prune();
152 prune();
166 prune();
187 void ImageDecodingStore::prune() function in class:blink::ImageDecodingStore
189 TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("blink.image_decoding"), "ImageDecodingStore::prune");
  /external/eigen/Eigen/src/SparseCore/
CompressedStorage.h 187 void prune(const Scalar& reference, const RealScalar& epsilon = NumTraits<RealScalar>::dummy_precision()) function in class:Eigen::internal::CompressedStorage
SparseVector.h 191 void prune(const Scalar& reference, const RealScalar& epsilon = NumTraits<RealScalar>::dummy_precision()) function in class:Eigen::SparseVector
193 m_data.prune(reference,epsilon);
  /external/openssl/
import_openssl.sh 604 # Prune unnecessary sources
605 prune
629 prune
674 function prune() { function
  /external/srec/srec/include/
comp_stats.h 85 CS_CLOCK prune; member in struct:COMP_STATS_t
  /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
  /system/core/logd/
LogBuffer.cpp 214 // If we're using more than 256K of memory for log entries, prune
228 prune(id, pruneRows);
232 // prune "pruneRows" of type "id" from the buffer.
235 void LogBuffer::prune(log_id_t id, unsigned long pruneRows, uid_t caller_uid) { function in class:LogBuffer
284 // prune by worst offender by uid
407 prune(id, ULONG_MAX, uid);
  /external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.cpp 51 static const float cTargetPrunePercentage = .95f; // Percentage of capacity toward which we prune, to avoid immediately pruning again.
247 // Check to see if the remaining resources are too new to prune.
255 current->m_resource->prune();
309 current->m_resource->prune();
358 prune();
656 void MemoryCache::prune(Resource* justReleasedResource) function in class:blink::MemoryCache
658 TRACE_EVENT0("renderer", "MemoryCache::prune()");
667 // been more than m_maxPruneDeferralDelay since the last prune,
668 // then we prune immediately.
671 // since the last prune
    [all...]

Completed in 5562 milliseconds

1 2