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

  /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...]
  /external/webrtc/webrtc/p2p/base/
port.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...]

Completed in 236 milliseconds