Searched defs:size (Results 1 - 25 of 448) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_string_set.h43 int size; member in struct:__anon2
50 * Allocate space for a am_string_set_t and space for size strings.
51 * also initializes size to the given size.
54 * size
55 * size of set to allocate.
58 * a pointer to allocated am_string_set_t, or NULL if size is < 0 (invalid).
62 am_string_set_allocate(int size);
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/
H A Dam_string_set.h43 int size; member in struct:__anon2
50 * Allocate space for a am_string_set_t and space for size strings.
51 * also initializes size to the given size.
54 * size
55 * size of set to allocate.
58 * a pointer to allocated am_string_set_t, or NULL if size is < 0 (invalid).
62 am_string_set_allocate(int size);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementThreadPool.java43 public EntitlementThreadPool(int size) { argument
45 thrdPool = new ThreadPool("entitlementThreadPool", size);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/
H A DEntitlementThreadPool.java43 public EntitlementThreadPool(int size) { argument
45 thrdPool = new ThreadPool("entitlementThreadPool", size);
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java165 public int size() method in class:SubtreeSpecificationSet
167 return pimpl.size();
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java45 * Returns the size of the lists.
46 * @return the size of the lists.
48 public int size() method in class:ViewPositions
50 return scrolls.size();
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java44 * Returns the size of the lists.
45 * @return the size of the lists.
47 public int size() method in class:ViewPositions
49 return scrolls.size();
/forgerock/opendj2/src/server/org/opends/server/replication/protocol/
H A DReplicaOfflineMsg.java97 final ByteArrayBuilder builder = new ByteArrayBuilder(size());
106 public int size() method in class:ReplicaOfflineMsg
/forgerock/opendj2/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java164 public int size() method in class:SubtreeSpecificationSet
166 return pimpl.size();
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java165 public int size() method in class:SubtreeSpecificationSet
167 return pimpl.size();
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java45 * Returns the size of the lists.
46 * @return the size of the lists.
48 public int size() method in class:ViewPositions
50 return scrolls.size();
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java44 * Returns the size of the lists.
45 * @return the size of the lists.
47 public int size() method in class:ViewPositions
49 return scrolls.size();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java165 public int size() method in class:SubtreeSpecificationSet
167 return pimpl.size();
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/
H A DReplicaOfflineMsg.java97 final ByteArrayBuilder builder = new ByteArrayBuilder(size());
106 public int size() method in class:ReplicaOfflineMsg
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DSubtreeSpecificationSet.java164 public int size() method in class:SubtreeSpecificationSet
166 return pimpl.size();
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/
H A DViewPositions.java45 * Returns the size of the lists.
46 * @return the size of the lists.
48 public int size() method in class:ViewPositions
50 return scrolls.size();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/util/
H A DViewPositions.java45 * Returns the size of the lists.
46 * @return the size of the lists.
48 public int size() method in class:ViewPositions
50 return scrolls.size();
/forgerock/openam-v13/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttributeSet.java70 public int size() { method in class:AttributeSet
71 return attrs.size();
91 final int l = attrs.size();
/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/guice/
H A DScriptingGuiceModule.java188 private BlockingQueue<Runnable> getThreadPoolQueue(int size) { argument
189 return size == ScriptEngineConfiguration.UNBOUNDED_QUEUE_SIZE
191 : new ResizableLinkedBlockingQueue<Runnable>(size);
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DJsonArray.java75 * Gets the size of this json array.
77 * @return The size of the json array.
79 public int size() { method in class:JsonArray
80 return list.size();
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/add/
H A DScanAsyncTask.java46 Camera.Size size; field in class:ScanAsyncTask.Data
66 data.data, data.size.width, data.size.height,
67 0, 0, data.size.width, data.size.height, false);
86 d.size = camera.getParameters().getPreviewSize();
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/protocol/
H A DReplicaOfflineMsg.java97 final ByteArrayBuilder builder = new ByteArrayBuilder(size());
106 public int size() method in class:ReplicaOfflineMsg
/forgerock/openam/openam-radius/openam-radius-common/src/main/java/org/forgerock/openam/radius/common/
H A DAttributeSet.java70 public int size() { method in class:AttributeSet
71 return attrs.size();
91 final int l = attrs.size();
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/guice/
H A DScriptingGuiceModule.java174 private BlockingQueue<Runnable> getThreadPoolQueue(int size) { argument
175 return size == ScriptEngineConfiguration.UNBOUNDED_QUEUE_SIZE
177 : new ResizableLinkedBlockingQueue<Runnable>(size);
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DJsonArray.java75 * Gets the size of this json array.
77 * @return The size of the json array.
79 public int size() { method in class:JsonArray
80 return list.size();

Completed in 156 milliseconds

1234567891011>>