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

/frameworks/volley/tests/src/com/android/volley/mock/
H A DTestRequest.java29 /** Base Request class for testing allowing both the deprecated and new constructor. */
30 private static class Base extends Request<byte[]> { class in class:TestRequest
32 public Base(String url, Response.ErrorListener listener) { method in class:TestRequest.Base
36 public Base(int method, String url, Response.ErrorListener listener) { method in class:TestRequest.Base
51 public static class DeprecatedGet extends Base {
58 public static class DeprecatedPost extends Base {
74 public static class Get extends Base {
84 public static class Post extends Base {
109 public static class Put extends Base {
131 public static class Delete extends Base {
[all...]
/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/
H A DInputTree.h33 typedef PolicyIteratorBase<Input, Traits, IteratorType> Base; typedef in class:mcld::PolicyIterator
39 : Base() {}
42 : Base(X.m_pNode) {}
45 : Base(X) {}
50 { return !Base::hasData() && !Base::isRoot(); }
/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 311 milliseconds