Searched defs:Keep (Results 1 - 10 of 10) sorted by relevance

/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DKeep.java19 public class Keep extends PatternElement class in inherits:PatternElement
/external/proguard/examples/annotations/src/proguard/annotation/
H A DKeep.java18 public @interface Keep {} interface
/external/llvm/include/llvm/Support/
H A DToolOutputFile.h36 bool Keep; member in class:llvm::tool_output_file::CleanupInstaller
58 void keep() { Installer.Keep = true; }
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsmd5.c267 _cmsICCPROFILE Keep; local
274 memmove(&Keep, Icc, sizeof(_cmsICCPROFILE));
302 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
313 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
H A Dcmsio0.c409 // Keep track of the original file
1277 _cmsICCPROFILE Keep; local
1284 memmove(&Keep, Icc, sizeof(_cmsICCPROFILE));
1293 if (!SaveTags(Icc, &Keep)) goto Error;
1304 if (!SaveTags(Icc, &Keep)) goto Error;
1307 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
1315 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
1837 // Keep a copy of the block
1858 // Keep necessary information
/external/proguard/examples/annotations/lib/
H A Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF proguard/annotation/KeepApplication.class KeepApplication.java package proguard ...
/external/llvm/include/llvm/Analysis/
H A DRegionInfoImpl.h400 std::vector<std::unique_ptr<RegionT>> Keep; local
406 Keep.push_back(std::move(*I));
412 std::move_iterator<typename RegionSet::iterator>(Keep.begin()),
413 std::move_iterator<typename RegionSet::iterator>(Keep.end()));
/external/jmonkeyengine/engine/src/core/com/jme3/material/
H A DRenderState.java224 * Keep the current value.
226 Keep, enum constant in enum:RenderState.StencilOperation
315 StencilOperation frontStencilStencilFailOperation = StencilOperation.Keep;
316 StencilOperation frontStencilDepthFailOperation = StencilOperation.Keep;
317 StencilOperation frontStencilDepthPassOperation = StencilOperation.Keep;
318 StencilOperation backStencilStencilFailOperation = StencilOperation.Keep;
319 StencilOperation backStencilDepthFailOperation = StencilOperation.Keep;
320 StencilOperation backStencilDepthPassOperation = StencilOperation.Keep;
339 oc.write(frontStencilStencilFailOperation, "frontStencilStencilFailOperation", StencilOperation.Keep);
340 oc.write(frontStencilDepthFailOperation, "frontStencilDepthFailOperation", StencilOperation.Keep);
[all...]
/external/llvm/tools/dsymutil/
H A DDwarfLinker.cpp72 bool Keep; ///< Is the DIE part of the linked output? member in struct:llvm::dsymutil::__anon11147::CompileUnit::DIEInfo
125 /// \brief Keep track of a forward reference to DIE \p Die in \p
138 /// \brief Keep track of a DW_AT_range attribute that we will need to
142 /// \brief Keep track of a location attribute pointing to a location
228 /// \brief Keep track of a forward cross-cu reference from this unit
1638 MyInfo.Keep = true;
1642 while (!CU.getInfo(AncestorIdx).Keep) {
1688 bool AlreadyKept = MyInfo.Keep;
1690 // If the Keep flag is set, we are marking a required DIE's
2082 if (!Unit.getInfo(Idx).Keep)
[all...]
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...

Completed in 1264 milliseconds