| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/ |
| CallingConv.h | 46 // executed. As such, these calls often preserve all registers so that the 178 /// which have an "optimized" convention to preserve registers.
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/ |
| PointerIntPair.h | 161 // Preserve all low bits, just update the pointer. 169 // Preserve all bits other than the ones we are updating.
|
| /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/ |
| CallingConv.h | 47 // executed. As such, these calls often preserve all registers so that the 179 /// which have an "optimized" convention to preserve registers.
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/ |
| PointerIntPair.h | 161 // Preserve all low bits, just update the pointer. 169 // Preserve all bits other than the ones we are updating.
|
| /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/ |
| CallingConv.h | 47 // executed. As such, these calls often preserve all registers so that the 179 /// which have an "optimized" convention to preserve registers.
|
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/ |
| PointerIntPair.h | 161 // Preserve all low bits, just update the pointer. 169 // Preserve all bits other than the ones we are updating.
|
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/ |
| PointerIntPair.h | 161 // Preserve all low bits, just update the pointer. 169 // Preserve all bits other than the ones we are updating.
|
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/ |
| PointerIntPair.h | 161 // Preserve all low bits, just update the pointer. 169 // Preserve all bits other than the ones we are updating.
|
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/ |
| PointerIntPair.h | 161 // Preserve all low bits, just update the pointer. 169 // Preserve all bits other than the ones we are updating.
|
| /prebuilts/sdk/tools/linux/bin/ |
| acp | |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
| EclipseXmlPrettyPrinter.java | 42 * look up the original source (for proper entity handling), the ability to preserve attribute 149 // By operating on source we can preserve the user's entities rather than
|
| /system/extras/alloc-stress/ |
| alloc-stress.cpp | 58 void preserveOverFork(bool preserve) { 59 if (preserve) {
|
| /external/selinux/libsemanage/src/ |
| modules.c | 85 /* This function is used to preserve ABI compatibility with 162 /* Legacy function that remains to preserve ABI 172 /* Legacy function that remains to preserve ABI 181 /* Legacy function that remains to preserve ABI 190 /* Legacy function that remains to preserve ABI 261 /* Legacy function that remains to preserve ABI
|
| /libcore/luni/src/main/java/javax/xml/namespace/ |
| QName.java | 131 * A local part of "" is allowed to preserve 173 * A local part of "" is allowed to preserve 195 // map null Namespace URI to default to preserve compatibility with QName 1.0 202 // local part is required. "" is allowed to preserve compatibility with QName 1.0 220 * A local part of "" is allowed to preserve 430 // "" local part is valid to preserve compatible behavior with QName 1.0
|
| /prebuilts/tools/common/proguard/proguard4.7/docs/manual/ |
| examples.html | 341 obfuscate its code along with your own code. You do have to preserve 419 This configuration should preserve everything we'll ever want to access in the 432 to preserve them, in case these other obfuscators are ever used for further 477 We don't want to preserve all classes, just all classes that have main 707 you'll want to preserve their names and their classes' names, so they can 718 We don't want to preserve all classes or all native methods; we just want to 721 ProGuard doesn't look at your native code, so it won't automatically preserve 730 you'll want to preserve them, and probably their classes too. They are just 740 This will preserve the given class and method from being removed or renamed. 745 classes, you'll have to preserve some special methods. Enumerations wer [all...] |
| /external/libxkbcommon/xkbcommon/test/data/keymaps/ |
| comprehensive-plus-geom.xkb | 464 preserve[Lock+LevelThree]= Lock; 466 preserve[Shift+Lock+LevelThree]= Lock; 470 preserve[Lock+LevelFive]= Lock; 474 preserve[Lock+LevelThree+LevelFive]= Lock; 476 preserve[Shift+Lock+LevelThree+LevelFive]= Lock; 478 preserve[Shift+Lock+LevelFive]= Lock; 518 preserve[Lock+LevelThree]= Lock; 520 preserve[Shift+Lock+LevelThree]= Lock; 554 preserve[Lock]= Lock; 558 preserve[Lock+LevelThree]= Lock [all...] |
| syntax-error.xkb | 464 preserve[Lock+LevelThree]= Lock; 466 preserve[Shift+Lock+LevelThree]= Lock; 470 preserve[Lock+LevelFive]= Lock; 474 preserve[Lock+LevelThree+LevelFive]= Lock; 476 preserve[Shift+Lock+LevelThree+LevelFive]= Lock; 478 preserve[Shift+Lock+LevelFive]= Lock; 518 preserve[Lock+LevelThree]= Lock; 520 preserve[Shift+Lock+LevelThree]= Lock; 554 preserve[Lock]= Lock; 558 preserve[Lock+LevelThree]= Lock [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/ |
| CGSCCPassManager.h | 45 /// that essentially preserve enough of the normalization. While it isn't 60 /// - We want to preserve the incremental and post-order traversal of the 484 // By definition we preserve the call garph, all SCC analyses, and the 487 PA.preserve<LazyCallGraphAnalysis>(); 488 PA.preserve<CGSCCAnalysisManagerModuleProxy>(); 489 PA.preserve<FunctionAnalysisManagerModuleProxy>(); 638 // By definition we preserve the proxy. And we preserve all analyses on 643 PA.preserve<FunctionAnalysisManagerCGSCCProxy>(); 646 PA.preserve<LazyCallGraphAnalysis>() [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/ |
| CGSCCPassManager.h | 45 /// that essentially preserve enough of the normalization. While it isn't 60 /// - We want to preserve the incremental and post-order traversal of the 484 // By definition we preserve the call garph, all SCC analyses, and the 487 PA.preserve<LazyCallGraphAnalysis>(); 488 PA.preserve<CGSCCAnalysisManagerModuleProxy>(); 489 PA.preserve<FunctionAnalysisManagerModuleProxy>(); 638 // By definition we preserve the proxy. And we preserve all analyses on 643 PA.preserve<FunctionAnalysisManagerCGSCCProxy>(); 646 PA.preserve<LazyCallGraphAnalysis>() [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/ |
| CGSCCPassManager.h | 45 /// that essentially preserve enough of the normalization. While it isn't 60 /// - We want to preserve the incremental and post-order traversal of the 484 // By definition we preserve the call garph, all SCC analyses, and the 487 PA.preserve<LazyCallGraphAnalysis>(); 488 PA.preserve<CGSCCAnalysisManagerModuleProxy>(); 489 PA.preserve<FunctionAnalysisManagerModuleProxy>(); 638 // By definition we preserve the proxy. And we preserve all analyses on 643 PA.preserve<FunctionAnalysisManagerCGSCCProxy>(); 646 PA.preserve<LazyCallGraphAnalysis>() [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/ |
| CGSCCPassManager.h | 45 /// that essentially preserve enough of the normalization. While it isn't 60 /// - We want to preserve the incremental and post-order traversal of the 484 // By definition we preserve the call garph, all SCC analyses, and the 487 PA.preserve<LazyCallGraphAnalysis>(); 488 PA.preserve<CGSCCAnalysisManagerModuleProxy>(); 489 PA.preserve<FunctionAnalysisManagerModuleProxy>(); 638 // By definition we preserve the proxy. And we preserve all analyses on 643 PA.preserve<FunctionAnalysisManagerCGSCCProxy>(); 646 PA.preserve<LazyCallGraphAnalysis>() [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/ |
| CGSCCPassManager.h | 45 /// that essentially preserve enough of the normalization. While it isn't 60 /// - We want to preserve the incremental and post-order traversal of the 484 // By definition we preserve the call garph, all SCC analyses, and the 487 PA.preserve<LazyCallGraphAnalysis>(); 488 PA.preserve<CGSCCAnalysisManagerModuleProxy>(); 489 PA.preserve<FunctionAnalysisManagerModuleProxy>(); 638 // By definition we preserve the proxy. And we preserve all analyses on 643 PA.preserve<FunctionAnalysisManagerCGSCCProxy>(); 646 PA.preserve<LazyCallGraphAnalysis>() [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/ |
| CGSCCPassManager.h | 45 /// that essentially preserve enough of the normalization. While it isn't 60 /// - We want to preserve the incremental and post-order traversal of the 484 // By definition we preserve the call garph, all SCC analyses, and the 487 PA.preserve<LazyCallGraphAnalysis>(); 488 PA.preserve<CGSCCAnalysisManagerModuleProxy>(); 489 PA.preserve<FunctionAnalysisManagerModuleProxy>(); 638 // By definition we preserve the proxy. And we preserve all analyses on 643 PA.preserve<FunctionAnalysisManagerCGSCCProxy>(); 646 PA.preserve<LazyCallGraphAnalysis>() [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/ |
| CGSCCPassManager.h | 45 /// that essentially preserve enough of the normalization. While it isn't 60 /// - We want to preserve the incremental and post-order traversal of the 484 // By definition we preserve the call garph, all SCC analyses, and the 487 PA.preserve<LazyCallGraphAnalysis>(); 488 PA.preserve<CGSCCAnalysisManagerModuleProxy>(); 489 PA.preserve<FunctionAnalysisManagerModuleProxy>(); 638 // By definition we preserve the proxy. And we preserve all analyses on 643 PA.preserve<FunctionAnalysisManagerCGSCCProxy>(); 646 PA.preserve<LazyCallGraphAnalysis>() [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/ |
| CGSCCPassManager.h | 45 /// that essentially preserve enough of the normalization. While it isn't 60 /// - We want to preserve the incremental and post-order traversal of the 484 // By definition we preserve the call garph, all SCC analyses, and the 487 PA.preserve<LazyCallGraphAnalysis>(); 488 PA.preserve<CGSCCAnalysisManagerModuleProxy>(); 489 PA.preserve<FunctionAnalysisManagerModuleProxy>(); 638 // By definition we preserve the proxy. And we preserve all analyses on 643 PA.preserve<FunctionAnalysisManagerCGSCCProxy>(); 646 PA.preserve<LazyCallGraphAnalysis>() [all...] |