Searched refs:Base (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DGCFactory.h69 typedef DataIteratorBase<ChunkType> Base; typedef in class:mcld::DataIterator
81 : Base(0, 0)
85 : Base(pChunk, pPos)
89 : Base(pCopy.m_pChunk, pCopy.m_Pos)
99 return this->m_pChunk->data[Base::m_Pos];
103 this->Base::advance();
109 this->Base::advance();
/frameworks/compile/slang/
H A Dslang_rs_metadata_spec_encoder.cpp93 unsigned encodeTypeBase(const struct RSTypeBase *Base);
94 unsigned encodeTypeBaseAsKey(const struct RSTypeBase *Base);
154 RSMetadataEncoderInternal::encodeTypeBase(const struct RSTypeBase *Base) { argument
155 mEncodedRSTypeInfo.push_back(Base->bits);
160 const struct RSTypeBase *Base) {
161 TypesMapTy::const_iterator I = mTypes.find(Base->bits);
165 // Add Base into mTypes
167 mTypes.insert(std::make_pair(Base->bits, mCurTypeIndex));
173 return encodeTypeBase(Base);
232 unsigned Base local
159 encodeTypeBaseAsKey( const struct RSTypeBase *Base) argument
[all...]
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/
H A DJavaBridgeBasicsTest.java356 class Base {
359 class Derived extends Base {
368 class Base {
371 class Derived extends Base {
378 class Base {
381 class Derived extends Base {
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputTree.h35 typedef PolicyIteratorBase<Input, Traits, IteratorType> Base; typedef in class:mcld::PolicyIterator
41 : Base() {}
44 : Base(X.m_pNode) {}
47 : Base(X) {}
52 { return !Base::hasData(); }
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h266 typedef IteratorBase Base; typedef in class:mcld::HashIterator
311 this->Base::advance();
317 this->Base::advance();
H A DBinTree.h148 typedef PolicyIteratorBase<DataType, Traits, IteratorType> Base; typedef in class:mcld::PolicyIterator
154 : Base() {}
157 : Base(X.m_pNode) {}
160 : Base(X) {}

Completed in 1748 milliseconds