Searched defs:canon (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/test/javax/smartcardio/
H A DTestCardPermission.java74 private static void test(String actions, String canon) throws Exception { argument
78 if (canon.equals(a) == false) {
79 throw new Exception("Canonical actions mismatch: " + canon + " != " + a);
/openjdk7/jdk/src/share/classes/com/sun/java/util/jar/pack/
H A DAttribute.java99 return this == def.canon;
457 Attribute canon; // canonical instance of this layout field in class:Attribute.Layout
462 public Attribute canonicalInstance() { return canon; }
507 canon = new Attribute(this, noBytes);
523 return canon.addContent(bytes, fixups);
526 return canon.addContent(bytes, null);
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_Canonicalizer.cpp694 If* canon = new If(cmp->x(), cond, nan_sux == tsux, cmp->y(), tsux, fsux, cmp->state_before(), x->is_safepoint()); local
696 do_If(canon);
709 set_canonical(canon);
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/encryption/
H A DXMLCipher.java322 * @param canon the name of the c14n algorithm, if
328 public static XMLCipher getInstance(String transformation, String canon) argument
332 if (canon != null) {
334 instance._canon = Canonicalizer.getInstance(canon);
457 * @param canon the name of the c14n algorithm, if
465 String canon)
469 if (canon != null) {
471 instance._canon = Canonicalizer.getInstance(canon);
462 getProviderInstance( String transformation, String provider, String canon) argument

Completed in 47 milliseconds