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

1 2 3

  /external/jarjar/src/main/com/tonicsystems/jarjar/
Keep.java 19 public class Keep extends PatternElement
  /external/proguard/examples/annotations/src/proguard/annotation/
Keep.java 18 public @interface Keep {}
  /frameworks/support/annotations/src/android/support/annotation/
Keep.java 37 * @Keep
45 public @interface Keep {
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/src/proguard/annotation/
Keep.java 18 public @interface Keep {}
  /frameworks/base/tools/aapt2/filter/
AbiFilter.cpp 34 bool AbiFilter::Keep(const std::string& path) {
  /external/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /external/swiftshader/third_party/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
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ToolOutputFile.h 25 /// object is destroyed unless the client calls keep().
36 bool Keep;
58 void keep() { Installer.Keep = true; } function in class:llvm::tool_output_file
  /frameworks/compile/mclinker/include/mcld/Script/
InputSectDesc.h 28 enum KeepPolicy { Keep, NoKeep };
  /external/pdfium/third_party/lcms2-2.6/src/
cmsmd5.c 267 _cmsICCPROFILE Keep;
274 memmove(&Keep, Icc, sizeof(_cmsICCPROFILE));
302 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
313 memmove(Icc, &Keep, sizeof(_cmsICCPROFILE));
  /external/proguard/examples/annotations/lib/
annotations.jar 
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/lib/
annotations.jar 
  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.cpp 269 bool Keep = KeepRegs.test(Reg);
279 if (!Keep)
432 // Keep a map of the MachineInstr*'s back to the SUnit representing them.
487 // trying to break. To avoid this, keep track of the most recent
  /external/pdfium/xfa/fxfa/parser/
xfa_layout_itemlayout.h 42 Keep,
  /device/linaro/bootloader/edk2/OvmfPkg/Library/QemuBootOrderLib/
QemuBootOrderLib.c     [all...]
  /external/llvm/include/llvm/Analysis/
RegionInfoImpl.h 401 std::vector<std::unique_ptr<RegionT>> Keep;
407 Keep.push_back(std::move(*I));
413 std::move_iterator<typename RegionSet::iterator>(Keep.begin()),
414 std::move_iterator<typename RegionSet::iterator>(Keep.end()));
  /external/swiftshader/third_party/LLVM/lib/Analysis/
RegionInfo.cpp 352 std::vector<Region*> Keep;
358 Keep.push_back(*I);
361 children.insert(children.begin(), Keep.begin(), Keep.end());
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
RegionInfoImpl.h 384 std::vector<std::unique_ptr<RegionT>> Keep;
390 Keep.push_back(std::move(R));
396 std::move_iterator<typename RegionSet::iterator>(Keep.begin()),
397 std::move_iterator<typename RegionSet::iterator>(Keep.end()));

Completed in 656 milliseconds

1 2 3