/aosp12/system/core/init/ |
H A D | keychords.cpp | 50 Keychords::Mask::Mask(size_t bit) : bits_((bit + sizeof(mask_t) - 1) / sizeof(mask_t), 0) {} in Mask() function in android::init::Keychords::Mask 67 size_t Keychords::Mask::bytesize() const { in bytesize() 71 void* Keychords::Mask::data() { in data() 75 size_t Keychords::Mask::size() const { in size() 86 Keychords::Mask::operator bool() const { 93 Keychords::Mask Keychords::Mask::operator&(const Keychords::Mask& rval) const { in operator &() 95 Keychords::Mask ret; in operator &() 103 void Keychords::Mask::operator|=(const Keychords::Mask& rval) { in operator |=() 146 Keychords::Mask mask(EV_KEY); in GeteventEnable() 159 Keychords::Mask mask; in GeteventEnable() [all …]
|
H A D | keychords.h | 44 class Mask { 46 explicit Mask(size_t bit = 0); 57 Mask operator&(const Mask& rval) const; 58 void operator|=(const Mask& rval); 91 Mask current_;
|
/aosp12/frameworks/av/media/libaudioclient/include/media/ |
H A D | AidlConversionUtil.h | 155 template<typename Mask, typename Enum> 156 Mask enumToMask_bitmask(Enum e) { 158 static_assert(std::is_enum_v<Mask> || std::is_integral_v<Mask>); 159 return static_cast<Mask>(e); 162 template<typename Mask, typename Enum> 163 Mask enumToMask_index(Enum e) { 165 static_assert(std::is_enum_v<Mask> || std::is_integral_v<Mask>); 166 return static_cast<Mask>(static_cast<std::make_unsigned_t<IntegralTypeOf<Mask>>>(1) 195 template<typename Mask, typename Enum> 196 bool bitmaskIsSet(Mask mask, Enum index) { [all …]
|
/aosp12/art/disassembler/ |
H A D | disassembler_arm64.cc | 78 Instr op = instr->Mask(LoadLiteralMask); in VisitLoadLiteral() 111 if (instr->Mask(UnconditionalBranchMask) == BL) { in VisitUnconditionalBranch() 115 target->Mask(LoadStoreMask) == LDR_x && in VisitUnconditionalBranch() 119 target->GetNextInstruction()->Mask(UnconditionalBranchToRegisterMask) == BR && in VisitUnconditionalBranch()
|
/aosp12/art/libartbase/base/ |
H A D | bit_field_test.cc | 28 ASSERT_EQ(0x00ffU, TestBitFields::Mask()); in TEST()
|
H A D | bit_field.h | 48 static uintptr_t Mask() { in Mask() function
|
/aosp12/hardware/interfaces/tests/baz/1.0/ |
H A D | IBase.hal | 78 typedef bitfield<BitField> Mask; 124 takeAMask(BitField bf, bitfield<BitField> first, MyMask second, Mask third)
|
/aosp12/hardware/interfaces/tests/bar/1.0/ |
H A D | IBar.hal | 37 takeAMask(BitField bf, bitfield<BitField> first, MyMask second, Mask third)
|
/aosp12/hardware/interfaces/wifi/supplicant/1.0/ |
H A D | ISupplicantP2pIfaceCallback.hal | 95 * @param configMethods Mask of WPS configuration methods supported by the 203 * @param configMethods Mask of WPS configuration methods supported.
|
H A D | ISupplicantIface.hal | 210 * @param configMethods Mask of WPS configuration methods supported by the
|
/aosp12/hardware/interfaces/wifi/supplicant/1.4/ |
H A D | ISupplicantP2pIfaceCallback.hal | 44 * @param configMethods Mask of WPS configuration methods supported by the
|
/aosp12/art/runtime/ |
H A D | stack_map.h | 206 BIT_TABLE_COLUMN(0, Mask) 212 BIT_TABLE_COLUMN(0, Mask)
|
/aosp12/frameworks/av/media/codecs/m4v_h263/enc/src/ |
H A D | bitstream_io.cpp | 29 static const UChar Mask[ ] = variable 372 BitstreamPutBits(stream, restBits, Mask[restBits]); in BitstreamMpeg4ByteAlignStuffing()
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_reflection.cpp | 313 std::string Mask, MaskLiteralType; in ZeroExtendValue() local 315 Mask = "0xff"; in ZeroExtendValue() 318 Mask = "0xffff"; in ZeroExtendValue() 321 Mask = "0xffffffffL"; in ZeroExtendValue() 330 Mask = "(" + DestIntegerType + ") " + Mask; in ZeroExtendValue() 332 return "((" + DestIntegerType + ") ((" + Value + ") & " + Mask + "))"; in ZeroExtendValue()
|
/aosp12/frameworks/av/media/libaudioclient/fuzzer/ |
H A D | README.md | 21 9. Audio Channel Mask (parameter name: `channelMask`)
|
/aosp12/hardware/interfaces/tests/foo/1.0/ |
H A D | IFoo.hal | 101 typedef bitfield<BitField> Mask;
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 2864 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local 2869 if (getValueTypePair(Record, OpNum, NextValueNo, Mask)) in ParseFunctionBody() 2871 I = new ShuffleVectorInst(Vec1, Vec2, Mask); in ParseFunctionBody()
|
/aosp12/hardware/interfaces/wifi/1.0/ |
H A D | IWifiStaIface.hal | 27 * Mask of capabilities suported by this Iface.
|
H A D | types.hal | 285 * Mask of event reporting schemes that can be specified in background scan 506 * Mask of flags set in the |ScanData| instance.
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 3125 Value *Vec1, *Vec2, *Mask; in ParseFunctionBody() local 3130 if (getValueTypePair(Record, OpNum, NextValueNo, Mask)) in ParseFunctionBody() 3132 I = new ShuffleVectorInst(Vec1, Vec2, Mask); in ParseFunctionBody()
|
/aosp12/hardware/interfaces/radio/1.0/ |
H A D | IRadio.hal | 933 * @param enable false for Standard Privacy Mode (Public Long Code Mask) 934 * true for Enhanced Privacy Mode (Private Long Code Mask)
|
H A D | IRadioResponse.hal | 1547 * @param enable false for Standard Privacy Mode (Public Long Code Mask) 1548 * true for Enhanced Privacy Mode (Private Long Code Mask)
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
H A D | tr_wordlist.combined.gz | 1dictionary=main:tr,locale=tr,description=Türkçe,date=1414726261, ... |