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

1 2 3

  /external/chromium_org/content/common/media/
media_param_traits.cc 37 if (!m->ReadInt(iter, &format) ||
38 !m->ReadInt(iter, &channel_layout) ||
39 !m->ReadInt(iter, &sample_rate) ||
40 !m->ReadInt(iter, &bits_per_sample) ||
41 !m->ReadInt(iter, &frames_per_buffer) ||
42 !m->ReadInt(iter, &channels) ||
43 !m->ReadInt(iter, &input_channels) ||
44 !m->ReadInt(iter, &effects))
74 if (!m->ReadInt(iter, &frame_size_width) ||
75 !m->ReadInt(iter, &frame_size_height) |
    [all...]
  /external/chromium_org/content/common/
ssl_status_serialization.cc 56 bool pickle_read_ok = pickle.ReadInt(&iter, cert_id) &&
58 pickle.ReadInt(&iter, security_bits) &&
59 pickle.ReadInt(&iter, ssl_connection_status);
64 pickle_read_ok = pickle.ReadInt(&iter, &num_scts_to_read);
68 pickle_read_ok = pickle.ReadInt(&iter, &id) &&
child_process_sandbox_support_impl_linux.cc 47 reply.ReadInt(&pickle_iter, &ttcIndex) &&
81 if (reply.ReadInt(&pickle_iter, &useBitmaps) &&
82 reply.ReadInt(&pickle_iter, &useAutoHint) &&
83 reply.ReadInt(&pickle_iter, &useHinting) &&
84 reply.ReadInt(&pickle_iter, &hintStyle) &&
85 reply.ReadInt(&pickle_iter, &useAntiAlias) &&
86 reply.ReadInt(&pickle_iter, &useSubpixelRendering) &&
87 reply.ReadInt(&pickle_iter, &useSubpixelPositioning)) {
  /external/chromium_org/tools/telemetry/telemetry/core/
bitmaptools.cc 20 bool ReadInt(int* out) {
38 if (!(ReadInt(&left) && ReadInt(&top) &&
39 ReadInt(&width) && ReadInt(&height))) {
84 if (!(ReadInt(&bpp) && ReadInt(&width) && ReadInt(&height))) {
172 if (!(ReadInt(&ignore_color) && ReadInt(&tolerance)))
    [all...]
  /external/chromium_org/remoting/host/
chromoting_param_traits.cc 23 if (!m->ReadInt(iter, &x) || !m->ReadInt(iter, &y))
48 if (!m->ReadInt(iter, &width) || !m->ReadInt(iter, &height))
75 if (!m->ReadInt(iter, &left) || !m->ReadInt(iter, &top) ||
76 !m->ReadInt(iter, &right) || !m->ReadInt(iter, &bottom)) {
  /external/chromium_org/media/audio/sounds/
wav_audio_handler.cc 43 T ReadInt(const base::StringPiece& data, size_t offset) {
66 uint32 total_length = std::min(ReadInt<uint32>(wav_data, 4),
115 uint32 chunk_length = ReadInt<uint32>(data, 4);
133 DCHECK_EQ(ReadInt<uint16>(data, kAudioFormatOffset), kAudioFormatPCM);
134 num_channels_ = ReadInt<uint16>(data, kChannelOffset);
135 sample_rate_ = ReadInt<uint32>(data, kSampleRateOffset);
136 bits_per_sample_ = ReadInt<uint16>(data, kBitsPerSampleOffset);
  /external/chromium_org/content/renderer/service_worker/
embedded_worker_context_message_filter.cc 28 const bool success = PickleIterator(msg).ReadInt(&ipc_thread_id);
  /external/chromium_org/net/cert/
signed_certificate_timestamp.cc 56 if (!(iter->ReadInt(&version) &&
60 iter->ReadInt(&hash_algorithm) &&
61 iter->ReadInt(&sig_algorithm) &&
63 iter->ReadInt(&origin) &&
  /external/chromium_org/chrome/browser/ui/app_list/
fast_show_pickler.cc 101 if (!it->ReadInt(&rep_count))
111 if (!it->ReadInt(&width))
115 if (!it->ReadInt(&height))
119 if (!it->ReadInt(&format_int))
127 if (!it->ReadInt(&size))
229 if (!it.ReadInt(&read_version))
234 if (!it.ReadInt(&app_count))
  /external/chromium_org/ppapi/proxy/
serialized_handle.cc 111 if (!iter->ReadInt(&type))
126 if (!iter->ReadInt(&open_flags) || !iter->ReadInt(&file_io))
  /external/chromium_org/base/metrics/
histogram_samples.cc 44 if (!iter_->ReadInt(&min_) ||
45 !iter_->ReadInt(&max_) ||
46 !iter_->ReadInt(&count_))
79 if (!iter->ReadInt64(&sum) || !iter->ReadInt(&redundant_count))
  /external/chromium_org/content/child/npapi/
npruntime_util.cc 44 if (!pickle_iter->ReadInt(&number))
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin_manager_impl.cc 41 bool success = iter.ReadInt(&guest_instance_id);
  /external/chromium_org/ipc/
param_traits_read_macros.h 38 if (!m->ReadInt(iter, &value)) \
  /external/chromium_org/components/autofill/core/common/
form_field_data.cc 26 if (!iter->ReadInt(&size))
42 if (!iter->ReadInt(&pickle_data))
118 if (!iter->ReadInt(&version)) {
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_unittest.cc 85 EXPECT_TRUE(restored_pickle.ReadInt(&iterator, &value));
87 EXPECT_TRUE(restored_pickle.ReadInt(&iterator, &value));
  /external/chromium_org/android_webview/native/
state_serializer.cc 85 if (!iterator->ReadInt(&entry_count))
88 if (!iterator->ReadInt(&selected_entry))
220 if (!iterator->ReadInt(&policy))
280 if (!iterator->ReadInt(&http_status_code))
  /external/chromium_org/base/
pickle.h 32 bool ReadInt(int* result) WARN_UNUSED_RESULT;
45 // Safer version of ReadInt() checks for the result not being negative.
48 return ReadInt(result) && *result >= 0;
150 bool ReadInt(PickleIterator* iter,
152 return iter->ReadInt(result);
209 // Safer version of ReadInt() checks for the result not being negative.
  /external/chromium_org/chrome/browser/sessions/
base_session_service.cc 224 pickle->ReadInt(&iterator, tab_id) &&
237 return pickle->ReadInt(&iterator, tab_id) &&
250 return pickle->ReadInt(&iterator, tab_id) &&
263 return pickle->ReadInt(&iterator, window_id) &&
  /external/chromium_org/chrome/test/logging/win/
mof_data_parser.h 31 bool ReadInt(int* value) {
  /external/chromium_org/content/child/indexed_db/
indexed_db_message_filter.cc 28 const bool success = PickleIterator(msg).ReadInt(&ipc_thread_id);
  /external/chromium_org/content/child/
quota_message_filter.cc 47 const bool success = PickleIterator(msg).ReadInt(&request_id);
  /external/chromium_org/content/child/service_worker/
service_worker_message_filter.cc 42 const bool success = PickleIterator(msg).ReadInt(&ipc_thread_id);
  /external/chromium_org/crypto/
secure_hash_default.cc 62 if (!data_iterator->ReadInt(&version))
secure_hash_openssl.cc 68 if (!data_iterator->ReadInt(&version))

Completed in 1961 milliseconds

1 2 3