Searched defs:prefix (Results 1 – 9 of 9) sorted by relevance
22 enum class RunStatus(val prefix: String, val isFailure: Boolean) { constant in android.tools.common.io.RunStatus47 val prefix = fileName.split("__")[0] in fromFileName() constant
51 static File artifactFile(Description description, String prefix, String ext) { in artifactFile()131 String prefix) { in takeDebugScreenshot()137 public static void takeDebugScreenshot(Description description, String prefix) { in takeDebugScreenshot()
40 public HelperAccessor<T> withPrefix(String prefix) { in withPrefix()
41 public HelperAccessor2<T> withPrefix(String prefix) { in withPrefix()
77 val prefix = if (methods.isEmpty()) "One" else "Only one" in doValidateInstanceMethods() constant
134 String prefix = mExecutableDir.relativize(executable).toString(); in execAndGetResults() local
159 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()