Searched defs:result (Results 251 - 275 of 458) sorted by relevance

<<111213141516171819

/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestStaticUtils.java274 * The expected result.
291 * The expected result.
353 * The expected result.
363 Assert.fail("Expected negative result but got " + rc);
367 Assert.fail("Expected positive result but got " + rc);
371 Assert.fail("Expected zero result but got " + rc);
401 * @param result
402 * The expected result.
407 public void testIsDigit(char c, boolean result) throws Exception { argument
408 Assert.assertEquals(StaticUtils.isDigit(c), result);
453 testIsAlpha(char c, boolean result) argument
501 testIsHexDigit(char c, boolean result) argument
633 testNeedsBase64EncodingString(String s, boolean result) argument
649 testNeedsBase64EncodingBytes(String s, boolean result) argument
684 testIsRelativePath(String path, boolean result) argument
1193 testListsAreEqual(List<?> list1, List<?> list2, boolean result) argument
[all...]
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-apache-regexp.jar ... argument int options java.util.Vector v StringBuffer result org.apache.regexp.RE reg int sOptions ...
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java1018 * The expected result.
1087 * The expected result.
1172 * @param result
1173 * Expected comparison result.
1178 public void testEquality(String first, String second, int result) argument
1183 if (result == 0) {
1216 * @param result
1217 * Expected comparison result.
1222 public void testHashCode(String first, String second, int result) argument
1230 if (result
1258 testCompareTo(String first, String second, int result) argument
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestStaticUtils.java273 * The expected result.
290 * The expected result.
352 * The expected result.
362 Assert.fail("Expected negative result but got " + rc);
366 Assert.fail("Expected positive result but got " + rc);
370 Assert.fail("Expected zero result but got " + rc);
400 * @param result
401 * The expected result.
406 public void testIsDigit(char c, boolean result) throws Exception { argument
407 Assert.assertEquals(StaticUtils.isDigit(c), result);
452 testIsAlpha(char c, boolean result) argument
500 testIsHexDigit(char c, boolean result) argument
632 testNeedsBase64EncodingString(String s, boolean result) argument
648 testNeedsBase64EncodingBytes(String s, boolean result) argument
683 testIsRelativePath(String path, boolean result) argument
1192 testListsAreEqual(List<?> list1, List<?> list2, boolean result) argument
[all...]
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-apache-regexp.jar ... argument int options java.util.Vector v StringBuffer result org.apache.regexp.RE reg int sOptions ...
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestDN.java1019 * The expected result.
1088 * The expected result.
1173 * @param result
1174 * Expected comparison result.
1179 public void testEquality(String first, String second, int result) argument
1184 if (result == 0) {
1217 * @param result
1218 * Expected comparison result.
1223 public void testHashCode(String first, String second, int result) argument
1231 if (result
1259 testCompareTo(String first, String second, int result) argument
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestStaticUtils.java274 * The expected result.
291 * The expected result.
353 * The expected result.
363 Assert.fail("Expected negative result but got " + rc);
367 Assert.fail("Expected positive result but got " + rc);
371 Assert.fail("Expected zero result but got " + rc);
401 * @param result
402 * The expected result.
407 public void testIsDigit(char c, boolean result) throws Exception { argument
408 Assert.assertEquals(StaticUtils.isDigit(c), result);
453 testIsAlpha(char c, boolean result) argument
501 testIsHexDigit(char c, boolean result) argument
633 testNeedsBase64EncodingString(String s, boolean result) argument
649 testNeedsBase64EncodingBytes(String s, boolean result) argument
684 testIsRelativePath(String path, boolean result) argument
1193 testListsAreEqual(List<?> list1, List<?> list2, boolean result) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DJdbcSimpleUserDao.java676 //in result set fecthing
703 ResultSet result = null;
710 result = stmt.executeQuery();
712 //actually the result set should only have ONE record,
714 if (result.next() ) {
723 //result set counting starts at 1 so add 1
724 v = result.getString(i + 1);
755 * the DB table and no "address" included in the result set for each row,
825 //position map to be used later in result set fetching
965 ResultSet result
1178 closeResultSet(ResultSet result) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DConfigurationHandler.java268 public void handleResult(Result result) argument
423 final ConfigChangeResult result = listener.applyConfigurationAdd(entry);
424 if (result.getResultCode() != ResultCode.SUCCESS)
426 resultCode = resultCode == ResultCode.SUCCESS ? result.getResultCode() : resultCode;
427 messages.addAll(result.getMessages());
430 handleConfigChangeResult(result, entry.getName(), listener.getClass().getName(), "applyConfigurationAdd");
510 final ConfigChangeResult result = listener.applyConfigurationDelete(entry);
511 if (result.getResultCode() != ResultCode.SUCCESS)
513 resultCode = resultCode == ResultCode.SUCCESS ? result.getResultCode() : resultCode;
514 messages.addAll(result
902 handleConfigChangeResult(ConfigChangeResult result, DN entryDN, String className, String methodName) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-apache-regexp.jar ... argument int options java.util.Vector v StringBuffer result org.apache.regexp.RE reg int sOptions ...
/forgerock/web-agents-v4/tests/
H A Dtest_policy_cache.c191 char* result = NULL; local
198 am_asprintf(&result, pll, buff1);
201 return result;
235 static void test_policy_structure(struct am_policy_result * result) argument
237 struct am_policy_result* r = result;
272 delete_am_policy_result_list(&result);
281 struct am_policy_result* result; local
285 result = am_parse_policy_xml(0l, buffer, size, 0);
289 test_policy_structure(result);
313 struct am_policy_result * result; local
355 test_cache_with_seed(int seed, int test_size, am_request_t * request, struct am_policy_result * result, am_bool_t error) argument
408 test_cache(int test_size, am_request_t * request, struct am_policy_result * result) argument
413 test_cache_keys(int test_size, char** keys, am_request_t* request, struct am_policy_result* result) argument
444 struct am_policy_result * result; local
475 struct am_policy_result * result; local
510 struct am_policy_result * result; local
609 struct am_policy_result * result = NULL; local
645 struct am_policy_result * result; member in struct:test_cache_params
665 struct am_policy_result* result; local
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/types/
H A DTestDN.java994 * The expected result.
1063 * The expected result.
1144 * @param result
1145 * Expected comparison result.
1150 public void testEquality(String first, String second, int result) argument
1155 if (result == 0) {
1186 * @param result
1187 * Expected comparison result.
1192 public void testHashCode(String first, String second, int result) argument
1200 if (result
1224 testCompareTo(String first, String second, int result) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestStaticUtils.java244 * The expected result.
261 * The expected result.
310 * The expected result.
320 Assert.fail("Expected negative result but got " + rc);
324 Assert.fail("Expected positive result but got " + rc);
328 Assert.fail("Expected zero result but got " + rc);
358 * @param result
359 * The expected result.
364 public void testIsDigit(char c, boolean result) throws Exception { argument
365 Assert.assertEquals(StaticUtils.isDigit(c), result);
410 testIsAlpha(char c, boolean result) argument
458 testIsHexDigit(char c, boolean result) argument
590 testNeedsBase64EncodingString(String s, boolean result) argument
606 testNeedsBase64EncodingBytes(String s, boolean result) argument
641 testIsRelativePath(String path, boolean result) argument
1179 testListsAreEqual(List<?> list1, List<?> list2, boolean result) argument
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/plugins/database/
H A DJdbcSimpleUserDao.java676 //in result set fecthing
703 ResultSet result = null;
710 result = stmt.executeQuery();
712 //actually the result set should only have ONE record,
714 if (result.next() ) {
723 //result set counting starts at 1 so add 1
724 v = result.getString(i + 1);
755 * the DB table and no "address" included in the result set for each row,
825 //position map to be used later in result set fetching
965 ResultSet result
1178 closeResultSet(ResultSet result) argument
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsResourceProvider.java355 JsonValue result = json(object(field("type", "object")));
356 addGlobalSchema(context, result);
357 addOrganisationSchema(context, result);
358 addDynamicSchema(context, result);
359 return result;
363 * Add the global attribute schema to the given {@link JsonValue} result.
365 * @param result The response body {@link JsonValue}.
367 protected void addGlobalSchema(Optional<Context> context, JsonValue result) { argument
369 addAttributeSchema(result, "/" + PROPERTIES + "/", schema, context);
374 * Add the organisation attribute schema to the given {@link JsonValue} result
380 addOrganisationSchema(Optional<Context> context, JsonValue result) argument
391 addDynamicSchema(Optional<Context> context, JsonValue result) argument
402 addGlobalAttributes(ServiceConfig config, JsonValue result) argument
418 addOrganisationAttributes(String realm, ServiceConfig config, JsonValue result) argument
430 addDynamicAttributes(String realm, JsonValue result) argument
473 addAttributeSchema(JsonValue result, String path, ServiceSchema schemas, Optional<Context> context) argument
532 addExampleValue(JsonValue result, String path, AttributeSchema attribute, String attributePath) argument
563 addType(JsonValue result, String pointer, AttributeSchema attribute, Optional<Context> context) argument
[all...]
/forgerock/opendj-b2.6/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2.6.2/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2-jel-hg/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj2-hg/ext/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DConfigFileHandler.java984 * specified source file. The result will be written to a temporary file, the
1433 ConfigChangeResult result = l.applyConfigurationAdd(newEntry);
1434 if (result.getResultCode() != ResultCode.SUCCESS)
1438 resultCode = result.getResultCode();
1441 messages.addAll(result.getMessages());
1444 handleConfigChangeResult(result, newEntry.getDN(),
1593 ConfigChangeResult result = l.applyConfigurationDelete(entry);
1594 if (result.getResultCode() != ResultCode.SUCCESS)
1598 resultCode = result.getResultCode();
1601 messages.addAll(result
3630 handleConfigChangeResult(ConfigChangeResult result, DN entryDN, String className, String methodName) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DSubCommandHandler.java131 // The current result.
132 private MenuResult<ManagedObject<?>> result; field in class:SubCommandHandler.ManagedObjectFinder
141 if (result.isSuccess()) {
152 result.getValue(), r, d);
155 result = MenuResult.cancel();
158 result = MenuResult.quit();
165 result = MenuResult.quit();
173 result = MenuResult.quit();
177 ManagedObject<?> child = result.getValue().getChild(r, childName);
184 result
[all...]
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DConfigFileHandler.java825 * specified source file. The result will be written to a temporary file, the
1188 ConfigChangeResult result = l.applyConfigurationAdd(newEntry);
1189 if (result.getResultCode() != ResultCode.SUCCESS)
1193 resultCode = result.getResultCode();
1196 messages.addAll(result.getMessages());
1199 handleConfigChangeResult(result, newEntry.getDN(),
1344 ConfigChangeResult result = l.applyConfigurationDelete(entry);
1345 if (result.getResultCode() != ResultCode.SUCCESS)
1349 resultCode = result.getResultCode();
1352 messages.addAll(result
3250 handleConfigChangeResult(ConfigChangeResult result, DN entryDN, String className, String methodName) argument
[all...]
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestObjectClass.java446 * @param result
447 * Expected result.
453 ObjectClassType result) throws Exception {
458 Assert.assertEquals(c.getObjectClassType(), result);
1180 * @param result
1181 * Expected result.
1187 boolean result) throws Exception {
1190 Assert.assertEquals(c.isExtensibleObject(), result);
452 testGetObjectClassType(ObjectClassType type, ObjectClassType result) argument
1186 testIsExtensibleObject(String name, String oid, boolean result) argument
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/types/
H A DTestObjectClass.java445 * @param result
446 * Expected result.
452 ObjectClassType result) throws Exception {
457 Assert.assertEquals(c.getObjectClassType(), result);
1179 * @param result
1180 * Expected result.
1186 boolean result) throws Exception {
1189 Assert.assertEquals(c.isExtensibleObject(), result);
451 testGetObjectClassType(ObjectClassType type, ObjectClassType result) argument
1185 testIsExtensibleObject(String name, String oid, boolean result) argument

Completed in 133 milliseconds

<<111213141516171819