Home
last modified time | relevance | path

Searched refs:b3 (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/telephony/common/com/google/android/mms/pdu/
DBase64.java78 byte b1 = 0, b2 = 0, b3 = 0, b4 = 0, marker0 = 0, marker1 = 0; in decodeBase64()
106 b3 = base64Alphabet[marker0]; in decodeBase64()
111 (byte) (((b2 & 0xf) << 4) | ((b3 >> 2) & 0xf)); in decodeBase64()
112 decodedData[encodedIndex + 2] = (byte) (b3 << 6 | b4); in decodeBase64()
118 b3 = base64Alphabet[marker0]; in decodeBase64()
122 (byte) (((b2 & 0xf) << 4) | ((b3 >> 2) & 0xf)); in decodeBase64()
/frameworks/base/core/java/android/net/
DSntpClient.java254 byte b3 = buffer[offset+3]; in read32()
260 int i3 = ((b3 & 0x80) == 0x80 ? (b3 & 0x7F) + 0x80 : b3); in read32()
/frameworks/base/services/usb/java/com/android/server/usb/descriptors/
DByteStream.java171 int b3 = getUnsignedByte(); in unpackUsbInt() local
172 return (b3 << 24) | (b2 << 16) | (b1 << 8) | b0; in unpackUsbInt()
/frameworks/libs/net/common/framework/com/android/net/module/util/
DNetworkStackConstants.java218 private static Inet4Address makeInet4Address(byte b1, byte b2, byte b3, byte b4) { in makeInet4Address() argument
220 return (Inet4Address) InetAddress.getByAddress(new byte[] { b1, b2, b3, b4 }); in makeInet4Address()
/frameworks/base/core/java/android/bluetooth/
DBluetoothGattCharacteristic.java730 private int unsignedBytesToInt(byte b0, byte b1, byte b2, byte b3) { in unsignedBytesToInt() argument
732 + (unsignedByteToInt(b2) << 16) + (unsignedByteToInt(b3) << 24); in unsignedBytesToInt()
748 private float bytesToFloat(byte b0, byte b1, byte b2, byte b3) { in bytesToFloat() argument
752 return (float) (mantissa * Math.pow(10, b3)); in bytesToFloat()
/frameworks/base/services/core/java/com/android/server/am/
DNativeCrashListener.java169 int b0, b1, b2, b3; in unpackInt() local
174 b3 = ((int) buf[offset+3]) & 0xFF; in unpackInt()
175 return (b0 << 24) | (b1 << 16) | (b2 << 8) | b3; in unpackInt()
/frameworks/base/services/tests/servicestests/assets/KeyStoreRecoveryControllerTest/pem/
Dvalid-cert.pem80 fd:9d:ee:03:74:70:07:d4:b3:7e:ef:7d:17:ae:ad:
85 c2:a1:b3:80:7f:d0:a4:1d:ce:ad:7e:75:33:f0:7b:
155 b9:b3:c9:44:11:b3:02:fd:d1:ae:22:c0:4c:8a:d5:f7:5c:b9:
162 d0:07:a7:60:56:b3:34:cd:48:4c:43:dc:d1:a7:94:7f:c6:a1:
167 2b:bf:35:41:9e:8c:fe:b1:b8:53:81:b3:c7:3d:c0:97:39:4a:
185 c8:cf:05:4d:c4:d9:e6:b9:8d:f4:f1:b3:6c:32:f6:3d:8e:c9:
201 10:48:3c:32:25:6a:d8:8b:a7:fe:9b:ae:03:f6:b3:8a:e0:9c:
/frameworks/base/core/tests/coretests/src/android/app/servertransaction/
DTransactionParcelTests.java453 boolean b2, boolean b3, Configuration configuration, in bindApplication() argument
566 Debug.MemoryInfo memoryInfo, boolean b, boolean b1, boolean b2, boolean b3, in dumpMemInfo() argument
573 boolean b3, String[] strings) throws RemoteException { in dumpMemInfoProto() argument