HomeSort by relevance Sort by last modified time
    Searched refs:Zap (Results 1 - 25 of 31) sorted by null

1 2

  /external/jarjar/src/main/com/tonicsystems/jarjar/
Zap.java 19 public class Zap extends PatternElement
MainProcessor.java 33 List<Zap> zapList = new ArrayList<Zap>();
37 if (pattern instanceof Zap) {
38 zapList.add((Zap) pattern);
ZapProcessor.java 27 public ZapProcessor(List<Zap> zapList) {
34 return !zap(name.substring(0, name.length() - 6));
38 private boolean zap(String desc) { method in class:ZapProcessor
JarJarTask.java 35 public void addConfiguredZap(Zap zap) {
36 if (zap.getPattern() == null)
37 throw new IllegalArgumentException("The <zap> element requires a \"pattern\" attribute.");
38 patterns.add(zap);
RulesFileParser.java 61 } else if (type.equals("zap")) {
62 element = new Zap();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 95 /// Zap - check that the worklist is empty and nuke the backing store for
97 void Zap() {
  /external/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 103 /// Zap - check that the worklist is empty and nuke the backing store for
105 void Zap() {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineWorklist.h 94 /// Zap - check that the worklist is empty and nuke the backing store for
96 void Zap() {
  /external/guice/lib/build/
jarjar-1.1.jar 
  /external/testng/lib-supplied/
jarjar-issue-21.jar 
  /prebuilts/tools/common/m2/repository/com/googlecode/jarjar/jarjar/1.3/
jarjar-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/gradle/jarjar/jarjar/1.2.1/
jarjar-1.2.1.jar 

Completed in 453 milliseconds

1 2