Home
last modified time | relevance | path

Searched refs:Preserve (Results 1 – 25 of 161) sorted by relevance

1234567

/external/proguard/examples/
Dandroid.pro59 # 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 …]
Dlibrary.pro27 # 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
Dscala.pro33 # 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
Dservlets.pro24 # 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
Dapplets.pro23 # 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
Dapplications.pro27 # 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
Dmidlets.pro52 # Preserve all public midlets.
56 # Preserve all native method names and the names of their classes.
/external/proguard/examples/gradle/
Dandroid.gradle79 // 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 …]
Dlibrary.gradle46 // 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
Dscala.gradle53 // 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
Dapplications.gradle47 // 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
Dservlets.gradle44 // 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
Dapplets.gradle43 // 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
Dmidlets.gradle72 // 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/
Dstrip-preserve-atime.test6 # 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.
Dstrip-preserve-mtime.test3 # 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/
Dexamples.pro29 # 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-format9 # reconfigure IncludeCategories to match. For now, keep it at Preserve.
10 IncludeBlocks: Preserve
/external/llvm-project/clang-tools-extra/clangd/support/
DMarkup.h54 Paragraph &appendCode(llvm::StringRef Code, bool Preserve = false);
67 bool Preserve = false; member
DMarkup.cpp390 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/
Dpool.h36 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/
Dtraditional-cpp.c90 Preserve URLs: http://clang.llvm.org
/external/clang/test/Preprocessor/
Dtraditional-cpp.c90 Preserve URLs: http://clang.llvm.org
/external/swiftshader/third_party/marl/src/
Dpool_test.cpp138 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/
Dlit.site.cfg11 # Preserve the obj_root, for use by the main lit.cfg.

1234567