/openjdk7/jdk/test/sun/net/InetAddress/nameservice/dns/ |
H A D | cname.sh | 45 sh -xc "$JAVA CanonicalName $HOST" 2>&1 55 sh -xc "$JAVA $1 Lookup $2" 2>&1
|
/openjdk7/jdk/src/share/classes/org/jcp/xml/dsig/internal/dom/ |
H A D | DOMCanonicalizationMethod.java | 83 * @param xc the <code>XMLCryptoContext</code> containing 90 public Data canonicalize(Data data, XMLCryptoContext xc) argument 92 return transform(data, xc); 95 public Data canonicalize(Data data, XMLCryptoContext xc, OutputStream os) argument 97 return transform(data, xc, os);
|
H A D | Utils.java | 109 static boolean secureValidation(XMLCryptoContext xc) { argument 110 if (xc == null) { 113 return getBoolean(xc, "org.jcp.xml.dsig.secureValidation"); 116 private static boolean getBoolean(XMLCryptoContext xc, String name) { argument 117 Boolean value = (Boolean)xc.getProperty(name);
|
H A D | DOMCanonicalXMLC14NMethod.java | 54 public Data transform(Data data, XMLCryptoContext xc) argument 75 return canonicalize(data, xc);
|
H A D | DOMTransform.java | 133 public Data transform(Data data, XMLCryptoContext xc) argument 135 return spi.transform(data, xc); 151 public Data transform(Data data, XMLCryptoContext xc, OutputStream os) argument 153 return spi.transform(data, xc, os); 187 Data transform(Data data, XMLCryptoContext xc, DOMSignContext context) argument 191 return transform(data, xc);
|
H A D | DOMCanonicalXMLC14N11Method.java | 58 public Data transform(Data data, XMLCryptoContext xc) argument 77 return canonicalize(data, xc);
|
H A D | ApacheTransform.java | 93 public Data transform(Data data, XMLCryptoContext xc) argument 98 return transformIt(data, xc, (OutputStream) null); 101 public Data transform(Data data, XMLCryptoContext xc, OutputStream os) argument 109 return transformIt(data, xc, os); 112 private Data transformIt(Data data, XMLCryptoContext xc, OutputStream os) argument 123 apacheTransform.setElement(transformElem, xc.getBaseURI()); 134 if (Utils.secureValidation(xc)) {
|
H A D | ApacheCanonicalizer.java | 93 public Data canonicalize(Data data, XMLCryptoContext xc) argument 95 return canonicalize(data, xc, null); 98 public Data canonicalize(Data data, XMLCryptoContext xc, OutputStream os) argument 181 public Data transform(Data data, XMLCryptoContext xc, OutputStream os) argument 198 apacheTransform.setElement(transformElem, xc.getBaseURI());
|
H A D | DOMExcC14NMethod.java | 132 public Data transform(Data data, XMLCryptoContext xc) argument 153 return canonicalize(data, xc);
|
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/ |
H A D | LocalManagementTest.sh | 67 sh -xc "$JAVA -classpath ${TESTCLASSES}:${TESTJAVA}/lib/tools.jar \ 115 sh -xc "${JAVA} -javaagent:${AGENT}=com.sun.management.jmxremote.port=7775,\
|
H A D | PasswordFilePermissionTest.sh | 107 sh -xc "$JAVA $1 $2 $3 $4 $5 $6 $7 $8" 2>&1 113 sh -xc "$JAVA $mp $pp Null" 2>&1 118 sh -xc "$JAVA $mp $pp Null" 2>&1
|
H A D | SSLConfigFilePermissionTest.sh | 104 sh -xc "$JAVA $1 $2 $3 $4 $5 $6 $7 $8" 2>&1 110 sh -xc "$JAVA $mp $pp Dummy" 2>&1 115 sh -xc "$JAVA $mp $pp Dummy" 2>&1
|
/openjdk7/jdk/test/java/lang/instrument/appendToClassLoaderSearch/ |
H A D | run_tests.sh | 59 sh -xc "$JAVA ${TESTVMOPTS} -javaagent:Agent.jar -classpath SimpleTests.jar $1 $2 $3" 2>&1 88 sh -xc "$JAVA ${TESTVMOPTS} -classpath . -javaagent:Agent.jar DynamicTest" 2>&1 92 sh -xc "$JAVA ${TESTVMOPTS} -classpath . -javaagent:Agent.jar -Djava.security.manager DynamicTest" 2>&1
|
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/ |
H A D | LowMemoryTest2.sh | 48 sh -xc "$JAVA $TESTVMOPTS $*" 2>&1
|
/openjdk7/jdk/test/java/nio/channels/Selector/ |
H A D | KeySets.java | 43 Catch(Class xc) throws Exception { argument 49 if (xc.isInstance(x)) 56 + xc.getName());
|
/openjdk7/jdk/src/share/classes/sun/java2d/ |
H A D | SunCompositeContext.java | 61 public SunCompositeContext(XORComposite xc, argument 72 this.composite = xc;
|
/openjdk7/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/ |
H A D | run_tests.sh | 121 sh -xc "$JAVA $DFLAG $1 $2 $3 $4 $5 $6 $7 $8" 2>&1
|
/openjdk7/jdk/src/share/classes/sun/awt/geom/ |
H A D | Curve.java | 236 double xc, double yc, 242 if (px >= x0 && px >= xc && px >= x1) return 0; 243 if (px < x0 && px < xc && px < x1) { 255 double x0c = (x0 + xc) / 2; 257 double xc1 = (xc + x1) / 2; 259 xc = (x0c + xc1) / 2; 261 if (Double.isNaN(xc) || Double.isNaN(yc)) { 268 x0, y0, x0c, y0c, xc, yc, 271 xc, yc, xc1, yc1, x1, y1, 559 double xc, doubl 234 pointCrossingsForQuad(double px, double py, double x0, double y0, double xc, double yc, double x1, double y1, int level) argument 555 rectCrossingsForQuad(int crossings, double rxmin, double rymin, double rxmax, double rymax, double x0, double y0, double xc, double yc, double x1, double y1, int level) argument [all...] |
/openjdk7/langtools/test/tools/javac/ |
H A D | HexThree.java | 1405 +0xc.0P-2, 1406 +0xc.0P-2D, 1407 +0xc.0P-2F, 1408 +0xc.0P-2d, 1409 +0xc.0P-2f, 1410 +0xc.0p-2, 1411 +0xc.0p-2D, 1412 +0xc.0p-2F, 1413 +0xc.0p-2d, 1414 +0xc [all...] |
/openjdk7/jdk/src/share/classes/sun/invoke/util/ |
H A D | BytecodeName.java | 456 for (char xc : DANGEROUS_CHARS_A) { 457 if (xc == ESCAPE_C) continue; // not really that dangerous 458 if (s.indexOf(xc) >= 0) return false;
|
/openjdk7/jdk/test/java/util/ServiceLoader/ |
H A D | basic.sh | 97 sh -xc "'$JAVA' -cp $cp $vmargs $T $*" 2>&1
|
/openjdk7/jdk/test/java/util/regex/ |
H A D | POSIX_Unicode.java | 92 // [\N{LF} \N{VT} \N{FF} \N{CR} \N{NEL} -> 0xa, 0xb, 0xc, 0xd, 0x85 98 ch != 0xa & ch != 0xb && ch !=0xc && ch != 0xd && ch != 0x85 &&
|
/openjdk7/jdk/src/share/classes/java/awt/geom/ |
H A D | Arc2D.java | 1394 double xc = getX() + halfW; 1397 double xe = xc + halfW * Math.cos(angle); 1399 if (origrect.intersectsLine(xc, yc, xe, ye)) { 1403 xe = xc + halfW * Math.cos(angle); 1405 return !origrect.intersectsLine(xc, yc, xe, ye);
|
H A D | QuadCurve2D.java | 924 double xc = getCtrlX(); 935 * Pc = (xc, yc) - control point 968 * Also let kx = x1 - 2*xc + x2 972 * ((xc - x1)*ky - (yc - y1)*kx) 995 double kx = x1 - 2 * xc + x2; 1007 double xb = kx * t0 * t0 + 2 * (xc - x1) * t0 + x1;
|
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/ |
H A D | XConstants.java | 468 public static final int GXcopyInverted = 0xc ; /* NOT src */
|