/third_party/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress02.c | 45 #define CATCH_SIG(SIG) \ argument 46 if (sigaction(SIG, &sa, 0) == -1) { \ 47 ERROR("couldn't catch signal " #SIG); \
|
D | mmapstress05.c | 77 #define CATCH_SIG(SIG) \ argument 78 if (sigaction(SIG, &sa, 0) == -1) { \ 79 ERROR("couldn't catch signal " #SIG); \
|
D | mmapstress07.c | 53 #define CATCH_SIG(SIG) \ argument 54 if (sigaction(SIG, &sa, 0) == -1) { \ 55 ERROR("couldn't catch signal " #SIG); \
|
/third_party/ltp/testcases/open_posix_testsuite/bin/ |
D | run-posix-option-group-test.sh | 15 usage: $(basename "$0") [AIO|MEM|MSG|SEM|SIG|THR|TMR|TPS] 36 SIG)
|
D | run-all-posix-option-group-tests.sh | 13 for option_group in AIO MEM MSG SEM SIG THR TMR TPS; do
|
/third_party/curl/tests/ |
D | secureserver.pl | 275 $SIG{INT} = \&exit_signal_handler; 276 $SIG{TERM} = \&exit_signal_handler;
|
D | ftpserver.pl | 284 local $SIG{ALRM} = sub { die "alarm\n"; }; 2569 local $SIG{ALRM} = sub { die "alarm\n" }; 3043 $SIG{INT} = \&exit_signal_handler; 3044 $SIG{TERM} = \&exit_signal_handler;
|
/third_party/mksh/ |
D | check.pl | 352 @SIG{@trap_sigs} = ('cleanup_exit') x @trap_sigs; 354 $SIG{'ALRM'} = 'catch_sigalrm'; 411 $SIG{$sig} = 'DEFAULT'; 421 $SIG{'ALRM'} = 'catch_sigalrm'; 558 @SIG{@trap_sigs} = ('DEFAULT') x @trap_sigs; 559 $SIG{'ALRM'} = 'DEFAULT';
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 42 public static final int SIG = 10; field in APIInfo 113 public void setSignature(String val) { setType(SIG, val); } in setSignature() 139 public String getSignature() { return get(SIG, true); } in getSignature() 173 case SIG: return sig; in get() 211 case SIG: sig = val; break; in setType()
|
D | CheckAPI.java | 94 private static final int SIG = 10; field in CheckAPI 125 case SIG: return sig; in get() 147 case SIG: sig = val; break; in setType() 337 setType(SIG, fdoc.type().toString()); in read() 364 setType(SIG, buf.toString()); in read() 376 setType(SIG, mdoc.returnType().toString() + emdoc.signature()); in read() 379 setType(SIG, emdoc.signature()); in read()
|
/third_party/python/Lib/distutils/ |
D | README | 7 The Distutils-SIG web page is also a good starting point:
|
/third_party/openssl/test/recipes/ |
D | 80-test_ca.t | 62 local $SIG{PIPE} = "IGNORE";
|
/third_party/python/Mac/PythonLauncher/English.lproj/ |
D | Credits.rtf | 19 Pythonmac-SIG@python.org\
|
/third_party/openssl/external/perl/Text-Template-1.46/t/ |
D | 02-hash.t | 67 local $SIG{__WARN__} = sub {$WARNINGS++};
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OML/ |
D | GLX_OML_swap_method.txt | 15 Complete. Approved by the Khronos SIG on July 19, 2001.
|
D | OML_interlace.txt | 15 Complete. Approved by the Khronos SIG on July 19, 2001.
|
/third_party/openGLES/extensions/OML/ |
D | GLX_OML_swap_method.txt | 15 Complete. Approved by the Khronos SIG on July 19, 2001.
|
D | OML_interlace.txt | 15 Complete. Approved by the Khronos SIG on July 19, 2001.
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 334 SIG("Silte Gurage", "xst"), enumConstant
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 334 SIG("Silte Gurage", "xst"), enumConstant
|
/third_party/ltp/testcases/open_posix_testsuite/Documentation/ |
D | HOWTO_RunTests | 96 SIG | Signals
|
/third_party/openssl/ |
D | Configure | 24 my $orig_death_handler = $SIG{__DIE__}; 25 $SIG{__DIE__} = \&death_handler; 2824 $SIG{__DIE__} = $orig_death_handler; 2881 $SIG{__DIE__} = $orig_death_handler;
|
/third_party/openssl/util/perl/TLSProxy/ |
D | Proxy.pm | 379 local $SIG{PIPE} = "IGNORE";
|
/third_party/toybox/lib/ |
D | portability.c | 404 #define SIGNIFY(x) {SIG##x, #x}
|
/third_party/python/Doc/library/ |
D | signal.rst | 68 signal (SIG*), handler (:const:`SIG_DFL`, :const:`SIG_IGN`) and sigmask 198 .. data:: SIG* 539 ``SIG*`` module level constant.
|