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 83 if (!category_column.ReadUInt32(i, &category) ||
  /external/chromium_org/content/common/
ssl_status_serialization.cc 43 pickle.ReadUInt32(&iter, cert_status) &&
font_config_ipc_linux.cc 83 !reply.ReadUInt32(&iter, &reply_style)) {
  /external/chromium_org/net/quic/
quic_data_reader.h 45 bool ReadUInt32(uint32* result);
quic_data_reader.cc 21 bool QuicDataReader::ReadUInt32(uint32* result) {
27 if (!ReadUInt32(&lo)) {
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
filevideocapturer.cc 281 buffer.ReadUInt32(reinterpret_cast<uint32*>(&frame->width));
282 buffer.ReadUInt32(reinterpret_cast<uint32*>(&frame->height));
283 buffer.ReadUInt32(&frame->fourcc);
284 buffer.ReadUInt32(&frame->pixel_width);
285 buffer.ReadUInt32(&frame->pixel_height);
288 buffer.ReadUInt32(&frame->data_size);
  /external/chromium_org/chrome/test/chromedriver/
util.cc 142 bool ReadUInt32(uint32* data) {
184 if (!stream.ReadUInt32(&signature) || signature != kFileHeaderSignature) {
208 if (!stream.ReadUInt32(&zip->crc)) {
213 if (!stream.ReadUInt32(&compressed_size)) {
217 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
250 if (!stream.ReadUInt32(&signature) ||
255 if (!stream.ReadUInt32(&zip->crc)) {
259 if (!stream.ReadUInt32(&compressed_size)) {
267 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
  /external/chromium/third_party/libjingle/source/talk/base/
bytebuffer.h 52 bool ReadUInt32(uint32* val);
  /external/chromium_org/chrome/test/webdriver/
webdriver_util.cc 129 bool ReadUInt32(uint32* data) {
171 if (!stream.ReadUInt32(&signature) || signature != kFileHeaderSignature) {
195 if (!stream.ReadUInt32(&zip->crc)) {
200 if (!stream.ReadUInt32(&compressed_size)) {
204 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
237 if (!stream.ReadUInt32(&signature) ||
242 if (!stream.ReadUInt32(&zip->crc)) {
246 if (!stream.ReadUInt32(&compressed_size)) {
254 if (!stream.ReadUInt32(&zip->uncompressed_size)) {
  /external/chromium/net/spdy/
spdy_frame_builder.h 57 bool ReadUInt32(void** iter, uint32* result) const;
  /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;
153 bool ReadUInt32(PickleIterator* iter, uint32* result) const {
154 return iter->ReadUInt32(result);
  /external/chromium_org/net/quic/crypto/
crypto_framer.cc 208 reader.ReadUInt32(&message_tag);
234 reader.ReadUInt32(&tag);
243 reader.ReadUInt32(&end_offset);
  /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))
serialized_flash_menu.cc 84 if (!m->ReadUInt32(iter, &type))
119 if (!m->ReadUInt32(iter, &menu->count)) {

Completed in 459 milliseconds

1 2 3