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

1 2 3 4 5 6 7 8

  /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();
  /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/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/e2fsprogs/debugfs/
debug_cmds.ct 187 request do_zap_block, "Zap block: fill with 0, pattern, flip bits etc.",
188 zap_block, zap;
zap.c 2 * zap.c --- zap block
  /external/llvm/include/llvm/Transforms/InstCombine/
InstCombineWorklist.h 102 /// Zap - check that the worklist is empty and nuke the backing store for
104 void Zap() {
  /external/llvm/test/CodeGen/AArch64/
ghc-cc.ll 35 define void @zap(i64 %a, i64 %b) nounwind {
37 ; CHECK-LABEL: zap
  /external/llvm/test/CodeGen/X86/
ghc-cc.ll 10 define void @zap(i32 %a, i32 %b) nounwind {
  /external/vboot_reference/cgpt/
cmd_create.c 49 params.zap = 1;
  /external/vboot_reference/host/include/
cgpt_params.h 19 int zap; member in struct:CgptCreateParams
  /packages/apps/Nfc/res/values-pl/
strings.xml 34 <string name="tap_again_to_pay" msgid="5754988005412859897">"Kliknij ponownie, by zap?aci?, u?ywaj?c <xliff:g id="APP">%1$s</xliff:g>"</string>
38 <string name="pay_with" msgid="5531545488795798945">"Zap?a? w"</string>
40 <string name="default_pay_app_removed" msgid="4108250545457437360">"Twoja preferowana us?uga systemu dotknij i zap?a? zosta?a usuni?ta. Wybra? inn??"</string>
  /external/toybox/tests/
sed.test 57 'zap\nbone\nturtle\scoff\nfred\ntron\nlurid\noffer\nbecause\n'
71 testing "sed b skip" "sed -n '2b zap;d;:zap;p'" "two\n" "" "one\ntwo\nthree"
  /external/v8/src/
zone.cc 127 // Zap the entire current segment (including the header).
146 // Zap the contents of the kept segment (but not the header).
170 // Zap the entire kept segment (including the header).
hydrogen-environment-liveness.cc 50 // explicitly zap it in B.
205 // Analysis finished. Zap dead environment slots.
  /external/compiler-rt/test/BlocksRuntime/
fail.c 27 buffer[count] = 0; // zap newline
  /external/llvm/include/llvm/IR/
Use.h 82 /// Destructor - Only for zap()
130 static void zap(Use *Start, const Use *Stop, bool del = false);
  /external/openssh/openbsd-compat/
bcrypt_pbkdf.c 102 /* zap */
171 /* zap */
  /external/toybox/scripts/
config2help.c 98 // If there was whitespace before this, zap it. This can't take out *help
106 // Count number of dashlines, copy out to array, zap trailing whitespace
309 // zap whitespace at end of catch help text
  /external/gptfdisk/
gptcl.cc 107 {"zap", 'z', POPT_ARG_NONE, NULL, 'z', "zap (destroy) GPT (but not MBR) data structures", ""},
108 {"zap-all", 'Z', POPT_ARG_NONE, NULL, 'Z', "zap (destroy) GPT and MBR data structures", ""},
  /external/llvm/lib/IR/
Use.cpp 87 void Use::zap(Use *Start, const Use *Stop, bool del) { function in class:llvm::Use

Completed in 893 milliseconds

1 2 3 4 5 6 7 8