Home
last modified time | relevance | path

Searched refs:endswith (Results 226 - 250 of 517) sorted by relevance

12345678910>>...21

/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A D__init__.py50 if file.endswith(extension):
87 if format.endswith(".py"):
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dspecifiers.py270 if operator == "==" and version.endswith(".*"):
400 if spec.endswith(".*"):
/third_party/mesa3d/src/gallium/tools/trace/
H A Dpytracediff.py235 if filename.endswith(".gz"):
238 elif filename.endswith(".bz2"):
H A Dparse.py429 if fname.endswith('.gz'):
432 elif fname.endswith('.bz2'):
/third_party/python/Tools/c-analyzer/c_common/
H A Dfsutil.py213 if suffix and not filename.endswith(suffix):
278 if not filename.endswith(suffix):
/third_party/python/Lib/ctypes/
H A D__init__.py358 if name and name.endswith(")") and ".a(" in name:
387 if name.startswith('__') and name.endswith('__'):
/third_party/python/Lib/test/
H A Dtest_pty.py57 if data.endswith(b'\r\r\n'):
60 if data.endswith(b'\r\n'):
H A Dtest_tempfile.py527 self.assertTrue(name1.endswith('aaa'))
531 self.assertTrue(name2.endswith('bbb'))
539 self.assertTrue(dir.endswith('aaa'))
543 self.assertTrue(name.endswith('bbb'))
839 self.assertTrue(file.name.endswith('aaa'))
841 self.assertTrue(dir.endswith('bbb'))
849 self.assertTrue(dir1.endswith('aaa'))
851 self.assertTrue(dir2.endswith('bbb'))
/third_party/python/Lib/
H A Dposixpath.py85 elif not path or path.endswith(sep):
325 if name.startswith(start) and name.endswith(end):
H A Ddoctest.py262 if result and not result.endswith("\n"):
295 if got.endswith(w):
475 if not source.endswith('\n'):
477 if want and not want.endswith('\n'):
479 if exc_msg is not None and not exc_msg.endswith('\n'):
2793 if filename.endswith(".py"):
/third_party/python/Lib/test/test_importlib/
H A Dutil.py214 if not name.endswith('.__init__'):
363 if not name.endswith('__init__'):
/third_party/vulkan-loader/scripts/
H A Dhelper_file_generator.py167 if dest_file.endswith('\n'):
183 name_define = next(enum.get('name') for enum in interface.findall('require/enum') if enum.get('name').endswith('_EXTENSION_NAME'))
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dxcode.py1216 groups = [x for x in groups if not x.endswith("_excluded")]
1295 groups = [x for x in groups if not x.endswith("_excluded")]
1384 if build_file.endswith(".gyp"):
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dxcode.py1213 groups = [x for x in groups if not x.endswith("_excluded")]
1292 groups = [x for x in groups if not x.endswith("_excluded")]
1381 if build_file.endswith(".gyp"):
/third_party/python/Tools/peg_generator/pegen/
H A Dc_generator.py188 if node.value.endswith("'"):
674 if node.name.endswith("without_invalid"):
685 if node.name.endswith("without_invalid"):
/third_party/skia/gn/
H A Dgn_to_cmake.py209 assert gn_target_name.endswith(')')
214 if location.endswith('/' + name):
620 if external_library.endswith('.framework'):
/third_party/googletest/googletest/scripts/
H A Dupload.py202 if self.host.endswith(".google.com"):
777 if netloc.endswith("svn.python.org"):
785 elif netloc.endswith("svn.collab.net"):
790 elif netloc.endswith(".googlecode.com"):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H A DPath.cpp273 || Component.endswith(":") in operator ++()
368 b->endswith(":");
399 b->endswith(":");
422 b->endswith(":");
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DPath.cpp262 (real_style(S) == Style::windows && Component.endswith(":"))) { in operator ++()
351 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":");
377 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":");
394 bool has_drive = (real_style(style) == Style::windows) && b->endswith(":");
/third_party/python/Lib/test/test_asyncio/
H A Dtest_locks.py30 self.assertTrue(repr(lock).endswith('[unlocked]>'))
34 self.assertTrue(repr(lock).endswith('[locked]>'))
289 self.assertTrue(repr(ev).endswith('[unset]>'))
294 self.assertTrue(repr(ev).endswith('[set]>'))
770 self.assertTrue(repr(sem).endswith('[unlocked, value:1]>'))
774 self.assertTrue(repr(sem).endswith('[locked]>'))
/third_party/cups-filters/filter/foomatic-rip/
H A Dutil.h44 int endswith(const char *str, const char *postfix);
/third_party/PyYAML/tests/lib/
H A Dtest_appliance.py24 if base.endswith('-py2'):
/third_party/mbedtls/tests/scripts/
H A Dgenerate_psa_wrappers.py217 if typ.endswith('operation_t *'):
/third_party/jerryscript/tools/runners/
H A Drun-test-suite.py63 tests.extend([os.path.join(root, test_file) for test_file in files if test_file.endswith('.js')])
/third_party/mesa3d/src/egl/generate/
H A Dgen_egl_dispatch.py236 if typename.endswith("*"):

Completed in 26 milliseconds

12345678910>>...21