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

1 2

  /bionic/libc/bionic/
siglist.c 31 #define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = z,
signame.c 31 #define __BIONIC_SIGDEF(x,y,z) [ SIG##x ] = #x,
  /external/smack/src/org/xbill/DNS/
SIGRecord.java 8 * Signature - A SIG provides the digital signature of an RRset, so that
30 * Creates an SIG Record from the given data
46 super(name, Type.SIG, dclass, ttl, covered, alg, origttl, expire,
SIG0.java 9 * Creates SIG(0) transaction signatures.
18 * The default validity period for outgoing SIG(0) signed messages.
27 * Sign a message with SIG(0). The DNS key and private key must refer to the
32 * @param previous If this message is a response, the SIG(0) from the query
47 SIGRecord sig = DNSSEC.signMessage(message, previous, key, privkey, local
50 message.addRecord(sig, Section.ADDITIONAL);
54 * Verify a message using SIG(0).
57 * necessary since SIG(0) signs the message in wire format, and we can't
60 * @param previous If this message is a response, the SIG(0) from the query
66 SIGRecord sig = null local
    [all...]
Type.java 85 public static final int SIG = 24;
250 types.add(SIG, "SIG", new SIGRecord());
Message.java 114 if (rec.getType() == Type.SIG) {
115 SIGRecord sig = (SIGRecord) rec; local
116 if (sig.getTypeCovered() == 0)
  /external/chromium_org/third_party/lcov/bin/
gendesc 67 $SIG{__WARN__} = \&warn_handler;
68 $SIG{__DIE__} = \&die_handler;
genpng 78 $SIG{__WARN__} = \&warn_handler;
79 $SIG{__DIE__} = \&die_handler;
geninfo 140 $SIG{"INT"} = \&int_handler;
141 $SIG{__WARN__} = \&warn_handler;
142 $SIG{__DIE__} = \&die_handler;
    [all...]
lcov 170 $SIG{__WARN__} = \&warn_handler;
171 $SIG{__DIE__} = \&die_handler;
    [all...]
  /external/chromium_org/third_party/lcov-1.9/bin/
gendesc 67 $SIG{__WARN__} = \&warn_handler;
68 $SIG{__DIE__} = \&die_handler;
genpng 81 $SIG{__WARN__} = \&genpng_warn_handler;
82 $SIG{__DIE__} = \&genpng_die_handler;
geninfo 187 $SIG{"INT"} = \&int_handler;
188 $SIG{__WARN__} = \&warn_handler;
189 $SIG{__DIE__} = \&die_handler;
    [all...]
lcov 201 $SIG{__WARN__} = \&warn_handler;
202 $SIG{__DIE__} = \&die_handler;
203 $SIG{'INT'} = \&abort_handler;
204 $SIG{'QUIT'} = \&abort_handler;
    [all...]
  /external/strace/
strace-graph 75 if (/^--- SIG(\S+) \(.*\) ---$/) {
81 if (/^\+\+\+ killed by SIG(\S+) \+\+\+$/) {
  /system/core/toolbox/
kill.c 12 #define _SIG(name) {SIG##name, #name}
75 fprintf(stderr, "%2d) SIG%-9s ", i, signals[index].name);
102 unsigned int sig = SIGTERM; local
122 sig = strtol(arg, &endptr, 10);
124 sig = name_to_signal(arg);
125 if (sig == SENTINEL) {
137 int err = kill(pid, sig);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/
httpd.pm 73 $SIG{'INT'} = 'handleInterrupt';
74 $SIG{'TERM'} = 'handleInterrupt';
  /external/dnsmasq/contrib/dynamic-dnsmasq/
dynamic-dnsmasq.pl 98 $SIG{'CHLD'} = 'IGNORE';
104 $SIG{'CHLD'} = 'DEFAULT';
  /external/linux-tools-perf/scripts/perl/
rwtop.pl 93 $SIG{ALRM} = \&set_print_pending;
  /external/mksh/src/
check.pl 313 @SIG{@trap_sigs} = ('cleanup_exit') x @trap_sigs;
315 $SIG{'ALRM'} = 'catch_sigalrm';
345 local($sig, $exitcode) = ('', 1);
354 $sig = $_[0];
361 if ($sig) {
362 $SIG{$sig} = 'DEFAULT';
363 kill $sig, $$;
372 $SIG{'ALRM'} = 'catch_sigalrm';
509 @SIG{@trap_sigs} = ('DEFAULT') x @trap_sigs
    [all...]
  /external/chromium_org/chrome/installer/mac/
pkg-dmg 439 $SIG{'INT'} = \&trapSignal;
440 $SIG{'HUP'} = \&trapSignal;
441 $SIG{'TERM'} = \&trapSignal;
    [all...]
  /dalvik/vm/
Thread.cpp     [all...]
  /external/clang/www/demo/
index.cgi 266 local $SIG{ALRM} = sub { die "timeout"; };
286 my $sig = WTERMSIG($retcode);
288 "Ouch, $program caught signal $sig. Sorry, better luck next time!\n"
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/
backportPP.pm     [all...]
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/
backportPP.pm     [all...]

Completed in 753 milliseconds

1 2