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

  /external/srec/tools/thirdparty/OpenFst/fst/lib/
string-weight.h 129 void Init() { first_ = 0; }
132 void Clear() { first_ = 0; rest_.clear(); }
134 Label Size() const { return first_ ? rest_.size() + 1 : 0; }
137 if (first_)
138 rest_.push_front(first_);
139 first_ = l;
143 if (!first_)
144 first_ = l;
150 L first_; // first label in string (0 if empty) member in class:fst::StringWeight
160 : first_(w.first_), rest_(w.rest_), init_(true)
181 const L &first_; member in class:fst::StringWeightIterator
213 const L &first_; member in class:fst::StringWeightReverseIterator
    [all...]
  /external/v8/test/cctest/
cctest.h 134 prev_ = first_;
135 first_ = this;
141 RegisterThreadedTest* current = first_;
153 static RegisterThreadedTest* first_; member in class:RegisterThreadedTest
cctest.cc 125 RegisterThreadedTest *RegisterThreadedTest::first_ = NULL; member in class:RegisterThreadedTest
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
vec.h 693 unsigned int first_ = 0; \
698 middle_ = first_; \
703 first_ = middle_; \
704 ++first_; \
710 return first_; \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
vec.h 693 unsigned int first_ = 0; \
698 middle_ = first_; \
703 first_ = middle_; \
704 ++first_; \
710 return first_; \
    [all...]
  /external/chromium/base/
tracked_objects.cc 82 ThreadData* ThreadData::first_ = NULL; member in class:tracked_objects::ThreadData
108 registry->next_ = first_;
109 first_ = registry;
293 return first_;
419 thread_data_list = first_;
420 first_ = NULL;
tracked_objects.h 102 // one. A static member of ThreadData provides a pointer to the first_ item on
103 // this global list, and access to that first_ item requires the use of a lock_.
610 static ThreadData* first_; member in class:tracked_objects::ThreadData
611 // Protection for access to first_.
  /external/v8/src/
d8.cc 47 LineEditor *LineEditor::first_ = NULL; member in class:v8::LineEditor
53 next_(first_) {
54 first_ = this;
59 LineEditor* current = first_;
d8.h 218 static LineEditor* first_; member in class:v8::LineEditor
jsregexp.h 309 OutSet() : first_(0), remaining_(NULL), successors_(NULL) { }
326 : first_(first), remaining_(remaining), successors_(NULL) { }
327 uint32_t first_; member in class:v8::internal::OutSet
    [all...]
jsregexp.cc 3166 bool first_; member in class:v8::internal::TableEntryHeaderPrinter
3195 bool first_; member in class:v8::internal::AttributePrinter
    [all...]

Completed in 55 milliseconds