Searched defs:foundAttribute (Results 1 - 3 of 3) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java901 boolean foundAttribute = false;
912 foundAttribute = true;
917 if (!foundAttribute)
1130 boolean foundAttribute =
1132 if (canRemoveAttribute(fractionalExclusive, foundAttribute)
1327 boolean foundAttribute =
1332 return canRemoveAttribute(fractionalExclusive, foundAttribute);
1336 boolean foundAttribute)
1338 return (foundAttribute && fractionalExclusive)
1339 || (!foundAttribute
1335 canRemoveAttribute(boolean fractionalExclusive, boolean foundAttribute) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java901 boolean foundAttribute = false;
912 foundAttribute = true;
917 if (!foundAttribute)
1130 boolean foundAttribute =
1132 if (canRemoveAttribute(fractionalExclusive, foundAttribute)
1327 boolean foundAttribute =
1332 return canRemoveAttribute(fractionalExclusive, foundAttribute);
1336 boolean foundAttribute)
1338 return (foundAttribute && fractionalExclusive)
1339 || (!foundAttribute
1335 canRemoveAttribute(boolean fractionalExclusive, boolean foundAttribute) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DLDAPReplicationDomain.java888 boolean foundAttribute = false;
899 foundAttribute = true;
904 if (!foundAttribute)
1116 boolean foundAttribute =
1118 if (canRemoveAttribute(fractionalExclusive, foundAttribute)
1311 boolean foundAttribute =
1316 return canRemoveAttribute(fractionalExclusive, foundAttribute);
1320 boolean foundAttribute)
1322 return (foundAttribute && fractionalExclusive)
1323 || (!foundAttribute
1319 canRemoveAttribute(boolean fractionalExclusive, boolean foundAttribute) argument
[all...]

Completed in 32 milliseconds