HomeSort by relevance Sort by last modified time
    Searched defs:Keep (Results 1 - 9 of 9) sorted by null

  /external/proguard/examples/annotations/src/proguard/annotation/
Keep.java 18 public @interface Keep {}
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
Keep.java 18 public @interface Keep {}
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
35 /// Keep - The flag which indicates whether we should not delete the file.
36 bool Keep;
55 /// keep - Indicate that the tool's job wrt this output file has been
57 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /external/proguard/examples/annotations/lib/
annotations.jar 
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/lib/
annotations.jar 
  /external/llvm/lib/Analysis/
RegionInfo.cpp 350 std::vector<Region*> Keep;
356 Keep.push_back(*I);
359 children.insert(children.begin(), Keep.begin(), Keep.end());
  /external/jmonkeyengine/engine/src/core/com/jme3/material/
RenderState.java 224 * Keep the current value.
226 Keep,
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/
jarjar.jar 
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 

Completed in 235 milliseconds