Searched refs:cause (Results 1 - 25 of 174) sorted by relevance

1234567

/macosx-10.9.5/security_authtrampoline-55105/src/
H A DAuthorizationTrampoline.cpp38 static void fail(OSStatus cause) __attribute__ ((noreturn));
129 void fail(OSStatus cause) argument
131 OSStatus tmp = h2n(cause);
133 secdebug("authtramp", "trampoline aborting with status %ld", cause);
/macosx-10.9.5/CPANInternal-140/Test-Simple/t/subtest/
H A Dexceptions.t41 ok !$tb->is_passing, '... and should cause the test suite to fail';
62 ok !$tb->is_passing, '... and should cause the test suite to fail';
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Debugging/
H A DIrDALog.h20 UInt32 cause; // really a single byte cause enumeration member in struct:EventTraceCauseDesc
/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dinfo-xref.el280 (condition-case cause (require load)
283 symbol load cause))))
288 (condition-case cause (load load)
291 symbol load cause)))))))))
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dcsc.vim10 " Make sure the continuation lines below do not cause problems in
H A Dtcl.vim11 " Make sure the continuation lines below do not cause problems in
H A Dant.vim9 " Make sure the continuation lines below do not cause problems in
H A Dconfig.vim9 " Make sure the continuation lines below do not cause problems in
H A Ddtd.vim10 " Make sure the continuation lines below do not cause problems in
H A Dsgml.vim9 " Make sure the continuation lines below do not cause problems in
H A Dsh.vim10 " Make sure the continuation lines below do not cause problems in
H A Dsvg.vim9 " Make sure the continuation lines below do not cause problems in
H A Dtcsh.vim9 " Make sure the continuation lines below do not cause problems in
H A Dxsd.vim9 " Make sure the continuation lines below do not cause problems in
H A Daspvbs.vim9 " Make sure the continuation lines below do not cause problems in
H A Dcsh.vim10 " Make sure the continuation lines below do not cause problems in
H A Djava.vim10 " Make sure the continuation lines below do not cause problems in
/macosx-10.9.5/tcl-102/tcl_ext/xotcl/xotcl/win/
H A Dconfigs.vc115 !error "The static runtime in a loadable (dll) extension is a useless configuration that will cause abnormal and unnecessary code bloat."
/macosx-10.9.5/xnu-2422.115.4/tools/tests/unit_tests/ptrace_tests_10767133_src/
H A Dptrace_tests_10767133.c18 #define assert_condition(condition, exit_status, cause) \
20 printf("[FAILED] %s:%s at %d error: %s \n", "test_10767133", __func__ , __LINE__, cause ); \
22 perror(cause); \
/macosx-10.9.5/remote_cmds-41.90.1/tftp.tproj/
H A Dmain.c238 const char *cause = "unknown"; local
264 cause = "socket";
272 cause = "bind";
287 cause = "setsockopt SNDBUF";
293 cause = "setsockopt RCVBUF";
298 warn("%s", cause);
/macosx-10.9.5/CPANInternal-140/Class-WhiteHole/lib/Class/
H A DWhiteHole.pm51 If your class inherits autoloaded routines this class may cause them
/macosx-10.9.5/CPANInternal-140/Class-WhiteHole-0.04/lib/Class/
H A DWhiteHole.pm51 If your class inherits autoloaded routines this class may cause them
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dkern_memorystatus.c217 static boolean_t memorystatus_kill_specific_process(pid_t victim_pid, uint32_t cause);
218 static boolean_t memorystatus_kill_top_process(boolean_t any, uint32_t cause, int32_t *priority, uint32_t *errors);
223 static boolean_t memorystatus_kill_process_async(pid_t victim_pid, uint32_t cause);
224 static boolean_t memorystatus_kill_process_sync(pid_t victim_pid, uint32_t cause);
655 memorystatus_do_kill(proc_t p, uint32_t cause) { argument
660 if (memorystatus_jetsam_panic_debug & (1 << cause)) {
661 panic("memorystatus_do_kill(): jetsam debug panic (cause: %d)", cause);
664 #pragma unused(cause)
667 switch (cause) {
1771 memorystatus_kill_specific_process(pid_t victim_pid, uint32_t cause) argument
1804 memorystatus_kill_top_process(boolean_t any, uint32_t cause, int32_t *priority, uint32_t *errors) argument
2086 memorystatus_kill_process_async(pid_t victim_pid, uint32_t cause) argument
2098 memorystatus_kill_process_sync(pid_t victim_pid, uint32_t cause) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dinterp.test60 test interp-1.4 {one namespace can cause another to be destroyed} {
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dtoaster.test68 test {Toast too many slices of bread and cause a fire} {

Completed in 349 milliseconds

1234567