Searched refs:myProps (Results 1 – 1 of 1) sorted by relevance
150 Properties myProps = new Properties(); in test_listLjava_io_PrintStream() local151 myProps.setProperty("Abba", "Cadabra"); in test_listLjava_io_PrintStream()152 myProps.setProperty("Open", "Sesame"); in test_listLjava_io_PrintStream()153 myProps.setProperty("LongProperty", in test_listLjava_io_PrintStream()155 myProps.list(ps); in test_listLjava_io_PrintStream()167 myProps.list(ps); in test_listLjava_io_PrintStream()180 Properties myProps = new Properties(); in test_listLjava_io_PrintWriter() local181 myProps.setProperty("Abba", "Cadabra"); in test_listLjava_io_PrintWriter()182 myProps.setProperty("Open", "Sesame"); in test_listLjava_io_PrintWriter()183 myProps.setProperty("LongProperty", in test_listLjava_io_PrintWriter()[all …]