Searched refs:canon (Results 1 - 8 of 8) 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/langtools/test/tools/javac/parser/
H A DExtraSemiTest.java75 String canon = text.replaceAll("\\s+", " ");
76 System.out.println("canon: " + canon);
85 if (canon.contains("{ }"))
/openjdk7/jdk/src/share/classes/com/sun/tools/extcheck/
H A DExtCheck.java92 File canon = new File(targetFile.getCanonicalPath());
93 URL url = ParseUtil.fileToEncodedURL(canon);
164 File canon = new File(f.getCanonicalPath());
165 URL url = ParseUtil.fileToEncodedURL(canon);
/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/jdk/src/share/classes/sun/security/x509/
H A DAVA.java1006 String canon = typeAndValue.toString();
1007 canon = canon.toUpperCase(Locale.US).toLowerCase(Locale.US);
1008 return Normalizer.normalize(canon, Normalizer.Form.NFKD);
/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
/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);
H A Dc1_GraphBuilder.cpp2093 Canonicalizer canon(compilation(), instr, bci);
2094 Instruction* i1 = canon.canonical();
2116 _last = _last->set_next(i1, canon.bci());
2144 s->set_state(state()->copy(ValueStack::StateAfter, canon.bci()));

Completed in 109 milliseconds