Home
last modified time | relevance | path

Searched refs:isatty (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXw32defs.h37 # define isatty _isatty macro
/hardware/google/gfxstream/guest/mesa/bin/
Dcommit_in_branch.py22 use_colors = sys.stdout.isatty()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dshared.py18 if hasattr(stdout, 'isatty') and stdout.isatty():