Home
last modified time | relevance | path

Searched refs:adaptresourcefilecontents (Results 1 – 5 of 5) sorted by relevance

/external/proguard/src/proguard/gradle/
DProGuardTask.java884 adaptresourcefilecontents(); in getadaptresourcefilecontents()
888 public void adaptresourcefilecontents() in adaptresourcefilecontents() method in ProGuardTask
890 adaptresourcefilecontents(null); in adaptresourcefilecontents()
893 public void adaptresourcefilecontents(String filter) in adaptresourcefilecontents() method in ProGuardTask
/external/proguard/examples/
Dproguard.pro45 #-adaptresourcefilecontents proguard/ant/task.properties
Dproguardall.pro39 -adaptresourcefilecontents proguard/ant/task.properties
/external/proguard/examples/gradle/
Dproguard.gradle65 //adaptresourcefilecontents 'proguard/ant/task.properties'
Dproguardall.gradle60 adaptresourcefilecontents 'proguard/ant/task.properties'