Searched refs:FAILURE (Results 1 - 25 of 37) sorted by relevance

12

/forgerock/openidm-v4/openidm-util/src/main/java/org/forgerock/openidm/audit/util/
H A DStatus.java28 SUCCESS(1), FAILURE(2); enum constant in enum:Status
/forgerock/openidm-v4/custom-scripted-connector-bundler/src/main/java/org/forgerock/openidm/tools/scriptedbundler/
H A DScriptedBundler.java48 private static int FAILURE = -1; field in class:ScriptedBundler
145 return FAILURE;
155 return FAILURE;
169 return FAILURE;
/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAPushMechanismFactory.m48 static BOOL FAILURE = NO;
219 [self invokeRegistrationHandler:handler result:FAILURE error:error];
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java173 if ((countTestsWithStatus(ITestResult.FAILURE) == 0) &&
197 reportStream.println("# Tests failed: " + countTestsWithStatus(ITestResult.FAILURE));
218 if ((countTestsWithStatus(ITestResult.FAILURE) == 0) &&
727 countTestsWithStatus(ITestResult.FAILURE));
988 // Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE
1053 // Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE
1078 if (_resultCounts[ITestResult.FAILURE] > 0) {
1079 timingOutput.append(" " + _resultCounts[ITestResult.FAILURE] + " failure(s)");
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java165 if (countTestsWithStatus(ITestResult.FAILURE) == 0
189 reportStream.println("# Tests failed: " + countTestsWithStatus(ITestResult.FAILURE));
209 if (countTestsWithStatus(ITestResult.FAILURE) == 0
729 countTestsWithStatus(ITestResult.FAILURE));
977 /** Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE. */
1040 /** Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE. */
1066 if (_resultCounts[ITestResult.FAILURE] > 0) {
1067 timingOutput.append(" ").append(_resultCounts[ITestResult.FAILURE])
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java173 if ((countTestsWithStatus(ITestResult.FAILURE) == 0) &&
197 reportStream.println("# Tests failed: " + countTestsWithStatus(ITestResult.FAILURE));
218 if ((countTestsWithStatus(ITestResult.FAILURE) == 0) &&
727 countTestsWithStatus(ITestResult.FAILURE));
988 // Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE
1053 // Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE
1078 if (_resultCounts[ITestResult.FAILURE] > 0) {
1079 timingOutput.append(" " + _resultCounts[ITestResult.FAILURE] + " failure(s)");
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java165 if (countTestsWithStatus(ITestResult.FAILURE) == 0
189 reportStream.println("# Tests failed: " + countTestsWithStatus(ITestResult.FAILURE));
209 if (countTestsWithStatus(ITestResult.FAILURE) == 0
729 countTestsWithStatus(ITestResult.FAILURE));
977 /** Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE. */
1040 /** Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE. */
1066 if (_resultCounts[ITestResult.FAILURE] > 0) {
1067 timingOutput.append(" ").append(_resultCounts[ITestResult.FAILURE])
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java173 if ((countTestsWithStatus(ITestResult.FAILURE) == 0) &&
197 reportStream.println("# Tests failed: " + countTestsWithStatus(ITestResult.FAILURE));
218 if ((countTestsWithStatus(ITestResult.FAILURE) == 0) &&
727 countTestsWithStatus(ITestResult.FAILURE));
988 // Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE
1053 // Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE
1078 if (_resultCounts[ITestResult.FAILURE] > 0) {
1079 timingOutput.append(" " + _resultCounts[ITestResult.FAILURE] + " failure(s)");
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DTestListener.java170 if (countTestsWithStatus(ITestResult.FAILURE) == 0
194 reportStream.println("# Tests failed: " + countTestsWithStatus(ITestResult.FAILURE));
214 if (countTestsWithStatus(ITestResult.FAILURE) == 0
740 countTestsWithStatus(ITestResult.FAILURE));
985 /** Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE. */
1048 /** Indexed by SUCCESS, FAILURE, SKIP, SUCCESS_PERCENTAGE_FAILURE. */
1074 if (_resultCounts[ITestResult.FAILURE] > 0) {
1075 timingOutput.append(" ").append(_resultCounts[ITestResult.FAILURE])
/forgerock/openam-v13/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/authentication/siteminder/
H A DSMAuthModule.java214 if(status == AgentAPI.FAILURE) {
/forgerock/openam/openam-federation/OpenFM/src/main/integrations/siteminder/source/com/sun/identity/authentication/siteminder/
H A DSMAuthModule.java214 if(status == AgentAPI.FAILURE) {
/forgerock/openidm-v4/openidm-core/src/main/java/org/forgerock/openidm/sync/impl/
H A DObjectMapping.java503 status = Status.FAILURE;
860 status = Status.FAILURE;
870 action) && (status == Status.FAILURE || op.action != null)) {
1177 status = Status.FAILURE; // exception was not intentional
1193 if (!ReconAction.NOREPORT.equals(op.action) && (status == Status.FAILURE || op.action != null)) {
1204 status = Status.FAILURE;
1249 status = Status.FAILURE; // exception was not intentional
1258 if (!ReconAction.NOREPORT.equals(op.action) && (status == Status.FAILURE || op.action != null)) {
1396 logReconEnd(reconContext, context, Status.FAILURE, "Reconciliation failed.");
/forgerock/openidm-v4/openidm-ui/openidm-ui-admin/src/main/js/org/forgerock/openidm/ui/admin/mapping/association/
H A DDataAssociationManagementView.js170 totalRecords = recon.statusSummary.FAILURE + recon.statusSummary.SUCCESS,
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1928 loginState.postProcess(indexType, indexName, LoginState.PostProcessEvent.FAILURE);
H A DLoginState.java4951 case FAILURE:
6289 FAILURE, enum constant in enum:LoginState.PostProcessEvent
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAMLoginContext.java1880 authContext.getLoginState().postProcess(indexType, indexName, LoginState.PostProcessEvent.FAILURE);
H A DLoginState.java4857 case FAILURE:
6151 FAILURE, enum constant in enum:LoginState.PostProcessEvent
/forgerock/opendj2/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/impl/
H A DOpenICFProvisionerService.java567 before, after, Status.FAILURE);
/forgerock/opendj2/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...
/forgerock/opendj-b2.6/ext/testng/lib/
H A Dtestng-5.7b-jdk15.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/beust/ com/beust/testng/ org/ org/testng/ org/ ...

Completed in 350 milliseconds

12