Home
last modified time | relevance | path

Searched refs:Keep (Results 1 – 25 of 148) sorted by relevance

123456

/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
DRenderContext.java218 … RenderState.StencilOperation frontStencilStencilFailOperation = RenderState.StencilOperation.Keep;
219 …ic RenderState.StencilOperation frontStencilDepthFailOperation = RenderState.StencilOperation.Keep;
220 …ic RenderState.StencilOperation frontStencilDepthPassOperation = RenderState.StencilOperation.Keep;
221 …c RenderState.StencilOperation backStencilStencilFailOperation = RenderState.StencilOperation.Keep;
222 …lic RenderState.StencilOperation backStencilDepthFailOperation = RenderState.StencilOperation.Keep;
223 …lic RenderState.StencilOperation backStencilDepthPassOperation = RenderState.StencilOperation.Keep;
306 frontStencilStencilFailOperation = RenderState.StencilOperation.Keep; in reset()
307 frontStencilDepthFailOperation = RenderState.StencilOperation.Keep; in reset()
308 frontStencilDepthPassOperation = RenderState.StencilOperation.Keep; in reset()
309 backStencilStencilFailOperation = RenderState.StencilOperation.Keep; in reset()
[all …]
/external/jmonkeyengine/engine/src/core/com/jme3/material/
DRenderState.java226 Keep, enumConstant
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 …write(frontStencilStencilFailOperation, "frontStencilStencilFailOperation", StencilOperation.Keep); in write()
340 … oc.write(frontStencilDepthFailOperation, "frontStencilDepthFailOperation", StencilOperation.Keep); in write()
341 … oc.write(frontStencilDepthPassOperation, "frontStencilDepthPassOperation", StencilOperation.Keep); in write()
[all …]
/external/llvm/lib/Support/
DToolOutputFile.cpp20 : Filename(Filename), Keep(false) { in CleanupInstaller()
28 if (!Keep && Filename != "-") in ~CleanupInstaller()
42 Installer.Keep = true; in tool_output_file()
/external/proguard/src/proguard/gui/
Dboilerplate.pro1 # Keep - Applications. Keep all application classes, along with their 'main'
7 # Keep - Applets. Keep all extensions of java.applet.Applet.
10 # Keep - Servlets. Keep all extensions of javax.servlet.Servlet.
13 # Keep - Midlets. Keep all extensions of javax.microedition.midlet.MIDlet.
16 # Keep - Xlets. Keep all extensions of javax.tv.xlet.Xlet.
19 # Keep - Library. Keep all public and protected classes, fields, and methods.
25 # Also keep - Enumerations. Keep the special static methods that are required in
32 # Also keep - Serialization code. Keep all fields and methods that are used for
43 # Also keep - BeanInfo classes. Keep all implementations of java.beans.BeanInfo.
46 # Also keep - Bean classes. Keep all specified classes, along with their getters
[all …]
DGUIResources.properties30 keepAdditional = Keep additional classes and class members
31 keepNamesAdditional = Keep additional class names and class member names
109 keepPackageNames = Keep package names
113 keepAttributes = Keep attributes
114 keepParameterNames = Keep parameter names
129 keepDirectories = Keep directories
187 Keep the specified package names from being obfuscated.
208 Keep the specified optional class file attributes.
220 <html>Keep parameter names and types in "LocalVariable*Table" attributes<br>\
273 Keep the specified directories in the output jars, wars, ears, zips, apks, or directories.
[all …]
Ddefault.pro5 # Keep - Applications. Keep all application classes, along with their 'main'
11 # Also keep - Enumerations. Keep the special static methods that are required in
18 # Also keep - Database drivers. Keep all implementations of java.sql.Driver.
21 # Also keep - Swing UI L&F. Keep all extensions of javax.swing.plaf.ComponentUI,
27 # Keep names - Native method names. Keep all native class/method names.
/external/jarjar/src/main/com/tonicsystems/jarjar/
DMainProcessor.java35 List<Keep> keepList = new ArrayList<Keep>(); in MainProcessor()
41 } else if (pattern instanceof Keep) { in MainProcessor()
42 keepList.add((Keep) pattern); in MainProcessor()
DKeep.java19 public class Keep extends PatternElement class
DJarJarTask.java41 public void addConfiguredKeep(Keep keep) { in addConfiguredKeep()
DRulesFileParser.java64 element = new Keep(); in parse()
/external/llvm/include/llvm/Support/
DToolOutputFile.h36 bool Keep;
58 void keep() { Installer.Keep = true; } in keep()
/external/proguard/examples/annotations/lib/
Dannotations.pro23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class
26 -keep @proguard.annotation.Keep class *
29 @proguard.annotation.Keep *;
/external/proguard/examples/annotations/examples/
DApplet.java14 @Keep
DNativeCallBack.java33 @Keep
DBean.java14 @Keep
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/
Dspecial-comments.css.min5 Keep the initial !
Dspecial-comments.css5 Keep the initial !
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/tests/yui/out/
Dspecial-comments.out.b5 Keep the initial !
/external/llvm/test/YAMLParser/
Dspec-09-23.data9 # text… 
 # Keep
/external/proguard/examples/annotations/src/proguard/annotation/
DKeep.java18 public @interface Keep {} annotation
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
Dcmsmd5.c267 _cmsICCPROFILE Keep; in cmsMD5computeID() local
274 memmove(&Keep, Icc, sizeof(_cmsICCPROFILE)); in cmsMD5computeID()
302 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE)); in cmsMD5computeID()
313 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE)); in cmsMD5computeID()
/external/fio/examples/
D1mbs_clients.fio1 ; Keep adding 1024kb/s reading clients at 4 seconds
/external/llvm/test/CodeGen/X86/
Dfp-stack-O0.ll7 ; Keep track of the return value.
/external/proguard/src/proguard/wtk/
Ddefault.pro8 # Keep all extensions of javax.microedition.midlet.MIDlet.
11 # Keep all native class/method names.
/external/tcpdump/tests/
Dprint-A.out18 Connection: Keep-Alive
33 Keep-Alive: timeout=15, max=100
34 Connection: Keep-Alive

123456