HomeSort by relevance Sort by last modified time
    Searched full:zap (Results 1 - 25 of 393) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_zeroed_ext_header/
name 0 zap inode with zeroed extent header
  /external/jarjar/src/main/com/tonicsystems/jarjar/
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);
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
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);
RulesFileParser.java 61 } else if (type.equals("zap")) {
62 element = new Zap();
  /toolchain/binutils/binutils-2.25/gold/testsuite/
icf_preemptible_functions_test.cc 25 // be folded although they are identical as zap or zip could be preempted.
27 int zap() function
39 zap();
  /external/valgrind/none/tests/amd64/
nan80and64.c 100 #define ZAP memset(res, 0x55, 10)
106 ZAP; do_64_to_80( res, ref_qnan64 );
111 ZAP; do_64_to_80( res, ref_snan64 );
116 ZAP; do_80_to_64( res, ref_qnan80 );
121 ZAP; do_80_to_64( res, ref_snan80 );
136 #undef ZAP
  /external/e2fsprogs/debugfs/
Android.bp 25 "zap.c",
  /external/python/cpython2/Mac/scripts/
zappycfiles.py 2 """Recursively zap all .pyc and .pyo files"""
  /external/jarjar/res/com/tonicsystems/jarjar/
help.txt 50 zap <pattern>
68 The "zap" rule causes any matched class to be removed from the resulting
69 jar file. All zap rules are processed before renaming rules.
  /external/llvm/test/Transforms/InstCombine/
2008-06-08-ICmpPHI.ll 31 %tmp17 = tail call i32 (...) @zap( ) nounwind ; <i32> [#uses=1]
47 declare i32 @zap(...)
  /external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
2008-06-08-ICmpPHI.ll 31 %tmp17 = tail call i32 (...)* @zap( ) nounwind ; <i32> [#uses=1]
47 declare i32 @zap(...)
  /external/v8/src/zone/
zone-segment.h 37 // Zap the contents of the segment (but not the header).
  /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/llvm/test/CodeGen/AArch64/
ghc-cc.ll 35 define void @zap(i64 %a, i64 %b) nounwind {
37 ; CHECK-LABEL: 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() {
  /prebuilts/clang/host/darwin-x86/clang-3957855/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-3960126/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-3977809/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-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-3957855/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-3960126/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-3977809/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-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() {

Completed in 901 milliseconds

1 2 3 4 5 6 7 8 91011>>