HomeSort by relevance Sort by last modified time
    Searched refs:ReadUInt32 (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/net/spdy/
spdy_frame_reader.cc 51 bool SpdyFrameReader::ReadUInt32(uint32* result) {
68 bool success = ReadUInt32(result);
122 if (!ReadUInt32(&result_len)) {
spdy_frame_reader.h 49 bool ReadUInt32(uint32* result);
52 // equivalent to ReadUInt32() above except that the highest-order bit is
spdy_frame_reader_test.cc 35 TEST(SpdyFrameReaderTest, ReadUInt32) {
46 EXPECT_TRUE(frame_reader.ReadUInt32(&uint32_val));
50 EXPECT_TRUE(frame_reader.ReadUInt32(&uint32_val));
128 EXPECT_FALSE(frame_reader.ReadUInt32(&uint32_val));
  /external/chromium_org/skia/ext/
skia_utils_base.cc 28 if (!pickle.ReadUInt32(iter, &reply_id) ||
29 !pickle.ReadUInt32(iter, &reply_ttcIndex) ||
  /external/chromium_org/build/mac/
change_mach_o_flags.py 125 def ReadUInt32(file, endian):
186 magic = ReadUInt32(file, '<')
226 magic = ReadUInt32(file, '>')
229 nfat_arch = ReadUInt32(file, '>')
258 magic = ReadUInt32(executable_file, '<')
  /external/chromium_org/chrome/utility/media_galleries/
pmp_column_reader.h 36 bool ReadUInt32(const uint32 row, uint32* result) const;
picasa_album_table_reader.cc 85 if (!category_column.ReadUInt32(i, &category) ||
  /external/chromium_org/net/quic/
quic_data_reader.h 45 bool ReadUInt32(uint32* result);
quic_data_reader.cc 24 bool QuicDataReader::ReadUInt32(uint32* result) {
30 if (!ReadUInt32(&lo)) {
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.cc 292 buffer.ReadUInt32(reinterpret_cast<uint32*>(&frame->width));
293 buffer.ReadUInt32(reinterpret_cast<uint32*>(&frame->height));
294 buffer.ReadUInt32(&frame->fourcc);
295 buffer.ReadUInt32(&frame->pixel_width);
296 buffer.ReadUInt32(&frame->pixel_height);
299 buffer.ReadUInt32(&frame->data_size);
  /external/chromium_org/chrome/test/chromedriver/
util.cc 144 bool ReadUInt32(uint32* data) {
188 if (!stream.ReadUInt32(&signature) || signature != kFileHeaderSignature) {
212 if (!stream.ReadUInt32(&zip->crc)) {
217 if (!stream.ReadUInt32(&compressed_size)) {
221 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
254 if (!stream.ReadUInt32(&signature) ||
259 if (!stream.ReadUInt32(&zip->crc)) {
263 if (!stream.ReadUInt32(&compressed_size)) {
271 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.h 52 bool ReadUInt32(uint32* val);
  /external/chromium/net/spdy/
spdy_frame_builder.h 57 bool ReadUInt32(void** iter, uint32* result) const;
  /external/chromium_org/content/common/
ssl_status_serialization.cc 57 pickle.ReadUInt32(&iter, cert_status) &&
font_config_ipc_linux.cc 83 !reply.ReadUInt32(&iter, &reply_style)) {
  /external/chromium_org/net/quic/crypto/
null_decrypter.cc 79 !reader->ReadUInt32(&hi)) {
crypto_framer.cc 208 reader.ReadUInt32(&message_tag);
234 reader.ReadUInt32(&tag);
243 reader.ReadUInt32(&end_offset);
  /external/chromium_org/third_party/libjingle/source/talk/base/
bytebuffer.h 67 bool ReadUInt32(uint32* val);
  /external/chromium_org/base/
pickle.h 34 bool ReadUInt32(uint32* result) WARN_UNUSED_RESULT;
157 bool ReadUInt32(PickleIterator* iter,
159 return iter->ReadUInt32(result);
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 117 UInt32 ReadUInt32();
163 UInt32 ReadUInt32() { return _inByteBack->ReadUInt32(); }
  /external/chromium/third_party/libjingle/source/talk/session/phone/
rtpdump.cc 118 buf.ReadUInt32(&packet->elapsed_time);
143 buf.ReadUInt32(&start_sec);
144 buf.ReadUInt32(&start_usec);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
rtpdump.cc 146 buf.ReadUInt32(&packet->elapsed_time);
180 buf.ReadUInt32(&start_sec);
181 buf.ReadUInt32(&start_usec);
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stun.cc 334 if (!buf->ReadUInt32(&ip_))
362 if (!buf->ReadUInt32(&bits_))
437 if (!buf->ReadUInt32(&val))
521 if (!buf->ReadUInt32(&val))
  /external/chromium_org/ppapi/proxy/
serialized_handle.cc 117 if (!iter->ReadUInt32(&size))
  /external/chromium_org/third_party/libjingle/source/talk/media/sctp/
sctputils.cc 83 if (!buffer.ReadUInt32(&reliability_param)) {

Completed in 1474 milliseconds

1 2 3