Home
last modified time | relevance | path

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

123456

/external/valgrind/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/clang/test/CodeGenCXX/
Dmicrosoft-abi-try-throw.cpp19 #ifdef TRY in main()
37 #ifdef TRY
/external/drm_hwcomposer/
Dglworker.cpp700 #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/
Ddz.txt263 TRY{
264 "TRY",
Dsi.txt555 TRY{
556 "TRY",
689 TRY{"₺"}
699 TRY{"TL"}
1242 TRY{
Dmn.txt555 TRY{
556 "TRY",
688 TRY{"₺"}
698 TRY{"TL"}
1245 TRY{
Dkm.txt555 TRY{
556 "TRY",
689 TRY{"₺"}
1106 TRY{
Droot.txt180 TRY{"₺"}
194 TRY{"TL"}
Dth.txt951 TRY{
952 "TRY",
1226 TRY{"₺"}
1236 TRY{"TL"}
1647 TRY{
Dkea.txt452 TRY{
453 "TRY",
555 TRY{"₺"}
718 TRY{
Dkk.txt555 TRY{
556 "TRY",
674 TRY{"₺"}
1209 TRY{
Dfur.txt195 TRY{
196 "TRY",
357 TRY{
Dur.txt575 TRY{
576 "TRY",
713 TRY{"₺"}
1266 TRY{
Dam.txt567 TRY{
568 "TRY",
705 TRY{"₺"}
1258 TRY{
Dhy.txt555 TRY{
556 "TRY",
689 TRY{"₺"}
1245 TRY{
Dkn.txt559 TRY{
560 "TRY",
693 TRY{"₺"}
1246 TRY{
Dte.txt559 TRY{
560 "TRY",
693 TRY{"₺"}
1246 TRY{
Dgu.txt559 TRY{
560 "TRY",
693 TRY{"₺"}
1246 TRY{
Dmr.txt559 TRY{
560 "TRY",
693 TRY{"₺"}
1246 TRY{
Dta.txt559 TRY{
560 "TRY",
693 TRY{"₺"}
1246 TRY{
/external/elfutils/src/libdwfl/
Dlinux-kernel-modules.c292 #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()

123456