Searched defs:stream (Results 1 – 8 of 8) sorted by relevance
83 OutputStream stream = in write_writesAsExpected_singleByte() local106 OutputStream stream = in write_throwsIllegalStateException_singleByte_afterClose() local119 OutputStream stream = in write_writesAsExpected_multipleBytes() local145 OutputStream stream = in write_throwsIllegalStateException_multipleBytes_afterClose() local163 OutputStream stream = in write_writesAsExpected_multipleBytesOffsetAndLength() local228 OutputStream stream = in write_throwsIllegalStateException_multipleBytesOffsetAndLength_afterClose() local238 OutputStream stream = in close_countDownsCountDownLatch() local249 CaptureChunkStreamObserverOutputStream stream = in awaitClose_callsCountDownLatchAwait() local260 CaptureChunkStreamObserverOutputStream stream = in awaitClose_callsCountDownLatchAwait_withParameters() local273 CaptureChunkStreamObserverOutputStream stream = in awaitClose_returnsProperValue_withParameters() local
31 def setUpDevice(self, serial, stream, options): argument
25 def __init__(self, serial=None, stream=None): argument
149 def __init__(self, stream=sys.stderr, descriptions=True, verbosity=1, argument
190 BufferedReader stream = executeShellCommand("ps"); in getRunningAppProcesses() local234 BufferedReader stream = new BufferedReader(new InputStreamReader( in executeShellCommand() local
80 public static BusinessLogic createFromFile(FileInputStream stream) { in createFromFile()274 private static String readStream(FileInputStream stream) throws IOException { in readStream()
118 try (FileInputStream stream = new FileInputStream(file)) { in createConfigMap()
402 OutputStream stream = new FileOutputStream(resultFile); in writeResults() local612 try (FileOutputStream stream = new FileOutputStream(checksumCopy)) { in createChecksum()