/external/chromium_org/chrome/installer/util/ |
html_dialog_impl.cc | 160 void EulaHTMLDialog::Customizer::OnBeforeCreation(wchar_t** extra) { 165 void EulaHTMLDialog::Customizer::OnBeforeDisplay(void* window) { 186 Customizer customizer; local 187 HTMLDialog::DialogResult dr = dialog_->ShowModal(NULL, &customizer);
|
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
KeyFactory.java | 87 public static final Customizer CLASS_BY_NAME = new Customizer() { 95 public static final Customizer OBJECT_BY_CLASS = new Customizer() { 108 public static KeyFactory create(Class keyInterface, Customizer customizer) { 109 return create(keyInterface.getClassLoader(), keyInterface, customizer); 112 public static KeyFactory create(ClassLoader loader, Class keyInterface, Customizer customizer) { 115 gen.setCustomizer(customizer); 123 private Customizer customizer; field in class:KeyFactory.Generator [all...] |
EmitUtils.java | 390 public static void hash_code(CodeEmitter e, Type type, int multiplier, Customizer customizer) { 392 hash_array(e, type, multiplier, customizer); 401 hash_object(e, type, customizer); 407 private static void hash_array(final CodeEmitter e, Type type, final int multiplier, final Customizer customizer) { 414 hash_code(e, type, multiplier, customizer); 423 private static void hash_object(CodeEmitter e, Type type, Customizer customizer) { 429 if (customizer != null) [all...] |
/external/dexmaker/lib/ |
mockito-core-1.9.1-SNAPSHOT.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.osgi_3.6.1.R36x_v20100806.jar | |
org.eclipse.osgi_3.6.2.R36x_v20101103.jar | |