Searched defs:prefix (Results 1 – 8 of 8) sorted by relevance
55 public static File artifactFile(Description description, String prefix, String ext) { in artifactFile()139 String prefix) { in takeDebugScreenshot()145 public static void takeDebugScreenshot(Description description, String prefix) { in takeDebugScreenshot()
40 public HelperAccessor<T> withPrefix(String prefix) { in withPrefix()
22 enum class RunStatus(val prefix: String, val isFailure: Boolean) { constant in android.tools.io.RunStatus
77 val prefix = if (methods.isEmpty()) "One" else "Only one" in doValidateInstanceMethods() constant
134 String prefix = mExecutableDir.relativize(executable).toString(); in execAndGetResults() local
197 val prefix = in waitForNullableValueToSettle() constant
342 private void printEntries(String prefix, Map<String, Long> data) { in printEntries() argument
163 public Map<String, String> getPropertytMapWithPrefix(String prefix) { in getPropertytMapWithPrefix()