Searched defs:size (Results 276 - 300 of 448) sorted by relevance

<<1112131415161718

/forgerock/opendj-b2.6/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java128 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;}
129 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;}
130 public String getSubgroupName(int index){ if(testSubgroupName != null && index < testSubgroupName.size()) return (String)(testSubgroupName.get(index)); else return null;}
131 public String getTestSuiteName(int index){ if(testSuiteName != null && index < testSuiteName.size()) return (String)(testSuiteName.get(index)); else return null;}
132 public String getTestSuitePurpose(int index){ if(testSuitePurpose != null && index < testSuitePurpose.size()) return (String)(testSuitePurpose.get(index)); else return null;}
133 public String getTestSuiteID(int index){ if(testSuiteID != null && index < testSuiteID.size()) return (String)(testSuiteID.get(index)); else return null;}
134 public String getTestSuiteGroup(int index){ if(testSuiteGroup != null && index < testSuiteGroup.size()) return (String)(testSuiteGroup.get(index)); else return null;}
135 public String getTestSuitePreamble(int index){ if(testSuitePreamble != null && index < testSuitePreamble.size()) return (String)(testSuitePreamble.get(index)); else return null;}
136 public String getTestSuitePostamble(int index){ if(testSuitePostamble != null && index < testSuitePostamble.size()) return (String)(testSuitePostamble.get(index)); else return null;}
137 public String getTestSuite(int index){ if(testSuite != null && index < testSuite.size()) retur
151 public int size(){ return testName.size(); } method in class:ArrayData
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DServerHandler.java130 * The size of the receiving window.
138 * The initial size of the sending window.
190 * @param rcvWindowSize The window size to receive from the remote server.
865 // lets update the LDAP server with out current window size and hope
908 * Sets the window size when used when sending to the remote.
909 * @param size The provided window size.
911 protected void setSendWindowSize(int size) argument
913 this.sendWindowSize = size;
1014 * Update the send window size base
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java127 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;}
128 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;}
129 public String getSubgroupName(int index){ if(testSubgroupName != null && index < testSubgroupName.size()) return (String)(testSubgroupName.get(index)); else return null;}
130 public String getTestSuiteName(int index){ if(testSuiteName != null && index < testSuiteName.size()) return (String)(testSuiteName.get(index)); else return null;}
131 public String getTestSuitePurpose(int index){ if(testSuitePurpose != null && index < testSuitePurpose.size()) return (String)(testSuitePurpose.get(index)); else return null;}
132 public String getTestSuiteID(int index){ if(testSuiteID != null && index < testSuiteID.size()) return (String)(testSuiteID.get(index)); else return null;}
133 public String getTestSuiteGroup(int index){ if(testSuiteGroup != null && index < testSuiteGroup.size()) return (String)(testSuiteGroup.get(index)); else return null;}
134 public String getTestSuitePreamble(int index){ if(testSuitePreamble != null && index < testSuitePreamble.size()) return (String)(testSuitePreamble.get(index)); else return null;}
135 public String getTestSuitePostamble(int index){ if(testSuitePostamble != null && index < testSuitePostamble.size()) return (String)(testSuitePostamble.get(index)); else return null;}
136 public String getTestSuite(int index){ if(testSuite != null && index < testSuite.size()) retur
150 public int size(){ return testName.size(); } method in class:ArrayData
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java47 * maximum size of the buffer is reached and no more records will fit into the
67 //The size of int.
73 //The size of a buffer.
74 private final int size; field in class:IndexOutputBuffer
118 * Create an instance of a IndexBuffer using the specified size.
120 * @param size The size of the underlying byte array.
122 public IndexOutputBuffer(int size) { argument
123 this.size = size;
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java128 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;}
129 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;}
130 public String getSubgroupName(int index){ if(testSubgroupName != null && index < testSubgroupName.size()) return (String)(testSubgroupName.get(index)); else return null;}
131 public String getTestSuiteName(int index){ if(testSuiteName != null && index < testSuiteName.size()) return (String)(testSuiteName.get(index)); else return null;}
132 public String getTestSuitePurpose(int index){ if(testSuitePurpose != null && index < testSuitePurpose.size()) return (String)(testSuitePurpose.get(index)); else return null;}
133 public String getTestSuiteID(int index){ if(testSuiteID != null && index < testSuiteID.size()) return (String)(testSuiteID.get(index)); else return null;}
134 public String getTestSuiteGroup(int index){ if(testSuiteGroup != null && index < testSuiteGroup.size()) return (String)(testSuiteGroup.get(index)); else return null;}
135 public String getTestSuitePreamble(int index){ if(testSuitePreamble != null && index < testSuitePreamble.size()) return (String)(testSuitePreamble.get(index)); else return null;}
136 public String getTestSuitePostamble(int index){ if(testSuitePostamble != null && index < testSuitePostamble.size()) return (String)(testSuitePostamble.get(index)); else return null;}
137 public String getTestSuite(int index){ if(testSuite != null && index < testSuite.size()) retur
151 public int size(){ return testName.size(); } method in class:ArrayData
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java128 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;}
129 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;}
130 public String getSubgroupName(int index){ if(testSubgroupName != null && index < testSubgroupName.size()) return (String)(testSubgroupName.get(index)); else return null;}
131 public String getTestSuiteName(int index){ if(testSuiteName != null && index < testSuiteName.size()) return (String)(testSuiteName.get(index)); else return null;}
132 public String getTestSuitePurpose(int index){ if(testSuitePurpose != null && index < testSuitePurpose.size()) return (String)(testSuitePurpose.get(index)); else return null;}
133 public String getTestSuiteID(int index){ if(testSuiteID != null && index < testSuiteID.size()) return (String)(testSuiteID.get(index)); else return null;}
134 public String getTestSuiteGroup(int index){ if(testSuiteGroup != null && index < testSuiteGroup.size()) return (String)(testSuiteGroup.get(index)); else return null;}
135 public String getTestSuitePreamble(int index){ if(testSuitePreamble != null && index < testSuitePreamble.size()) return (String)(testSuitePreamble.get(index)); else return null;}
136 public String getTestSuitePostamble(int index){ if(testSuitePostamble != null && index < testSuitePostamble.size()) return (String)(testSuitePostamble.get(index)); else return null;}
137 public String getTestSuite(int index){ if(testSuite != null && index < testSuite.size()) retur
151 public int size(){ return testName.size(); } method in class:ArrayData
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/parsingtool/
H A DArrayData.java127 public String getGroupName(int index){ if(testGroupName != null && index < testGroupName.size()) return (String)(testGroupName.get(index)); else return null;}
128 public String getGroupPurpose(int index){ if(testGroupPurpose != null && index < testGroupPurpose.size()) return (String)(testGroupPurpose.get(index)); else return null;}
129 public String getSubgroupName(int index){ if(testSubgroupName != null && index < testSubgroupName.size()) return (String)(testSubgroupName.get(index)); else return null;}
130 public String getTestSuiteName(int index){ if(testSuiteName != null && index < testSuiteName.size()) return (String)(testSuiteName.get(index)); else return null;}
131 public String getTestSuitePurpose(int index){ if(testSuitePurpose != null && index < testSuitePurpose.size()) return (String)(testSuitePurpose.get(index)); else return null;}
132 public String getTestSuiteID(int index){ if(testSuiteID != null && index < testSuiteID.size()) return (String)(testSuiteID.get(index)); else return null;}
133 public String getTestSuiteGroup(int index){ if(testSuiteGroup != null && index < testSuiteGroup.size()) return (String)(testSuiteGroup.get(index)); else return null;}
134 public String getTestSuitePreamble(int index){ if(testSuitePreamble != null && index < testSuitePreamble.size()) return (String)(testSuitePreamble.get(index)); else return null;}
135 public String getTestSuitePostamble(int index){ if(testSuitePostamble != null && index < testSuitePostamble.size()) return (String)(testSuitePostamble.get(index)); else return null;}
136 public String getTestSuite(int index){ if(testSuite != null && index < testSuite.size()) retur
150 public int size(){ return testName.size(); } method in class:ArrayData
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java44 * maximum size of the buffer is reached and no more records will fit into the
53 * | record size | INS/DEL bit | indexID | entryID | key length | key bytes |
57 * The record size is used for fast seeks to quickly "jump" over records.
73 /** The size of a Java int. A Java int is 32 bits, i.e. 4 bytes. */
85 /** The size of a buffer. */
86 private final int size; field in class:IndexOutputBuffer
141 * Create an instance of a IndexBuffer using the specified size.
143 * @param size The size of the underlying byte array.
145 public IndexOutputBuffer(int size) { argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DServerHandler.java130 * The size of the receiving window.
138 * The initial size of the sending window.
190 * @param rcvWindowSize The window size to receive from the remote server.
865 // lets update the LDAP server with out current window size and hope
908 * Sets the window size when used when sending to the remote.
909 * @param size The provided window size.
911 protected void setSendWindowSize(int size) argument
913 this.sendWindowSize = size;
1014 * Update the send window size base
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/importLDIF/
H A DIndexOutputBuffer.java47 * maximum size of the buffer is reached and no more records will fit into the
67 //The size of int.
73 //The size of a buffer.
74 private final int size; field in class:IndexOutputBuffer
118 * Create an instance of a IndexBuffer using the specified size.
120 * @param size The size of the underlying byte array.
122 public IndexOutputBuffer(int size) { argument
123 this.size = size;
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DCache.java59 * based on their usage. The maximum size of the cache can be set using the
60 * constructor. If the maximum size is not set the default cache size for
66 * If a new object needs to added to the cache and the maximum size limit of
77 * performance: <i>initial capacity</i>, <i>maximum size</i> and <i>load factor</i>.
149 * The table is rehashed when its size exceeds this threshold. (The value of
184 * the maximum size of the cache.
196 throw new IllegalArgumentException("Illegal maximum size: " + maxSize);
226 * the maximum size of the cache.
252 public int size() { method in class:Cache
708 public int size() { method in class:Cache.KeySet
793 public int size() { method in class:Cache.EntrySet
824 public int size() { method in class:Cache.ValueCollection
914 int size; field in class:Cache.LRUList
1183 public int size() { method in class:Cache.SynchronizedCollection
[all...]
/forgerock/openam-v13/openam-shared/src/main/java/com/iplanet/am/util/
H A DCache.java57 * based on their usage. The maximum size of the cache can be set using the
58 * constructor. If the maximum size is not set the default cache size for
64 * If a new object needs to added to the cache and the maximum size limit of
125 // Default Cache size.
150 * The table is rehashed when its size exceeds this threshold. (The value of
223 // Obtain the cache size
234 public int size() { method in class:Cache
559 int max = size() - 1;
612 public int size() { method in class:Cache.KeySet
692 public int size() { method in class:Cache.EntrySet
721 public int size() { method in class:Cache.ValueCollection
792 int size; field in class:Cache.LRUList
1063 public int size() { method in class:Cache.SynchronizedCollection
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DServerHandler.java135 /** The size of the receiving window. */
139 /** The initial size of the sending window. */
174 * @param rcvWindowSize The window size to receive from the remote server.
828 // lets update the LDAP server with out current window size and hope
871 * Sets the window size when used when sending to the remote.
872 * @param size The provided window size.
874 protected void setSendWindowSize(int size) argument
876 this.sendWindowSize = size;
991 * Update the send window size base
[all...]
/forgerock/web-agents-v4/source/
H A Dshared.c23 #define AM_ALIGN(size) (((size) + (AM_ALIGNMENT-1)) & ~(AM_ALIGNMENT-1))
26 size_t size; member in struct:mem_chunk
34 size_t size; member in struct:mem_pool
60 * get freelist header for a given size
62 static int get_freelist_hdr_for(size_t size) { argument
63 if (size < 64)
65 if (size < 1024)
74 size_t size = 0; local
85 size
164 get_free_chunk_for_size(struct mem_pool *pool, size_t size) argument
306 size_t size = 0; local
373 size_t size, max_size; local
681 size_t size, osize; local
796 size_t size, s; local
889 size_t size; local
952 size_t size; local
[all...]
/forgerock/openam/openam-shared/src/main/java/com/iplanet/am/util/
H A DCache.java57 * based on their usage. The maximum size of the cache can be set using the
58 * constructor. If the maximum size is not set the default cache size for
64 * If a new object needs to added to the cache and the maximum size limit of
125 // Default Cache size.
150 * The table is rehashed when its size exceeds this threshold. (The value of
223 // Obtain the cache size
234 public int size() { method in class:Cache
559 int max = size() - 1;
612 public int size() { method in class:Cache.KeySet
692 public int size() { method in class:Cache.EntrySet
721 public int size() { method in class:Cache.ValueCollection
792 int size; field in class:Cache.LRUList
1063 public int size() { method in class:Cache.SynchronizedCollection
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DCache.java59 * based on their usage. The maximum size of the cache can be set using the
60 * constructor. If the maximum size is not set the default cache size for
66 * If a new object needs to added to the cache and the maximum size limit of
77 * performance: <i>initial capacity</i>, <i>maximum size</i> and <i>load factor</i>.
149 * The table is rehashed when its size exceeds this threshold. (The value of
184 * the maximum size of the cache.
196 throw new IllegalArgumentException("Illegal maximum size: " + maxSize);
226 * the maximum size of the cache.
252 public int size() { method in class:Cache
708 public int size() { method in class:Cache.KeySet
793 public int size() { method in class:Cache.EntrySet
824 public int size() { method in class:Cache.ValueCollection
914 int size; field in class:Cache.LRUList
1183 public int size() { method in class:Cache.SynchronizedCollection
[all...]
/forgerock/opendj2/ext/svnkit/lib/
H A Djna-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/ptr/ ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Djna-3.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/ptr/ ...
/forgerock/opendj-b2.6/ext/svnkit/
H A Djna.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/linux ...
/forgerock/opendj2.6.2/ext/svnkit/
H A Djna.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/jna/ com/sun/jna/linux ...
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DServerHandler.java180 * The size of the receiving window.
188 * The initial size of the sending window.
247 * @param rcvWindowSize The window size to receive from the remote server.
954 // lets update the LDAP server with out current window size and hope
1006 * Sets the window size when used when sending to the remote.
1007 * @param size The provided window size.
1009 protected void setSendWindowSize(int size) argument
1011 this.sendWindowSize = size;
1135 * Update the send window size base
[all...]
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DAciContainer.java994 sb.append(size(allowList)).append(" allow ACIs");
996 sb.append(size(denyList)).append(" deny ACIs");
1017 private int size(Collection<?> col) method in class:AciContainer
1021 return col.size();
/forgerock/opendj2/ext/ant/lib/
H A Dant-swing.jar ... .swing.JPanel pan2 java.awt.Dimension size java.awt.Dimension scr int x int y ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-swing.jar ... .swing.JPanel pan2 java.awt.Dimension size java.awt.Dimension scr int x int y ...
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DServerHandler.java182 * The size of the receiving window.
190 * The initial size of the sending window.
249 * @param rcvWindowSize The window size to receive from the remote server.
980 // lets update the LDAP server with out current window size and hope
1023 * Sets the window size when used when sending to the remote.
1024 * @param size The provided window size.
1026 protected void setSendWindowSize(int size) argument
1028 this.sendWindowSize = size;
1152 * Update the send window size base
[all...]

Completed in 99 milliseconds

<<1112131415161718