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

  /external/chromium_org/third_party/leveldatabase/src/util/
env_test.cc 36 port::AtomicPointer last_id (NULL);
53 CB cb1(&last_id, 1);
54 CB cb2(&last_id, 2);
55 CB cb3(&last_id, 3);
56 CB cb4(&last_id, 4);
63 void* cur = last_id.Acquire_Load();
  /external/chromium_org/tools/grit/grit/format/
rc_header.py 97 last_id = None
104 last_id = None
159 elif last_id is None:
178 last_id = id
180 id = last_id = last_id + 1
  /external/chromium_org/ui/message_center/
message_center_impl_unittest.cc 72 const std::string& last_id() const { return last_id_; } function in class:message_center::internal::MockPopupTimersController
166 EXPECT_EQ(popup_timers_controller->last_id(), "test2");
184 EXPECT_EQ(popup_timers_controller->last_id(), "test3");
204 EXPECT_EQ(popup_timers_controller->last_id(), "test");
  /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/libvpx/nestegg/src/
nestegg.c 275 uint64_t last_id; member in struct:saved_state
290 uint64_t last_id; member in struct:nestegg
809 s->last_id = ctx->last_id;
823 ctx->last_id = s->last_id;
833 if (ctx->last_id && ctx->last_size) {
835 *id = ctx->last_id;
841 r = ne_read_id(ctx->io, &ctx->last_id, NULL);
850 *id = ctx->last_id;
    [all...]
  /external/chromium_org/net/spdy/
spdy_priority_forest.h 318 NodeId last_id = node_id; local
321 last_id = last->child;
322 DCHECK(NodeExists(last_id));
323 last = &all_nodes_[last_id];
  /external/chromium_org/content/common/gpu/
gpu_channel_manager.cc 76 static int last_id = 0; local
77 return ++last_id;
gpu_channel.cc 710 static int last_id = 0; local
711 return ++last_id;
  /external/chromium_org/content/plugin/
plugin_channel.cc 198 static int last_id = 0; local
199 return ++last_id;
  /external/chromium/chrome/browser/autofill/
autofill_manager.cc     [all...]
  /external/chromium_org/third_party/ots/src/
cmap.cc 613 uint32_t last_id = 0; local
626 if ((i != 0) && (last_id >= current_id)) {
629 last_id = current_id;
    [all...]
  /bionic/libc/netbsd/resolv/
res_cache.c 1240 int last_id; member in struct:resolv_cache
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 895 v8::SnapshotObjectId last_id; local
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_unittest.cc 2213 syncable::Id last_id = parent_id; local
    [all...]
  /external/chromium_org/sync/engine/
syncer_unittest.cc 2724 syncable::Id last_id = parent_id; local
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 2916 GLuint last_id; local
    [all...]

Completed in 1320 milliseconds