Searched refs:expandProperties (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/auth/
H A DPolicyFile.java267 private boolean expandProperties = true; field in class:PolicyFile
385 String prop = Security.getProperty("policy.expandProperties");
387 if (prop != null) expandProperties = prop.equalsIgnoreCase("true");
478 PolicyParser pp = new PolicyParser(expandProperties);
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DPolicyFile.java305 private boolean expandProperties = true; field in class:PolicyFile
441 expandProperties = "true".equalsIgnoreCase
442 (Security.getProperty("policy.expandProperties"));
613 PolicyParser pp = new PolicyParser(expandProperties);
/openjdk7/jdk/test/java/lang/invoke/indify/
H A DIndify.java112 public boolean expandProperties = false; field in class:Indify
184 expandProperties = booleanOption(a2); // expand property references in subsequent arguments
211 if (expandProperties) {
227 if (!expandProperties) return s;

Completed in 73 milliseconds