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

12 3

  /external/chromium_org/content/zygote/
zygote_linux.cc 186 if (pickle.ReadInt(&iter, &kind)) {
228 if (!pickle.ReadInt(&iter, &child)) {
314 !pickle.ReadInt(&iter, &child_requested)) {
427 CHECK(pickle.ReadInt(&iter, &kind));
429 CHECK(pickle.ReadInt(&iter, &real_pid));
482 if (!pickle.ReadInt(&iter, &argc))
494 if (!pickle.ReadInt(&iter, &numfds))
  /external/chromium_org/base/metrics/
histogram_unittest.cc 381 EXPECT_TRUE(iter.ReadInt(&type));
389 EXPECT_TRUE(iter.ReadInt(&flag));
393 EXPECT_TRUE(iter.ReadInt(&min));
397 EXPECT_TRUE(iter.ReadInt(&max));
431 EXPECT_TRUE(iter.ReadInt(&i) && iter.ReadString(&s) && iter.ReadInt(&i) &&
432 iter.ReadInt(&i) && iter.ReadInt(&i) &&
437 EXPECT_TRUE(iter.ReadInt(&range));
439 EXPECT_TRUE(iter.ReadInt(&range))
    [all...]
sparse_histogram_unittest.cc 129 EXPECT_TRUE(iter.ReadInt(&type));
137 EXPECT_TRUE(iter.ReadInt(&flag));
histogram_base.cc 42 if (!iter->ReadInt(&type))
  /external/chromium_org/base/
pickle.cc 85 bool PickleIterator::ReadInt(int* result) {
123 if (!ReadInt(&len))
135 if (!ReadInt(&len))
147 if (!ReadInt(&len))
161 if (!ReadInt(length))
pickle_unittest.cc 33 EXPECT_TRUE(pickle.ReadInt(&iter, &outint));
65 EXPECT_FALSE(pickle.ReadInt(&iter, &outint));
102 EXPECT_FALSE(pickle.ReadInt(&iter, &data));
113 EXPECT_FALSE(pickle.ReadInt(&iter, &data));
123 EXPECT_FALSE(pickle.ReadInt(&iter, &data));
289 ASSERT_TRUE(pickle.ReadInt(&iter, &result));
  /external/chromium_org/net/http/
http_response_info.cc 163 if (!pickle.ReadInt(&iter, &flags))
204 if (!pickle.ReadInt(&iter, &security_bits))
211 if (!pickle.ReadInt(&iter, &connection_status))
218 if (!pickle.ReadInt(&iter, &num_scts))
261 if (!pickle.ReadInt(&iter, &value))
  /external/chromium_org/components/autofill/core/common/
form_data.cc 38 if (!iter->ReadInt(&size))
121 if (!iter->ReadInt(&version)) {
  /external/chromium_org/components/nacl/browser/
nacl_validation_cache.cc 108 if (!iter.ReadInt(&count))
  /external/chromium_org/content/browser/browser_plugin/
browser_plugin_message_filter.cc 81 bool success = iter.ReadInt(&instance_id);
  /external/chromium_org/content/common/cursors/
webcursor.cc 89 if (!iter->ReadInt(&type) ||
90 !iter->ReadInt(&hotspot_x) ||
91 !iter->ReadInt(&hotspot_y) ||
  /external/chromium_org/ipc/
ipc_channel_unittest.cc 54 EXPECT_TRUE(iter.ReadInt(&ignored));
108 EXPECT_TRUE(m.ReadInt(&iter, &vi));
118 EXPECT_FALSE(m.ReadInt(&iter, &vi));
ipc_message.cc 139 if (!ReadInt(iter, &descriptor_index))
ipc_sync_message.cc 116 bool result = msg.ReadInt(&iter, &header->message_id);
ipc_perftests.cc 106 EXPECT_TRUE(iter.ReadInt(&msgid));
174 EXPECT_TRUE(iter.ReadInt(&msgid));
  /external/chromium_org/content/browser/zygote_host/
zygote_host_impl_linux.cc 378 if (len <= 0 || !reply_pickle.ReadInt(&iter, &pid))
388 reply_pickle.ReadInt(&iter, &uma_sample) &&
389 reply_pickle.ReadInt(&iter, &uma_boundary_value)) {
541 if (!read_pickle.ReadInt(&iter, &tmp_status) ||
542 !read_pickle.ReadInt(&iter, &tmp_exit_code)) {
  /external/chromium_org/components/nacl/zygote/
nacl_fork_delegate_linux.cc 369 if (!iter.ReadInt(&nacl_child)) {
403 if (!iter.ReadInt(&termination_status) ||
411 if (!iter.ReadInt(&remote_exit_code)) {
  /external/chromium_org/sandbox/linux/services/
broker_process.cc 293 if (read_pickle.ReadInt(&iter, &return_value)) {
348 if (pickle.ReadInt(&iter, &command_type)) {
380 !read_pickle.ReadInt(&iter, &flags)) {
  /external/chromium_org/base/json/
json_parser.h 207 bool ReadInt(bool allow_leading_zeros);
  /external/chromium_org/content/common/android/
gin_java_bridge_value.cc 105 return iter.ReadInt(out_object_id);
  /external/chromium_org/net/quic/crypto/
quic_server_info.cc 70 if (!p.ReadInt(&iter, &version)) {
  /external/chromium_org/extensions/common/
user_script.cc 176 CHECK(pickle.ReadInt(iter, &run_location));
216 CHECK(pickle.ReadInt(iter, &valid_schemes));
  /external/chromium_org/media/base/
test_helpers.cc 238 bool success = pickle.ReadString(&header) && pickle.ReadInt(&width) &&
239 pickle.ReadInt(&height);
  /external/chromium_org/components/sessions/
serialized_navigation_entry.cc 274 if (!iterator->ReadInt(&index_) ||
278 !iterator->ReadInt(&transition_type_int))
287 bool has_type_mask = iterator->ReadInt(&type_mask);
300 if (iterator->ReadInt(&policy_int))
327 if (!iterator->ReadInt(&http_status_code_))
  /external/chromium_org/ppapi/proxy/
raw_var_data.cc 195 if (!m->ReadInt(iter, &type))
332 if (!m->ReadInt(iter, &result.value.as_int))
506 if (!m->ReadInt(iter, &shmem_type))
511 if (!m->ReadInt(iter, &host_shm_handle_id_))
730 if (!m->ReadInt(iter, &value))
733 if (!m->ReadInt(iter, &pending_renderer_host_id_))
735 if (!m->ReadInt(iter, &pending_browser_host_id_))

Completed in 1496 milliseconds

12 3