Home
last modified time | relevance | path

Searched defs:isText (Results 1 – 13 of 13) sorted by relevance

/external/markdown/markdown/
Dtreeprocessors.py100 def __processElementText(self, node, subnode, isText=True): argument
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
DNode.java215 public boolean isText(int i) { in isText() method in Node
/external/llvm/include/llvm/MC/
DSectionKind.h115 bool isText() const { return K == Text; } in isText() function
/external/swiftshader/third_party/LLVM/tools/llvm-size/
Dllvm-size.cpp200 bool isText = false; in PrintObjectSectionSizes() local
/external/valgrind/coregrind/
Dm_redir.c403 Bool isText; in VG_() local
788 Bool anyMark, isText, isIFunc; in generate_and_add_actives() local
1717 Bool isText = False; in handle_require_text_symbols() local
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h138 bool isText() const { return K == Text; } in isText() function
/external/llvm/include/llvm/Object/
DObjectFile.h391 inline bool SectionRef::isText() const { in isText() function
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DDarwinAsmParser.cpp305 bool isText = StringRef(Segment) == "__TEXT"; // FIXME: Hack. in ParseSectionSwitch() local
446 bool isText = Segment == "__TEXT"; // FIXME: Hack. in ParseDirectiveSection() local
/external/swiftshader/third_party/LLVM/include/llvm/Object/
DObjectFile.h389 inline error_code SectionRef::isText(bool &Result) const { in isText() function
/external/pdfium/xfa/fxbarcode/pdf417/
DBC_PDF417HighLevelEncoder.cpp339 bool CBC_PDF417HighLevelEncoder::isText(FX_WCHAR ch) { in isText() function in CBC_PDF417HighLevelEncoder
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp401 bool isText = TAA & MachO::S_ATTR_PURE_INSTRUCTIONS; in parseSectionSwitch() local
645 bool isText = Segment == "__TEXT"; // FIXME: Hack. in parseDirectiveSection() local
/external/llvm/tools/llvm-size/
Dllvm-size.cpp448 bool isText = Section.isText(); in printObjectSectionSizes() local
/external/valgrind/coregrind/m_debuginfo/
Dpriv_storage.h84 Bool isText; member