Searched refs:init (Results 51 - 75 of 1858) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/krb5/internal/
H A DASReq.java44 init(new DerValue(data));
48 init(encoding);
51 private void init(DerValue encoding) throws Asn1Exception, IOException, KrbException { method in class:ASReq
52 super.init(encoding, Krb5.KRB_AS_REQ);
H A DLocalSeqNumber.java44 init(start);
48 init(start.intValue());
73 public synchronized void init(int start) { method in class:LocalSeqNumber
/openjdk10/jdk/test/javax/swing/MultiUIDefaults/4300666/
H A Dbug4300666.java38 public void init() { method in class:bug4300666
/openjdk10/jdk/test/sun/security/pkcs11/KeyStore/
H A Dloader.jarMETA-INF/ META-INF/MANIFEST.MF ProviderLoader$1.class ProviderLoader.java package ProviderLoader ...
/openjdk10/langtools/test/jdk/javadoc/doclet/testMethodTypes/pkg1/
H A DA.java75 public void init() { method in class:A
/openjdk10/jdk/test/javax/crypto/CryptoPermission/
H A DRC2PermCheck.java60 // test set#1: init with no parameter supplied
65 c.init(Cipher.ENCRYPT_MODE, key);
68 c.init(Cipher.ENCRYPT_MODE, key, srand);
71 c.init(Cipher.ENCRYPT_MODE, key,
75 c.init(Cipher.ENCRYPT_MODE, key,
79 c.init(Cipher.ENCRYPT_MODE, key,
83 c.init(Cipher.ENCRYPT_MODE, key,
94 // test set#2: init with parameter within limit
97 param.init(paramSpec);
103 c.init(Ciphe
[all...]
/openjdk10/hotspot/test/compiler/c2/
H A DTest6958485.java30 * -XX:CompileCommand=compileonly,compiler.c2.Test6958485::init
38 public static void init(Object src[], boolean[] dst) { method in class:Test6958485
49 init(src, dst);
/openjdk10/jdk/src/java.base/aix/classes/sun/nio/fs/
H A DAixNativeDispatcher.java46 private static native void init(); method in class:AixNativeDispatcher
54 init();
/openjdk10/jdk/test/java/beans/XMLDecoder/4676532/
H A Dtest.jarMETA-INF/ META-INF/MANIFEST.MF test/Test.class Test.java package test public ...
/openjdk10/jdk/test/java/beans/Introspector/7064279/
H A Dtest.jarMETA-INF/ META-INF/MANIFEST.MF test/Test.class Test.java package test public ...
/openjdk10/jdk/test/java/io/Serializable/maskSyntheticModifier/
H A DFoo.classFoo.java package public Foo extends java.lang.Object implements java.io.Serializable { static ...
/openjdk10/jdk/test/java/security/Security/ClassLoaderDeadlock/
H A DDeadlock.jarMETA-INF/MANIFEST.MF META-INF/DUKE.SF META-INF/DUKE.DSA META ...
/openjdk10/jdk/test/java/util/jar/JarFile/
H A DSigned.jarMETA-INF/MANIFEST.MF META-INF/DUKE.SF META-INF/DUKE.DSA META ...
/openjdk10/jdk/test/java/util/jar/JarInputStream/
H A Dsigned.jarMETA-INF/MANIFEST.MF META-INF/SIGNFILE.SF META-INF/SIGNFILE.DSA META ...
/openjdk10/jdk/test/sun/security/tools/jarsigner/
H A DJavaApplication1.jarMETA-INF/MANIFEST.MF META-INF/MAX.SF META-INF/MAX.DSA META ...
H A DAlgOptions.jarMETA-INF/ META-INF/MANIFEST.MF tmp/ tmp/Foo.class Foo.java package public ...
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/api/tree/
H A DForLoopTreeImpl.java31 private final ExpressionTree init; field in class:ForLoopTreeImpl
37 final ExpressionTree init,
43 this.init = init;
56 return init;
36 ForLoopTreeImpl(final ForNode node, final ExpressionTree init, final ExpressionTree cond, final ExpressionTree update, final StatementTree stat) argument
H A DVariableTreeImpl.java32 private final ExpressionTree init; field in class:VariableTreeImpl
34 VariableTreeImpl(final VarNode node, final IdentifierTree ident, final ExpressionTree init) { argument
37 this.init = init;
52 return init;
H A DDestructuringDeclTreeImpl.java37 private final ExpressionTree init; field in class:DestructuringDeclTreeImpl
39 DestructuringDeclTreeImpl(final ExpressionStatement exprStat, final ExpressionTree lhs, final ExpressionTree init) { argument
45 this.init = init;
60 return init;
/openjdk10/jdk/src/jdk.crypto.cryptoki/share/classes/sun/security/pkcs11/wrapper/
H A DCK_MECHANISM.java100 init(mechanism, pParameter);
104 init(mechanism, sun.security.pkcs11.P11Util.getMagnitude(b));
108 init(mechanism, version);
112 init(mechanism, params);
116 init(mechanism, params);
120 init(mechanism, params);
124 init(mechanism, params);
128 init(mechanism, params);
132 init(mechanism, params);
135 private void init(lon method in class:CK_MECHANISM
[all...]
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/xml/internal/stream/events/
H A DCommentEvent.java42 init();
46 init();
50 protected void init() { method in class:CommentEvent
/openjdk10/jdk/test/java/security/Security/signedfirst/
H A Dexp.jar ... engineUpdate (int) public void engineUpdate (byte[], int, int) public void init () public void engineReset () public byte[] engineDigest () public int engineDigest (byte ...
/openjdk10/nashorn/test/script/basic/
H A DJDK-8074693.js45 this.init.apply(this, arguments);
55 init : function () {
56 print("init A called");
67 init : function() {
68 print("init B called");
/openjdk10/jdk/src/jdk.rmic/share/classes/sun/tools/tree/
H A DNewArrayExpression.java41 Expression init; field in class:NewArrayExpression
50 public NewArrayExpression(long where, Expression right, Expression args[], Expression init) { argument
52 this.init = init;
61 boolean flag = (init != null); // flag says that dims are forbidden
78 if (init != null) {
79 vset = init.checkInitializer(env, ctx, vset, type, exp);
80 init = convert(env, ctx, type, init);
87 if (init !
[all...]
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/ir/
H A DForNode.java40 private final Expression init; field in class:ForNode
57 /** Does this loop need a per-iteration scope because its init contain a LET declaration? */
83 * @param init The initial expression
87 public ForNode(final int lineNumber, final long token, final int finish, final Block body, final int flags, final Expression init, final JoinPredecessorExpression test, final JoinPredecessorExpression modify) { argument
90 this.init = init;
95 private ForNode(final ForNode forNode, final Expression init, final JoinPredecessorExpression test, argument
99 this.init = init;
107 return Node.replaceInLexicalContext(lc, this, new ForNode(this, init, tes
180 setInit(final LexicalContext lc, final Expression init) argument
[all...]

Completed in 311 milliseconds

1234567891011>>