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.java841 start(mSpannableStringBuilder, new Sub());
902 end(mSpannableStringBuilder, Sub.class, new SubscriptSpan());
1284 private static class Sub { } class in class:HtmlToSpannedConverter
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp513 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; member in class:__anon1164::BitcodeReaderValueList::Instruction
1774 Opc == Instruction::Sub ||
2664 Opc == Instruction::Sub ||
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp750 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; member in class:__anon1167::BitcodeReaderValueList::Instruction
773 case bitc::RMW_SUB: return AtomicRMWInst::Sub;
2067 Opc == Instruction::Sub ||
2925 Opc == Instruction::Sub ||

Completed in 96 milliseconds