/external/valgrind/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/clang/test/CodeGenCXX/ |
D | microsoft-abi-try-throw.cpp | 19 #ifdef TRY in main() 37 #ifdef TRY
|
/external/drm_hwcomposer/ |
D | glworker.cpp | 700 #define TRY(x, n, g) \ macro 707 #define TRY_RETURN(x, n) TRY(x, n, return ret) 751 TRY(pthread_cond_wait(&work_done_cond_, &lock_), "wait on condition", in Init() 801 TRY(pthread_mutex_lock(&lock_), "lock GLThread", return ); in WorkerRoutine() 805 TRY(compositor.Init(), "initialize GL", goto out_signal_done); in WorkerRoutine() 808 TRY(pthread_cond_signal(&work_done_cond_), "signal GLThread caller", in WorkerRoutine() 813 TRY(pthread_cond_wait(&work_ready_cond_, &lock_), "wait on condition", in WorkerRoutine() 832 TRY(pthread_cond_signal(&work_done_cond_), "signal GLThread caller", in WorkerRoutine() 835 TRY(pthread_mutex_unlock(&lock_), "unlock GLThread", return ); in WorkerRoutine()
|
/external/icu/icu4c/source/data/curr/ |
D | dz.txt | 263 TRY{ 264 "TRY",
|
D | si.txt | 555 TRY{ 556 "TRY", 689 TRY{"₺"} 699 TRY{"TL"} 1242 TRY{
|
D | mn.txt | 555 TRY{ 556 "TRY", 688 TRY{"₺"} 698 TRY{"TL"} 1245 TRY{
|
D | km.txt | 555 TRY{ 556 "TRY", 689 TRY{"₺"} 1106 TRY{
|
D | root.txt | 180 TRY{"₺"} 194 TRY{"TL"}
|
D | th.txt | 951 TRY{ 952 "TRY", 1226 TRY{"₺"} 1236 TRY{"TL"} 1647 TRY{
|
D | kea.txt | 452 TRY{ 453 "TRY", 555 TRY{"₺"} 718 TRY{
|
D | kk.txt | 555 TRY{ 556 "TRY", 674 TRY{"₺"} 1209 TRY{
|
D | fur.txt | 195 TRY{ 196 "TRY", 357 TRY{
|
D | ur.txt | 575 TRY{ 576 "TRY", 713 TRY{"₺"} 1266 TRY{
|
D | am.txt | 567 TRY{ 568 "TRY", 705 TRY{"₺"} 1258 TRY{
|
D | hy.txt | 555 TRY{ 556 "TRY", 689 TRY{"₺"} 1245 TRY{
|
D | kn.txt | 559 TRY{ 560 "TRY", 693 TRY{"₺"} 1246 TRY{
|
D | te.txt | 559 TRY{ 560 "TRY", 693 TRY{"₺"} 1246 TRY{
|
D | gu.txt | 559 TRY{ 560 "TRY", 693 TRY{"₺"} 1246 TRY{
|
D | mr.txt | 559 TRY{ 560 "TRY", 693 TRY{"₺"} 1246 TRY{
|
D | ta.txt | 559 TRY{ 560 "TRY", 693 TRY{"₺"} 1246 TRY{
|
/external/elfutils/src/libdwfl/ |
D | linux-kernel-modules.c | 292 #define TRY(sfx) \ in check_suffix() macro 299 TRY (".ko"); in check_suffix() 301 TRY (".ko.gz"); in check_suffix() 304 TRY (".ko.bz2"); in check_suffix() 307 TRY (".ko.xz"); in check_suffix() 312 #undef TRY in check_suffix()
|