HomeSort by relevance Sort by last modified time
    Searched full:isprune (Results 1 - 5 of 5) sorted by null

  /external/javassist/src/main/javassist/scopedpool/
ScopedClassPoolRepository.java 44 boolean isPrune();
ScopedClassPoolRepositoryImpl.java 78 public boolean isPrune() {
ScopedClassPool.java 143 if (repository.isPrune())
226 if (repository.isPrune())
  /system/core/logd/
LogStatistics.cpp 206 bool isprune = worstUidEnabledForLogid(id); local
210 std::string(isprune ? "+/- Pruned" : ""))
213 std::string(isprune ? "NUM" : ""));
402 bool isprune = worstUidEnabledForLogid(id); local
405 std::string(isprune ? "Prune" : ""))
408 std::string(isprune ? "NUM" : ""));
  /build/kati/
pathutil.go 852 if fc.isPrune(ent.name) {
884 func (fc findleavesCommand) isPrune(name string) bool {

Completed in 323 milliseconds