Searched defs:conf (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/sun/security/krb5/auto/
H A DBasicKrb5Test.java70 private static boolean conf = true; field in class:BasicKrb5Test
80 else if(arg.equals("-C")) conf = false;
85 // since the check needs a krb5.conf.
106 c.x().requestConf(conf);
126 s2.x().requestConf(conf);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrinterGraphicsDevice.java38 protected PrinterGraphicsDevice(GraphicsConfiguration conf, String id) { argument
40 graphicsConf = conf;
/openjdk7/hotspot/src/share/tools/ProjectCreator/
H A DFileTreeCreator.java47 public void setIgnore(BuildConfig conf) { argument
48 ignores.add(conf);
59 public void setDisablePch(BuildConfig conf) { argument
60 disablePch.add(conf);
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DWrapToken.java515 protected int getSealAlg(boolean conf, int qop) throws GSSException { argument
516 if (!conf) {
H A DMessageToken.java602 * @param conf true if confidentiality will be resuested with this
607 public MessageTokenHeader(int tokenId, boolean conf, int qop) argument
614 sealAlg = MessageToken.this.getSealAlg(conf, qop);
H A DMessageToken_v2.java506 public MessageTokenHeader(int tokenId, boolean conf) throws GSSException { argument
516 ((conf && tokenId != MIC_ID_v2) ?
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DRmiBootstrapTest.java475 final File conf = new File(confname);
476 if (conf.exists()) {
477 FileInputStream fin = new FileInputStream(conf);
543 final File conf = new File(confname);
544 if (conf.exists()) {
545 FileInputStream fin = new FileInputStream(conf);
715 private String testConfigurationKo(File conf,int port) { argument
716 final String errStr = testConfiguration(conf,port+testPort++);
719 conf + " should have failed!";
722 conf
[all...]
/openjdk7/hotspot/src/share/vm/opto/
H A Dcfgnode.cpp300 jfloat conf = nodef->getf(); local
302 if( ((int)conf) != coni ) { return false; }

Completed in 352 milliseconds