Searched refs:Sub (Results 1 – 17 of 17) sorted by relevance
/frameworks/libs/binary_translation/base/ |
D | bit_util_test.cc | 99 static_assert(Sub(SatInt8{-127}, SatInt8{1}) == std::tuple{SatInt8{-128}, false}); 100 static_assert(Sub(SatInt8{-128}, SatInt8{1}) == std::tuple{SatInt8{-128}, true}); 104 static_assert(Sub(SatUInt8{1}, SatUInt8{1}) == std::tuple{SatUInt8{0}, false}); 105 static_assert(Sub(SatUInt8{0}, SatUInt8{1}) == std::tuple{SatUInt8{0}, true});
|
/frameworks/base/core/java/android/text/ |
D | Html.java | 834 start(mSpannableStringBuilder, new Sub()); in handleStartTag() 903 end(mSpannableStringBuilder, Sub.class, new SubscriptSpan()); in handleEndTag() 1306 private static class Sub { } class in HtmlToSpannedConverter
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 242 * rsElementGetSubElement: Sub-element of a complex Element 254 * Returns: Sub-element at the given index.
|
/frameworks/proto_logging/stats/enums/bluetooth/ |
D | enums.proto | 94 // Sub states within the bonding general state
|
/frameworks/libs/binary_translation/intrinsics/common_to_x86/include/berberis/intrinsics/ |
D | macro_assembler-inl.h | 237 DEFINE_ARITH_INSTRUCTION(Sub) 594 DEFINE_XMM_FLOAT_INSTRUCTIONS_GROUP(Sub, Vsub)
|
/frameworks/libs/binary_translation/base/include/berberis/base/ |
D | bit_util.h | 490 [[nodiscard]] friend constexpr std::tuple<Saturating, bool> Sub(Saturating lhs, Saturating rhs) { in Sub() function 507 return std::get<0>(Sub(lhs, rhs));
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 759 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/layoutlib/create/ |
D | README.txt | 202 native code in Android Studio, we need to provide a full alternate implementation. Sub-classing doe…
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 522 return Ty->isFPOrFPVectorTy() ? Instruction::FSub : Instruction::Sub; in GetDecodedBinaryOpcode() 1786 Opc == Instruction::Sub || in ParseConstants() 2676 Opc == Instruction::Sub || in ParseFunctionBody()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 86 case Instruction::Sub: in GetEncodedBinaryOpcode() 110 case AtomicRMWInst::Sub: return bitc::RMW_SUB; in GetEncodedRMWOperation()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 86 case Instruction::Sub: in GetEncodedBinaryOpcode() 110 case AtomicRMWInst::Sub: return bitc::RMW_SUB; in GetEncodedRMWOperation()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 101 case Instruction::Sub: in GetEncodedBinaryOpcode()
|
/frameworks/base/boot/ |
D | preloaded-classes | 8075 android.text.HtmlToSpannedConverter$Sub-IA 8076 android.text.HtmlToSpannedConverter$Sub
|
D | boot-image-profile.txt | 30483 Landroid/text/HtmlToSpannedConverter$Sub-IA; 30484 Landroid/text/HtmlToSpannedConverter$Sub;
|
/frameworks/base/config/ |
D | preloaded-classes | 8106 android.text.HtmlToSpannedConverter$Sub-IA 8107 android.text.HtmlToSpannedConverter$Sub
|
D | boot-image-profile.txt | 40644 Landroid/text/HtmlToSpannedConverter$Sub-IA; 40645 Landroid/text/HtmlToSpannedConverter$Sub;
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 19026 // Sub-code of error type specified by the error code.
|