Searched defs:Sub (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c57 Function name: $Sub$$main
65 int $Sub$$main(char argc, char * argv[])
/frameworks/base/core/java/android/text/
H A DHtml.java829 start(mSpannableStringBuilder, new Sub());
890 end(mSpannableStringBuilder, Sub.class, new SubscriptSpan());
1272 private static class Sub { } class in class:HtmlToSpannedConverter
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp522 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; member in class:__anon1362::BitcodeReaderValueList::Instruction
1786 Opc == Instruction::Sub ||
2676 Opc == Instruction::Sub ||
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp759 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; member in class:__anon1365::BitcodeReaderValueList::Instruction
782 case bitc::RMW_SUB: return AtomicRMWInst::Sub;
2079 Opc == Instruction::Sub ||
2937 Opc == Instruction::Sub ||

Completed in 22 milliseconds