/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | BitwiseOutputStream.java | 79 private void possExpand(int bits) { in possExpand() 97 public void write(int bits, int data) throws AccessException { in write() 118 public void writeByteArray(int bits, byte[] arr) throws AccessException { in writeByteArray() 132 public void skip(int bits) { in skip()
|
H A D | BitwiseInputStream.java | 79 public int read(int bits) throws AccessException { in read() 101 public byte[] readByteArray(int bits) throws AccessException { in readByteArray() 117 public void skip(int bits) throws AccessException { in skip()
|
H A D | CallbackRegistry.java | 174 final long bits = mRemainderRemoved[remainderIndex]; in notifyRemainderLocked() local 200 final int endIndex, final long bits) { in notifyCallbacksLocked() 243 final long bits = mRemainderRemoved[maskIndex]; in isRemovedLocked() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_profiler/ |
H A D | rs_profiler_utils.h | 145 constexpr uint32_t bits = 32u; in ExtractPid() local 151 constexpr uint32_t bits = 30u; in GetMockPid() local 163 constexpr uint32_t bits = 32u; in ComposeNodeId() local 174 constexpr uint32_t bits = 31u; in ComposeDataId() local 185 constexpr uint32_t bits = 62u; in PatchNodeId() local 191 constexpr uint32_t bits = 62u; in IsNodeIdPatched() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
H A D | base64_decode.h | 53 uint32_t bits = static_cast<uint32_t>(Detail::FromBase64((uint8_t)(*src++))) << (3u * 6u); in BASE_BEGIN_NAMESPACE() local 63 auto bits = FromBase64(src); in BASE_BEGIN_NAMESPACE() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | bit_field.h | 127 constexpr bool IsSet(const EnumType& bits) const noexcept in IsSet() 131 constexpr void Set(const EnumType& bits) in Set() 135 constexpr void Clear(const EnumType& bits) in Clear() 222 auto bits = ~empty; in SetSubBits() local
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/platform/mipi_dsi/ |
H A D | mipi_tx_reg.h | 28 } bits; member 41 } bits; member 53 } bits; member 67 } bits; member 81 } bits; member 97 } bits; member 109 } bits; member 121 } bits; member 147 } bits; member 159 } bits; member [all …]
|
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/ |
H A D | bit_reader.h | 48 bool ReadBits(uint8_t bits, T& val) in ReadBits() 78 bool PeekBits(uint8_t bits, T& val) in PeekBits()
|
H A D | bit_reader.cpp | 52 void BitReader::SkipBits(size_t bits) in SkipBits()
|
/aosp14/frameworks/base/core/java/android/net/sntp/ |
H A D | Duration64.java | 34 private Duration64(long bits) { in Duration64() 88 long bits = (seconds << 32) in fromDuration() local
|
/ohos5.0/drivers/hdf_core/framework/support/platform/include/hdmi/ |
H A D | hdmi_scdc.h | 75 } bits; member 99 } bits; member 111 } bits; member 127 } bits; member 141 } bits; member 158 } bits; member 192 } bits; member 212 } bits; member 224 } bits; member 237 } bits; member [all …]
|
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
H A D | BitUtilsTest.java | 193 final int[] bits; field in BitUtilsTest.BitPackingTestCase 196 BitPackingTestCase(long packedBits, int[] bits) { in BitPackingTestCase()
|
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/ |
H A D | _codec_jpeg_huff_table_v10.md | 28 ### bits subsection
|
H A D | _codec_jpeg_huff_table_v20.md | 28 ### bits subsection
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/integrity/utils/ |
H A D | TestUtils.java | 34 public static byte[] getBytes(String bits) { in getBytes()
|
/ohos5.0/base/security/certificate_framework/frameworks/adapter/v1.0/inc/ |
H A D | certificate_openssl_class.h | 35 uint32_t bits; member 44 uint32_t bits; member
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | android_graphics_ColorSpace.cpp | 43 static float halfToFloat(uint16_t bits) { in halfToFloat() 69 static float halfToFloat(uint16_t bits) { in halfToFloat()
|
/ohos5.0/drivers/hdf_core/framework/core/sec/include/ |
H A D | hdf_sec.h | 35 #define HDF_DECLARE_BITMAP(name, bits) \ argument
|
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/common/inc/ |
H A D | openssl_class.h | 59 uint32_t bits; member 68 uint32_t bits; member 152 uint32_t bits; member 161 uint32_t bits; member
|
/ohos5.0/drivers/hdf_core/framework/sample/platform/uart/src/ |
H A D | uart_pl011_sample.c | 11 void UartPl011SetLcrBits(struct UartRegisterMap *regMap, uint32_t bits) in UartPl011SetLcrBits()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/ |
H A D | sbc_math.h | 26 static inline int32_t ASR(int32_t val, int bits) in ASR()
|
/aosp14/frameworks/base/location/java/com/android/internal/location/altitude/ |
H A D | S2CellIdUtils.java | 224 int bits = (face & SWAP_MASK); in fromFij() local 303 private static int lookupBits(int i, int j, int k, int bits) { in lookupBits() 309 private static long updateBits(long sb, int k, int bits) { in updateBits() 313 private static int maskBits(int bits) { in maskBits() 339 int bits = face & SWAP_MASK; in toIjo() local
|
/aosp14/frameworks/base/core/java/android/privacy/internal/rappor/ |
H A D | RapporEncoder.java | 126 public byte[] encodeBits(byte[] bits) { in encodeBits()
|
/aosp14/frameworks/base/core/java/android/privacy/internal/longitudinalreporting/ |
H A D | LongitudinalReportingEncoder.java | 143 public byte[] encodeBits(byte[] bits) { in encodeBits()
|
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | Icon.java | 705 public static @NonNull Icon createWithBitmap(Bitmap bits) { in createWithBitmap() 719 public static @NonNull Icon createWithAdaptiveBitmap(Bitmap bits) { in createWithAdaptiveBitmap() 932 final Bitmap bits = Bitmap.CREATOR.createFromParcel(in); in Icon() local
|