Searched refs:initialValue (Results 1 - 25 of 82) sorted by relevance

1234

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java51 private int initialValue; field in class:SequentialTag
162 initialValue = 0;
169 initialValue = Integer.parseInt(arguments[0]);
178 nextValue = initialValue;
184 initialValue = Integer.parseInt(arguments[0]);
208 nextValue = initialValue;
230 nextValue = initialValue;
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java50 private int initialValue; field in class:SequentialTag
161 initialValue = 0;
168 initialValue = Integer.parseInt(arguments[0]);
177 nextValue = initialValue;
183 initialValue = Integer.parseInt(arguments[0]);
207 nextValue = initialValue;
229 nextValue = initialValue;
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java51 private int initialValue; field in class:SequentialTag
162 initialValue = 0;
169 initialValue = Integer.parseInt(arguments[0]);
178 nextValue = initialValue;
184 initialValue = Integer.parseInt(arguments[0]);
208 nextValue = initialValue;
230 nextValue = initialValue;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java51 private int initialValue; field in class:SequentialTag
162 initialValue = 0;
169 initialValue = Integer.parseInt(arguments[0]);
178 nextValue = initialValue;
184 initialValue = Integer.parseInt(arguments[0]);
208 nextValue = initialValue;
230 nextValue = initialValue;
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DSequentialTag.java50 private int initialValue; field in class:SequentialTag
161 initialValue = 0;
168 initialValue = Integer.parseInt(arguments[0]);
177 nextValue = initialValue;
183 initialValue = Integer.parseInt(arguments[0]);
207 nextValue = initialValue;
229 nextValue = initialValue;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DSequentialTag.java51 private int initialValue; field in class:SequentialTag
162 initialValue = 0;
169 initialValue = Integer.parseInt(arguments[0]);
178 nextValue = initialValue;
184 initialValue = Integer.parseInt(arguments[0]);
208 nextValue = initialValue;
230 nextValue = initialValue;
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DPerThreadTransformerFactoryProvider.java39 protected TransformerFactory initialValue() {
H A DPerThreadCipherProvider.java56 protected Cipher initialValue() {
H A DPerThreadCache.java72 * this thread, then calls {@link #initialValue()} to create one and then adds it to the cache.
76 * @return a configured instance from the cache. May be null depending on the initialValue() implementation.
91 result = initialValue();
107 protected abstract T initialValue() throws E; method in class:PerThreadCache
H A DPerThreadDocumentBuilderProvider.java95 protected DocumentBuilder initialValue() throws ParserConfigurationException { method in class:PerThreadDocumentBuilderProvider.PerThreadDBCache
H A DPerThreadSAXParserProvider.java104 protected SAXParser initialValue() throws SAXException { method in class:PerThreadSAXParserProvider.PerThreadSAXParserCache
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DPerThreadTransformerFactoryProvider.java39 protected TransformerFactory initialValue() {
H A DPerThreadCipherProvider.java56 protected Cipher initialValue() {
H A DPerThreadCache.java72 * this thread, then calls {@link #initialValue()} to create one and then adds it to the cache.
76 * @return a configured instance from the cache. May be null depending on the initialValue() implementation.
91 result = initialValue();
107 protected abstract T initialValue() throws E; method in class:PerThreadCache
H A DPerThreadDocumentBuilderProvider.java95 protected DocumentBuilder initialValue() throws ParserConfigurationException { method in class:PerThreadDocumentBuilderProvider.PerThreadDBCache
H A DPerThreadSAXParserProvider.java104 protected SAXParser initialValue() throws SAXException { method in class:PerThreadSAXParserProvider.PerThreadSAXParserCache
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectSetContext.java32 @Override protected Deque<Context> initialValue() {
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/utils/
H A DThreadSafeTokenIdGenerator.java36 protected IdCache initialValue() {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/utils/
H A DThreadSafeTokenIdGenerator.java36 protected IdCache initialValue() {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/loggers/
H A DJDKLoggingFormater.java51 protected DateFormat initialValue()
/forgerock/openam-v13/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContext.java34 protected AuditRequestContext initialValue() {
/forgerock/openam/openam-audit/openam-audit-context/src/main/java/org/forgerock/openam/audit/context/
H A DAuditRequestContext.java34 protected AuditRequestContext initialValue() {
/forgerock/openam-v13/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/
H A DThreadLocalAMTokenCacheImpl.java97 protected AMSessionCache initialValue() {
/forgerock/openam/openam-sts/openam-common-sts/src/main/java/org/forgerock/openam/sts/token/
H A DThreadLocalAMTokenCacheImpl.java97 protected AMSessionCache initialValue() {
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DModifyReplaySingleValuedAttributeTest.java319 noValue(); // also covers the initialValue("X"); case
333 initialValue("X");
347 initialValue("X");
354 initialValue("X");
362 initialValue("X");
402 private void initialValue(String attrValue) throws Exception method in class:ModifyReplaySingleValuedAttributeTest

Completed in 104 milliseconds

1234