Searched defs:os (Results 1 – 9 of 9) sorted by relevance
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()
38 os = constants.INTERNAL variable in AtestStartEvent
18 optional string os = 4; field
174 try (OutputStream os = createOutputStream(); ) { in writeXmlFile()
369 try (FileOutputStream os = new FileOutputStream(cqueryFormatFile.toFile())) { in queryModulesToTestTargets()