Home
last modified time | relevance | path

Searched defs:Keep (Results 1 – 20 of 20) sorted by relevance

/external/proguard/examples/annotations/src/proguard/annotation/
DKeep.java18 public @interface Keep {} annotation
/external/jarjar/src/main/com/tonicsystems/jarjar/
DKeep.java19 public class Keep extends PatternElement class
/external/perfetto/src/traceconv/
Dtrace_to_systrace.h32 enum class Keep { kStart = 0, kEnd, kAll }; enum
/external/zucchini/
Dmapped_file.cc57 bool MappedFileWriter::Keep() { in Keep() function in zucchini::MappedFileWriter
Dmapped_file_unittest.cc31 TEST_F(MappedFileWriterTest, Keep) { in TEST_F() argument
/external/rust/crates/libfuzzer-sys/src/
Dlib.rs23 Keep, enumerator
/external/pdfium/third_party/lcms/src/
Dcmsmd5.c264 _cmsICCPROFILE Keep; in cmsMD5computeID() local
Dcmsio0.c1450 _cmsICCPROFILE Keep; in cmsSaveProfileToIOhandler() local
/external/rust/crates/vulkano/src/pipeline/
Ddepth_stencil.rs168 Keep = ash::vk::StencilOp::KEEP.as_raw(), enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h330 std::vector<GlobalValue *> Keep; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h67 bool Keep : 1; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp295 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local
/external/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp269 bool Keep = KeepRegs.test(Reg); in ScanInstruction() local
/external/llvm/tools/gold/
Dgold-plugin.cpp692 StringSet<> &Internalize, std::vector<GlobalValue *> &Keep, in getModuleForFile()
1144 std::vector<GlobalValue *> Keep; in linkInModule() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DRegionInfoImpl.h419 std::vector<std::unique_ptr<RegionT>> Keep; in addSubRegion() local
/external/llvm/include/llvm/Analysis/
DRegionInfoImpl.h401 std::vector<std::unique_ptr<RegionT>> Keep; in addSubRegion() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h1522 APInt Keep = getHighBitsSet(BitWidth, BitWidth - loBits); in clearLowBits() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMIPeephole.cpp246 bool Keep = true; in UpdateTOCSaves() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp782 std::vector<GlobalValue *> Keep; in linkRegularLTO() local
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp193 bool Keep : 1; ///< Is the DIE part of the linked output? member