| /external/iproute2/testsuite/tests/tc/ |
| D | pedit.t | 43 do_pedit offset 13 u8 preserve 66 # for i in preserve invert clear; do 90 do_pedit ip ihl preserve 98 do_pedit ip src preserve 106 do_pedit ip dst preserve 116 do_pedit ip tos preserve 124 do_pedit ip protocol preserve 134 do_pedit ip nofrag preserve 144 do_pedit ip firstfrag preserve 156 do_pedit ip ce preserve [all …]
|
| /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 59 # Explicitly preserve all serialization members. The Serializable interface
|
| 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 111 # Explicitly preserve all serialization members. The Serializable interface
|
| 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 49 # Explicitly preserve all serialization members. The Serializable interface
|
| 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 50 # Explicitly preserve all serialization members. The Serializable interface
|
| 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 55 # Explicitly preserve all serialization members. The Serializable interface
|
| /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 78 // Explicitly preserve all serialization members. The Serializable interface
|
| 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 131 // Explicitly preserve all serialization members. The Serializable interface
|
| 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 75 // Explicitly preserve all serialization members. The Serializable interface
|
| 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 69 // Explicitly preserve all serialization members. The Serializable interface
|
| 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 70 // Explicitly preserve all serialization members. The Serializable interface
|
| /external/libchrome/base/time/ |
| D | time.cc | 42 // Preserve max to prevent overflow. in InDays() 50 // Preserve max to prevent overflow. in InDaysFloored() 63 // Preserve max to prevent overflow. in InHours() 71 // Preserve max to prevent overflow. in InMinutes() 79 // Preserve max to prevent overflow. in InSecondsF() 87 // Preserve max to prevent overflow. in InSeconds() 95 // Preserve max to prevent overflow. in InMillisecondsF() 103 // Preserve max to prevent overflow. in InMilliseconds() 111 // Preserve max to prevent overflow. in InMillisecondsRoundedUp() 124 // Preserve max to prevent overflow. in InMicroseconds() [all …]
|
| /external/llvm/lib/Analysis/ |
| D | LoopPassManager.cpp | 30 PA.preserve<DominatorTreeAnalysis>(); in getLoopPassPreservedAnalyses() 31 PA.preserve<LoopAnalysis>(); in getLoopPassPreservedAnalyses() 32 PA.preserve<ScalarEvolutionAnalysis>(); in getLoopPassPreservedAnalyses() 33 // TODO: What we really want to do here is preserve an AA category, but that in getLoopPassPreservedAnalyses() 35 PA.preserve<BasicAA>(); in getLoopPassPreservedAnalyses() 36 PA.preserve<GlobalsAA>(); in getLoopPassPreservedAnalyses() 37 PA.preserve<SCEVAA>(); in getLoopPassPreservedAnalyses()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
| D | LoopAnalysisManager.cpp | 127 // preserve all Loop analyses. in invalidate() 146 PA.preserve<DominatorTreeAnalysis>(); in getLoopPassPreservedAnalyses() 147 PA.preserve<LoopAnalysis>(); in getLoopPassPreservedAnalyses() 148 PA.preserve<LoopAnalysisManagerFunctionProxy>(); in getLoopPassPreservedAnalyses() 149 PA.preserve<ScalarEvolutionAnalysis>(); in getLoopPassPreservedAnalyses() 150 // FIXME: Uncomment this when all loop passes preserve MemorySSA in getLoopPassPreservedAnalyses() 151 // PA.preserve<MemorySSAAnalysis>(); in getLoopPassPreservedAnalyses() 152 // FIXME: What we really want to do here is preserve an AA category, but that in getLoopPassPreservedAnalyses() 154 PA.preserve<AAManager>(); in getLoopPassPreservedAnalyses() 155 PA.preserve<BasicAA>(); in getLoopPassPreservedAnalyses() [all …]
|
| /external/libxkbcommon/xkbcommon/test/data/types/ |
| D | level5 | 103 // preserve[LevelFive+Shift] = Shift; 104 // preserve[NumLock+Shift] = Shift; 105 // preserve[Lock+LevelFive+Shift] = Shift; 106 // preserve[Lock+NumLock+Shift] = Shift; 165 // preserve[LevelFive+Shift] = Shift; 166 // preserve[NumLock+Shift] = Shift; 197 preserve[Lock+LevelThree] = Lock; 198 preserve[Lock+Shift+LevelThree] = Lock; 199 preserve[Lock+LevelFive] = Lock; 200 preserve[Lock+Shift+LevelFive] = Lock; [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
| D | CGSCCPassManagerTest.cpp | 335 // Test that an SCC pass which fails to preserve a module analysis does in fact 344 // The first CGSCC run we preserve everything and make sure that works and in TEST_F() 365 // previous time and in one SCC fails to preserve it. in TEST_F() 379 // Only fail to preserve analyses on one SCC and make sure that gets in TEST_F() 422 // The first run we preserve everything and make sure that works and the in TEST_F() 445 // time and in one function fails to preserve it. in TEST_F() 459 // Only fail to preserve analyses on one SCC and make sure that gets in TEST_F() 497 // Test that a Module pass which fails to preserve an SCC analysis in fact 516 PA.preserve<LazyCallGraphAnalysis>(); in TEST_F() 517 PA.preserve<CGSCCAnalysisManagerModuleProxy>(); in TEST_F() [all …]
|
| /external/proguard/examples/ant/ |
| D | applications2.xml | 24 <!-- Save the obfuscation mapping to a file, and preserve line numbers. --> 30 <!-- Preserve all annotations. --> 34 <!-- Preserve all public applications. --> 40 <!-- Preserve all native method names and the names of their classes. --> 46 <!-- Preserve the methods that are required in all enumeration classes. --> 53 <!-- Explicitly preserve all serialization members. The Serializable
|
| D | applets.xml | 21 <!-- Optionally preserve line numbers in the obfuscated stack traces. 26 <!-- Preserve all annotations. --> 30 <!-- Preserve all public applets. --> 34 <!-- Preserve all native method names and the names of their classes. --> 40 <!-- Preserve the methods that are required in all enumeration classes. --> 53 <!-- Explicitly preserve all serialization members. The Serializable
|
| D | applications3.xml | 26 <!-- Preserve line numbers in the obfuscated stack traces. --> 31 <!-- Preserve all annotations. --> 35 <!-- Preserve all public applications. --> 44 <!-- Preserve all native method names and the names of their classes. --> 50 <!-- Preserve the methods that are required in all enumeration classes. --> 63 <!-- Explicitly preserve all serialization members. The Serializable
|
| /external/syzkaller/prog/ |
| D | mutation.go | 172 calls, retry, preserve := arg.Type().mutate(r, s, arg, ctx) 176 if preserve { 190 func regenerate(r *randGen, s *state, arg Arg) (calls []*Call, retry, preserve bool) { 197 func mutateInt(r *randGen, s *state, arg Arg) (calls []*Call, retry, preserve bool) { 213 func (t *IntType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… 217 …lagsType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve bool) { 221 func (t *LenType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… 226 preserve = true 230 …urceType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve bool) { 234 func (t *VmaType) mutate(r *randGen, s *state, arg Arg, ctx ArgCtx) (calls []*Call, retry, preserve… [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/ |
| D | LoopPassManager.h | 23 /// 4) All loop passes preserve #1 (where possible), #2, and #3. 357 // By definition we preserve the proxy. We also preserve all analyses on 362 PA.preserve<LoopAnalysisManagerFunctionProxy>(); 363 // We also preserve the set of standard analyses. 364 PA.preserve<DominatorTreeAnalysis>(); 365 PA.preserve<LoopAnalysis>(); 366 PA.preserve<ScalarEvolutionAnalysis>(); 367 // FIXME: Uncomment this when all loop passes preserve MemorySSA 368 // PA.preserve<MemorySSAAnalysis>(); 369 // FIXME: What we really want to do here is preserve an AA category, but [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
| D | optimization-remarks-invalidation.ll | 11 ; Check that passes which preserve BFI don't invalidate the emitter. 15 ; RUN: | FileCheck %s --check-prefixes=CHECK,CHECK-PM-PRESERVE 33 ; CHECK-PM-PRESERVE: Running analysis: OptimizationRemarkEmitterAnalysis 34 ; CHECK-PM-PRESERVE: Running pass: InstCombinePass 35 ; CHECK-PM-PRESERVE-NOT: Invalidating analysis: OptimizationRemarkEmitterAnalysis 36 ; CHECK-PM-PRESERVE-NOT: Running analysis: OptimizationRemarkEmitterAnalysis 37 ; CHECK-PM-PRESERVE: Running pass: LICMPass
|
| /external/libxkbcommon/xkbcommon/src/xkbcomp/ |
| D | types.c | 362 entry.preserve.mods = 0; in SetMapEntry() 380 /* Map exists without previous preserve (or "None"); override. */ in AddPreserve() 381 if (entry->preserve.mods == 0) { in AddPreserve() 382 entry->preserve.mods = preserve_mods; in AddPreserve() 386 /* Map exists with same preserve; do nothing. */ in AddPreserve() 387 if (entry->preserve.mods == preserve_mods) { in AddPreserve() 389 "Identical definitions for preserve[%s] in %s; " in AddPreserve() 396 /* Map exists with different preserve; latter wins. */ in AddPreserve() 398 "Multiple definitions for preserve[%s] in %s; " in AddPreserve() 403 ModMaskText(info->ctx, &info->mods, entry->preserve.mods)); in AddPreserve() [all …]
|