/system/core/logd/ |
LogWhiteBlackList.h | 29 class Prune { 40 Prune(uid_t uid, pid_t pid); 50 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/cmd/pprof/internal/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/cmd/pprof/internal/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...] |
/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...] |
/external/llvm/tools/dsymutil/ |
DwarfLinker.cpp | 195 bool Prune : 1; ///< Is this a pure forward declaration we can strip? 394 I.Keep = !I.Prune; [all...] |
/libcore/ |
NativeCode.mk | 84 # TODO(narayan): Prune down this list of exclusions once the underlying
|
/prebuilts/go/darwin-x86/src/cmd/cover/ |
cover.go | 629 return nil // Prune search. 634 return nil // Prune search.
|
/prebuilts/go/linux-x86/src/cmd/cover/ |
cover.go | 629 return nil // Prune search. 634 return nil // Prune search.
|