/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/oracle/oamauth/solaris/include/ |
H A D | am_string_set.h | 43 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 D | am_string_set.h | 43 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 D | EntitlementThreadPool.java | 43 public EntitlementThreadPool(int size) { argument 45 thrdPool = new ThreadPool("entitlementThreadPool", size);
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/ |
H A D | EntitlementThreadPool.java | 43 public EntitlementThreadPool(int size) { argument 45 thrdPool = new ThreadPool("entitlementThreadPool", size);
|
/forgerock/opendj-b2.6/src/server/org/opends/server/types/ |
H A D | SubtreeSpecificationSet.java | 165 public int size() method in class:SubtreeSpecificationSet 167 return pimpl.size();
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/util/ |
H A D | ViewPositions.java | 45 * 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 D | ViewPositions.java | 44 * 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 D | ReplicaOfflineMsg.java | 97 final ByteArrayBuilder builder = new ByteArrayBuilder(size()); 106 public int size() method in class:ReplicaOfflineMsg
|
/forgerock/opendj2/src/server/org/opends/server/types/ |
H A D | SubtreeSpecificationSet.java | 164 public int size() method in class:SubtreeSpecificationSet 166 return pimpl.size();
|
/forgerock/opendj2.6.2/src/server/org/opends/server/types/ |
H A D | SubtreeSpecificationSet.java | 165 public int size() method in class:SubtreeSpecificationSet 167 return pimpl.size();
|
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/util/ |
H A D | ViewPositions.java | 45 * 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 D | ViewPositions.java | 44 * 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 D | SubtreeSpecificationSet.java | 165 public int size() method in class:SubtreeSpecificationSet 167 return pimpl.size();
|
/forgerock/opendj2-hg/src/server/org/opends/server/replication/protocol/ |
H A D | ReplicaOfflineMsg.java | 97 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 D | SubtreeSpecificationSet.java | 164 public int size() method in class:SubtreeSpecificationSet 166 return pimpl.size();
|
/forgerock/opendj2-jel-hg/src/guitools/org/opends/guitools/controlpanel/util/ |
H A D | ViewPositions.java | 45 * 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 D | ViewPositions.java | 45 * 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 D | AttributeSet.java | 70 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 D | ScriptingGuiceModule.java | 188 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 D | JsonArray.java | 75 * 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 D | ScanAsyncTask.java | 46 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 D | ReplicaOfflineMsg.java | 97 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 D | AttributeSet.java | 70 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 D | ScriptingGuiceModule.java | 174 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 D | JsonArray.java | 75 * 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();
|