Searched defs:rp (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/contrib/src/com/android/framework/tests/ |
D | BandwidthUtils.java | 52 long rb = 0, rp = 0, tb = 0, tp = 0; in getSumOfUidStats() local 90 int rp = Integer.parseInt(parts[6]); in parseUidStats() local 127 int rp = Integer.parseInt(parts[2]); in parseNetDevStats() local
|
/tools/asuite/aidegen/ |
D | unittest_constants.py | 27 from aidegen.constant import AIDEGEN_ROOT_PATH as rp unknown
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | BugreportCollector.java | 91 public Predicate(Relation rp, Freq fp, Noun n) throws IllegalArgumentException { in Predicate() 99 public Predicate(Relation rp, Freq fp, Noun fpN, Filter filterP, Noun filterPN) in Predicate() 109 public static void assertValidPredicate(Relation rp, Freq fp, Noun n) in assertValidPredicate() 420 private static Predicate p(Relation rp, Freq fp, Noun n) throws IllegalArgumentException { in p() 428 private static Predicate p(Relation rp, Freq fp, Noun fpN, Filter filterP, Noun filterPN) in p()
|