HomeSort by relevance Sort by last modified time
    Searched refs:Prune (Results 1 - 22 of 22) sorted by null

  /system/core/logd/
LogWhiteBlackList.h 29 class Prune {
40 Prune(uid_t uid, pid_t pid);
56 typedef std::list<Prune> PruneCollection;
LogWhiteBlackList.cpp 26 Prune::Prune(uid_t uid, pid_t pid) : mUid(uid), mPid(pid) {
29 int Prune::cmp(uid_t uid, pid_t pid) const {
39 std::string Prune::format() {
157 uid_t uid = Prune::uid_all;
165 pid_t pid = Prune::pid_all;
176 if ((uid == Prune::uid_all) && (pid == Prune::pid_all)) {
187 Prune& p = *it;
201 list->insert(it, Prune(uid, pid))
    [all...]
  /prebuilts/go/darwin-x86/src/internal/pprof/profile/
prune.go 14 // Prune removes all nodes beneath a node matching dropRx, and not
17 func (p *Profile) Prune(dropRx, keepRx *regexp.Regexp) {
18 prune := make(map[uint64]bool)
39 // Found matching entry to prune.
44 // Matched the top entry: prune the whole location.
45 prune[loc.ID] = true
52 // Prune locs from each Sample
54 // Scan from the root to the leaves to find the prune location.
55 // Do not prune frames before the first user frame, to avoid
60 if !prune[id] && !pruneBeneath[id]
    [all...]
  /prebuilts/go/linux-x86/src/internal/pprof/profile/
prune.go 14 // Prune removes all nodes beneath a node matching dropRx, and not
17 func (p *Profile) Prune(dropRx, keepRx *regexp.Regexp) {
18 prune := make(map[uint64]bool)
39 // Found matching entry to prune.
44 // Matched the top entry: prune the whole location.
45 prune[loc.ID] = true
52 // Prune locs from each Sample
54 // Scan from the root to the leaves to find the prune location.
55 // Do not prune frames before the first user frame, to avoid
60 if !prune[id] && !pruneBeneath[id]
    [all...]
  /frameworks/base/tools/aapt2/
StringPool_test.cpp 84 pool.Prune();
93 pool.Prune();
98 pool.Prune();
StringPool.h 205 void Prune();
StringPool.cpp 271 void StringPool::Prune() {
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp     [all...]
  /external/webrtc/webrtc/p2p/base/
port.h 501 void Prune();
p2ptransportchannel_unittest.cc     [all...]
p2ptransportchannel.cc 662 // Now we have selected the best connection, time to prune other existing
    [all...]
port.cc     [all...]
port_unittest.cc     [all...]
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 209 table->string_pool.Prune();
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 195 bool Prune : 1; ///< Is this a pure forward declaration we can strip?
396 I.Keep = !I.Prune;
    [all...]
  /libcore/
NativeCode.mk 84 # TODO(narayan): Prune down this list of exclusions once the underlying
  /frameworks/base/tools/aapt2/flatten/
TableFlattener.cpp 561 table->string_pool.Prune();
  /prebuilts/go/darwin-x86/src/cmd/vet/
lostcancel.go 240 // Prune the search if the block uses v.
  /prebuilts/go/linux-x86/src/cmd/vet/
lostcancel.go 240 // Prune the search if the block uses v.
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 701 return nil // Prune search.
706 return nil // Prune search.
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 701 return nil // Prune search.
706 return nil // Prune search.
  /art/compiler/
image_writer.cc 744 // This visitor follows the references of an instance, recursively then prune this class
774 // Prune all classes using reflection because the content they held will not be fixup.
    [all...]

Completed in 1611 milliseconds