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

/external/proguard/examples/annotations/src/proguard/annotation/
H A DKeep.java18 public @interface Keep {} interface
/external/llvm/include/llvm/Support/
H A DToolOutputFile.h35 /// Keep - The flag which indicates whether we should not delete the file.
36 bool Keep; member in class:llvm::tool_output_file::CleanupInstaller
57 void keep() { Installer.Keep = true; }
/external/proguard/examples/annotations/lib/
H A Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF proguard/annotation/Keep.class Keep.java package proguard ...
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp350 std::vector<Region*> Keep; local
356 Keep.push_back(*I);
359 children.insert(children.begin(), Keep.begin(), 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/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...

Completed in 139 milliseconds