Searched refs:origList (Results 1 - 3 of 3) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java203 List origList = null; field in class:AMLoginModule
553 if (origList == null || origList.isEmpty()) {
580 return cloneCallbacks(index-1, (Callback[]) origList.get(index-1));
586 origList = AMModuleProperties.getModuleProperties(fileName);
587 if (origList == null || origList.isEmpty()) {
594 stateLength = origList.size();
848 Callback callback = ((Callback[]) origList.get(state-1))[index+1];
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMLoginModule.java209 List origList = null; field in class:AMLoginModule
566 if (origList == null || origList.isEmpty()) {
593 return cloneCallbacks(index-1, (Callback[]) origList.get(index-1));
599 origList = AMModuleProperties.getModuleProperties(fileName);
600 if (origList == null || origList.isEmpty()) {
607 stateLength = origList.size();
860 Callback callback = ((Callback[]) origList.get(state-1))[index+1];
/inkscape/src/libavoid/
H A Dorthogonal.cpp2089 static ShiftSegmentList linesort(ShiftSegmentList origList, argument
2094 while (!origList.empty())
2096 // Get and remove the first element from the origList.
2097 ShiftSegment segment = origList.front();
2098 origList.pop_front();

Completed in 57 milliseconds