Home
last modified time | relevance | path

Searched refs:Sub (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/core/java/android/text/
DHtml.java516 start(mSpannableStringBuilder, new Sub()); in handleStartTag()
567 end(mSpannableStringBuilder, Sub.class, new SubscriptSpan()); in handleEndTag()
826 private static class Sub { } class in HtmlToSpannedConverter
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
DDecTestBench.c65 int $Sub$$main(char argc, char * argv[]) in $Sub$$main()
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp433 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode()
456 case bitc::RMW_SUB: return AtomicRMWInst::Sub; in GetDecodedRMWOperation()
1692 Opc == Instruction::Sub || in ParseConstants()
2501 Opc == Instruction::Sub || in ParseFunctionBody()
/frameworks/base/docs/html/training/cloudsave/
Dconflict-res.jd26 <li><a href="#solution">Solution: Store the Sub-totals per Device</a></li>
429 <h3 id="solution">Solution: Store the Sub-totals per Device</h3>
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp191 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode()
1390 Opc == Instruction::Sub || in ParseConstants()
2241 Opc == Instruction::Sub || in ParseFunctionBody()
/frameworks/base/tools/layoutlib/create/
DREADME.txt209 implementation. Sub-classing doesn't work as some native methods are static and
/frameworks/compile/slang/BitWriter_2_9_func/
DBitcodeWriter.cpp86 case Instruction::Sub: in GetEncodedBinaryOpcode()
110 case AtomicRMWInst::Sub: return bitc::RMW_SUB; in GetEncodedRMWOperation()
/frameworks/base/docs/html/guide/topics/resources/
Dmenu-resource.jd90 <dd>A menu item. May contain a <code>&lt;menu&gt;</code> element (for a Sub
Dproviding-resources.jd129 <td>XML files that define application menus, such as an Options Menu, Context Menu, or Sub
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp91 case Instruction::Sub: in GetEncodedBinaryOpcode()
115 case AtomicRMWInst::Sub: return bitc::RMW_SUB; in GetEncodedRMWOperation()
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp101 case Instruction::Sub: in GetEncodedBinaryOpcode()