Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DHtml.java520 start(mSpannableStringBuilder, new Sub()); in handleStartTag()
571 end(mSpannableStringBuilder, Sub.class, new SubscriptSpan()); in handleEndTag()
830 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/scriptc/
Drs_object_info.rsh242 * rsElementGetSubElement: Sub-element of a complex Element
254 * Returns: Sub-element at the given index.
/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/base/docs/html/guide/topics/renderscript/reference/
Drs_object_info.jd157 Sub-element of a complex Element
615 <span class='normal'>: Sub-element of a complex Element</span>
635 <tr><td>Sub-element at the given index.</td></tr>
Doverview.jd2517 Sub-element of a complex Element
Dindex.jd1779 Sub-element of a complex Element
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
DBitcodeReader.cpp751 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode()
774 case bitc::RMW_SUB: return AtomicRMWInst::Sub; in GetDecodedRMWOperation()
2068 Opc == Instruction::Sub || in ParseConstants()
2926 Opc == Instruction::Sub || in ParseFunctionBody()
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
DBitcodeReader.cpp513 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode()
1774 Opc == Instruction::Sub || in ParseConstants()
2664 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_2_9_func/
DBitcodeWriter.cpp86 case Instruction::Sub: in GetEncodedBinaryOpcode()
110 case AtomicRMWInst::Sub: return bitc::RMW_SUB; in GetEncodedRMWOperation()
/frameworks/compile/slang/BitWriter_3_2/
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.jd143 <td>XML files that define application menus, such as an Options Menu, Context Menu, or Sub
/frameworks/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp101 case Instruction::Sub: in GetEncodedBinaryOpcode()