Searched defs:input (Results 1 – 11 of 11) sorted by relevance
48 InputStream input = new FileInputStream(reportFile); in uploadResult() local61 private static byte[] getBytes(InputStream input) throws IOException { in getBytes()
57 public static void writeToFile(InputStream input, File destFile) throws IOException { in writeToFile()
114 InputStream input = connection.getInputStream(); in submitForm() local
167 private static boolean matchesAny(String input, Collection<Pattern> patterns) { in matchesAny()177 public static JSONArray addAllCrashes(String input, JSONArray crashes) { in addAllCrashes()
42 List<Integer> input = IntStream.range(1, 10).boxed().collect(Collectors.toList()); in testShuffleSeedRespected() local
41 public List<U> apply(T args, List<U> input) { in apply()
47 public List<U> apply(T args, List<U> input) { in apply()
134 public List<Runner> getRunnerSequence(List<Runner> input) { in getRunnerSequence()142 Configuration config, List<Runner> input) { in getTestSequenceFromConfiguration()
281 protected Description addIterationIfEnabled(Description input) { in addIterationIfEnabled()
162 UiObject2 input = scrollAndFindUiObject(selector); in inputText() local
150 Source input = new DOMSource(mRootElement); in endTestSuite() local