Home
last modified time | relevance | path

Searched refs:have_gc (Results 1 – 4 of 4) sorted by relevance

/external/libpng/contrib/gregbook/
Drpng-x.c156 static int have_gc = FALSE; variable
614 have_gc = TRUE; in rpng_x_create_window()
884 if (have_gc) in rpng_x_cleanup()
Drpng2-x.c305 static int have_gc = FALSE; variable
999 have_gc = TRUE; in rpng2_x_create_window()
2116 if (have_gc) in rpng2_x_cleanup()
/external/python/cpython2/Lib/test/support/
D__init__.py1931 have_gc = gc.isenabled()
1936 if have_gc:
/external/python/cpython3/Lib/test/support/
D__init__.py672 have_gc = gc.isenabled()
677 if have_gc: