Searched refs:descriptions (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/compatibility-common-util/src/com/android/compatibility/common/util/ |
D | BusinessLogic.java | 136 String[] descriptions = keySet.toArray(new String[keySet.size()]); in throwAggregatedException() local 139 msg.append(Arrays.toString(descriptions)); in throwAggregatedException() 141 for (String description : descriptions) { in throwAggregatedException()
|
/platform_testing/libraries/tradefed-python-lib/tradefed_py/ |
D | tf_runner.py | 149 def __init__(self, stream=sys.stderr, descriptions=True, verbosity=1, argument 153 …unittest.TextTestRunner.__init__(self, stream, descriptions, verbosity, failfast, buffer, resultcl…
|