Home
last modified time | relevance | path

Searched refs:endswith (Results 1 – 25 of 217) sorted by relevance

123456789

/external/selinux/policycoreutils/sepolicy/sepolicy/
D__init__.py68 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 …]
Dinterface.py77 if k.endswith("_admin"):
84 if i.endswith("_admin"):
98 if k.endswith("_role"):
/external/chromium-trace/trace-viewer/tracing/
Dtracing_project.py25 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') or
141 affected_file.LocalPath().endswith('.gyp') or
[all …]
/external/skia/
DPRESUBMIT.py76 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') or
158 x.LocalPath().endswith('.gypi') or
159 x.LocalPath().endswith('.gyp') or
160 x.LocalPath().endswith('.py') or
161 x.LocalPath().endswith('.sh') or
162 x.LocalPath().endswith('.m') or
163 x.LocalPath().endswith('.mm') or
164 x.LocalPath().endswith('.go') or
[all …]
/external/chromium-trace/trace-viewer/third_party/Paste/paste/util/
Dclassinit.py23 if (name.endswith('__get') or name.endswith('__set')
24 or name.endswith('__del')):
39 if name.endswith('__get') and value.__doc__:
/external/skia/platform_tools/android/gyp_gen/
Dgypd_parser.py38 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('/'):
/external/protobuf/python/
Dsetup.py109 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'):
/external/libcxx/test/libcxx/test/
Dformat.py42 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')]
/external/skia/tools/copyright/
Dfileparser.py14 if (filepath.endswith('.cpp') or
15 filepath.endswith('.h') or
16 filepath.endswith('.c')):
/external/v8/tools/
Dpresubmit.py226 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"):
Dcheck-name-clashes.py81 if not line.endswith("\\\n"):
118 if line.startswith("RUNTIME_FUNCTION") and not line.endswith("{\n"):
119 if line.endswith("\\\n"): continue
124 if partial_line.endswith("{"):
153 if f.endswith(".js"):
/external/markdown/markdown/extensions/
Dtables.py42 if c.startswith(':') and c.endswith(':'):
46 elif c.endswith(':'):
81 if row.endswith('|'):
/external/lldb/test/unittest2/
Dresult.py80 if not output.endswith('\n'):
84 if not error.endswith('\n'):
161 if not output.endswith('\n'):
165 if not error.endswith('\n'):
/external/boringssl/src/util/bot/
Dextract.py46 if info.filename.endswith('/'):
81 if archive.endswith('.zip'):
83 elif archive.endswith('.tar.gz'):
/external/icu/icu4c/source/test/depstest/
Ddependencies.py48 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:
/external/llvm/test/Bindings/Go/
Dlit.local.cfg36 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++':
/external/deqp/scripts/src_util/
Dcheck_whitespace.py31 if line.endswith(" \n") or line.endswith("\t\n"):
/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Djavascriptlintrules.py101 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('=') and
144 elif (not flag.type.endswith('=') and
Dcheckerbase.py176 if filename.endswith('.html') or filename.endswith('.htm'):
199 if filename.endswith(limited_doc_filename):
/external/v8/build/
Dlandmine_utils.py95 if generator.endswith('-android'):
97 elif generator.endswith('-ninja'):
/external/chromium-trace/trace-viewer/third_party/WebOb/webob/
Dstatic.py123 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('/'):
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/rcssmin/
Drcssmin.py222 if group1.endswith(r'\*/'):
228 if group1.endswith(r'\*/'):
243 if match.group(1).endswith(r'\*/'):
/external/lldb/test/macosx/debug-info/apple_types/
DTestAppleTypesIsProduced.py20 if not self.getCompiler().endswith('clang'):
31 if not self.getCompiler().endswith('clang'):
/external/lldb/test/functionalities/data-formatter/data-formatter-skip-summary/
DTestDataFormatterSkipSummary.py136 if self.getCompiler().endswith('gcc') and not self.getCompiler().endswith('llvm-gcc'):
/external/lldb/utils/test/
Drun-dis.py46 if name.endswith(".h"):
58 if suffix and not name.endswith(suffix):

123456789