Searched refs:Keep (Results 1 - 21 of 21) sorted by relevance

/external/proguard/examples/annotations/examples/
H A DApplet.java13 @Keep
H A DNativeCallBack.java31 @Keep
H A DBean.java13 @Keep
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/
H A DRenderContext.java218 public RenderState.StencilOperation frontStencilStencilFailOperation = RenderState.StencilOperation.Keep;
219 public RenderState.StencilOperation frontStencilDepthFailOperation = RenderState.StencilOperation.Keep;
220 public RenderState.StencilOperation frontStencilDepthPassOperation = RenderState.StencilOperation.Keep;
221 public RenderState.StencilOperation backStencilStencilFailOperation = RenderState.StencilOperation.Keep;
222 public RenderState.StencilOperation backStencilDepthFailOperation = RenderState.StencilOperation.Keep;
223 public RenderState.StencilOperation backStencilDepthPassOperation = RenderState.StencilOperation.Keep;
306 frontStencilStencilFailOperation = RenderState.StencilOperation.Keep;
307 frontStencilDepthFailOperation = RenderState.StencilOperation.Keep;
308 frontStencilDepthPassOperation = RenderState.StencilOperation.Keep;
309 backStencilStencilFailOperation = RenderState.StencilOperation.Keep;
[all...]
/external/llvm/lib/Support/
H A DToolOutputFile.cpp19 : Filename(filename), Keep(false) {
27 if (!Keep && Filename != "-")
42 Installer.Keep = true;
/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/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/proguard/examples/annotations/lib/
H A Dannotations.pro23 # @Keep specifies not to shrink, optimize, or obfuscate the annotated class
26 -keep @proguard.annotation.Keep class *
29 @proguard.annotation.Keep *;
H A Dannotations.jarMETA-INF/ META-INF/MANIFEST.MF proguard/annotation/Keep.class Keep.java package proguard ...
/external/antlr/antlr-3.4/runtime/Perl5/lib/ANTLR/Runtime/
H A DTokenSource.pm34 requested a token. Keep lexing until you get a valid one. Just report
/external/llvm/lib/Analysis/
H A DRegionInfo.cpp334 std::vector<Region*> Keep; local
340 Keep.push_back(*I);
343 children.insert(children.begin(), Keep.begin(), Keep.end());
/external/openssl/crypto/
H A Dsparccpuid.S21 ! Keep in mind that this does not excuse us from wiping the stack!
/external/dexmaker/lib/
H A Djarjar.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/tonicsystems/ com/tonicsystems/jarjar/ com/tonicsystems/jarjar/AbstractDepHandler ...
/external/libpng/
H A DCHANGES2118 Keep tRNS chunk with out-of-range samples and issue a png_warning().
/external/icu4c/data/
H A Dmakedata.mak12 # Keep the following in sync with the version - see common/unicode/uvernum.h
/external/jmonkeyengine/engine/src/lwjgl/com/jme3/renderer/lwjgl/
H A DLwjglRenderer.java663 case Keep:
/external/llvm/test/Bindings/Ocaml/
H A Dvmcore.ml1338 suite "writer" test_writer; (* Keep this last; it disposes m. *)
/external/libcap-ng/libcap-ng-0.7/
H A Dconfigure1907 # Keep a trace of the command line.
4989 # Keep this pattern in sync with the one in func_win32_libid.
5911 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas286 /// requested a token. Keep lexing until you get a valid one. Just report
/external/expat/
H A Dconfigure2037 # Keep a trace of the command line.
4720 # Keep this pattern in sync with the one in func_win32_libid.
5680 /* Keep this code in sync between libtool.m4, ltmain, lt_system.h, and tests. */

Completed in 2249 milliseconds