Home
last modified time | relevance | path

Searched refs:endswith (Results 201 - 225 of 525) sorted by relevance

12345678910>>...21

/third_party/mesa3d/src/amd/registers/
H A Dparseheader.py129 if not name.endswith('(x)'):
/third_party/node/deps/v8/tools/
H A Dgenerate-header-include-checks.py89 elif filename.endswith('.h'):
/third_party/node/deps/v8/third_party/inspector_protocol/
H A Droll.py79 if not path.endswith(suffix):
H A Dpdl.py179 if file_name.endswith(".pdl"):
/third_party/node/tools/inspector_protocol/
H A Droll.py47 if not path.endswith(suffix):
H A Dpdl.py169 if file_name.endswith(".pdl"):
/third_party/nghttp2/
H A Dhelp2rst.py150 if not line.startswith(' ') and line.endswith(':'):
/third_party/mesa3d/src/vulkan/util/
H A Dvk_extensions.py103 if enum_elem.attrib['name'].endswith('_SPEC_VERSION'):
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Dmatch.py54 if not decl.filename.endswith('.h'):
/third_party/python/Tools/clinic/
H A Dcpp.py85 if line.endswith('\\'):
/third_party/python/Tools/scripts/
H A Dbyext.py35 if name.endswith("~"):
H A Dpathfix.py93 return name.endswith('.py')
/third_party/pcre2/pcre2/maint/
H A DGenerateTest26.py36 if not output_directory.endswith("/"):
/third_party/python/Lib/
H A Dcopyreg.py147 elif name.startswith('__') and not name.endswith('__'):
H A Dgetopt.py187 has_arg = unique_match.endswith('=')
/third_party/python/Lib/test/
H A Dtest__opcode.py74 if op.endswith("_ADAPTIVE")]
/third_party/python/Lib/distutils/tests/
H A Dsupport.py196 cmd.debug = sys.executable.endswith('_d.exe')
/third_party/python/Lib/lib2to3/fixes/
H A Dfix_urllib.py155 if not first or node.parent.prefix.endswith(indentation):
/third_party/python/Lib/ctypes/test/
H A Dtest_win32.py12 @unittest.skipIf(sys.executable.lower().endswith('_d.exe'),
H A Dtest_loading.py124 if src.lower().endswith("_d.pyd"):
/third_party/python/Lib/email/
H A Dquoprimime.py274 if encoded[-1] not in '\r\n' and decoded.endswith(eol):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DStringTableBuilder.cpp146 if (Previous.endswith(S)) { in finalizeStringTable()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dpromote.py116 if file.endswith(".adoc"):
/third_party/skia/third_party/externals/brotli/
H A Dsetup.py76 if source.endswith('.c'):
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/
H A Dupdate.py91 if not x.endswith ('.html') or x == 'index.html': continue

Completed in 15 milliseconds

12345678910>>...21