Home
last modified time | relevance | path

Searched refs:sample_config (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Doc/library/
Dconfigparser.rst536 >>> sample_config = """
546 >>> config.readfp(io.BytesIO(sample_config))
/external/mesa3d/src/freedreno/vulkan/
Dtu_pipeline.c1743 uint32_t sample_config = in tu6_emit_sample_locations() local
1753 tu_cs_emit(cs, sample_config); in tu6_emit_sample_locations()
1757 tu_cs_emit(cs, sample_config); in tu6_emit_sample_locations()
1761 tu_cs_emit(cs, sample_config); in tu6_emit_sample_locations()
/external/python/cpython3/Doc/library/
Dconfigparser.rst500 >>> sample_config = """
511 >>> config.read_string(sample_config)
/external/python/cpython3/Doc/whatsnew/
D2.7.rst1140 >>> sample_config = """
1147 >>> config.readfp(StringIO.StringIO(sample_config))
/external/python/cpython2/Doc/whatsnew/
D2.7.rst1125 >>> sample_config = """
1132 >>> config.readfp(StringIO.StringIO(sample_config))