Searched defs:Next (Results 51 - 75 of 315) sorted by path

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_schedule.c47 /** Next instruction in the linked list of ready instructions. */
90 struct reg_value_reader *Next; member in struct:reg_value_reader
111 * of the instruction writing \ref Next is decremented.
115 struct reg_value *Next; /**< Pointer to the next value to be written to the same register */ member in struct:reg_value
129 struct remap_reg * Next; member in struct:remap_reg
289 for (r = v->Readers; r; r = r->Next) {
376 if (v->Next) {
377 decrease_dependencies(s, v->Next->Writer);
392 for(struct reg_value_reader * r = v->Readers; r; r = r->Next) {
402 if (v->Next)
[all...]
H A Dradeon_program.h135 struct rc_instruction * Next; member in struct:rc_instruction
153 * Instructions.Next points to the first instruction,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.h349 struct xmesa_buffer *Next; /* Linked list pointer: */ member in struct:xmesa_buffer
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dglxapi.c50 struct display_dispatch *Next; member in struct:display_dispatch
106 d = d->Next;
123 d->Next = DispatchList;
H A DxmesaP.h242 struct xmesa_buffer *Next; /* Linked list pointer: */ member in struct:xmesa_buffer
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dhash.c55 struct HashEntry *Next; /**< pointer to next entry */ member in struct:HashEntry
106 struct HashEntry *next = entry->Next;
141 entry = entry->Next;
193 for (entry = table->Table[pos]; entry; entry = entry->Next) {
212 entry->Next = table->Table[pos];
255 prev->Next = entry->Next;
258 table->Table[pos] = entry->Next;
265 entry = entry->Next;
296 next = entry->Next;
[all...]
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc280 virtual bool Next(void** data, int* size) { return inner_->Next(data, size); } function in class:google::protobuf::compiler::CommandLineInterface::MemoryOutputStream
899 // Next argument is the flag value.
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dcoded_stream_unittest.cc224 virtual bool Next(const void** data, int* size) { function in class:google::protobuf::io::__anon14840::In
1129 bool Next(const void** data, int* size) { function in class:google::protobuf::io::__anon14840::ReallyBigInputStream
H A Dgzip_stream.cc94 bool ok = sub_stream_->Next(&in, &in_size);
123 bool GzipInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::GzipInputStream
152 // The underlying stream's Next returned false inside Inflate.
170 bool ok = Next(&data, &size);
173 ok = Next(&data, &size);
248 bool ok = sub_stream_->Next(&sub_data_, &sub_data_size_);
271 bool GzipOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::GzipOutputStream
H A Dtokenizer.cc256 if (!input_->Next(&data, &buffer_size_)) {
551 bool Tokenizer::Next() { function in class:google::protobuf::io::Tokenizer
770 return Next();
782 return Next();
812 bool result = Next();
H A Dtokenizer_unittest.cc129 bool Next(const void** data, int* size) { function in class:google::protobuf::io::__anon14844::TestInputStream
139 return array_stream_.Next(data, size);
256 // Before Next() is called, the initial token should always be TYPE_START.
264 ASSERT_TRUE(tokenizer.Next());
277 EXPECT_FALSE(tokenizer.Next());
279 // After Next() returns false, the token should have type TYPE_END.
302 ASSERT_TRUE(tokenizer.Next());
305 ASSERT_TRUE(tokenizer.Next());
308 ASSERT_TRUE(tokenizer.Next());
311 ASSERT_TRUE(tokenizer.Next());
[all...]
H A Dzero_copy_stream_impl.cc89 bool FileInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::FileInputStream
90 return impl_.Next(data, size);
192 bool FileOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::FileOutputStream
193 return impl_.Next(data, size);
279 bool IstreamInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::IstreamInputStream
280 return impl_.Next(data, size);
323 bool OstreamOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::OstreamOutputStream
324 return impl_.Next(data, size);
359 bool ConcatenatingInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::ConcatenatingInputStream
361 if (streams_[0]->Next(dat
423 bool LimitingInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::LimitingInputStream
[all...]
H A Dzero_copy_stream_impl_lite.cc66 bool ArrayInputStream::Next(const void** data, int* size) { function in class:google::protobuf::io::ArrayInputStream
82 << "BackUp() can only be called after a successful Next().";
119 bool ArrayOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::ArrayOutputStream
135 << "BackUp() can only be called after a successful Next().";
155 bool StringOutputStream::Next(void** data, int* size) { function in class:google::protobuf::io::StringOutputStream
223 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { function in class:google::protobuf::io::CopyingInputStreamAdaptor
259 << " BackUp() can only be called after Next().";
262 " to Next().";
333 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { function in class:google::protobuf::io::CopyingOutputStreamAdaptor
349 << " BackUp() can only be called after Next()
[all...]
/external/chromium_org/third_party/re2/re2/testing/
H A Dstring_generator.cc7 // Fetch strings using a Java-like Next()/HasNext() interface.
25 // Next() will return empty string (digits_ is empty).
79 const StringPiece& StringGenerator::Next() { function in class:re2::StringGenerator
/external/chromium_org/third_party/re2/util/
H A Drandom.cc11 int32 ACMRandom::Next() { function in class:re2::ACMRandom
31 return Next() % n;
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/bitmap/
H A Dbitmap_size_table.cc379 info.Attach(it->Next());
503 BitmapGlyphInfo* BitmapSizeTable::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::BitmapSizeTable::Builder::BitmapGlyphInfoIterator
508 return Next(sub_table_glyph_info_iter_);
558 BitmapGlyphInfo* BitmapSizeTable::Builder::BitmapGlyphInfoIterator::Next( function in class:sfntly::BitmapSizeTable::Builder::BitmapGlyphInfoIterator
566 return it->Next();
573 return it->Next();
580 return it->Next();
587 return it->Next();
594 return it->Next();
H A Dindex_sub_table_format1.cc287 IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat1::Builder::BitmapGlyphInfoIterator
H A Dindex_sub_table_format2.cc260 IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat2::Builder::BitmapGlyphInfoIterator
H A Dindex_sub_table_format3.cc283 IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat3::Builder::BitmapGlyphInfoIterator
H A Dindex_sub_table_format4.cc364 IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat4::Builder::BitmapGlyphInfoIterator
H A Dindex_sub_table_format5.cc332 IndexSubTableFormat5::Builder::BitmapGlyphInfoIterator::Next() { function in class:sfntly::IndexSubTableFormat5::Builder::BitmapGlyphInfoIterator
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/core/
H A Dcmap_table.cc96 cmap.Attach(cmap_iterator.Next());
176 CALLER_ATTACH CMapTable::CMap* CMapTable::CMapIterator::Next() { function in class:sfntly::CMapTable::CMapIterator
379 int32_t CMapTable::CMapFormat0::CharacterIterator::Next() { function in class:sfntly::CMapTable::CMapFormat0::CharacterIterator
824 int32_t CMapTable::CMapFormat4::CharacterIterator::Next() { function in class:sfntly::CMapTable::CMapFormat4::CharacterIterator
H A Dname_table.cc261 CALLER_ATTACH NameTable::NameEntry* NameTable::NameEntryIterator::Next() { function in class:sfntly::NameTable::NameEntryIterator
420 name_entry.Attach(name_iter->Next());
532 result = name_entry_iter->Next();
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/table/truetype/
H A Dloca_table.cc83 int32_t LocaTable::LocaIterator::Next() { function in class:sfntly::LocaTable::LocaIterator
212 loca_.push_back(loca_iter->Next());
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/
H A Dtinyxml.h849 const TiXmlAttribute* Next() const;
850 TiXmlAttribute* Next() { function in class:TiXmlAttribute
851 return const_cast< TiXmlAttribute* >( (const_cast< const TiXmlAttribute* >(this))->Next() );

Completed in 421 milliseconds

1234567891011>>