Searched defs:result (Results 301 - 325 of 458) sorted by relevance

<<111213141516171819

/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/federation/jaxb/entityconfig/impl/runtime/
H A DSAXUnmarshallerHandlerImpl.java75 result = null;
102 if(result==null) {
119 result = unmarshaller.owner();
149 private Object result; field in class:SAXUnmarshallerHandlerImpl
154 if(!aborted) return result;
/forgerock/openam/openam-schema/openam-saml2-schema/src/main/java/com/sun/identity/saml2/jaxb/assertion/impl/runtime/
H A DSAXUnmarshallerHandlerImpl.java75 result = null;
102 if(result==null) {
119 result = unmarshaller.owner();
149 private Object result; field in class:SAXUnmarshallerHandlerImpl
154 if(!aborted) return result;
/forgerock/openam/openam-schema/openam-wsfederation-schema/src/main/java/com/sun/identity/wsfederation/jaxb/entityconfig/impl/runtime/
H A DSAXUnmarshallerHandlerImpl.java75 result = null;
102 if(result==null) {
119 result = unmarshaller.owner();
149 private Object result; field in class:SAXUnmarshallerHandlerImpl
154 if(!aborted) return result;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DAgentConfiguration.java1042 Map result = new HashMap();
1050 result.put(as.getName(), values);
1071 result.put(ATTR_NAME_FREE_FORM, freeForm);
1074 return result;
1126 Map result = new HashMap();
1134 result.put(name, values);
1138 result.putAll(attrValues);
1141 return result;
1146 Map result = new HashMap();
1167 handleFreeFormAttrValues(values, result);
1228 handleFreeFormAttrValues(Set values, Map result) argument
[all...]
/forgerock/openam/openam-uma/src/main/java/org/forgerock/openam/uma/rest/
H A DUmaPolicyServiceImpl.java326 public Promise<T, ResourceException> apply(final T result) { argument
343 return result;
348 return newResultPromise(result);
926 public Promise<Void, ResourceException> apply(Pair<QueryResponse, List<ResourceResponse>> result) { argument
928 for (ResourceResponse resource : result.getSecond()) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java225 private String getFqMethod(ITestResult result) { argument
226 IClass cls = result.getTestClass();
227 ITestNGMethod method = result.getMethod();
495 private void addTestResult(ITestResult result) { argument
496 getResultsForClass(result.getTestClass()).addTestResult(result);
500 Object[] testInstances = result.getMethod().getInstances();
505 Object[] parameters = result.getParameters();
506 if (result.getStatus() == ITestResult.SUCCESS) {
509 result
995 addTestResult(ITestResult result) argument
1060 addTestResult(ITestResult result) argument
[all...]
/forgerock/opendj2/src/build-tools/windows/
H A Dservice.c183 long result; local
203 result = RegOpenKeyEx(
210 if (result == ERROR_SUCCESS)
220 result = RegCreateKeyEx(
231 if (result != ERROR_SUCCESS)
233 debugError("RegCreateKeyEx failed, result=%d.", result);
240 result = RegSetValueEx(
249 if (result != ERROR_SUCCESS)
251 debugError("RegSetValueEx('EventMessageFile') failed, result
304 long result = RegSetValueEx( local
350 long result; local
743 DWORD result = GetModuleFileName ( local
[all...]
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dservice.c184 long result; local
204 result = RegOpenKeyEx(
211 if (result == ERROR_SUCCESS)
221 result = RegCreateKeyEx(
232 if (result != ERROR_SUCCESS)
234 debugError("RegCreateKeyEx failed, result=%d.", result);
241 result = RegSetValueEx(
250 if (result != ERROR_SUCCESS)
252 debugError("RegSetValueEx('EventMessageFile') failed, result
305 long result = RegSetValueEx( local
351 long result; local
744 DWORD result = GetModuleFileName ( local
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java225 private String getFqMethod(ITestResult result) { argument
226 IClass cls = result.getTestClass();
227 ITestNGMethod method = result.getMethod();
495 private void addTestResult(ITestResult result) { argument
496 getResultsForClass(result.getTestClass()).addTestResult(result);
500 Object[] testInstances = result.getMethod().getInstances();
505 Object[] parameters = result.getParameters();
506 if (result.getStatus() == ITestResult.SUCCESS) {
509 result
995 addTestResult(ITestResult result) argument
1060 addTestResult(ITestResult result) argument
[all...]
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dservice.c184 long result; local
204 result = RegOpenKeyEx(
211 if (result == ERROR_SUCCESS)
221 result = RegCreateKeyEx(
232 if (result != ERROR_SUCCESS)
234 debugError("RegCreateKeyEx failed, result=%d.", result);
241 result = RegSetValueEx(
250 if (result != ERROR_SUCCESS)
252 debugError("RegSetValueEx('EventMessageFile') failed, result
305 long result = RegSetValueEx( local
351 long result; local
744 DWORD result = GetModuleFileName ( local
[all...]
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dservice.c183 long result; local
203 result = RegOpenKeyEx(
210 if (result == ERROR_SUCCESS)
220 result = RegCreateKeyEx(
231 if (result != ERROR_SUCCESS)
233 debugError("RegCreateKeyEx failed, result=%d.", result);
240 result = RegSetValueEx(
249 if (result != ERROR_SUCCESS)
251 debugError("RegSetValueEx('EventMessageFile') failed, result
304 long result = RegSetValueEx( local
350 long result; local
743 DWORD result = GetModuleFileName ( local
[all...]
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dservice.c184 long result; local
204 result = RegOpenKeyEx(
211 if (result == ERROR_SUCCESS)
221 result = RegCreateKeyEx(
232 if (result != ERROR_SUCCESS)
234 debugError("RegCreateKeyEx failed, result=%d.", result);
241 result = RegSetValueEx(
250 if (result != ERROR_SUCCESS)
252 debugError("RegSetValueEx('EventMessageFile') failed, result
305 long result = RegSetValueEx( local
351 long result; local
744 DWORD result = GetModuleFileName ( local
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java225 private String getFqMethod(ITestResult result) { argument
226 IClass cls = result.getTestClass();
227 ITestNGMethod method = result.getMethod();
495 private void addTestResult(ITestResult result) { argument
496 getResultsForClass(result.getTestClass()).addTestResult(result);
500 Object[] testInstances = result.getMethod().getInstances();
505 Object[] parameters = result.getParameters();
506 if (result.getStatus() == ITestResult.SUCCESS) {
509 result
995 addTestResult(ITestResult result) argument
1060 addTestResult(ITestResult result) argument
[all...]
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java513 PasswordPolicyResult result = checkControls(controls);
515 if (result == null) {
522 processPasswordPolicyControls(result);
526 PasswordPolicyResult result = checkControls(processControls(ere.getResult()));
527 if (result != null) {
528 processPasswordPolicyControls(result);
548 PasswordPolicyResult result = checkControls(processControls(ere.getResult()));
550 if (result != null) {
551 processPasswordPolicyControls(result);
560 PasswordPolicyResult result
970 processControls(Result result) argument
1018 processPasswordPolicyControls(PasswordPolicyResult result) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dservice.c183 long result; local
203 result = RegOpenKeyEx(
210 if (result == ERROR_SUCCESS)
220 result = RegCreateKeyEx(
231 if (result != ERROR_SUCCESS)
233 debugError("RegCreateKeyEx failed, result=%d.", result);
240 result = RegSetValueEx(
249 if (result != ERROR_SUCCESS)
251 debugError("RegSetValueEx('EventMessageFile') failed, result
304 long result = RegSetValueEx( local
350 long result; local
743 DWORD result = GetModuleFileName ( local
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DTestListener.java221 private String getFqMethod(ITestResult result) { argument
222 IClass cls = result.getTestClass();
223 ITestNGMethod method = result.getMethod();
504 private void addTestResult(ITestResult result) { argument
505 getResultsForClass(result.getTestClass()).addTestResult(result);
509 Object[] testInstances = result.getMethod().getInstances();
514 Object[] parameters = result.getParameters();
515 if (result.getStatus() == ITestResult.SUCCESS) {
518 result
992 addTestResult(ITestResult result) argument
1055 addTestResult(ITestResult result) argument
[all...]
/forgerock/web-agents-v4/source/
H A Dadmin_iis.c370 BOOL result = FALSE; local
416 result = TRUE;
419 result = TRUE;
423 result = FALSE;
449 return result;
457 BOOL result = FALSE; local
517 result = TRUE;
529 return result;
565 BOOL result = FALSE; local
614 result
643 BOOL result = FALSE; local
1068 BOOL result = FALSE; local
[all...]
H A Dcache.c553 int result; local
561 result = am_shm_lock(cache);
562 if (result != AM_SUCCESS) {
563 return result;
579 result = delete_cache_entry(entry_index, cache_entry);
580 if (result != 0) {
589 return result;
/forgerock/web-agents-v4/source/varnish3/
H A Dagent.c579 unsigned int result = 0; local
589 return result;
597 return result;
606 return result;
641 result = am_request.status == AM_SUCCESS;
649 return result;
/forgerock/web-agents-v4/tests/
H A Dtest_utility.c182 int result; local
186 result = am_vasprintf(p, format, args);
189 return result;
362 int result = char_count(richard3, 'e', &last); local
364 assert_int_equal(result, 5);
367 result = char_count(as_you_like_it_1, 't', NULL);
368 assert_int_equal(result, 3);
370 result = char_count(as_you_like_it_3, '\t', &last);
371 assert_int_equal(result, 0);
384 char* result local
473 int result; local
[all...]
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/ldap/
H A DLDAPAuthUtils.java514 PasswordPolicyResult result = checkControls(controls);
516 if (result == null) {
523 processPasswordPolicyControls(result);
527 PasswordPolicyResult result = checkControls(processControls(ere.getResult()));
528 if (result != null) {
529 processPasswordPolicyControls(result);
549 PasswordPolicyResult result = checkControls(processControls(ere.getResult()));
551 if (result != null) {
552 processPasswordPolicyControls(result);
561 PasswordPolicyResult result
971 processControls(Result result) argument
1019 processPasswordPolicyControls(PasswordPolicyResult result) argument
[all...]
/forgerock/openam/openam-core-rest/src/main/java/org/forgerock/openam/core/rest/sms/
H A DSmsServerPropertiesResource.java700 JsonValue result = json(object());
703 addDefaultAttributes(result, defaultConfig);
705 addDirectoryConfiguration(result, token, serverUrl);
707 addServerAttributes(result, defaultConfig, serverConfig, token, serverUrl);
710 return newResultPromise(newResourceResponse(serverId + "/properties/" + tabName, valueOf(result
711 .hashCode()), result));
732 private void addDirectoryConfiguration(JsonValue result, SSOToken token, String serverUrl) throws SMSException { argument
735 result.addPermissive(new JsonPointer(path + "minConnectionPool"), serverConfig.getSMSServerGroup().minPool);
736 result.addPermissive(new JsonPointer(path + "maxConnectionPool"), serverConfig.getSMSServerGroup().maxPool);
740 result
759 addDefaultAttributes(JsonValue result, ServiceConfig defaultConfig) argument
777 addServerAttributes(JsonValue result, ServiceConfig defaultConfig, ServiceConfig serverConfig, SSOToken token, String serverUrl) argument
[all...]
/forgerock/opendj2/ext/ant/lib/
H A Dant-testutil.jar ... java.lang.String) String property String value String result public void assertPropertySet (java.lang.String) String property ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-testutil.jar ... java.lang.String) String property String value String result public void assertPropertySet (java.lang.String) String property ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-testutil.jar ... java.lang.String) String property String value String result public void assertPropertySet (java.lang.String) String property ...

Completed in 273 milliseconds

<<111213141516171819