Searched refs:count (Results 226 - 250 of 804) sorted by relevance

1234567891011>>

/forgerock/opendj2/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java252 long count = reader.readInteger();
281 stackMap.put(stack, count);
283 existingFrame.updateLineNumberCount(lineNumbers[pos], count);
286 existingFrame.recurseSubFrames(stack, pos-1, count, stacksByMethod);
497 * Formats the provided count, padding with leading spaces as necessary.
499 * @param count The count value to be formatted.
502 * @return The formatted count string.
504 private String formatCount(long count, int length) argument
508 buffer.append(count);
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java253 long count = reader.readInteger();
282 stackMap.put(stack, count);
284 existingFrame.updateLineNumberCount(lineNumbers[pos], count);
287 existingFrame.recurseSubFrames(stack, pos-1, count, stacksByMethod);
498 * Formats the provided count, padding with leading spaces as necessary.
500 * @param count The count value to be formatted.
503 * @return The formatted count string.
505 private String formatCount(long count, int length) argument
509 buffer.append(count);
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java253 long count = reader.readInteger();
282 stackMap.put(stack, count);
284 existingFrame.updateLineNumberCount(lineNumbers[pos], count);
287 existingFrame.recurseSubFrames(stack, pos-1, count, stacksByMethod);
498 * Formats the provided count, padding with leading spaces as necessary.
500 * @param count The count value to be formatted.
503 * @return The formatted count string.
505 private String formatCount(long count, int length) argument
509 buffer.append(count);
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/plugins/profiler/
H A DProfileViewer.java252 long count = reader.readInteger();
281 stackMap.put(stack, count);
283 existingFrame.updateLineNumberCount(lineNumbers[pos], count);
286 existingFrame.recurseSubFrames(stack, pos-1, count, stacksByMethod);
497 * Formats the provided count, padding with leading spaces as necessary.
499 * @param count The count value to be formatted.
502 * @return The formatted count string.
504 private String formatCount(long count, int length) argument
508 buffer.append(count);
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DMiscUtils.java135 int count = attrSet1.size();
136 for (int i = 0; i < count; i++) {
143 int count = attrSet2.size();
144 for (int i = 0; i < count; i++) {
242 int count = (strs != null) ? count = strs.length : 0;
243 Set set = ((count > 0) ? new HashSet(count) : new HashSet());
245 for (int i = 0; i < count; i++) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/plugins/profiler/
H A DProfileViewer.java246 long count = reader.readInteger();
275 stackMap.put(stack, count);
277 existingFrame.updateLineNumberCount(lineNumbers[pos], count);
280 existingFrame.recurseSubFrames(stack, pos-1, count, stacksByMethod);
488 * Formats the provided count, padding with leading spaces as necessary.
490 * @param count The count value to be formatted.
493 * @return The formatted count string.
495 private String formatCount(long count, int length) argument
499 buffer.append(count);
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DMiscUtils.java135 int count = attrSet1.size();
136 for (int i = 0; i < count; i++) {
143 int count = attrSet2.size();
144 for (int i = 0; i < count; i++) {
242 int count = (strs != null) ? count = strs.length : 0;
243 Set set = ((count > 0) ? new HashSet(count) : new HashSet());
245 for (int i = 0; i < count; i++) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DNetworkMonitor.java264 private long count; field in class:NetworkMonitor.StatsData
274 count += s.count;
292 count++;
296 * @return the count
299 return count;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/util/
H A DNetworkMonitor.java267 private long count; field in class:NetworkMonitor.StatsData
277 count += s.count;
295 count++;
299 * @return the count
302 return count;
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java284 * Get the count of key/data pairs in the database in a JE database.
285 * This is a simple wrapper around the JE Database.count method.
286 * @return The count of key/data pairs in the database.
291 long count = database.count();
297 return count;
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java285 * Get the count of key/data pairs in the database in a JE database.
286 * This is a simple wrapper around the JE Database.count method.
287 * @return The count of key/data pairs in the database.
292 long count = database.count();
298 return count;
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java285 * Get the count of key/data pairs in the database in a JE database.
286 * This is a simple wrapper around the JE Database.count method.
287 * @return The count of key/data pairs in the database.
292 long count = database.count();
298 return count;
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java284 * Get the count of key/data pairs in the database in a JE database.
285 * This is a simple wrapper around the JE Database.count method.
286 * @return The count of key/data pairs in the database.
291 long count = database.count();
297 return count;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DDatabaseContainer.java285 * Get the count of key/data pairs in the database in a JE database.
286 * This is a simple wrapper around the JE Database.count method.
287 * @return The count of key/data pairs in the database.
292 long count = database.count();
298 return count;
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/ums/
H A DFilteredRole.java255 * Gets the member count.
264 int count = 0;
269 count++;
271 return count;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DFileHandler.java87 private int count; // count represent number of history files field in class:FileHandler
227 * and setting the private variables count, maxFileSize etc.
263 count = 0;
265 count = Integer.parseInt(strCount);
322 // make sure that we have a valid history count
323 if (count < 0) {
325 + ":FileHandler: no. of history files negative " + count);
326 count = 0;
328 files = new File[count
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/messageid/
H A DLogMessageID.java200 int count = 0;
210 count++;
215 return count;
/forgerock/openam-v13/openam-shared/src/test/java/com/sun/identity/shared/debug/
H A DDebugTestTemplate.java52 private static int count = 0; field in class:DebugTestTemplate
61 logName = "DebugTest-" + count;
135 count++;
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRAModelsFromDatabaseTest.m118 XCTAssertEqual(identities.count, 1);
123 XCTAssertEqual(identity.mechanisms.count, 1);
137 XCTAssertEqual(identities.count, 1);
142 XCTAssertEqual(identity.mechanisms.count, 1);
156 XCTAssertEqual(identities.count, 1);
161 XCTAssertEqual(identity.mechanisms.count, 1);
/forgerock/jee-agents-v3.5/jee-agents-weblogic/jee-agents-weblogic-v10/src/main/java/com/sun/identity/agents/tools/weblogic/v10/
H A DStartupScriptBase.java60 int count = entries.length;
62 for(int i = 0; i < count; i++) {
64 if (i < count - 1) {
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/federation/
H A DFSSAMLSiteID.java66 int count = 0;
70 if ((count != idx) && id.equals(siteId)) {
74 count++;
H A DFSSAMLTargetURLsEditViewBean.java98 int count = 0;
102 if ((count != index) && t.equals(value)) {
106 count++;
/forgerock/openam-v13/openam-console/src/main/java/com/sun/identity/console/service/
H A DSCSAML2SOAPBindingRequestHandlerListEditViewBean.java107 int count = 0;
111 if ((count != index) && v.equals(val)) {
115 count++;
H A DSCSOAPBindingRequestHandlerListEditViewBean.java107 int count = 0;
111 if ((count != index) && v.equals(val)) {
115 count++;
/forgerock/openam-v13/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/record/
H A DDebugTestTemplate.java54 private static int count = 0; field in class:DebugTestTemplate
63 logName = "DebugTest-" + count;
102 count++;

Completed in 256 milliseconds

1234567891011>>