Searched refs:endswith (Results 1 – 25 of 140) sorted by relevance
123456
32 sources = lambda x: (x.LocalPath().endswith('.h') or33 x.LocalPath().endswith('.gypi') or34 x.LocalPath().endswith('.gyp') or35 x.LocalPath().endswith('.py') or36 x.LocalPath().endswith('.sh') or37 x.LocalPath().endswith('.cpp'))
56 self.assertTrue(port.baseline_path().endswith('chromium-linux'))57 self.assertTrue(port.baseline_search_path()[0].endswith('chromium-linux'))59 self.assertTrue(port.baseline_path().endswith('chromium-linux-x86_64'))60 self.assertTrue(port.baseline_search_path()[0].endswith('chromium-linux-x86_64'))61 self.assertTrue(port.baseline_search_path()[1].endswith('chromium-linux'))
84 self.assertTrue(c.build_directory(None).endswith('WebKitBuild'))87 self.assertTrue(c.build_directory(None).endswith('WebKitBuild'))90 self.assertTrue(c.build_directory('Release').endswith('/Release'))91 self.assertTrue(c.build_directory('Debug').endswith('/Debug'))
110 if (filename.endswith('-expected.html') or111 filename.endswith('-expected-mismatch.html')):
124 driver_input.filename.endswith('-expected.html')):129 elif driver_input.filename.endswith('-expected-mismatch.html'):
163 self.assertTrue(port._path_to_image_diff().endswith(166 self.assertTrue(port._path_to_image_diff().endswith(169 self.assertTrue(port._path_to_image_diff().endswith(
122 elif inputBasename.endswith('TagNames.in') \123 or inputBasename.endswith('tags.in'):126 elif inputBasename.endswith('AttributeNames.in') \127 or inputBasename.endswith('attrs.in'):
14 if (filepath.endswith('.cpp') or15 filepath.endswith('.h') or16 filepath.endswith('.c')):
217 if (Name.endswith("ub")) in UpgradeIntrinsicCall()219 else if (Name.endswith("uw")) in UpgradeIntrinsicCall()221 else if (Name.endswith("ud")) in UpgradeIntrinsicCall()223 else if (Name.endswith("uq")) in UpgradeIntrinsicCall()225 else if (Name.endswith("b")) in UpgradeIntrinsicCall()227 else if (Name.endswith("w")) in UpgradeIntrinsicCall()229 else if (Name.endswith("d")) in UpgradeIntrinsicCall()231 else if (Name.endswith("q")) in UpgradeIntrinsicCall()
42 if c.startswith(':') and c.endswith(':'):46 elif c.endswith(':'):81 if row.endswith('|'):
46 if name.endswith(".o"):53 if "/" in name or name.endswith(".o"):58 if "/" in name or not name.endswith(".o"):129 if line.startswith('"') and line.endswith('"') and '"' not in symbol:
38 if (file_name.endswith('.js')):40 elif (file_name.endswith('.css')):
110 if not filename.endswith('.png') and not filename.endswith('.gif'):
213 return name.endswith('.cc') or name.endswith('.h')291 if name.endswith(ext):327 if ' \n' in contents or contents.endswith(' '):331 if not contents.endswith(' '):
101 if identifier.endswith('_') and not identifier.endswith('__'):116 elif not identifier.endswith('__'):119 if piece.endswith('_'):125 if piece.endswith('_'):138 if (flag.type.endswith('=') and144 elif (not flag.type.endswith('=') and
176 if filename.endswith('.html') or filename.endswith('.htm'):199 if filename.endswith(limited_doc_filename):
175 type.endswith('|null') or type.startswith('null|')):525 if not (end_string.endswith('.') or end_string.endswith('?') or526 end_string.endswith('!')):530 while desc_str.endswith('>'):576 identifier.endswith('.prototype') and not586 if identifier.endswith('_') and not identifier.endswith('__'):
81 if output_file.name().endswith('.checksum'):83 elif output_file.name().endswith('.txt'):85 elif output_file.name().endswith('.png'):
93 if filepath.endswith("_pb2.py") or filepath.endswith(".pyc"):
24 if f.endswith(".xcspec") and f.startswith("Clang LLVM"):85 if not path.endswith("clang"):
46 return self.filename.endswith('-n.js')90 if file.endswith('.js'):
60 return file_path.endswith(".js") and (not file_path.endswith("InjectedScript.js"))
130 if file_name.endswith(".pyc") and file_name[:-1] not in file_names:243 if module_name.endswith("QueueStatusServer"):
66 return self.filename.endswith('-n.js')118 if (not file in FRAMEWORK) and file.endswith('.js'):
165 if info.endswith("-"):169 if info.endswith("#"):