Searched refs:endswith (Results 1 - 25 of 38) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/tests/
H A Dwarnings_test.py43 files = [f for f in os.listdir(args.test_directory) if f.endswith('.vert')]
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dformat_info.py118 if fmat.name.endswith('_ALPHA1') and chan_name == 'a':
121 bits = 11 if fmat.name.endswith('11_EAC') else 8
124 bits = 16 if fmat.name.endswith('_FLOAT') else 8
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dformat_info.py116 if fmat.name.endswith('_ALPHA1') and chan_name == 'a':
119 bits = 11 if fmat.name.endswith('11_EAC') else 8
122 bits = 16 if fmat.name.endswith('_FLOAT') else 8
/xsrc/external/mit/fontconfig/dist/doc/
H A Dedit-sgml.py82 if text.endswith('%'):
111 if t_line.startswith('@') and not t_line.endswith('@'):
H A Dextract-man-list.py64 if text.endswith('%'):
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/tests/
H A Dwarnings_test.py59 files = [f for f in os.listdir(args.test_directory) if f.endswith('.vert')]
/xsrc/external/mit/MesaLib/dist/src/egl/
H A Degl-entrypoint-check.py73 assert line.endswith(SUFFIX)
/xsrc/external/mit/freetype/dist/builds/meson/
H A Dprocess_ftoption_h.py65 if line.startswith("/* #define ") and line.endswith(" */"):
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py115 if not filename.endswith('.c'):
146 if not filename.endswith('.c'):
199 if not filename.endswith('.c'):
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/glcpp/tests/
H A Dglcpp_test.py109 if not filename.endswith('.c'):
138 if not filename.endswith('.c'):
196 if not filename.endswith('.c'):
/xsrc/external/mit/MesaLib.old/dist/src/mapi/new/
H A DgenCommon.py87 elif not name.endswith("ARB") and name + "ARB" in static_data.offsets:
89 elif not name.endswith("EXT") and name + "EXT" in static_data.offsets:
130 if not rv.endswith("*"):
/xsrc/external/mit/MesaLib/dist/src/mapi/new/
H A DgenCommon.py87 elif not name.endswith("ARB") and name + "ARB" in static_data.offsets:
89 elif not name.endswith("EXT") and name + "EXT" in static_data.offsets:
130 if not rv.endswith("*"):
/xsrc/external/mit/MesaLib/dist/src/vulkan/util/
H A Dvk_extensions.py106 if enum_elem.attrib['name'].endswith('_SPEC_VERSION'):
/xsrc/external/mit/brotli/dist/
H A Dsetup.py76 if source.endswith('.c'):
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tools/trace/
H A Dparse.py379 if arg.endswith('.gz'):
382 elif arg.endswith('.bz2'):
/xsrc/external/mit/xkeyboard-config/dist/tests/
H A Dtest_rules_xml.py208 if config_item.rulesfile.stem.endswith('extras'):
/xsrc/external/mit/MesaLib/dist/src/amd/registers/
H A Dparseheader.py129 if not name.endswith('(x)'):
/xsrc/external/mit/MesaLib.old/dist/src/egl/generate/
H A Dgen_egl_dispatch.py233 if typename.endswith("*"):
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Degd_tables.py45 if te[0].endswith(string):
/xsrc/external/mit/MesaLib.old/dist/src/util/xmlpool/
H A Dgen_xmlpool.py125 not matches[0].expand(r'\7').endswith('\\'):
/xsrc/external/mit/MesaLib.old/dist/scons/
H A Dcustom.py289 if f.endswith(tuple(['.h','.hpp','.inl'])):
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_extensions.py120 if self.name_in_camel_case().endswith(struct):
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Degd_tables.py43 if te[0].endswith(string):
/xsrc/external/mit/MesaLib/dist/src/egl/generate/
H A Dgen_egl_dispatch.py236 if typename.endswith("*"):
/xsrc/external/mit/MesaLib.old/dist/src/mapi/
H A Dmapi_abi.py74 sep = '' if t.endswith('*') else ' '
658 if not args[0].endswith('.xml'):

Completed in 12 milliseconds

12