Home
last modified time | relevance | path

Searched refs:endswith (Results 176 - 200 of 538) sorted by relevance

12345678910>>...22

/third_party/python/Tools/scripts/
H A Dsmelly.py127 if not name.endswith(".so"):
/third_party/python/Lib/ctypes/macholib/
H A Ddyld.py68 if path.endswith('.dylib'):
/third_party/python/Lib/test/
H A Dtest___all__.py92 if not fn.endswith('.py') or fn == '__init__.py':
/third_party/python/Doc/
H A Dconf.py215 if fn.endswith('.rst') and fn != 'index.rst')
/third_party/python/Lib/idlelib/idle_test/
H A Dhtest.py395 if k.endswith('_spec'):
/third_party/python/Lib/multiprocessing/
H A Dpopen_spawn_win32.py19 WINSERVICE = sys.executable.lower().endswith("pythonservice.exe")
/third_party/skia/third_party/externals/angle2/src/common/
H A Dgen_uniform_type_table.py129 if uniform_type.endswith(sampler_type):
/third_party/skia/third_party/externals/angle2/src/compiler/
H A Dgenerate_parser_tools.py140 if current_file.endswith('.pyc'):
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Drun-repack-tests.py104 if not path.endswith(".tests"):
/third_party/skia/tools/
H A Dcheck-headers-self-sufficient111 if path.endswith('.h') and not ignore.match(path)]
/third_party/vixl/tools/
H A Dclang_tidy.py78 return [x for x in list_files if x.endswith('.cc')]
/third_party/python/Lib/distutils/tests/
H A Dtest_core.py114 if output.endswith("\n"):
/third_party/skia/third_party/externals/abseil-cpp/
H A Dgenerate_def_files.py167 if not os.getcwd().endswith('src') or not os.path.exists('chrome/browser'):
H A Droll_abseil.py122 if os.getcwd().endswith('src') and os.path.exists('chrome/browser'):
/third_party/skia/infra/bots/
H A Dgit_utils.py150 if repo_name.endswith('.git'):
H A Dzip_utils.py72 if dst_path.endswith(os.path.sep):
/third_party/skia/infra/bots/recipes/
H A Dupload_dm_results.py45 files_to_upload = [f for f in files_to_upload if str(f).endswith(ext)]
/third_party/vk-gl-cts/scripts/src_util/
H A Dcheck_encoding.py35 return any(line.endswith(end) for end in ends)
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py312 if config_name.endswith("_" + platform_name):
1407 def_files = [s for s in spec.get("sources", []) if s.endswith(".def")]
1602 excluded_idl = [i for i in sources if i.endswith(".idl")]
1783 if src.endswith("/"):
1817 if not path or path.endswith(os.sep):
1866 if p.endswith("#host"):
2151 target_only_configs = [i for i in configs if i.endswith("arm64")]
2152 if not build_file.endswith(".gyp"):
3100 if not directory.endswith("\\"):
3615 if source.endswith(extensio
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py312 if config_name.endswith("_" + platform_name):
1402 def_files = [s for s in spec.get("sources", []) if s.endswith(".def")]
1596 excluded_idl = [i for i in sources if i.endswith(".idl")] if using_idl else []
1775 if src.endswith("/"):
1809 if not path or path.endswith(os.sep):
1858 if p.endswith("#host"):
2143 target_only_configs = [i for i in configs if i.endswith("arm64")]
2144 if not build_file.endswith(".gyp"):
3100 if not directory.endswith("\\"):
3615 if source.endswith(extensio
[all...]
/third_party/python/Lib/
H A Dmailbox.py221 if self._append_newline and not data.endswith(linesep):
235 if self._append_newline and not message.endswith(linesep):
247 if line.endswith(b'\r\n'):
249 elif line.endswith(b'\r'):
258 if self._append_newline and lastline and not lastline.endswith(linesep):
1459 if line.endswith(b'\r\n'):
1461 elif line.endswith(b'\r'):
1476 if line.endswith(b'\r\n'):
1478 elif line.endswith(b'\r'):
1480 elif line.endswith(
[all...]
H A Dshutil.py852 if not src.endswith(os.path.sep):
854 if not dst.endswith(os.path.sep):
1226 if not name.endswith('/'):
1273 if filename.endswith(extension):
1508 if any(cmd.lower().endswith(ext.lower()) for ext in pathext):
/third_party/jerryscript/jerry-debugger/
H A Djerry_client_main.py659 if not path.lower().endswith('.js'):
1075 func_source.endswith("/" + source_name) or
1076 func_source.endswith("\\" + source_name)):
1166 if not message.endswith("\n"):
1179 if not message.endswith("\n"):
/third_party/node/tools/gyp/pylib/gyp/
H A Dmsvs_emulation.py296 if not lib.lower().endswith(".lib") and not lib.lower().endswith(".obj")
350 if arch == "x64" and not config.endswith("_x64"):
352 if arch == "x86" and config.endswith("_x64"):
620 s for s in spec.get("sources", []) if s.lower().endswith(".def")
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dmsvs_emulation.py293 if not lib.lower().endswith(".lib") and not lib.lower().endswith(".obj")
347 if arch == "x64" and not config.endswith("_x64"):
349 if arch == "x86" and config.endswith("_x64"):
617 s for s in spec.get("sources", []) if s.lower().endswith(".def")

Completed in 25 milliseconds

12345678910>>...22