Searched refs:endswith (Results 1 – 25 of 217) sorted by relevance
123456789
68 if dest.endswith("_t"):147 if i['target'].endswith("_t"):175 if p.endswith("(/.*)?"):197 if exe.endswith("_exec_t") and exe not in exclude_list:208 if exe.endswith("_exec_t") and exe not in exclude_list:611 if f.endswith("_var_run_t"):613 if f.endswith("_pid_t"):615 if f.endswith("_var_lib_t"):617 if f.endswith("_var_t"):619 if f.endswith("_var_spool_t"):[all …]
77 if k.endswith("_admin"):84 if i.endswith("_admin"):98 if k.endswith("_role"):
25 if x.endswith('_test.js'):28 if x.endswith('_test.html'):31 if x.endswith('_unittest.js'):34 if x.endswith('_unittest.html'):103 if x.endswith('_config.html')131 if affected_file.LocalPath().endswith('.png'):134 if affected_file.LocalPath().endswith('.svg'):137 if affected_file.LocalPath().endswith('.skp'):140 if (affected_file.LocalPath().endswith('.gypi') or141 affected_file.LocalPath().endswith('.gyp') or[all …]
76 if affected_file_path.endswith('.py'):103 if affected_file_path.endswith('.cpp') or affected_file_path.endswith('.h'):157 sources = lambda x: (x.LocalPath().endswith('.h') or158 x.LocalPath().endswith('.gypi') or159 x.LocalPath().endswith('.gyp') or160 x.LocalPath().endswith('.py') or161 x.LocalPath().endswith('.sh') or162 x.LocalPath().endswith('.m') or163 x.LocalPath().endswith('.mm') or164 x.LocalPath().endswith('.go') or[all …]
23 if (name.endswith('__get') or name.endswith('__set')24 or name.endswith('__del')):39 if name.endswith('__get') and value.__doc__:
38 if lowercase_source.endswith('.h'):41 if lowercase_source.endswith('gypi'):52 if lib.endswith('.a'):73 assert(sub_path.endswith('.gyp'))106 if rel_include.endswith('/'):
109 if filepath.endswith("_pb2.py") or filepath.endswith(".pyc") or \110 filepath.endswith(".so") or filepath.endswith(".o") or \111 filepath.endswith('google/protobuf/compiler/__init__.py'):
42 if any([filename.endswith(ext)58 is_sh_test = name.endswith('.sh.cpp')59 is_pass_test = name.endswith('.pass.cpp')60 is_fail_test = name.endswith('.fail.cpp')122 for f in os.listdir(local_cwd) if f.endswith('.dat')]
14 if (filepath.endswith('.cpp') or15 filepath.endswith('.h') or16 filepath.endswith('.c')):
226 return name.endswith('.cc') or name.endswith('.h')318 if name.endswith(ext):360 if ' \n' in contents or contents.endswith(' '):364 if not contents.endswith(' '):375 if not contents.endswith('\n') or contents.endswith('\n\n'):379 if name.endswith(".cc"):
81 if not line.endswith("\\\n"):118 if line.startswith("RUNTIME_FUNCTION") and not line.endswith("{\n"):119 if line.endswith("\\\n"): continue124 if partial_line.endswith("{"):153 if f.endswith(".js"):
42 if c.startswith(':') and c.endswith(':'):46 elif c.endswith(':'):81 if row.endswith('|'):
80 if not output.endswith('\n'):84 if not error.endswith('\n'):161 if not output.endswith('\n'):165 if not error.endswith('\n'):
46 if info.filename.endswith('/'):81 if archive.endswith('.zip'):83 elif archive.endswith('.tar.gz'):
48 if name.endswith(".o"):55 if "/" in name or name.endswith(".o"):60 if "/" in name or not name.endswith(".o"):132 if line.startswith('"') and line.endswith('"') and '"' not in symbol:
36 if args[0].endswith('ccache'):42 if path.endswith('/cc') and os.readlink(path) == 'clang':48 if path.endswith('/c++') and os.readlink(path) == 'clang++':
31 if line.endswith(" \n") or line.endswith("\t\n"):
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):
95 if generator.endswith('-android'):97 elif generator.endswith('-ninja'):
123 if not self.path.endswith(os.path.sep):142 and path.endswith(os.path.sep + self.index_page)):161 if not req.path_info.endswith('/'):
222 if group1.endswith(r'\*/'):228 if group1.endswith(r'\*/'):243 if match.group(1).endswith(r'\*/'):
20 if not self.getCompiler().endswith('clang'):31 if not self.getCompiler().endswith('clang'):
136 if self.getCompiler().endswith('gcc') and not self.getCompiler().endswith('llvm-gcc'):
46 if name.endswith(".h"):58 if suffix and not name.endswith(suffix):