Searched defs:os (Results 1 – 15 of 15) sorted by relevance
114 ByteArrayOutputStream os = new ByteArrayOutputStream(); in toByteArray() local
120 final FixedByteArrayOutputStream os = new FixedByteArrayOutputStream(maxBytes); in getData() local
319 std::ostream& operator<<(std::ostream& os, Opcode opcode) { in operator <<()323 std::ostream& operator<<(std::ostream& os, InstructionFormat format) { in operator <<()
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()
345 try (OutputStream os = new FileOutputStream(new File(fileName)); in convert()360 try (OutputStream os = new FileOutputStream(new File(otherCarriersFile)); in convert()370 try (OutputStream os = new FileOutputStream(new File(othersFileName)); in convert()
18 optional string os = 4; field
36 os = constants.INTERNAL variable in AtestStartEvent
212 OutputStream os = mock(OutputStream.class); in testBgCommand() local
91 OutputStream os = null; in generateResults() local
174 try (OutputStream os = createOutputStream(); ) { in writeXmlFile()
439 try (FileOutputStream os = new FileOutputStream(cqueryFormatFile.toFile())) { in queryModulesToTestTargets()