Searched defs:first (Results 1 - 25 of 108) sorted by relevance

12345

/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/cts/
H A DTokenTestUtils.java122 * @param first Non null.
126 private static boolean compareValue(Object first, Object second) { argument
127 if (first.equals(second)) {
131 if (first.toString().equals(second.toString())) {
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/sm/datalayer/impl/
H A DSeriesTaskExecutorThreadTest.java79 private BlockingQueue<Task> generateTestQueue(final Task first) throws InterruptedException { argument
85 return first;
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/
H A DTokenTestUtils.java123 * @param first Non null.
127 private static boolean compareValue(Object first, Object second) { argument
128 if (first.equals(second)) {
132 if (first.toString().equals(second.toString())) {
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/sm/datalayer/impl/
H A DSeriesTaskExecutorThreadTest.java79 private BlockingQueue<Task> generateTestQueue(final Task first) throws InterruptedException { argument
85 return first;
/forgerock/opendj-b2.6/src/server/org/opends/server/replication/server/
H A DMsgQueue.java55 * Return the first UpdateMsg in the MsgQueue.
57 * @return The first UpdateMsg in the MsgQueue.
59 public UpdateMsg first() method in class:MsgQueue
155 * Get and remove the first UpdateMsg in this MessageQueue.
157 * @return The first UpdateMsg in this MessageQueue.
/forgerock/opendj2.6.2/src/server/org/opends/server/replication/server/
H A DMsgQueue.java55 * Return the first UpdateMsg in the MsgQueue.
57 * @return The first UpdateMsg in the MsgQueue.
59 public UpdateMsg first() method in class:MsgQueue
155 * Get and remove the first UpdateMsg in this MessageQueue.
157 * @return The first UpdateMsg in this MessageQueue.
/forgerock/opendj2-jel-hg/src/server/org/opends/server/replication/server/
H A DMsgQueue.java55 * Return the first UpdateMsg in the MsgQueue.
57 * @return The first UpdateMsg in the MsgQueue.
59 public UpdateMsg first() method in class:MsgQueue
155 * Get and remove the first UpdateMsg in this MessageQueue.
157 * @return The first UpdateMsg in this MessageQueue.
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizationTokenIssuer.java196 public int compare(String first, String second) { argument
197 if (first.equals(key)) {
/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DAssertions.java39 public static void assertAllPrivilegesEquivalent(Collection<Privilege> first, Collection<Privilege> second) { argument
40 assertThat(first.size()).isEqualTo(second.size());
43 sortedFirst.addAll(first);
55 public static void assertPrivilegesEquivalent(Privilege first, Privilege second) { argument
56 if (first == null || second == null) {
57 assertThat(first).isEqualTo(second);
60 assertThat(first.getName()).isEqualTo(second.getName());
61 assertThat(first.getDescription()).isEqualTo(second.getDescription());
62 assertThat(first.getCreatedBy()).isEqualTo(second.getCreatedBy());
63 assertThat(first
75 assertEntitlementsEquivalent(Entitlement first, Entitlement second) argument
89 assertEntitlementConditionsEquivalent(EntitlementCondition first, EntitlementCondition second) argument
98 assertEntitlementSubjectsEquivalent(EntitlementSubject first, EntitlementSubject second) argument
108 assertAllResourceAttributesEquivalent( Collection<ResourceAttribute> first, Collection<ResourceAttribute> second) argument
127 assertResourceAttributesEquivalent(ResourceAttribute first, ResourceAttribute second) argument
137 assertReferralPrivilegesEquivalent(ReferralPrivilege first, ReferralPrivilege second) argument
158 compare(ResourceAttribute first, ResourceAttribute second) argument
166 compare(Privilege first, Privilege second) argument
[all...]
H A DXACMLSchemaFactoryTest.java175 * @param ra1 the first specified resource attribute object
184 * @param ra1 the first specified resource attribute object
204 * @param ae1 the first advice expression object
213 * @param ae1 the first advice expression object
242 * @param one The first set of strings
286 * @param list1 The first list.
312 * @param first First attribute assignment expression to check
316 private boolean checkEqualAttributeAssignmentExpressions(AttributeAssignmentExpression first, argument
318 if (first == null && second == null) {
321 if (first
349 checkEqualAttributeValues(AttributeValue first, AttributeValue second) argument
[all...]
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DAuthorizationTokenIssuer.java211 public int compare(String first, String second) { argument
212 if (first.equals(key)) {
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DAssertions.java40 public static void assertAllPrivilegesEquivalent(Collection<Privilege> first, Collection<Privilege> second) argument
42 assertThat(first.size()).isEqualTo(second.size());
45 sortedFirst.addAll(first);
57 public static void assertPrivilegesEquivalent(Privilege first, Privilege second) argument
59 if (first == null || second == null) {
60 assertThat(first).isEqualTo(second);
63 assertThat(first.getName()).isEqualTo(second.getName());
64 assertThat(first.getDescription()).isEqualTo(second.getDescription());
65 assertThat(first.getCreatedBy()).isEqualTo(second.getCreatedBy());
66 assertThat(first
78 assertEntitlementsEquivalent(Entitlement first, Entitlement second) argument
92 assertEntitlementConditionsEquivalent(EntitlementCondition first, EntitlementCondition second) argument
101 assertEntitlementSubjectsEquivalent(EntitlementSubject first, EntitlementSubject second) argument
112 assertAllResourceAttributesEquivalent( Collection<ResourceAttribute> first, Collection<ResourceAttribute> second) argument
131 assertResourceAttributesEquivalent(ResourceAttribute first, ResourceAttribute second) argument
141 assertReferralPrivilegesEquivalent(ReferralPrivilege first, ReferralPrivilege second) argument
162 compare(ResourceAttribute first, ResourceAttribute second) argument
170 compare(Privilege first, Privilege second) argument
[all...]
/forgerock/opendj2/src/server/org/opends/server/replication/server/
H A DMsgQueue.java58 * Return the first UpdateMsg in the MsgQueue.
60 * @return The first UpdateMsg in the MsgQueue.
62 public UpdateMsg first() method in class:MsgQueue
148 * Get and remove the first UpdateMsg in this MessageQueue.
150 * @return The first UpdateMsg in this MessageQueue.
/forgerock/opendj2-hg/src/server/org/opends/server/replication/server/
H A DMsgQueue.java58 * Return the first UpdateMsg in the MsgQueue.
60 * @return The first UpdateMsg in the MsgQueue.
62 public UpdateMsg first() method in class:MsgQueue
148 * Get and remove the first UpdateMsg in this MessageQueue.
150 * @return The first UpdateMsg in this MessageQueue.
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/server/
H A DMsgQueue.java60 * Return the first UpdateMsg in the MsgQueue.
62 * @return The first UpdateMsg in the MsgQueue.
64 public UpdateMsg first() method in class:MsgQueue
148 * Get and remove the first UpdateMsg in this MessageQueue.
150 * @return The first UpdateMsg in this MessageQueue.
/forgerock/web-agents-v4/zlib/
H A Dgzwrite.c78 /* allocate memory if this is the first time through */
137 int first; local
146 first = 1;
150 if (first) {
152 first = 0;
195 /* allocate memory if this is the first time through */
H A Dcrc32.c16 protection on the static variables used to control the first-use generation
18 first call get_crc_table() to initialize the tables before allowing more than
84 The first table is simply the CRC of all possible eight bit values. This is
96 static volatile int first = 1; /* flag to limit concurrent making */ local
102 if (first) {
103 first = 0;
120 and then the byte reversal of those as well as the first table */
134 else { /* not first */
383 /* apply len2 zeros to crc1 (first square will put the operator for one
/forgerock/openam-v13/openam-authentication/deviceprint/module/src/main/java/org/forgerock/openam/authentication/modules/deviceprint/comparators/
H A DColocationComparator.java144 * @param first The x co-ordinates.
148 private boolean atLeastOneNull(Double first, Double second) { argument
149 return first == null || second == null;
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestRDN.java624 * @param first
634 public void testEquality(String first, String second, int result) argument
636 RDN rdn1 = RDN.decode(first);
640 assertTrue(rdn1.equals(rdn2), "RDN equality for <" + first
643 assertFalse(rdn1.equals(rdn2), "RDN equality for <" + first
653 * @param first
663 public void testHashCode(String first, String second, int result) argument
665 RDN rdn1 = RDN.decode(first);
673 fail("Hash codes for <" + first + "> and <" + second
678 fail("Hash codes for <" + first
699 testCompareTo(String first, String second, int result) argument
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestRDN.java623 * @param first
633 public void testEquality(String first, String second, int result) argument
635 RDN rdn1 = RDN.decode(first);
639 assertTrue(rdn1.equals(rdn2), "RDN equality for <" + first
642 assertFalse(rdn1.equals(rdn2), "RDN equality for <" + first
652 * @param first
662 public void testHashCode(String first, String second, int result) argument
664 RDN rdn1 = RDN.decode(first);
672 fail("Hash codes for <" + first + "> and <" + second
677 fail("Hash codes for <" + first
698 testCompareTo(String first, String second, int result) argument
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestRDN.java624 * @param first
634 public void testEquality(String first, String second, int result) argument
636 RDN rdn1 = RDN.decode(first);
640 assertTrue(rdn1.equals(rdn2), "RDN equality for <" + first
643 assertFalse(rdn1.equals(rdn2), "RDN equality for <" + first
653 * @param first
663 public void testHashCode(String first, String second, int result) argument
665 RDN rdn1 = RDN.decode(first);
673 fail("Hash codes for <" + first + "> and <" + second
678 fail("Hash codes for <" + first
699 testCompareTo(String first, String second, int result) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestRDN.java623 * @param first
633 public void testEquality(String first, String second, int result) argument
635 RDN rdn1 = RDN.decode(first);
639 assertTrue(rdn1.equals(rdn2), "RDN equality for <" + first
642 assertFalse(rdn1.equals(rdn2), "RDN equality for <" + first
652 * @param first
662 public void testHashCode(String first, String second, int result) argument
664 RDN rdn1 = RDN.decode(first);
672 fail("Hash codes for <" + first + "> and <" + second
677 fail("Hash codes for <" + first
698 testCompareTo(String first, String second, int result) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestRDN.java624 * @param first
634 public void testEquality(String first, String second, int result) argument
636 RDN rdn1 = RDN.decode(first);
640 assertTrue(rdn1.equals(rdn2), "RDN equality for <" + first
643 assertFalse(rdn1.equals(rdn2), "RDN equality for <" + first
653 * @param first
663 public void testHashCode(String first, String second, int result) argument
665 RDN rdn1 = RDN.decode(first);
673 fail("Hash codes for <" + first + "> and <" + second
678 fail("Hash codes for <" + first
699 testCompareTo(String first, String second, int result) argument
[all...]
/forgerock/web-agents-v4/pcre/
H A Dpcre_get.c141 firstptr where to put the pointer to the first entry
208 pcre_uchar *first = entry; local
210 while (first > nametable)
213 (pcre_uchar *)(first - entrysize + IMM2_SIZE)) != 0) break;
214 first -= entrysize;
223 *firstptr = (char *)first;
226 *firstptr = (PCRE_UCHAR16 *)first;
229 *firstptr = (PCRE_UCHAR32 *)first;
243 * Find first set of multiple named strings *
247 It returns the number of the first on
274 char *first, *last; local
276 PCRE_UCHAR16 *first, *last; local
278 PCRE_UCHAR32 *first, *last; local
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DTestRDN.java560 * @param first
570 public void testEquality(String first, String second, int result) argument
572 RDN rdn1 = RDN.decode(first);
577 "RDN equality for <" + first + "> and <" + second + ">");
580 "RDN equality for <" + first + "> and <" + second + ">");
589 * @param first
599 public void testHashCode(String first, String second, int result) argument
601 RDN rdn1 = RDN.decode(first);
608 assertEquals(h1, h2, "Hash codes for <" + first + "> and <" + second
611 assertNotEquals(h1, h2, "Hash codes for <" + first
631 testCompareTo(String first, String second, int result) argument
[all...]

Completed in 143 milliseconds

12345