Home
last modified time | relevance | path

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

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