HomeSort by relevance Sort by last modified time
    Searched refs:this_id (Results 1 - 16 of 16) sorted by null

  /external/chromium/base/
id_map.h 62 KeyType this_id = next_id_; local
63 DCHECK(data_.find(this_id) == data_.end()) << "Inserting duplicate item";
64 data_[this_id] = data;
66 return this_id;
  /external/chromium_org/android_webview/browser/renderer_host/
aw_render_view_host_ext.cc 42 int this_id = next_id++; local
43 pending_document_has_images_requests_[this_id] = result;
45 this_id));
  /system/media/camera/docs/
metadata_helpers.py 513 this_id = enum_value_siblings[this_index].id
514 while this_index != 0 and not this_id:
517 this_id = enum_value_siblings[this_index].id
519 if this_id:
520 base_value = int(this_id, 0) # guess base
521 emit_as_hex = is_hex_string(this_id)
  /external/chromium_org/base/
id_map.h 61 KeyType this_id = next_id_; local
62 DCHECK(data_.find(this_id) == data_.end()) << "Inserting duplicate item";
63 data_[this_id] = data;
65 return this_id;
  /external/chromium_org/net/disk_cache/
disk_format.h 38 // a separate identifier (maintained on the "this_id" header field) that is used
79 int32 this_id; // Id for all entries being changed (dirty flag). member in struct:disk_cache::IndexHeader
backend_impl.cc 280 data_->header.this_id++;
281 if (!data_->header.this_id)
282 data_->header.this_id++;
868 return data_->header.this_id;
    [all...]
  /external/chromium_org/net/disk_cache/v3/
backend_worker.cc 190 data_->header.this_id++;
191 if (!data_->header.this_id)
192 data_->header.this_id++;
backend_impl_v3.cc     [all...]
  /external/chromium/net/disk_cache/
disk_format.h 48 // a separate identifier (maintained on the "this_id" header field) that is used
90 int32 this_id; // Id for all entries being changed (dirty flag). member in struct:disk_cache::IndexHeader
backend_impl.cc 480 data_->header.this_id++;
481 if (!data_->header.this_id)
482 data_->header.this_id++;
978 return data_->header.this_id;
    [all...]
  /external/chromium_org/chromeos/display/
real_output_configurator_delegate.cc 118 RROutput this_id = screen_->outputs[i]; local
119 XRROutputInfo* output_info = XRRGetOutputInfo(display_, screen_, this_id);
124 to_populate.output = this_id;
126 GetDisplayId(this_id, i, &to_populate.display_id);
169 IsOutputAspectPreservingScaling(this_id);
  /external/chromium_org/chrome/browser/automation/
automation_util.cc 576 AutomationId this_id = GetIdForExtensionView(host); local
577 if (id == this_id) {
  /external/chromium/net/tools/dump_cache/
dump_files.cc 64 printf("current id: %d\n", header.this_id);
  /bionic/libc/tzcode/
localtime.c 2175 char this_id[NAME_LENGTH + 1]; local
    [all...]
  /external/chromium_org/net/tools/dump_cache/
dump_files.cc 108 printf("current id: %d\n", header.this_id);
  /art/runtime/
debugger.cc 2252 JDWP::ObjectId this_id = 0; local
2272 JDWP::ObjectId this_id = gRegistry->Add(throw_location.GetThis()); local
    [all...]

Completed in 3105 milliseconds