Lines Matching defs:createAttribute

149             createAttribute(cnType, "cn", noOptions, noValues),
157 createAttribute(cnType, "cn", oneOption, noValues),
165 createAttribute(cnType, "cn", twoOptions, noValues),
173 createAttribute(cnType, "cn", threeOptions, noValues),
181 createAttribute(cnType, "cn", noOptions, oneValue),
189 createAttribute(cnType, "cn", oneOption, oneValue),
197 createAttribute(cnType, "cn", twoOptions, oneValue),
205 createAttribute(cnType, "cn", threeOptions, oneValue),
213 createAttribute(cnType, "cn", noOptions, twoValues),
221 createAttribute(cnType, "cn", oneOption, twoValues),
229 createAttribute(cnType, "cn", twoOptions, twoValues),
237 createAttribute(cnType, "cn", threeOptions, twoValues),
245 createAttribute(cnType, "cn", noOptions, threeValues),
253 createAttribute(cnType, "cn", oneOption, threeValues),
261 createAttribute(cnType, "cn", twoOptions, threeValues),
269 createAttribute(cnType, "cn", threeOptions, threeValues),
317 new AttributeBuilder(createAttribute(cnType, "CN", threeOptions,
326 new AttributeBuilder(createAttribute(cnType, "CN", threeOptions,
335 new AttributeBuilder(createAttribute(cnType, "CN", threeOptions,
430 createAttribute(cnType, "cn", noOptions, noValues),
431 createAttribute(cnType, "cn", oneOption, noValues),
436 createAttribute(cnType, "cn", noOptions, noValues),
437 createAttribute(cnType, "cn", twoOptions, noValues),
442 createAttribute(cnType, "cn", oneOption, noValues),
443 createAttribute(cnType, "cn", oneOption, noValues),
448 createAttribute(cnType, "cn", twoOptions, noValues),
449 createAttribute(cnType, "cn", twoOptions, noValues),
454 createAttribute(cnType, "cn", oneOption, noValues),
455 createAttribute(cnType, "cn", noOptions, noValues),
460 createAttribute(cnType, "cn", twoOptions, noValues),
461 createAttribute(cnType, "cn", noOptions, noValues),
466 createAttribute(cnType, "cn", noOptions, noValues),
467 createAttribute(cnType, "cn", noOptions, oneValue),
472 createAttribute(cnType, "cn", noOptions, oneValue),
473 createAttribute(cnType, "cn", noOptions, noValues),
478 createAttribute(cnType, "cn", noOptions, noValues),
479 createAttribute(cnType, "cn", noOptions, twoValues),
484 createAttribute(cnType, "cn", noOptions, twoValues),
485 createAttribute(cnType, "cn", noOptions, noValues),
490 createAttribute(cnType, "cn", noOptions, oneValue),
491 createAttribute(cnType, "cn", noOptions, twoValues),
496 createAttribute(cnType, "cn", noOptions, twoValues),
497 createAttribute(cnType, "cn", noOptions, oneValue),
502 createAttribute(cnType, "cn", oneOption, oneValue),
503 createAttribute(cnType, "cn", oneOption, oneValue),
508 createAttribute(cnType, "cn", twoOptions, twoValues),
509 createAttribute(cnType, "cn", twoOptions, twoValues),
547 Assert.assertTrue(builder.addAll(createAttribute(cnType, "cn", noOptions,
552 Assert.assertFalse(builder.addAll(createAttribute(cnType, "cn", noOptions,
670 builder.addAll(createAttribute(cnType, "cn", noOptions, twoValues));
690 builder.addAll(createAttribute(cnType, "cn", noOptions, twoValues));
707 builder.addAll(createAttribute(cnType, "cn", noOptions, twoValues));
830 builder.addAll(createAttribute(cnType, "cn", noOptions, threeValues));
833 Assert.assertTrue(builder.removeAll(createAttribute(cnType, "cn",
838 Assert.assertFalse(builder.removeAll(createAttribute(cnType, "cn",
866 builder.addAll(createAttribute(cnType, "cn", noOptions, threeValues));
900 builder.addAll(createAttribute(cnType, "cn", noOptions, threeValues));
929 builder.addAll(createAttribute(cnType, "cn", noOptions, threeValues));
957 builder.addAll(createAttribute(cnType, "cn", noOptions, threeValues));
959 builder.replaceAll(createAttribute(cnType, "cn", noOptions, replaceValues));
977 builder.addAll(createAttribute(cnType, "cn", noOptions, threeValues));
999 builder.addAll(createAttribute(cnType, "cn", noOptions, threeValues));
1018 builder.addAll(createAttribute(cnType, "cn", noOptions, threeValues));
1834 private Attribute createAttribute(AttributeType type, String name,