Searched refs:SimpleNameFactory (Results 1 - 6 of 6) sorted by relevance

/external/proguard/src/proguard/obfuscate/
H A DSimpleNameFactory.java32 public class SimpleNameFactory implements NameFactory class in inherits:NameFactory
44 * Creates a new <code>SimpleNameFactory</code> that generates mixed-case names.
46 public SimpleNameFactory() method in class:SimpleNameFactory
53 * Creates a new <code>SimpleNameFactory</code>.
57 public SimpleNameFactory(boolean generateMixedCaseNames) method in class:SimpleNameFactory
139 printNameSamples(new SimpleNameFactory(true), 60);
141 printNameSamples(new SimpleNameFactory(false), 60);
143 printNameSamples(new SimpleNameFactory(true), 80);
145 printNameSamples(new SimpleNameFactory(false), 80);
149 private static void printNameSamples(SimpleNameFactory factor
[all...]
H A DSpecialNameFactory.java76 SpecialNameFactory factory = new SpecialNameFactory(new SimpleNameFactory());
H A DDictionaryNameFactory.java177 new DictionaryNameFactory(new File(args[0]), new SimpleNameFactory());
H A DClassObfuscator.java375 packageNameFactory = new SimpleNameFactory(useMixedCaseClassNames);
425 classNameFactory = new SimpleNameFactory(useMixedCaseClassNames);
H A DObfuscator.java174 NameFactory nameFactory = new SimpleNameFactory();
266 new SpecialNameFactory(new SimpleNameFactory());
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 114 milliseconds