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

/frameworks/volley/src/test/java/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.h64 typedef DataIteratorBase<ChunkType> Base; typedef in class:mcld::DataIterator
75 DataIterator() : Base(NULL, 0) {}
77 DataIterator(ChunkType* pChunk, unsigned int pPos) : Base(pChunk, pPos) {}
79 DataIterator(const DataIterator& pCopy) : Base(pCopy.m_pChunk, pCopy.m_Pos) {}
87 return this->m_pChunk->data[Base::m_Pos];
91 this->Base::advance();
97 this->Base::advance();
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h30 typedef PolicyIteratorBase<Input, Traits, IteratorType> Base; typedef in class:mcld::PolicyIterator
37 PolicyIterator() : Base() {}
39 PolicyIterator(const iterator& X) : Base(X.m_pNode) {}
41 explicit PolicyIterator(NodeBase* X) : Base(X) {}
45 bool isGroup() const { return !Base::hasData() && !Base::isRoot(); }
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DCollection.h50 typedef std::map<Key, Element<Key> *> Base; typedef in class:android::audio_policy::Collection
131 Base::clear();
/frameworks/compile/mclinker/include/mcld/ADT/
H A DHashIterator.h251 typedef IteratorBase Base; typedef in class:mcld::HashIterator
286 this->Base::advance();
292 this->Base::advance();
H A DBinTree.h139 typedef PolicyIteratorBase<DataType, Traits, IteratorType> Base; typedef in class:mcld::PolicyIterator
147 PolicyIterator() : Base() {}
149 PolicyIterator(const iterator& X) : Base(X.m_pNode) {}
151 explicit PolicyIterator(NodeBase* X) : Base(X) {}
/frameworks/native/cmds/installd/
H A DAndroid.mk55 # Base & ASLR boundaries for boot image creation.
/frameworks/support/v17/leanback/
H A DAndroid.mk35 # Base sub-library contains classes both needed by api-level specific libraries
/frameworks/rs/api/
H A Drs_math.spec1198 summary: Base two exponent
1341 summary: Base 10 logarithm
1387 summary: Base 2 logarithm
1410 summary: Base two exponent
2770 summary: Base raised to an exponent
2796 summary: Base raised to an integer exponent

Completed in 5372 milliseconds