OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DictionaryNameFactory
(Results
1 - 8
of
8
) sorted by null
/external/proguard/src/proguard/obfuscate/
DictionaryNameFactory.java
33
public class
DictionaryNameFactory
implements NameFactory
45
* Creates a new <code>
DictionaryNameFactory
</code>.
50
public
DictionaryNameFactory
(File file,
123
* Creates a new <code>
DictionaryNameFactory
</code>.
124
* @param
dictionaryNameFactory
the dictionary name factory whose dictionary
130
public
DictionaryNameFactory
(
DictionaryNameFactory
dictionaryNameFactory
,
133
this.names =
dictionaryNameFactory
.names;
176
DictionaryNameFactory
factory
[
all
...]
ClassObfuscator.java
50
private final
DictionaryNameFactory
classNameFactory;
51
private final
DictionaryNameFactory
packageNameFactory;
97
DictionaryNameFactory
classNameFactory,
98
DictionaryNameFactory
packageNameFactory,
387
new
DictionaryNameFactory
(this.packageNameFactory,
437
new
DictionaryNameFactory
(this.classNameFactory,
Obfuscator.java
172
DictionaryNameFactory
classNameFactory = configuration.classObfuscationDictionary != null ?
173
new
DictionaryNameFactory
(configuration.classObfuscationDictionary, null) :
176
DictionaryNameFactory
packageNameFactory = configuration.packageObfuscationDictionary != null ?
177
new
DictionaryNameFactory
(configuration.packageObfuscationDictionary, null) :
195
nameFactory = new
DictionaryNameFactory
(configuration.obfuscationDictionary,
/external/proguard/lib/
proguard.jar
/prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar
/prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar
Completed in 66 milliseconds