Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/base/
Dbit_util_test.cc99 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/
DHtml.java834 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/
Drs_object_info.rsh242 * rsElementGetSubElement: Sub-element of a complex Element
254 * Returns: Sub-element at the given index.
/frameworks/proto_logging/stats/enums/bluetooth/
Denums.proto94 // Sub states within the bonding general state
/frameworks/libs/binary_translation/intrinsics/common_to_x86/include/berberis/intrinsics/
Dmacro_assembler-inl.h237 DEFINE_ARITH_INSTRUCTION(Sub)
594 DEFINE_XMM_FLOAT_INSTRUCTIONS_GROUP(Sub, Vsub)
/frameworks/libs/binary_translation/base/include/berberis/base/
Dbit_util.h490 [[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/
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/layoutlib/create/
DREADME.txt202 native code in Android Studio, we need to provide a full alternate implementation. Sub-classing doe…
/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/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/compile/slang/BitWriter_2_9/
DBitcodeWriter.cpp101 case Instruction::Sub: in GetEncodedBinaryOpcode()
/frameworks/base/boot/
Dpreloaded-classes8075 android.text.HtmlToSpannedConverter$Sub-IA
8076 android.text.HtmlToSpannedConverter$Sub
Dboot-image-profile.txt30483 Landroid/text/HtmlToSpannedConverter$Sub-IA;
30484 Landroid/text/HtmlToSpannedConverter$Sub;
/frameworks/base/config/
Dpreloaded-classes8106 android.text.HtmlToSpannedConverter$Sub-IA
8107 android.text.HtmlToSpannedConverter$Sub
Dboot-image-profile.txt40644 Landroid/text/HtmlToSpannedConverter$Sub-IA;
40645 Landroid/text/HtmlToSpannedConverter$Sub;
/frameworks/proto_logging/stats/
Datoms.proto19026 // Sub-code of error type specified by the error code.