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

  /external/webkit/Tools/CodeCoverage/
regenerate-coverage-display 228 def write_file_site(dest_dir, file_name, last_time, data_dir, last_id, file_series):
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/qemu/hw/
bt-l2cap.c 42 int last_id; member in struct:l2cap_instance_s
235 hdr->ident = l2cap->last_id;
259 l2cap->last_id = l2cap->next_id;
263 hdr->ident = l2cap->last_id;
287 hdr->ident = l2cap->last_id;
312 hdr->ident = l2cap->last_id;
334 hdr->ident = l2cap->last_id;
355 hdr->ident = l2cap->last_id;
459 l2cap_command_reject_cid(l2cap, l2cap->last_id, L2CAP_REJ_CID_INVAL,
486 ch->config_req_id = l2cap->last_id;
    [all...]
  /external/libvpx/nestegg/src/
nestegg.c 274 uint64_t last_id; member in struct:saved_state
289 uint64_t last_id; member in struct:nestegg
808 s->last_id = ctx->last_id;
822 ctx->last_id = s->last_id;
832 if (ctx->last_id && ctx->last_size) {
834 *id = ctx->last_id;
840 r = ne_read_id(ctx->io, &ctx->last_id, NULL);
849 *id = ctx->last_id;
    [all...]
  /external/chromium/chrome/browser/autofill/
autofill_manager.cc     [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 1188 int last_id; member in struct:resolv_cache
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 2213 syncable::Id last_id = parent_id; local
    [all...]

Completed in 385 milliseconds