HomeSort by: relevance | last modified time | path
    Searched refs:endswith (Results 1 - 25 of 208) sorted by relevancy

1 2 3 4 5 6 7 8 9

  /src/external/mpl/bind/dist/bin/tests/system/isctest/vars/
autoconf.py 21 if path.is_file() and not path.name.endswith(".in")
  /src/external/apache2/llvm/dist/llvm/lib/IR/
PassInstrumentation.cpp 37 return any_of(Specials, [Prefix](StringRef S) { return Prefix.endswith(S); });
  /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/
format.py 234 elif filename.endswith('.compile.pass.cpp'):
239 elif filename.endswith('.compile.fail.cpp'):
244 elif filename.endswith('.link.pass.cpp'):
249 elif filename.endswith('.link.fail.cpp'):
255 elif filename.endswith('.verify.cpp'):
267 elif filename.endswith('.pass.cpp') or filename.endswith('.pass.mm'):
276 elif filename.endswith('.fail.cpp'):
  /src/external/mpl/bind/dist/doc/misc/
parsegrammar.py 95 if not line.rstrip().endswith("*/"):
162 if line.endswith("{"):
175 assert line.endswith(";")
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
TypeName.h 36 assert(Name.endswith("]") && "Name doesn't end in the substitution key!");
  /src/external/apache2/llvm/dist/llvm/lib/Support/
GlobPattern.cpp 120 if (S.endswith("*") && !S.endswith("\\*") && !hasWildcard(S.drop_back())) {
125 // S is something like "*foo". We can use endswith().
149 return S.endswith(*Suffix);
DebugCounter.cpp 86 if (CounterPair.first.endswith("-skip")) {
99 } else if (CounterPair.first.endswith("-count")) {
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Attributes.cpp 13 if (Name.size() >= 4 && Name.startswith("__") && Name.endswith("__"))
70 AttrName.endswith("__"))
  /src/external/apache2/llvm/dist/clang/tools/scan-build/bin/
set-xcode-analyzer 24 if f.endswith(".xcspec") and f.startswith("Clang LLVM"):
85 if not path.endswith("clang"):
  /src/external/apache2/llvm/dist/llvm/docs/
conf.py 286 if name.endswith('.md'):
289 elif name.endswith('.rst') and name != 'index.rst':
  /src/external/gpl3/gdb.old/dist/gdb/
check-include-guards.py 55 if contents[ndx - 1].endswith("*/\n"):
75 assert filename.endswith(".h")
  /src/external/apache2/llvm/dist/clang/docs/
conf.py 227 if not name.endswith('.rst') or name in ('index.rst',):
  /src/external/apache2/llvm/dist/libcxx/utils/
run.py 38 isTestExe = lambda exe: exe.endswith('.tmp.exe') and os.path.exists(exe)
  /src/external/apache2/llvm/dist/llvm/lib/TextAPI/
Target.cpp 40 if (PlatformStr.startswith("<") && PlatformStr.endswith(">")) {
  /src/external/bsd/unbound/dist/pythonmod/examples/
calc.py 48 if qstate.qinfo.qname_str.endswith("._calc_.cz.") and not ("__" in qstate.qinfo.qname_str):
resgen.py 44 if (qstate.qinfo.qname_str.endswith(".localdomain.")): #query name ends with localdomain
resip.py 59 if (qstate.qinfo.qname_str.endswith("what.is.my.ip.")): #query name ends with localdomain
resmod.py 69 if qdn.endswith(".nic.cz."):
  /src/external/gpl3/gcc/dist/contrib/
analyze_brprob_spec.py 46 if x.endswith('.profile'):
unused_functions.py 44 if f.endswith('.a') and tmpd is None:
75 if name.endswith('::__FUNCTION__') and typ == 'OBJECT':
135 if path.endswith('.a'):
138 if not path.endswith('.o'): continue
  /src/external/gpl3/gcc/dist/contrib/unicode/
gen_wcwidth.py 31 if not (s.startswith("<U") and s.endswith(">")):
  /src/external/gpl3/gcc.old/dist/contrib/
analyze_brprob_spec.py 44 if x.endswith('.profile'):
unused_functions.py 44 if f.endswith('.a') and tmpd is None:
75 if name.endswith('::__FUNCTION__') and typ == 'OBJECT':
135 if path.endswith('.a'):
138 if not path.endswith('.o'): continue
  /src/external/gpl3/gcc.old/dist/contrib/unicode/
gen_wcwidth.py 31 if not (s.startswith("<U") and s.endswith(">")):
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Inclusions/
HeaderIncludes.cpp 198 IsMainFile = FileName.endswith(".c") || FileName.endswith(".cc") ||
199 FileName.endswith(".cpp") || FileName.endswith(".c++") ||
200 FileName.endswith(".cxx") || FileName.endswith(".m") ||
201 FileName.endswith(".mm");

Completed in 25 milliseconds

1 2 3 4 5 6 7 8 9