HomeSort by relevance Sort by last modified time
    Searched full:preserveall (Results 1 - 7 of 7) sorted by null

  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlParser.java 90 private final boolean preserveAll;
111 preserveAll = (parseStyle == ParseStyle.PRESERVE_ALL);
112 preserveValidHtml = preserveAll || (parseStyle == ParseStyle.PRESERVE_VALID);
364 if (preserveAll) {
672 HtmlDocument.Text text = HtmlDocument.createText("<", preserveAll ? "<" : null);
678 if (preserveAll) {
688 if (preserveAll) {
759 if (preserveAll) {
853 if (preserveAll) {
917 if (preserveAll) {
    [all...]
  /external/llvm/include/llvm/IR/
CallingConv.h 68 // PreserveAll - Calling convention for runtime calls that preserves
70 PreserveAll = 15,
  /external/llvm/lib/Target/X86/
X86RegisterInfo.cpp 248 case CallingConv::PreserveAll:
327 case CallingConv::PreserveAll:
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 311 CallConv == CallingConv::PreserveAll ||
  /external/llvm/lib/IR/
AsmWriter.cpp 298 case CallingConv::PreserveAll: Out << "preserve_allcc"; break;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/docs/
LangRef.rst 389 "``preserve_allcc``" - The `PreserveAll` calling convention
    [all...]

Completed in 334 milliseconds