Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DHtml.java829 start(mSpannableStringBuilder, new Sub()); in handleStartTag()
890 end(mSpannableStringBuilder, Sub.class, new SubscriptSpan()); in handleEndTag()
1272 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/rs/script_api/include/
Drs_object_info.rsh242 * rsElementGetSubElement: Sub-element of a complex Element
254 * Returns: Sub-element at the given index.
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp759 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode()
782 case bitc::RMW_SUB: return AtomicRMWInst::Sub; in GetDecodedRMWOperation()
2079 Opc == Instruction::Sub || in ParseConstants()
2937 Opc == Instruction::Sub || in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp522 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode()
1786 Opc == Instruction::Sub || in ParseConstants()
2676 Opc == Instruction::Sub || in ParseFunctionBody()
/frameworks/base/tools/layoutlib/create/
DREADME.txt209 native code in Eclipse, we need to provide a full alternate implementation. Sub-classing doesn't
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriter.cpp86 case Instruction::Sub: in GetEncodedBinaryOpcode()
110 case AtomicRMWInst::Sub: return bitc::RMW_SUB; in GetEncodedRMWOperation()
/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/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp101 case Instruction::Sub: in GetEncodedBinaryOpcode()