Home
last modified time | relevance | path

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

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dconsuming_buffers.hpp58 first_(buffer(first, max_size)), in consuming_buffers_iterator()
113 || offset_ + buffer_size(first_) >= max_size_) in increment()
119 offset_ += buffer_size(first_); in increment()
120 first_ = buffer(*begin_remainder_++, max_size_ - offset_); in increment()
130 && buffer_cast<const void*>(first_) in equal()
131 == buffer_cast<const void*>(other.first_) in equal()
132 && buffer_size(first_) == buffer_size(other.first_) in equal()
139 return first_; in dereference()
143 Buffer first_; member in asio::detail::consuming_buffers_iterator
171 first_ = *buffers_.begin(); in consuming_buffers()
[all …]
Dtimer_queue_set.hpp51 timer_queue_base* first_; member in asio::detail::timer_queue_set
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_list.h33 first_ = last_ = nullptr; in clear()
43 first_ = last_ = x; in push_back()
56 first_ = last_ = x; in push_front()
59 x->next = first_; in push_front()
60 first_ = x; in push_front()
67 first_ = first_->next; in pop_front()
68 if (!first_) in pop_front()
73 Item *front() { return first_; } in front()
83 l->last_->next = first_; in append_front()
84 first_ = l->first_; in append_front()
[all …]
/external/ImageMagick/Magick++/lib/Magick++/
DSTL.h1848 void channelMaskImages(InputIterator first_,InputIterator last_, in channelMaskImages() argument
1855 for (InputIterator iter = first_; iter != last_; ++iter) in channelMaskImages()
1897 bool linkImages(InputIterator first_,InputIterator last_) in linkImages() argument
1908 for (InputIterator iter = first_; iter != last_; ++iter) in linkImages()
1931 void restoreChannelMaskImages(InputIterator first_,InputIterator last_, in restoreChannelMaskImages() argument
1938 for (InputIterator iter = first_; iter != last_; ++iter) in restoreChannelMaskImages()
1951 void unlinkImages(InputIterator first_,InputIterator last_) in unlinkImages() argument
1956 for (InputIterator iter = first_; iter != last_; ++iter) in unlinkImages()
1971 void animateImages( InputIterator first_,InputIterator last_) in animateImages() argument
1973 if (linkImages(first_,last_) == false) in animateImages()
[all …]
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/
Dtimer_queue_set.ipp24 : first_(0)
30 q->next_ = first_;
31 first_ = q;
36 if (first_)
38 if (q == first_)
40 first_ = q->next_;
45 for (timer_queue_base* p = first_; p->next_; p = p->next_)
59 for (timer_queue_base* p = first_; p; p = p->next_)
68 for (timer_queue_base* p = first_; p; p = p->next_)
76 for (timer_queue_base* p = first_; p; p = p->next_)
[all …]
/external/webrtc/talk/media/base/
Dhybriddataengine.h46 : first_(first), in HybridDataEngine()
48 codecs_ = first_->data_codecs(); in HybridDataEngine()
57 if (first_) { in CreateChannel()
58 channel = first_->CreateChannel(data_channel_type); in CreateChannel()
69 rtc::scoped_ptr<DataEngineInterface> first_;
/external/v8/src/profiler/
Dunbound-queue-inl.h26 first_ = new Node(Record());
27 divider_ = last_ = reinterpret_cast<base::AtomicWord>(first_);
33 while (first_ != NULL) DeleteFirst();
39 Node* tmp = first_;
40 first_ = tmp->next;
61 while (first_ != reinterpret_cast<Node*>(base::Acquire_Load(&divider_))) {
Dunbound-queue.h37 Node* first_; variable
/external/v8/src/crankshaft/
Dhydrogen-removable-simulates.cc16 : zone_(zone), mergelist_(2, zone), first_(true), mode_(NORMAL) { } in State()
66 if (first_) { in Process()
67 first_ = false; in Process()
107 state->first_ = true; in Finish()
115 first_(other.first_), in State()
166 bool first_; member in v8::internal::State
Dhydrogen.h44 HInstruction* first() const { return first_; } in first()
187 HInstruction* first_; variable
Dhydrogen.cc73 first_(NULL), in HBasicBlock()
140 if (first_ == NULL) { in AddInstruction()
151 first_ = last_ = entry; in AddInstruction()
339 DCHECK(IsLoopHeader() || first_ == NULL); in RegisterPredecessor()
/external/vixl/test/
Dtest-runner.cc33 vixl::Test* vixl::Test::first_ = NULL; member in vixl::Test
57 if (first_ == NULL) { in Test()
59 first_ = this; in Test()
Dtest-runner.h44 static Test* first() { return first_; } in first()
69 static Test* first_; variable
/external/v8/test/cctest/
Dcctest.h245 prev_ = first_; in RegisterThreadedTest()
246 first_ = this; in RegisterThreadedTest()
252 RegisterThreadedTest* current = first_; in nth()
264 static RegisterThreadedTest* first_;
Dcctest.cc262 RegisterThreadedTest *RegisterThreadedTest::first_ = NULL; member in RegisterThreadedTest
/external/v8/src/
Dcode-stubs.cc521 explicit SimpleListPrinter(std::ostream& os) : os_(os), first_(true) {} in SimpleListPrinter()
524 if (first_) { in Add()
525 first_ = false; in Add()
534 bool first_; member in v8::internal::SimpleListPrinter
Dobjects-inl.h7715 first_(first), in ACCESSORS()
7753 return String::SubStringRange::iterator(string_, first_); in begin()
7758 return String::SubStringRange::iterator(string_, first_ + length_); in end()
Dobjects.h8623 int first_; variable
/external/libweave/third_party/chromium/base/
Dvalues.cc76 explicit ValueEquals(const Value* first) : first_(first) { } in ValueEquals()
79 return first_->Equals(second); in operator ()()
83 const Value* first_; member in base::__anon315ffcd50111::ValueEquals
/external/libchrome/base/
Dvalues.cc76 explicit ValueEquals(const Value* first) : first_(first) { } in ValueEquals()
79 return first_->Equals(second); in operator ()()
83 const Value* first_; member in base::__anon77d084cf0111::ValueEquals
/external/v8/src/regexp/
Djsregexp.h234 OutSet() : first_(0), remaining_(NULL), successors_(NULL) { } in OutSet()
251 : first_(first), remaining_(remaining), successors_(NULL) { } in OutSet()
252 uint32_t first_; variable
Djsregexp.cc4448 : first_(true), in TableEntryHeaderPrinter()
4451 if (first_) { in Call()
4452 first_ = false; in Call()
4470 bool first_; member in v8::internal::TableEntryHeaderPrinter
4479 first_(true) {} in AttributePrinter()
4481 if (first_) { in PrintSeparator()
4482 first_ = false; in PrintSeparator()
4500 bool first_; member in v8::internal::AttributePrinter
5811 OutSet* result = new(zone) OutSet(first_, remaining_); in Extend()
5820 first_ |= (1 << value); in Set()
[all …]
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h2654 first_(first), count_(count) {}
2662 return MakeMatcher(new ElementsAreMatcherImpl<Container>(first_, count_));
2666 const T* const first_;