Searched refs:initialize (Results 126 - 150 of 765) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/java/security/KeyPairGenerator/
H A DGenerateRSAKeyPair.java42 kpg.initialize(rsaSpec);
/openjdk7/jdk/test/javax/security/auth/login/LoginContext/
H A DResetModule.java32 public void initialize(Subject s, CallbackHandler h, method in class:ResetModule
/openjdk7/jdk/src/windows/classes/sun/security/mscapi/
H A DRSAKeyPairGenerator.java55 // initialize to default in case the app does not call initialize()
56 initialize(KEY_SIZE_DEFAULT, null);
59 // initialize the generator. See JCA doc
61 public void initialize(int keySize, SecureRandom random) { method in class:RSAKeyPairGenerator
73 // second initialize method. See JCA doc
75 public void initialize(AlgorithmParameterSpec params, SecureRandom random) method in class:RSAKeyPairGenerator
/openjdk7/jdk/test/sun/security/provider/DSA/
H A DTestKeyPairGenerator.java54 // problem was when not calling initialize()
69 kpg.initialize(1024);
73 kpg.initialize(768);
77 kpg.initialize(512);
/openjdk7/jdk/test/com/sun/security/auth/module/LdapLoginModule/
H A DCheckOptions.java63 ldap.initialize(subject, null, null, Collections.EMPTY_MAP);
78 ldap.initialize(subject, null, null, options);
97 ldap.initialize(subject, null, null, options);
116 ldap.initialize(subject, goodHandler, null, options);
128 ldap.initialize(subject, badHandler, null, options);
/openjdk7/jdk/test/com/sun/security/auth/module/KeyStoreLoginModule/
H A DOptionTest.java99 m.initialize(s, null, null, options);
116 m.initialize(s, null, null, options);
131 m.initialize(s, null, null, options);
146 m.initialize(s, null, null, options);
164 m.initialize(s, null, null, options);
177 m.initialize(s, null, null, options);
191 m.initialize(s, null, null, options);
206 m.initialize(s, null, null, options);
219 m.initialize(s, goodHandler, null, options);
224 m.initialize(
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A Darray.hpp49 // client may call initialize, at most once
55 initialize(esize, length);
58 void initialize(size_t esize, int length) { function in class:ResourceArray
127 array_name(const int length, const etype fx) { initialize(length, fx); } \
128 void initialize(const int length) { base_class::initialize(esize, length); } \
129 void initialize(const int length, const etype fx) { \
130 initialize(length); \
177 stack_name(const int size) { initialize(size); } \
178 stack_name(const int size, const etype fx) { initialize(siz
[all...]
H A Dhashtable.inline.hpp40 initialize(table_size, entry_size, 0);
52 initialize(table_size, entry_size, number_of_entries);
57 template <MEMFLAGS F> inline void BasicHashtable<F>::initialize(int table_size, int entry_size, function in class:BasicHashtable
/openjdk7/hotspot/src/share/vm/memory/
H A DresourceArea.hpp98 void initialize(Thread *thread) { function in class:ResourceMark
112 initialize(thread);
118 ResourceMark() { initialize(Thread::current()); }
195 void initialize(Thread *thread) { function in class:DeoptResourceMark
210 initialize(thread);
216 DeoptResourceMark() { initialize(Thread::current()); }
/openjdk7/jdk/test/com/sun/crypto/provider/KeyAgreement/
H A DTestExponentSize.java93 kpg.initialize(Sizes.ten24.getIntSize());
97 kpg.initialize(new DHParameterSpec(p, g, Sizes.ten24.getIntSize()));
101 kpg.initialize(new DHParameterSpec(p, g, Sizes.five12.getIntSize()));
105 kpg.initialize(new DHParameterSpec(p, g, Sizes.two56.getIntSize()));
109 kpg.initialize(Sizes.five12.getIntSize());
113 kpg.initialize(Sizes.seven68.getIntSize());
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgenerationCounters.cpp29 void GenerationCounters::initialize(const char* name, int ordinal, int spaces, function in class:GenerationCounters
68 initialize(name, ordinal, spaces,
77 initialize(name, ordinal, spaces, min_capacity, max_capacity, curr_capacity);
H A DgenerationCounters.hpp38 void initialize(const char* name, int ordinal, int spaces,
/openjdk7/hotspot/src/share/vm/interpreter/
H A Dinterpreter.hpp55 void initialize(int size, function in class:InterpreterCodelet
73 void initialize(const char* description, Bytecodes::Code bytecode);
119 // initialize Codelet attributes
120 _clet->initialize(description, bytecode);
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DDHKeyPairGenerator.java71 initialize(1024, null);
82 public void initialize(int keysize, SecureRandom random) { method in class:DHKeyPairGenerator
109 public void initialize(AlgorithmParameterSpec algParams, method in class:DHKeyPairGenerator
/openjdk7/jdk/test/java/math/BigInteger/
H A DModPow65537.java42 kpg.initialize(new RSAKeyGenParameterSpec(512, BigInteger.valueOf(65537)));
46 kpg.initialize(new RSAKeyGenParameterSpec(512, BigInteger.valueOf(65539)));
50 kpg.initialize(new RSAKeyGenParameterSpec(512, BigInteger.valueOf(3)));
/openjdk7/jdk/src/share/classes/javax/security/auth/spi/
H A DLoginModule.java136 * The purpose of this method is to initialize this
156 void initialize(Subject subject, CallbackHandler callbackHandler, method in interface:LoginModule
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCertPathHelperImpl.java52 synchronized static void initialize() { method in class:CertPathHelperImpl
/openjdk7/hotspot/src/share/vm/compiler/
H A DabstractCompiler.hpp81 virtual void initialize() = 0;
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentG1RefineThread.hpp76 void initialize();
H A Dg1ErgoVerbose.cpp32 void G1ErgoVerbose::initialize() { function in class:G1ErgoVerbose
/openjdk7/hotspot/src/os/bsd/vm/
H A DthreadCritical_bsd.cpp40 void ThreadCritical::initialize() { function in class:ThreadCritical
/openjdk7/hotspot/src/os/linux/vm/
H A DthreadCritical_linux.cpp40 void ThreadCritical::initialize() { function in class:ThreadCritical
/openjdk7/hotspot/src/share/vm/prims/
H A DprivilegedStack.hpp40 void initialize(vframeStream* vf, oop context, PrivilegedElement* next, TRAPS);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dicache.hpp62 static void initialize();
/openjdk7/jdk/test/java/beans/XMLEncoder/
H A DAbstractTest.java67 * @param encoder the XML encoder to initialize
69 protected void initialize(XMLEncoder encoder) { method in class:AbstractTest
76 * @param decoder the XML decoder to initialize
78 protected void initialize(XMLDecoder decoder) { method in class:AbstractTest
140 initialize(encoder);
150 initialize(decoder);

Completed in 83 milliseconds

1234567891011>>