/frameworks/compile/mclinker/lib/Support/ |
D | LEB128.cpp | 20 ByteType byte = pValue & 0x7f; in encode() local 72 ByteType byte = pValue & 0x7f; in encode() local 118 ByteType byte; in decode() local 137 ByteType byte; in decode() local 186 ByteType byte; in decode() local 207 ByteType byte; in decode() local
|
/frameworks/libs/binary_translation/tools/nogrod/ |
D | leb128.cc | 39 uint8_t byte; in DecodeLeb128() local 70 uint8_t byte; in DecodeSleb128() local
|
/frameworks/av/media/utils/include/mediautils/ |
D | Runnable.h | 39 static void empty_move_destroy(std::byte*, std::byte*) noexcept {} in empty_move_destroy()
|
/frameworks/compile/libbcc/bcinfo/Wrap/ |
D | file_wrapper_output.cpp | 34 bool FileWrapperOutput::Write(uint8_t byte) { in Write()
|
/frameworks/av/drm/mediadrm/plugins/clearkey/common/ |
D | Utils.cpp | 37 char byte = in_buffer[i]; in ByteArrayToHexString() local
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | DataSourceBase.h | 53 uint8_t byte[2]; in getUInt16() local 66 uint8_t byte[3]; in getUInt24() local
|
/frameworks/native/services/surfaceflinger/CompositionEngine/src/ |
D | LayerFECompositionState.cpp | 42 for (uint8_t byte : value) { in dumpAsString() local
|
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/ |
D | JarUtil.java | 43 @NotNull Map<String, byte[]> all, @NotNull Function<byte[], byte[]> transform) in createJar()
|
/frameworks/base/services/tests/RemoteProvisioningServiceTests/src/com/android/server/security/rkp/ |
D | RemoteProvisioningRegistrationTest.java | 85 VoidAnswer4<byte[], byte[], Executor, OutcomeReceiver<Void, Exception>> answer) { in answerStoreUpgradedKeyAsync()
|
/frameworks/base/libs/protoutil/src/ |
D | ProtoFileReader.cpp | 115 uint8_t byte = next(); in readRawVarint() local
|
D | EncodedBuffer.cpp | 297 uint8_t byte = readRawByte(); in readRawVarint() local 411 uint8_t byte = next(); in readRawVarint() local
|
D | ProtoOutputStream.cpp | 542 ProtoOutputStream::writeRawByte(uint8_t byte) in writeRawByte()
|
/frameworks/base/packages/StatementService/src/com/android/statementservice/utils/ |
D | StatementUtils.kt | 131 val byte = bytes[index].toInt() and 0xFF in bytesToHexString() constant
|
/frameworks/av/media/module/codecs/m4v_h263/enc/src/ |
D | bitstream_io.cpp | 583 UChar *ptr, byte; in BitstreamRepos() local 683 UChar *pSrc, *pDst, byte; in BitstreamPrependPacket() local
|
D | motion_est.cpp | 678 UChar *ptr, byte; in HTFMPrepareCurMB() local
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/authentication/data/repository/ |
D | FakeAuthenticationRepository.kt | 244 credential.map { byte -> byte.toInt().toChar() - '0' } == expectedCredential in <lambda>() method 245 isPassword -> credential.map { byte -> byte.toInt().toChar() } == expectedCredential in <lambda>() method
|
/frameworks/av/include/media/ |
D | MediaExtractorPluginHelper.h | 331 uint8_t byte[2]; in getUInt16() local 345 uint8_t byte[3]; in getUInt24() local
|
/frameworks/native/opengl/tools/glgen/src/ |
D | JType.java | 43 typeMapping.put(new CType("GLubyte"), new JType("byte")); in typeMapping.put() 47 typeMapping.put(new CType("char"), new JType("byte")); in typeMapping.put() 119 new JType("byte", false, true)); in arrayTypeMapping.put() 121 new JType("byte", false, true)); in arrayTypeMapping.put()
|
/frameworks/base/tools/bit/ |
D | adb.cpp | 90 uint8_t byte; in read_varint() local
|
/frameworks/native/cmds/evemu-record/ |
D | evdev.rs | 250 let mut byte = *byte_ref; in supported_axes_of_type() localVariable
|
/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/ |
D | vulkan_xml.go | 439 func Unmarshal(data []byte) (*registry, error) {
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Writer.cpp | 3268 static void getNalUnitType(uint8_t byte, uint8_t* type) { in getNalUnitType()
|
/frameworks/base/telephony/java/android/telephony/ |
D | TelephonyManager.java | 9211 @NonNull OutcomeReceiver<byte[], Exception> callback) { in getSimServiceTable()
|