Home
last modified time | relevance | path

Searched defs:checksum (Results 1 – 17 of 17) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DMD5Calculator.java26 public static String checksum(final InputStream in) throws IOException { in checksum() method in MD5Calculator
DWordListMetadata.java57 final String rawChecksum, final String checksum, final int retryCount, in WordListMetadata()
89 final String checksum = values.getAsString(MetadataDbHelper.CHECKSUM_COLUMN); in createFromContentValues() local
DMetadataDbHelper.java484 final String rawChecksum, final String checksum, final int retryCount, in makeContentValues()
/packages/modules/Bluetooth/system/gd/packet/
Dbit_inserter_unittest.cc52 uint64_t checksum = 0x0123456789abcdef; in TEST() local
Dfragmenting_inserter_unittest.cc65 uint64_t checksum = 0x0123456789abcdef; in TEST() local
/packages/modules/adb/
Dtest_device.py709 def __init__(self, handle, checksum): argument
717 def __init__(self, checksum, full_path): argument
777 def _verify_remote(self, checksum, remote_path): argument
782 def _verify_local(self, checksum, local_path): argument
974 def _test_pull(self, remote_file, checksum): argument
/packages/modules/Bluetooth/system/osi/test/
Dconfig_test.cc255 std::string checksum = "0x1234"; in TEST_F() local
269 std::string checksum = "0x1234"; in TEST_F() local
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DPacketUtils.java98 private short checksum; field in PacketUtils.Ip4Header
148 int checksum = 0; in calculateChecksum() local
/packages/modules/Connectivity/Tethering/tests/privileged/src/android/net/ip/
DDadProxyTest.java202 final short checksum = icmpv6Checksum(buf, ETH_HEADER_LEN, transportOffset, icmpLen); in createDadPacket() local
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeEncryptedPayloadBody.java325 byte[] checksum, in combinedModeDecrypt()
/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_config.cc74 bool checksum_save(const std::string& checksum, const std::string& filename) { in checksum_save()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DPacketUtils.java138 private short checksum; field in PacketUtils.Ip4Header
188 int checksum = 0; in calculateChecksum() local
DDscpPolicyTest.kt264 val checksum = buffer.getShort() in <lambda>() constant
/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc379 bool checksum_save(const std::string& checksum, const std::string& filename) { in checksum_save()
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java622 private int checksum(ByteBuffer buf, int seed, int start, int end) { in checksum() method in DhcpPacket
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc74 bool checksum_save(const std::string& checksum, const std::string& filename) { in checksum_save()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java815 private void setApnConfChecksum(long checksum) { in setApnConfChecksum()