Home
last modified time | relevance | path

Searched refs:last_id_ (Results 1 – 23 of 23) sorted by relevance

/external/chromium_org/gpu/command_buffer/common/
Did_allocator.cc92 NonReusedIdAllocator::NonReusedIdAllocator() : last_id_(0) { in NonReusedIdAllocator()
99 return ++last_id_; in AllocateID()
103 if (desired_id > last_id_) in AllocateIDAtOrAbove()
104 last_id_ = desired_id; in AllocateIDAtOrAbove()
106 return ++last_id_; in AllocateIDAtOrAbove()
Did_allocator.h91 ResourceId last_id_;
/external/chromium_org/remoting/client/plugin/
Ddelegating_signal_strategy.cc17 last_id_(0) { in DelegatingSignalStrategy()
70 ++last_id_; in GetNextId()
71 return base::IntToString(last_id_); in GetNextId()
Ddelegating_signal_strategy.h45 int last_id_; variable
/external/chromium_org/remoting/jingle_glue/
Dfake_signal_strategy.cc29 last_id_(0), in FakeSignalStrategy()
90 ++last_id_; in GetNextId()
91 return base::IntToString(last_id_); in GetNextId()
Dfake_signal_strategy.h53 int last_id_; variable
/external/chromium_org/net/server/
Dhttp_connection.cc14 int HttpConnection::last_id_ = 0; member in net::HttpConnection
36 id_ = last_id_++; in HttpConnection()
Dhttp_connection.h36 static int last_id_; variable
/external/chromium_org/gpu/command_buffer/client/
Dshare_group.cc79 NonReusedIdHandler() : last_id_(0) {} in NonReusedIdHandler()
87 ids[ii] = ++last_id_ + id_offset; in MakeIds()
107 GLuint last_id_; member in gpu::gles2::NonReusedIdHandler
/external/chromium/net/base/
Dcapturing_net_log.cc21 : last_id_(-1), in CapturingNetLog()
55 return base::subtle::NoBarrier_AtomicIncrement(&last_id_, 1); in NextID()
Dcapturing_net_log.h71 base::subtle::Atomic32 last_id_; variable
/external/v8/src/
Dassembler.cc332 int id_delta = static_cast<int>(rinfo->data()) - last_id_; in Write()
342 last_id_ = static_cast<int>(rinfo->data()); in Write()
409 last_id_ += x; in AdvanceReadId()
410 rinfo_.data_ = last_id_; in AdvanceReadId()
457 last_id_ += signed_b >> kLocatableTypeTagBits; in ReadTaggedId()
458 rinfo_.data_ = last_id_; in ReadTaggedId()
568 last_id_ = 0; in RelocIterator()
583 last_id_ = 0; in RelocIterator()
Dassembler.h388 last_id_(0), in RelocInfoWriter()
392 last_id_(0), in RelocInfoWriter()
425 int last_id_; variable
487 int last_id_; variable
Dliveobjectlist.h210 static int last_id_; variable
Dliveobjectlist.cc921 int LiveObjectList::last_id_ = 0; member in v8::internal::LiveObjectList
932 id_ = ++last_id_; in LiveObjectList()
1635 last_id_ = 0; in Reset()
/external/chromium/chrome/browser/net/
Dchrome_net_log.cc61 : last_id_(0), in ChromeNetLog()
97 return base::subtle::NoBarrier_AtomicIncrement(&last_id_, 1); in NextID()
Dchrome_net_log.h148 base::subtle::Atomic32 last_id_; variable
/external/chromium_org/third_party/leveldatabase/src/util/
Dcache.cc274 uint64_t last_id_; member in leveldb::__anon26392f960111::ShardedLRUCache
286 : last_id_(0) { in ShardedLRUCache()
315 return ++(last_id_); in NewId()
/external/chromium_org/v8/src/
Dassembler.cc445 int id_delta = static_cast<int>(rinfo->data()) - last_id_; in Write()
455 last_id_ = static_cast<int>(rinfo->data()); in Write()
525 last_id_ += x; in AdvanceReadId()
526 rinfo_.data_ = last_id_; in AdvanceReadId()
582 last_id_ += signed_b >> kLocatableTypeTagBits; in ReadTaggedId()
583 rinfo_.data_ = last_id_; in ReadTaggedId()
708 last_id_ = 0; in RelocIterator()
729 last_id_ = 0; in RelocIterator()
Dassembler.h510 last_id_(0), in RelocInfoWriter()
514 last_id_(0), in RelocInfoWriter()
548 int last_id_; variable
612 int last_id_; variable
/external/chromium_org/ui/message_center/
Dmessage_center_impl_unittest.cc179 last_id_ = id; in TimerFinished()
183 const std::string& last_id() const { return last_id_; } in last_id()
187 std::string last_id_; member in message_center::internal::MockPopupTimersController
/external/chromium_org/net/base/
Dnet_log.cc193 : last_id_(0), in NetLog()
218 return base::subtle::NoBarrier_AtomicIncrement(&last_id_, 1); in NextID()
Dnet_log.h318 base::subtle::Atomic32 last_id_; variable