Searched refs:catch (Results 1 - 25 of 279) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h164 } catch (const ::std::exception& gtest_exception) { \
173 } catch (...) { \
H A Dgtest-internal.h423 // In order to catch the mistake of putting tests that use different
1131 catch (expected_exception const&) { \
1134 catch (...) { \
1156 catch (...) { \
1171 catch (...) { \
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h193 } catch (const ::std::exception& gtest_exception) { \
202 } catch (...) { \
H A Dgtest-internal.h399 // In order to catch the mistake of putting tests that use different
1267 catch (expected_exception const&) { \
1270 catch (...) { \
1292 catch (...) { \
1307 catch (...) { \
/xsrc/external/mit/xedit/dist/lisp/test/
H A Dlist.lsp376 ;; catch - special operator
377 (eql-eval 3 '(catch 'dummy-tag 1 2 (throw 'dummy-tag 3) 4))
378 (eql-eval 4 '(catch 'dummy-tag 1 2 3 4))
380 (eq-eval t '(catch 'dummy-tag (throw-back 'dummy-tag) 2))
1752 (catch 'result
1756 (eql-eval 2 '(catch nil (unwind-protect (throw nil 1) (throw nil 2))))
1760 '(catch 'a
1761 (catch 'b
1764 (eq-eval :outer-catch
1765 '(catch 'fo
[all...]
/xsrc/external/mit/imake/dist/
H A Dimake.c350 void catch(int sig);
461 catch(int sig) function in typeref:typename:void
531 signal(SIGINT, catch);
/xsrc/external/mit/makedepend/dist/
H A Dmain.c86 catch(int sig) function in typeref:typename:void _X_NORETURN
418 * catch signals.
423 signal(SIGHUP, catch);
425 signal(SIGINT, catch);
427 signal(SIGQUIT, catch);
429 signal(SIGILL, catch);
431 signal(SIGBUS, catch);
433 signal(SIGSEGV, catch);
435 signal(SIGSYS, catch);
438 sig_act.sa_handler = catch;
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.3.3.rst134 - freedreno/ir3: catch incorrect usage of tmp-dst
/xsrc/external/mit/xedit/dist/lisp/modules/progmodes/
H A Dc.lsp1009 "asm|auto|break|case|catch|char|class|const|continue|default|"
/xsrc/external/mit/xorg-server/dist/include/
H A Ddix-config.h.in455 /* Wrap SIGBUS to catch MIT-SHM faults */
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown382 - **ra\_checker** - optional debugging pass that tries to catch basic
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/
H A Dnotes.markdown382 - **ra\_checker** - optional debugging pass that tries to catch basic
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/pbproxy/
H A Dx-selection.m1232 @catch (NSException *e)
/xsrc/external/mit/xorg-server/dist/hw/xquartz/pbproxy/
H A Dx-selection.m1199 @catch (NSException *e)
/xsrc/external/mit/util-macros/dist/
H A Dxorg-macros.m4.in1329 # for various platforms which unit testing code may use to catch various
1690 # This chunk adds additional warnings that could catch undesired effects.
/xsrc/external/mit/libXau/dist/
H A Daclocal.m4860 # In order to catch current-generation FAT out, we must *modify* files
2912 # for various platforms which unit testing code may use to catch various
3273 # This chunk adds additional warnings that could catch undesired effects.
/xsrc/external/mit/libXfont2/dist/
H A Daclocal.m4860 # In order to catch current-generation FAT out, we must *modify* files
2912 # for various platforms which unit testing code may use to catch various
3284 # This chunk adds additional warnings that could catch undesired effects.
/xsrc/external/mit/libXrender/dist/
H A Daclocal.m4860 # In order to catch current-generation FAT out, we must *modify* files
2912 # for various platforms which unit testing code may use to catch various
3273 # This chunk adds additional warnings that could catch undesired effects.
/xsrc/external/mit/libxshmfence/dist/
H A Daclocal.m4860 # In order to catch current-generation FAT out, we must *modify* files
2912 # for various platforms which unit testing code may use to catch various
3273 # This chunk adds additional warnings that could catch undesired effects.
/xsrc/external/mit/oclock/dist/
H A Daclocal.m4860 # In order to catch current-generation FAT out, we must *modify* files
2912 # for various platforms which unit testing code may use to catch various
3273 # This chunk adds additional warnings that could catch undesired effects.
/xsrc/external/mit/libFS/dist/
H A Daclocal.m4860 # In order to catch current-generation FAT out, we must *modify* files
2912 # for various platforms which unit testing code may use to catch various
3284 # This chunk adds additional warnings that could catch undesired effects.
/xsrc/external/mit/libICE/dist/
H A Daclocal.m4860 # In order to catch current-generation FAT out, we must *modify* files
2912 # for various platforms which unit testing code may use to catch various
3273 # This chunk adds additional warnings that could catch undesired effects.
/xsrc/external/mit/libSM/dist/
H A Daclocal.m4860 # In order to catch current-generation FAT out, we must *modify* files
2912 # for various platforms which unit testing code may use to catch various
3273 # This chunk adds additional warnings that could catch undesired effects.
/xsrc/external/mit/libX11/dist/
H A Daclocal.m4860 # In order to catch current-generation FAT out, we must *modify* files
2912 # for various platforms which unit testing code may use to catch various
3273 # This chunk adds additional warnings that could catch undesired effects.
/xsrc/external/mit/libXtst/dist/
H A Daclocal.m4860 # In order to catch current-generation FAT out, we must *modify* files
2912 # for various platforms which unit testing code may use to catch various
3284 # This chunk adds additional warnings that could catch undesired effects.

Completed in 120 milliseconds

1234567891011>>