Home
last modified time | relevance | path

Searched refs:TRY (Results 1 – 25 of 98) sorted by relevance

1234

/external/valgrind/main/mpi/
Dmpiwrap_type_test.c248 #define TRY(_commit_free,_type,_name) \ in main() macro
254 TRY(True, tycon_Contiguous(3, MPI_INT), in main()
257 TRY(True, tycon_Struct2(3,2,MPI_CHAR, 8,1,MPI_DOUBLE), in main()
260 TRY(True, tycon_Struct2(0,1,MPI_CHAR, 8,1,tycon_Contiguous(4, MPI_DOUBLE)), in main()
263 TRY(True, tycon_Contiguous(10, tycon_Struct2(1,1,MPI_CHAR, 4,1,MPI_FLOAT)), in main()
266 TRY(True, tycon_Vector(5, 2,3,MPI_DOUBLE), in main()
269 TRY(True, tycon_Vector(3, 1,2,MPI_LONG_DOUBLE), in main()
272 TRY(True, tycon_HVector(4, 1,3,MPI_SHORT), in main()
275 TRY(True, tycon_Indexed2(1,3, 5,2, MPI_UNSIGNED_CHAR), in main()
278 TRY(True, tycon_HIndexed2(1,2, 6,3, MPI_UNSIGNED_SHORT), in main()
[all …]
/external/clang/test/Rewriter/
Drewrite-modern-try-finally.m10 void TRY(); function
21 TRY();
28 TRY();
Drewrite-modern-try-catch-finally.m42 void TRY(); function
54 TRY();
Drewrite-modern-throw.m12 void TRY(); function
18 @try { TRY(); }
Drewrite-try-catch.m7 @try { TRY(); }
/external/icu4c/data/curr/
Dmy.txt274 TRY{
275 "TRY",
Dte.txt551 TRY{
552 "TRY",
Dkea.txt246 TRY{
247 "TRY",
Dta.txt550 TRY{
551 "TRY",
Dgu.txt550 TRY{
551 "TRY",
Dur.txt570 TRY{
571 "TRY",
Dkn.txt550 TRY{
551 "TRY",
Dam.txt562 TRY{
563 "TRY",
Dmr.txt550 TRY{
551 "TRY",
Dhi.txt626 TRY{
627 "TRY",
Dka.txt658 TRY{
659 "TRY",
Dfa.txt714 TRY{
715 "TRY",
Duk.txt898 TRY{
899 "TRY",
1354 TRY{
Dar.txt830 TRY{
831 "TRY",
1331 TRY{
Dhe.txt738 TRY{
739 "TRY",
Dzh.txt882 TRY{
883 "TRY",
Dzh_Hant.txt866 TRY{
867 "TRY",
/external/valgrind/main/helgrind/
Dhg_errors.c1352 # define TRY(_name,_xskind) \ in HG_() macro
1357 TRY("Race", XS_Race); in HG_()
1358 TRY("FreeMemLock", XS_FreeMemLock); in HG_()
1359 TRY("UnlockUnlocked", XS_UnlockUnlocked); in HG_()
1360 TRY("UnlockForeign", XS_UnlockForeign); in HG_()
1361 TRY("UnlockBogus", XS_UnlockBogus); in HG_()
1362 TRY("PthAPIerror", XS_PthAPIerror); in HG_()
1363 TRY("LockOrder", XS_LockOrder); in HG_()
1364 TRY("Misc", XS_Misc); in HG_()
1366 # undef TRY in HG_()
/external/javassist/src/main/javassist/compiler/
DTokenId.java62 int TRY = 343; field
/external/webkit/Source/JavaScriptCore/parser/
DKeywords.table33 try TRY

1234