Searched defs:os (Results 1 – 8 of 8) sorted by relevance
141 ByteArrayOutputStream os = new ByteArrayOutputStream(); in setUp() local142 ByteStreams.copy(p.getInputStream(), os); in setUp() local
122 try (OutputStream os = Files.newOutputStream(Paths.get(outFileMainName + BINARY_PB_SUFFIX))) { in generate()
174 try (OutputStream os = Files.newOutputStream(deviceSettingFile.toPath())) { in generate()
330 try (OutputStream os = new FileOutputStream(new File(fileName)); in convert()345 try (OutputStream os = new FileOutputStream(new File(otherCarriersFile)); in convert()355 try (OutputStream os = new FileOutputStream(new File(othersFileName)); in convert()
38 os = constants.INTERNAL variable in AtestStartEvent
18 optional string os = 4; field