Home
last modified time | relevance | path

Searched defs:customizer (Results 1 – 3 of 3) sorted by relevance

/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
DKeyFactory.java108 public static KeyFactory create(Class keyInterface, Customizer customizer) { in create()
112 public static KeyFactory create(ClassLoader loader, Class keyInterface, Customizer customizer) { in create()
123 private Customizer customizer; field in KeyFactory.Generator
135 public void setCustomizer(Customizer customizer) { in setCustomizer()
DEmitUtils.java390 public static void hash_code(CodeEmitter e, Type type, int multiplier, Customizer customizer) { in hash_code()
407 …oid hash_array(final CodeEmitter e, Type type, final int multiplier, final Customizer customizer) { in hash_array()
423 private static void hash_object(CodeEmitter e, Type type, Customizer customizer) { in hash_object()
480 …id not_equals(final CodeEmitter e, Type type, final Label notEquals, final Customizer customizer) { in not_equals()
491 Customizer customizer, in not_equals_helper()
567 final Customizer customizer) { in append_string()
582 Customizer customizer, in append_string_helper()
/external/chromium_org/chrome/installer/util/
Dhtml_dialog_impl.cc186 Customizer customizer; in ShowModal() local