HomeSort by relevance Sort by last modified time
    Searched refs:Prune (Results 1 - 25 of 25) 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/cmd/vendor/github.com/google/pprof/profile/
prune.go 58 // Prune removes all nodes beneath a node matching dropRx, and not
61 func (p *Profile) Prune(dropRx, keepRx *regexp.Regexp) {
62 prune := make(map[uint64]bool)
79 // Found matching entry to prune.
84 // Matched the top entry: prune the whole location.
85 prune[loc.ID] = true
92 // Prune locs from each Sample
94 // Scan from the root to the leaves to find the prune location.
95 // Do not prune frames before the first user frame, to avoid
100 if !prune[id] && !pruneBeneath[id]
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/profile/
prune.go 58 // Prune removes all nodes beneath a node matching dropRx, and not
61 func (p *Profile) Prune(dropRx, keepRx *regexp.Regexp) {
62 prune := make(map[uint64]bool)
79 // Found matching entry to prune.
84 // Matched the top entry: prune the whole location.
85 prune[loc.ID] = true
92 // Prune locs from each Sample
94 // Scan from the root to the leaves to find the prune location.
95 // Do not prune frames before the first user frame, to avoid
100 if !prune[id] && !pruneBeneath[id]
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/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/runtime/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/tensorflow/tensorflow/core/platform/cloud/
file_block_cache.h 60 [this] { Prune(); }));
67 // Destroying pruning_thread_ will block until Prune() receives the above
173 /// Prune the cache by removing files with expired blocks.
174 void Prune() LOCKS_EXCLUDED(mu_);
file_block_cache.cc 224 void FileBlockCache::Prune() {
file_block_cache_test.cc 370 TEST(FileBlockCacheTest, Prune) {
  /frameworks/base/tools/aapt2/
StringPool_test.cpp 96 pool.Prune();
105 pool.Prune();
110 pool.Prune();
StringPool.h 206 void Prune();
StringPool.cpp 273 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...]
  /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...]
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 586 return nil // Prune search.
591 return nil // Prune search.
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 586 return nil // Prune search.
591 return nil // Prune search.
  /prebuilts/go/darwin-x86/src/cmd/vet/
lostcancel.go 244 // Prune the search if the block uses v.
  /prebuilts/go/linux-x86/src/cmd/vet/
lostcancel.go 244 // Prune the search if the block uses v.
  /frameworks/base/tools/aapt2/format/binary/
TableFlattener.cpp 578 table->string_pool.Prune();
  /art/dex2oat/linker/
image_writer.cc 746 // This visitor follows the references of an instance, recursively then prune this class
776 // Prune all classes using reflection because the content they held will not be fixup.
    [all...]

Completed in 756 milliseconds