Searched refs:Preserve (Results 1 – 25 of 109) sorted by relevance
12345
/external/proguard/examples/ |
D | android.pro | 59 # Preserve all fundamental application classes. 67 # Preserve all View implementations, their special context constructors, and 77 # Preserve all classes that have special context constructors, and the 84 # Preserve all classes that have special context constructors, and the 91 # Preserve all possible onClick handlers. 98 # Preserve the special fields of all Parcelable implementations. 104 # Preserve static fields of inner classes of R classes that might be accessed 111 # Preserve annotated Javascript interface methods. 117 # Preserve the required interface from the License Verification Library 129 # Preserve all native method names and the names of their classes. [all …]
|
D | library.pro | 27 # Preserve all annotations. 31 # Preserve all public classes, and their public and protected fields and 38 # Preserve all .class method names. 45 # Preserve all native method names and the names of their classes. 51 # Preserve the special static methods that are required in all enumeration
|
D | scala.pro | 33 # Preserve all annotations. 41 # Preserve all public applications. 47 # Preserve some classes and class members that are accessed by means of 80 # Preserve some classes and class members that are accessed by means of 97 # Preserve all native method names and the names of their classes. 103 # Preserve the special static methods that are required in all enumeration
|
D | servlets.pro | 24 # Preserve all annotations. 32 # Preserve all public servlets. 36 # Preserve all native method names and the names of their classes. 42 # Preserve the special static methods that are required in all enumeration
|
D | applets.pro | 23 # Preserve all annotations. 31 # Preserve all public applets. 35 # Preserve all native method names and the names of their classes. 41 # Preserve the special static methods that are required in all enumeration
|
D | applications.pro | 27 # Preserve all annotations. 35 # Preserve all public applications. 41 # Preserve all native method names and the names of their classes. 47 # Preserve the special static methods that are required in all enumeration
|
D | midlets.pro | 52 # Preserve all public midlets. 56 # Preserve all native method names and the names of their classes.
|
/external/proguard/examples/gradle/ |
D | android.gradle | 79 // Preserve all fundamental application classes. 87 // Preserve all View implementations, their special context constructors, and 97 // Preserve all classes that have special context constructors, and the 104 // Preserve all classes that have special context constructors, and the 111 // Preserve all possible onClick handlers. 118 // Preserve the special fields of all Parcelable implementations. 124 // Preserve static fields of inner classes of R classes that might be accessed 131 // Preserve annotated Javascript interface methods. 137 // Preserve the required interface from the License Verification Library 149 // Preserve all native method names and the names of their classes. [all …]
|
D | library.gradle | 46 // Preserve all annotations. 50 // Preserve all public classes, and their public and protected fields and 57 // Preserve all .class method names. 64 // Preserve all native method names and the names of their classes. 70 // Preserve the special static methods that are required in all enumeration
|
D | scala.gradle | 53 // Preserve all annotations. 61 // Preserve all public applications. 67 // Preserve some classes and class members that are accessed by means of 100 // Preserve some classes and class members that are accessed by means of 117 // Preserve all native method names and the names of their classes. 123 // Preserve the special static methods that are required in all enumeration
|
D | applications.gradle | 47 // Preserve all annotations. 55 // Preserve all public applications. 61 // Preserve all native method names and the names of their classes. 67 // Preserve the special static methods that are required in all enumeration
|
D | applets.gradle | 43 // Preserve all annotations. 51 // Preserve all public applets. 55 // Preserve all native method names and the names of their classes. 61 // Preserve the special static methods that are required in all enumeration
|
D | servlets.gradle | 44 // Preserve all annotations. 52 // Preserve all public servlets. 56 // Preserve all native method names and the names of their classes. 62 // Preserve the special static methods that are required in all enumeration
|
D | midlets.gradle | 72 // Preserve all public midlets. 76 // Preserve all native method names and the names of their classes.
|
/external/proguard/examples/annotations/ |
D | examples.pro | 29 # Preserve all annotations themselves. 33 # Preserve all native method names and the names of their classes. 39 # Preserve the special static methods that are required in all enumeration
|
/external/u-boot/arch/x86/include/asm/acpi/ |
D | debug.asl | 11 Field(X80, ByteAcc, NoLock, Preserve) 18 Field(CREG, ByteAcc, NoLock, Preserve)
|
/external/u-boot/arch/x86/include/asm/arch-quark/acpi/ |
D | global_nvs.asl | 9 Field(GNVS, ByteAcc, NoLock, Preserve)
|
/external/libffi/src/metag/ |
D | sysv.S | 118 ! Preserve the old frame pointer 126 ! Preserve cifs->bytes & fn 152 ! Preserve cif->bytes
|
/external/python/cpython2/Modules/_ctypes/libffi/src/metag/ |
D | sysv.S | 118 ! Preserve the old frame pointer 126 ! Preserve cifs->bytes & fn 152 ! Preserve cif->bytes
|
/external/u-boot/arch/x86/include/asm/arch-baytrail/acpi/ |
D | global_nvs.asl | 9 Field(GNVS, ByteAcc, NoLock, Preserve)
|
/external/u-boot/arch/x86/include/asm/arch-tangier/acpi/ |
D | global_nvs.asl | 11 Field(GNVS, ByteAcc, NoLock, Preserve)
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.InTree/test/ |
D | lit.site.cfg | 6 # Preserve some key paths for use by main LLVM test suite config.
|
/external/swiftshader/third_party/LLVM/utils/lit/lit/ExampleTests/LLVM.OutOfTree/obj/test/ |
D | lit.site.cfg | 6 # Preserve some key paths for use by main LLVM test suite config.
|
/external/clang/test/Preprocessor/ |
D | traditional-cpp.c | 90 Preserve URLs: http://clang.llvm.org
|
/external/llvm/utils/lit/lit/ExampleTests.ObjDir/ |
D | lit.site.cfg | 11 # Preserve the obj_root, for use by the main lit.cfg.
|
12345