Home
last modified time | relevance | path

Searched refs:last_id (Results 1 – 5 of 5) sorted by relevance

/external/qemu/hw/
Dbt-l2cap.c42 int last_id; member
235 hdr->ident = l2cap->last_id; in l2cap_connection_response()
259 l2cap->last_id = l2cap->next_id; in l2cap_configuration_request()
263 hdr->ident = l2cap->last_id; in l2cap_configuration_request()
287 hdr->ident = l2cap->last_id; in l2cap_configuration_response()
312 hdr->ident = l2cap->last_id; in l2cap_disconnection_response()
334 hdr->ident = l2cap->last_id; in l2cap_echo_response()
355 hdr->ident = l2cap->last_id; in l2cap_info_response()
459 l2cap_command_reject_cid(l2cap, l2cap->last_id, L2CAP_REJ_CID_INVAL, in l2cap_channel_close()
486 ch->config_req_id = l2cap->last_id; in l2cap_channel_config_null()
[all …]
/external/webkit/Tools/CodeCoverage/
Dregenerate-coverage-display228 def write_file_site(dest_dir, file_name, last_time, data_dir, last_id, file_series): argument
234 path = "%s/%s.annotated%s" % (data_dir,last_id,file_name)
334 last_time, last_id, last_tot_lines, last_tot_covered = data[-1][:4]
347 write_file_site(outdir, file_name, last_time, datadir, last_id, file_serieses)
/external/libvpx/libvpx/nestegg/src/
Dnestegg.c274 uint64_t last_id; member
289 uint64_t last_id; member
808 s->last_id = ctx->last_id; in ne_ctx_save()
822 ctx->last_id = s->last_id; in ne_ctx_restore()
832 if (ctx->last_id && ctx->last_size) { in ne_peek_element()
834 *id = ctx->last_id; in ne_peek_element()
840 r = ne_read_id(ctx->io, &ctx->last_id, NULL); in ne_peek_element()
849 *id = ctx->last_id; in ne_peek_element()
865 ctx->last_id = 0; in ne_read_element()
1562 ctx->last_id = 0; in nestegg_track_seek()
[all …]
/external/chromium/chrome/browser/autofill/
Dautofill_manager.cc1061 static int last_id = 1; local
1068 guid_id_map_[guid] = last_id;
1069 id_guid_map_[last_id] = guid;
1070 return last_id++;
/external/chromium/chrome/browser/sync/engine/
Dsyncer_unittest.cc2213 syncable::Id last_id = parent_id; in TEST_F() local
2223 mock_server_->AddUpdateDirectory(next_id, last_id, "BOB", 2, 20); in TEST_F()
2224 last_id = next_id; in TEST_F()