/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/openssl/openssl/ |
import_openssl.sh | 470 # Prune unnecessary sources 471 prune 495 prune 541 function prune() { function
|
/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
|
/external/openssl/ |
import_openssl.sh | 598 # Prune unnecessary sources 599 prune 623 prune 668 function prune() { function
|
/external/srec/srec/include/ |
comp_stats.h | 85 CS_CLOCK prune; member in struct:COMP_STATS_t
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
ImageDecodingStore.cpp | 119 // Prune old cache entries to give space for the new one. 120 prune(); 183 // Prune old cache entries to give space for the new one. 184 prune(); 249 prune(); 264 prune(); 291 void ImageDecodingStore::prune() function in class:WebCore::ImageDecodingStore 293 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
|
/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 285 // prune by worst offender by uid 412 prune(id, ULONG_MAX, uid);
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
MemoryCache.cpp | 52 static const float cTargetPrunePercentage = .95f; // Percentage of capacity toward which we prune, to avoid immediately pruning again. 203 // Check to see if the remaining resources are too new to prune. 211 current->m_resource->prune(); 265 current->m_resource->prune(); 314 prune(); 610 void MemoryCache::prune(Resource* justReleasedResource) function in class:WebCore::MemoryCache 612 TRACE_EVENT0("renderer", "MemoryCache::prune()"); 621 // been more that m_maxPruneDeferralDelay since the last prune, 622 // then we prune immediately. 625 // since the last prune [all...] |