Searched defs:prop (Results 1 – 13 of 13) sorted by relevance
89 Properties prop; in testSignedObject() local121 assertEquals(so.getObject(), prop); in testSignedObject() local
222 String prop = System.getProperty(string); in getInteger() local251 String prop = System.getProperty(string); in getInteger() local280 String prop = System.getProperty(string); in getInteger() local
206 String prop = System.getProperty(string); in getLong() local235 String prop = System.getProperty(string); in getLong() local264 String prop = System.getProperty(string); in getLong() local
411 public static String getProperty(String prop) { in getProperty()431 public static String getProperty(String prop, String defaultValue) { in getProperty()457 public static String setProperty(String prop, String value) { in setProperty()
205 Properties prop = new Properties(); in test_loadLjava_io_InputStream() local412 Properties prop = new Properties(); in test_loadFromXMLLjava_io_InputStream() local
194 Properties prop = System.getProperties(); in test_newInstance() local
360 Properties prop = System.getProperties(); in test_newInstance() local
30 private HashMap<String, Object> prop; field in AudioFileFormat
80 private HashMap<String, Object> prop; field in AudioFormat
185 String prop = "Alg." + propName + "." + algName; //$NON-NLS-1$ in getAlgorithmProperty() local
384 String prop = getPropertyIgnoreCase(servAlg); in implementsAlg() local
118 …String prop = AccessController.doPrivileged(new PriviAction<String>("bindToDevice")); //$NON-NLS-1$ in bind() local
106 private final boolean isProp(String n1, boolean prop, String n2) { in isProp()