Searched refs:KEEP_GOING (Results 1 – 5 of 5) sorted by relevance
/third_party/mbedtls/tests/scripts/ |
D | all.sh | 160 KEEP_GOING=0 391 --keep-going|-k) KEEP_GOING=1;; 397 --no-keep-going) KEEP_GOING=0;; 1798 if [ $KEEP_GOING -eq 1 ]; then
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 331 #define KEEP_GOING 32 macro 352 if (opts & KEEP_GOING) in print_opts() 2929 if (!cmppixel(&tr, psa, psb, x, y) && (a->opts & KEEP_GOING) == 0) in compare_two_images() 3547 opts |= KEEP_GOING; in main() 3557 opts &= ~KEEP_GOING; in main()
|
/third_party/libpng/contrib/libtests/ |
D | pngstest.c | 331 #define KEEP_GOING 32 macro 352 if (opts & KEEP_GOING) in print_opts() 2929 if (!cmppixel(&tr, psa, psb, x, y) && (a->opts & KEEP_GOING) == 0) in compare_two_images() 3547 opts |= KEEP_GOING; in main() 3557 opts &= ~KEEP_GOING; in main()
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | pngstest.c | 331 #define KEEP_GOING 32 macro 352 if (opts & KEEP_GOING) in print_opts() 2929 if (!cmppixel(&tr, psa, psb, x, y) && (a->opts & KEEP_GOING) == 0) in compare_two_images() 3547 opts |= KEEP_GOING; in main() 3557 opts &= ~KEEP_GOING; in main()
|
/third_party/boost/tools/build/src/ |
D | build-system.jam | 1007 modules.poke : KEEP_GOING : 1 ; 1011 modules.poke : KEEP_GOING : 0 ;
|