Home
last modified time | relevance | path

Searched refs:endswith (Results 151 - 175 of 542) sorted by relevance

12345678910>>...22

/third_party/python/Tools/c-analyzer/c_analyzer/
H A Danalyze.py173 elif filename.endswith('.c') and not type_filename.endswith('.h'):
/third_party/python/Lib/
H A Drunpy.py137 if mod_name.endswith(".py"):
144 if mod_name == "__main__" or mod_name.endswith(".__main__"):
/third_party/python/Lib/lib2to3/
H A Dmain.py58 if input_base_dir and not input_base_dir.endswith(os.sep):
240 if (input_base_dir and not input_base_dir.endswith(os.sep)
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/
H A Dlookup_dep.py191 if target.endswith('_java'):
245 if not zip_entry_name.endswith('.class'):
/third_party/python/Lib/distutils/
H A Dfilelist.py310 assert pattern_re.startswith(start) and pattern_re.endswith(end)
316 assert prefix_re.startswith(start) and prefix_re.endswith(end)
/third_party/python/Lib/wsgiref/
H A Dvalidate.py408 assert_(not name.endswith('-') and not name.endswith('_'),
/third_party/python/Lib/http/
H A Dserver.py703 if not parts.path.endswith('/'):
726 if path.endswith("/"):
845 trailing_slash = path.rstrip().endswith('/')
1202 if interp.lower().endswith("w.exe"):
/third_party/python/Lib/test/
H A Dtest_wsgiref.py152 self.assertTrue(out.endswith(
177 self.assertTrue(out.endswith(
188 self.assertTrue(out.endswith(
203 self.assertTrue(err.endswith('"GET / HTTP/1.0" 200 4\n'))
/third_party/json/tools/cpplint/
H A Dcpplint.py983 if category.startswith('(') and category.endswith(')'):
1860 if lines[lineix].strip().endswith('*/'):
4972 if (filename.endswith(suffix) and len(filename) > len(suffix) and
5099 if (include.endswith('.' + extension) and
5855 if context.endswith(' operator++') or context.endswith(' operator--'):
6021 if filename_h.endswith('-inl'):
6026 files_belong_to_same_module = filename_cc.endswith(filename_h)
6093 if prefix.endswith('std::') or not prefix.endswith('
[all...]
/kernel/linux/linux-6.6/scripts/
H A Dspdxcheck.py212 if line.strip().endswith('*/'):
215 if line.strip().endswith('-->'):
265 elif line.endswith('/'):
/third_party/python/Lib/importlib/metadata/
H A D__init__.py112 section_match = value.startswith('[') and value.endswith(']')
829 base_is_egg = base.endswith(".egg")
835 if low.endswith((".dist-info", ".egg-info")):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DARMTargetParser.cpp31 if (A.getName().endswith(Syn)) in parseArch()
230 if (Arch.endswith("eb")) in parseArchEndian()
300 else if (A.endswith("eb")) in getCanonicalArchName()
/third_party/python/PC/layout/
H A Dmain.py131 if not src.stem.endswith("_d"):
133 if not n.endswith("_d"):
177 if src.stem.endswith("_d") != bool(ns.debug) and src not in REQUIRED_DLLS:
/third_party/python/Lib/venv/
H A D__init__.py263 if basename.endswith('_d'):
427 and f.endswith(('.exe', '.pdb'))):
440 if not srcfile.endswith(('.exe', '.pdb')):
/third_party/eudev/src/shared/
H A Dfileio.c35 if (!endswith(line, "\n")) in write_string_stream()
/third_party/googletest/googletest/test/
H A Dgtest_test_utils.py162 if (IS_WINDOWS or IS_CYGWIN or IS_OS2) and not path.endswith('.exe'):
/third_party/PyYAML/lib/yaml/
H A Dtokens.py8 if not key.endswith('_mark')]
/third_party/mbedtls/scripts/mbedtls_dev/
H A Dpsa_information.py142 if dep.endswith('KEY_PAIR'):
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_commands.py92 if self.executable.endswith('.py'):
/third_party/mesa3d/src/vulkan/registry/
H A Dupdate-aliases.py103 if path.endswith('/') and file.startswith(path):
/third_party/libevdev/libevdev/
H A Dmake-event-names.py195 if name.endswith("_MAX"):
/third_party/python/Tools/c-analyzer/c_parser/preprocessor/
H A Dgcc.py118 if filename.endswith(os.path.sep):
/third_party/python/Tools/scripts/
H A Dpep384_macrocheck.py127 while line.endswith("\\"):
H A Dsmelly.py127 if not name.endswith(".so"):
/third_party/python/Lib/ctypes/macholib/
H A Ddyld.py68 if path.endswith('.dylib'):

Completed in 22 milliseconds

12345678910>>...22