/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 | 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 | 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 | midlets.gradle | 72 // Preserve all public midlets. 76 // Preserve all native method names and the names of their classes.
|
/external/llvm-project/llvm/test/tools/llvm-objcopy/ELF/ |
D | strip-preserve-atime.test | 6 # Preserve dates when stripping to an output file. 14 # Preserve dates available via objcopy interface as well. 21 # Preserve dates when stripping in place. 35 # Preserve dates in archives. 44 # Preserve dates in split DWO files.
|
D | strip-preserve-mtime.test | 3 # Preserve dates when stripping to an output file. 11 # Preserve dates available via objcopy interface as well. 18 # Preserve dates when stripping in place. 32 # Preserve dates in archives. 41 # Preserve dates in split DWO files.
|
/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/boringssl/src/ |
D | .clang-format | 9 # reconfigure IncludeCategories to match. For now, keep it at Preserve. 10 IncludeBlocks: Preserve
|
/external/llvm-project/clang-tools-extra/clangd/support/ |
D | Markup.h | 54 Paragraph &appendCode(llvm::StringRef Code, bool Preserve = false); 67 bool Preserve = false; member
|
D | Markup.cpp | 390 if (C.Preserve && C.Kind == Chunk::InlineCode) in renderPlainText() 435 Paragraph &Paragraph::appendCode(llvm::StringRef Code, bool Preserve) { in appendCode() argument 445 C.Preserve = Preserve; in appendCode()
|
/external/swiftshader/third_party/marl/include/marl/ |
D | pool.h | 36 Preserve, enumerator 251 if (POLICY == PoolPolicy::Preserve) { in Storage() 261 if (POLICY == PoolPolicy::Preserve) { in ~Storage() 382 if (POLICY == PoolPolicy::Preserve) { in ~Storage() 411 if (POLICY == PoolPolicy::Preserve) { in borrow()
|
/external/llvm-project/clang/test/Preprocessor/ |
D | traditional-cpp.c | 90 Preserve URLs: http://clang.llvm.org
|
/external/clang/test/Preprocessor/ |
D | traditional-cpp.c | 90 Preserve URLs: http://clang.llvm.org
|
/external/swiftshader/third_party/marl/src/ |
D | pool_test.cpp | 138 marl::UnboundedPool<CtorDtorCounter, marl::PoolPolicy::Preserve> pool; in TEST_P() 162 marl::BoundedPool<CtorDtorCounter, 10, marl::PoolPolicy::Preserve> pool; in TEST_P()
|
/external/llvm/utils/lit/lit/ExampleTests.ObjDir/ |
D | lit.site.cfg | 11 # Preserve the obj_root, for use by the main lit.cfg.
|