/external/valgrind/main/mpi/ |
D | mpiwrap_type_test.c | 248 #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/ |
D | rewrite-modern-try-finally.m | 10 void TRY(); function 21 TRY(); 28 TRY();
|
D | rewrite-modern-try-catch-finally.m | 42 void TRY(); function 54 TRY();
|
D | rewrite-modern-throw.m | 12 void TRY(); function 18 @try { TRY(); }
|
D | rewrite-try-catch.m | 7 @try { TRY(); }
|
/external/icu4c/data/curr/ |
D | my.txt | 274 TRY{ 275 "TRY",
|
D | te.txt | 551 TRY{ 552 "TRY",
|
D | kea.txt | 246 TRY{ 247 "TRY",
|
D | ta.txt | 550 TRY{ 551 "TRY",
|
D | gu.txt | 550 TRY{ 551 "TRY",
|
D | ur.txt | 570 TRY{ 571 "TRY",
|
D | kn.txt | 550 TRY{ 551 "TRY",
|
D | am.txt | 562 TRY{ 563 "TRY",
|
D | mr.txt | 550 TRY{ 551 "TRY",
|
D | hi.txt | 626 TRY{ 627 "TRY",
|
D | ka.txt | 658 TRY{ 659 "TRY",
|
D | fa.txt | 714 TRY{ 715 "TRY",
|
D | uk.txt | 898 TRY{ 899 "TRY", 1354 TRY{
|
D | ar.txt | 830 TRY{ 831 "TRY", 1331 TRY{
|
D | he.txt | 738 TRY{ 739 "TRY",
|
D | zh.txt | 882 TRY{ 883 "TRY",
|
D | zh_Hant.txt | 866 TRY{ 867 "TRY",
|
/external/valgrind/main/helgrind/ |
D | hg_errors.c | 1352 # 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/ |
D | TokenId.java | 62 int TRY = 343; field
|
/external/webkit/Source/JavaScriptCore/parser/ |
D | Keywords.table | 33 try TRY
|