/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...] |
Customizer.java | 20 public interface Customizer {
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/ |
SymbolsShifted.java | 30 public SymbolsShifted(final LayoutCustomizer customizer) { 31 mCustomizer = customizer; 36 final LayoutCustomizer customizer = mCustomizer; local 37 builder.replaceKeyOfLabel(OTHER_CURRENCIES, (Object[])customizer.getOtherCurrencyKeys()); 39 builder.addKeysOnTheLeftOfRow(3, customizer.getBackToSymbolsKey()) 41 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey()) 42 .addKeysOnTheRightOfRow(4, customizer.getEnterKey(isPhone)); 49 .addKeysOnTheRightOfRow(2, customizer.getEnterKey(isPhone)) 50 .addKeysOnTheLeftOfRow(3, customizer.getBackToSymbolsKey()) 51 .addKeysOnTheRightOfRow(3, customizer.getBackToSymbolsKey() [all...] |
Symbols.java | 30 public Symbols(final LayoutCustomizer customizer) { 31 mCustomizer = customizer; 36 final LayoutCustomizer customizer = mCustomizer; local 37 builder.replaceKeyOfLabel(CURRENCY, customizer.getCurrencyKey()); 39 customizer.getDoubleQuoteMoreKeys(), customizer.getDoubleAngleQuoteKeys()))); 41 customizer.getSingleQuoteMoreKeys(), customizer.getSingleAngleQuoteKeys()))); 43 builder.addKeysOnTheLeftOfRow(3, customizer.getSymbolsShiftKey(isPhone)) 45 .addKeysOnTheLeftOfRow(4, customizer.getAlphabetKey() [all...] |
Azerty.java | 27 public Azerty(final LayoutCustomizer customizer) { 28 super(customizer, Symbols.class, SymbolsShifted.class); 36 final LayoutCustomizer customizer = getCustomizer(); local 38 customizer.setAccentedLetters(builder); 40 customizer.getSingleQuoteMoreKeys(), 41 customizer.getSingleAngleQuoteKeys())));
|
PcQwerty.java | 31 public PcQwerty(final LayoutCustomizer customizer) { 32 super(customizer, Symbols.class, SymbolsShifted.class); 69 final LayoutCustomizer customizer = getCustomizer(); local 71 customizer.setAccentedLetters(builder); 78 customizer.getDoubleQuoteMoreKeys(), 79 customizer.getSingleQuoteMoreKeys()))) 109 final LayoutCustomizer customizer = getCustomizer(); local 110 customizer.setAccentedLetters(builder); 116 customizer.getCurrencyKey(), 135 customizer.getDoubleQuoteMoreKeys() 156 final LayoutCustomizer customizer = getCustomizer(); local [all...] |
Qwertz.java | 25 public Qwertz(final LayoutCustomizer customizer) { 26 super(customizer, Symbols.class, SymbolsShifted.class);
|
LayoutBase.java | 230 LayoutBase(final LayoutCustomizer customizer, final Class<? extends Symbols> symbolsClass, 232 mCustomizer = customizer; 235 .newInstance(customizer); 237 .newInstance(customizer); 256 * The layout customizer for this layout. 257 * @return the layout customizer; 341 final LayoutCustomizer customizer = getCustomizer(); local 342 final int numberOfRows = customizer.getNumberOfRows(); 343 builder.setKeysOfRow(numberOfRows, (Object[])customizer.getSpaceKeys(isPhone)); 345 numberOfRows, (Object[])customizer.getKeysLeftToSpacebar(isPhone)) [all...] |
Nordic.java | 28 public Nordic(final LayoutCustomizer customizer) { 29 super(customizer, Symbols.class, SymbolsShifted.class);
|
Qwerty.java | 28 public Qwerty(final LayoutCustomizer customizer) { 29 super(customizer, Symbols.class, SymbolsShifted.class);
|
Spanish.java | 25 public Spanish(final LayoutCustomizer customizer) { 26 super(customizer, Symbols.class, SymbolsShifted.class);
|
Swiss.java | 25 public Swiss(final LayoutCustomizer customizer) { 26 super(customizer, Symbols.class, SymbolsShifted.class);
|
ArmenianPhonetic.java | 31 public ArmenianPhonetic(final LayoutCustomizer customizer) { 32 super(customizer, ArmenianSymbols.class, ArmenianSymbolsShifted.class); 179 public ArmenianSymbols(final LayoutCustomizer customizer) { super(customizer); } 198 public ArmenianSymbolsShifted(final LayoutCustomizer customizer) { super(customizer); }
|
Colemak.java | 29 public Colemak(final LayoutCustomizer customizer) { 30 super(customizer, Symbols.class, SymbolsShifted.class);
|
Hebrew.java | 30 public Hebrew(final LayoutCustomizer customizer) { 31 super(customizer, HebrewSymbols.class, RtlSymbolsShifted.class); 172 public HebrewSymbols(final LayoutCustomizer customizer) { 173 super(customizer);
|
Bulgarian.java | 28 public Bulgarian(final LayoutCustomizer customizer) { 29 super(customizer, Symbols.class, SymbolsShifted.class);
|
BulgarianBds.java | 28 public BulgarianBds(final LayoutCustomizer customizer) { 29 super(customizer, Symbols.class, SymbolsShifted.class);
|
Dvorak.java | 33 public Dvorak(final LayoutCustomizer customizer) { 34 super(customizer, Symbols.class, SymbolsShifted.class);
|
EastSlavic.java | 28 public EastSlavic(final LayoutCustomizer customizer) { 29 super(customizer, Symbols.class, SymbolsShifted.class);
|
Mongolian.java | 28 public Mongolian(final LayoutCustomizer customizer) { 29 super(customizer, Symbols.class, SymbolsShifted.class);
|
SouthSlavic.java | 28 public SouthSlavic(final LayoutCustomizer customizer) { 29 super(customizer, Symbols.class, SymbolsShifted.class);
|
/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);
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
TestsDvorakEmail.java | 78 public DvorakEmail(final LayoutCustomizer customizer) { 79 super(customizer);
|
TestsDvorakUrl.java | 78 public DvorakEmail(final LayoutCustomizer customizer) { 79 super(customizer);
|