HomeSort by relevance Sort by last modified time
    Searched refs:startswith (Results 201 - 224 of 224) sorted by null

1 2 3 4 5 6 7 89

  /external/clang/lib/Serialization/
ASTReader.cpp 157 if (!RR.startswith(LR))
165 if (!LR.startswith(RR))
235 if (AfterPCHLines[i].startswith("#include ")) {
274 if (Missing.startswith("#include ")) {
279 if (!Missing.startswith("#define ")) {
301 if (!ConflictPos->startswith(MacroDefStart)) {
367 if (!Extra.startswith("#define ")) {
    [all...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/llvm/lib/MC/
MCDwarf.cpp 750 if (Name.startswith("_"))
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 511 if sys.platform.startswith("win"):
    [all...]
scm_unittest.py 403 self.assertTrue(added.startswith('GIF89a'))
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_runner.py 255 if path.startswith(self.LAYOUT_TESTS_DIRECTORY):
    [all...]
  /frameworks/compile/slang/
slang_rs_export_type.cpp 757 if (!Name.startswith(DUMMY_RS_TYPE_NAME_PREFIX))
    [all...]
  /external/clang/lib/Frontend/
CompilerInvocation.cpp     [all...]
  /external/llvm/lib/Target/ARM/AsmParser/
ARMAsmParser.cpp     [all...]
  /external/clang/lib/Sema/
SemaChecking.cpp     [all...]
SemaDeclAttr.cpp     [all...]
SemaDecl.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 429 return (host == self.host) and path.startswith(self.path)
    [all...]
  /external/clang/lib/Lex/
PPDirectives.cpp 305 if (Directive.startswith("if")) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp     [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp 434 if (!UserLabelPrefix.empty() && !ALA->getLabel().startswith("llvm."))
    [all...]
Expr.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 897 if (BuiltinName.startswith("__builtin_") &&
    [all...]
CGExpr.cpp     [all...]
  /external/llvm/lib/VMCore/
AsmWriter.cpp 505 if (F->getName().startswith("llvm."))
    [all...]
Verifier.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 857 milliseconds

1 2 3 4 5 6 7 89