HomeSort by relevance Sort by last modified time
    Searched refs:checksum (Results 376 - 400 of 597) sorted by null

<<11121314151617181920>>

  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
edd.h 179 __u8 checksum; member in struct:edd_device_params
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
edd.h 179 __u8 checksum; member in struct:edd_device_params
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
edd.h 179 __u8 checksum; member in struct:edd_device_params
  /development/build/tools/
mk_sdk_repo_xml.sh 437 <sdk:checksum type='sha1'>$SHA1</sdk:checksum>
  /external/android-clat/
clatd_test.cpp 29 #include "checksum.h"
47 55, (p), (c1), (c2), /* TTL=55, protocol=p, checksum=c1,c2 */ \
70 0x00, UDP_LEN, 0, 0, /* Length 21, checksum empty for now */
75 0x08, 0x00, 0x88, 0xd0, /* Type 8, code 0, checksum 0x88d0 */ \
79 0x80, 0x00, 0xc3, 0x42, /* Type 128, code 0, checksum 0xc342 */ \
213 EXPECT_EQ(0, ip_checksum(ip, sizeof(*ip))) << msg << ": Incorrect IP checksum\n";
257 // If we understand the payload, verify the checksum.
259 uint16_t checksum; local
264 checksum = ip_checksum_finish(ip_checksum_add(pseudo_checksum, payload, payload_length));
267 checksum = ip_checksum(payload, payload_length)
848 uint16_t checksum; member in struct:checksum_data
    [all...]
  /external/fonttools/Lib/fontTools/
ttx.py 179 print(format % ("tag ", " checksum", " length", " offset"))
183 checkSum = int(entry.checkSum)
184 if checkSum < 0:
185 checkSum = checkSum + 0x100000000
186 checksum = "0x%08X" % checkSum
187 print(format % (tag, checksum, entry.length, entry.offset))
  /external/tcpdump/
Android.mk 4 tcpdump_CSRC = addrtoname.c af.c checksum.c cpack.c gmpls.c oui.c gmt2local.c ipproto.c \
  /frameworks/base/services/core/java/com/android/server/
PersistentDataBlockService.java 137 // skip over checksum
191 Slog.e(TAG, "failed to write block checksum", e);
230 md.update(data, 0, DIGEST_SIZE_BYTES); // include 0 checksum in digest
349 byte[] checksum = new byte[DIGEST_SIZE_BYTES];
350 outputStream.write(checksum, 0, DIGEST_SIZE_BYTES);
  /hardware/invensense/60xx/mlsdk/
Android.mk 80 $(MLSDK_ROOT)/mlutils/checksum.c
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-install-plugin/2.3.1/
maven-install-plugin-2.3.1.jar 
  /external/chromium_org/third_party/brotli/src/woff2/
woff2_dec.cc 630 uint32_t checksum = 0; local
633 checksum += (buf[i] << 24) | (buf[i + 1] << 16) |
636 return checksum;
653 uint32_t checksum = ComputeChecksum(table_data, table_length); local
654 StoreU32(dst, kSfntHeaderSize + i * kSfntEntrySize + 4, checksum);
655 file_checksum += checksum;
830 offset = StoreU32(result, offset, 0); // checksum, to fill in later
  /external/chromium_org/third_party/ots/src/
woff2.cc 740 uint32_t checksum = 0; local
743 checksum += (buf[i] << 24) | (buf[i + 1] << 16) |
746 return checksum;
766 uint32_t checksum = ComputeChecksum(table_data, table_length); local
767 StoreU32(dst, kSfntHeaderSize + i * kSfntEntrySize + 4, checksum);
768 file_checksum += checksum; // The addition is mod 2^32
966 offset = StoreU32(result, offset, 0); // checksum, to fill in later
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileUtils.java 37 import java.util.zip.Checksum;
61 * <li>calculating a checksum
1682 checksum(file, crc); method
1703 public static Checksum checksum(File file, Checksum checksum) throws IOException { method in class:FileUtils
    [all...]
  /art/runtime/
oat_file.cc 283 "dex file checksum", GetLocation().c_str(), i,
373 // an incorrect OatDexFile. As long as we have a checksum to check, we shall return
420 std::string checksum("<unspecified>");
422 checksum = StringPrintf("0x%08x", *dex_location_checksum);
426 << " with checksum " << checksum << " in OatFile " << GetLocation();
432 << " with checksum 0x" << std::hex << odf->GetDexFileLocationChecksum();
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper_browsertest.cc 379 const char* checksum; member in struct:printing::__anon10462::TestPageData
445 // Retrieve the checksum of the bitmap data from the pseudo printer and
450 if (kTestPages[i].checksum)
451 EXPECT_EQ(kTestPages[i].checksum, bitmap_actual);
    [all...]
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
sdktools_commands_test.py 65 archive.checksum = sha1
81 self.assertTrue(archive.checksum in output)
303 archive.checksum = 0
306 self.assertTrue('SHA1 checksum mismatch' in stdout)
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
audio_coding_module_unittest.cc 543 test::AudioChecksum checksum; local
552 test::AudioSinkFork output(&checksum, &output_file);
559 std::string checksum_string = checksum.Finish();
602 // packet header and updates a payload checksum with the new payload. The
603 // decoded output from the receiver is also verified with a (separate) checksum.
661 // Have the output audio sent both to file and to the checksum calculator.
671 // Extract and verify the audio checksum.
675 // Extract and verify the payload checksum.
718 // Update the checksum.
    [all...]
audio_coding_module_unittest_oldapi.cc 550 test::AudioChecksum checksum; local
559 test::AudioSinkFork output(&checksum, &output_file);
569 std::string checksum_string = checksum.Finish();
612 // packet header and updates a payload checksum with the new payload. The
613 // decoded output from the receiver is also verified with a (separate) checksum.
674 // Have the output audio sent both to file and to the checksum calculator.
684 // Extract and verify the audio checksum.
688 // Extract and verify the payload checksum.
731 // Update the checksum.
    [all...]
  /external/stressapptest/src/
os.cc 226 AdlerChecksum *checksum) {
228 return AdlerMemcpyAsm(dstmem, srcmem, size_in_bytes, checksum);
230 return AdlerMemcpyWarmC(dstmem, srcmem, size_in_bytes, checksum);
  /frameworks/base/core/java/android/net/dhcp/
DhcpPacket.java 264 // needed to seed the IP checksum.
266 // fake IP header, used in the IP-header checksum
276 buf.putShort((short) 0); // checksum
289 buf.putShort((short) 0); // UDP checksum -- initially zero
329 // fix UDP header: checksum
330 // checksum for UDP at udpChecksumOffset
334 // values from the IP header and accumulate checksum.
343 // and compute UDP checksum
344 buf.putShort(udpChecksumOffset, (short) checksum(buf, udpSeed,
349 // fixup IP-header checksum
373 private int checksum(ByteBuffer buf, int seed, int start, int end) { method in class:DhcpPacket
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 86 uint8_t checksum = 0; local
92 checksum ^= *pNmea++;
96 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_nmea.cpp 82 uint8_t checksum = 0; local
88 checksum ^= *pNmea++;
92 int checksumLength = snprintf(pNmea,(maxSize-length-1),"*%02X\r\n", checksum);
  /external/chromium_org/courgette/
ensemble_apply.cc 120 uint32 checksum = CalculateCrc(base_region_.start(), base_region_.length()); local
121 if (source_checksum_ != checksum)
  /external/chromium_org/sdch/open-vcdiff/src/
encodetable_test.cc 24 #include "checksum.h"
374 const VCDChecksum checksum = 0xFFFFFFFF; // would be negative if signed local
375 interleaved_writer.AddChecksum(checksum);
390 ExpectByte(0x8F); // checksum byte 1
391 ExpectByte(0xFF); // checksum byte 2
392 ExpectByte(0xFF); // checksum byte 3
393 ExpectByte(0xFF); // checksum byte 4
394 ExpectByte(0x7F); // checksum byte 5
  /external/chromium_org/sdch/open-vcdiff/vsprojects/
vcdiff_test.bat 33 rem the decoder will recognize the interleaved and checksum formats
36 set VCD_OPTIONS=-interleaved -checksum
351 rem Remove -interleaved and -checksum options
355 || ( echo Encode without -interleaved and -checksum options failed ^

Completed in 942 milliseconds

<<11121314151617181920>>