Searched refs:fp (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | BugreportCollector.java | 91 public Predicate(Relation rp, Freq fp, Noun n) throws IllegalArgumentException { in Predicate() argument 92 assertValidPredicate(rp, fp, n); in Predicate() 95 mSubPredicates.add(fp); in Predicate() 99 public Predicate(Relation rp, Freq fp, Noun fpN, Filter filterP, Noun filterPN) in Predicate() argument 102 mSubPredicates.add(fp); in Predicate() 109 public static void assertValidPredicate(Relation rp, Freq fp, Noun n) in assertValidPredicate() argument 118 "failure on the AFTER event.", fp, n)); in assertValidPredicate() 124 if (fp == Freq.FIRST) { in assertValidPredicate() 127 "%s %s rather than %s %s for disambiguation.", Freq.EACH, n, fp, n)); in assertValidPredicate() 420 private static Predicate p(Relation rp, Freq fp, Noun n) throws IllegalArgumentException { in p() argument [all …]
|
/tools/repohooks/rh/ |
D | config_unittest.py | 60 with open(path, 'w') as fp: 61 fp.write(data)
|
D | hooks_unittest.py | 51 with open(self.readme) as fp: 52 for line in fp:
|