/frameworks/volley/src/test/java/com/android/volley/mock/ |
D | TestRequest.java | 30 private static class Base extends Request<byte[]> { class in TestRequest 32 public Base(String url, Response.ErrorListener listener) { in Base() method in TestRequest.Base 36 public Base(int method, String url, Response.ErrorListener listener) { in Base() method in 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 { 138 public static class Head extends Base { [all …]
|
/frameworks/support/v7/appcompat/ |
D | THEMES.txt | 35 Platform.AppCompat <- Base.V7.Theme.AppCompat <- Base.V21.Theme.AppCompat 49 Names: Theme.Base.AppCompat, Theme.Base.AppCompat.Light and Theme.Base.AppCompat.Light.DarkActionBar 53 Theme.V21.Base.AppCompat <- Theme.Base.AppCompat 65 Theme.AppCompat <- Theme.Base.AppCompat
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 64 typedef DataIteratorBase<ChunkType> Base; typedef 75 DataIterator() : Base(NULL, 0) {} in DataIterator() 77 DataIterator(ChunkType* pChunk, unsigned int pPos) : Base(pChunk, pPos) {} in DataIterator() 79 DataIterator(const DataIterator& pCopy) : Base(pCopy.m_pChunk, pCopy.m_Pos) {} in DataIterator() 87 return this->m_pChunk->data[Base::m_Pos]; 91 this->Base::advance(); 97 this->Base::advance();
|
/frameworks/compile/mclinker/include/mcld/ |
D | InputTree.h | 30 typedef PolicyIteratorBase<Input, Traits, IteratorType> Base; typedef 37 PolicyIterator() : Base() {} in PolicyIterator() 39 PolicyIterator(const iterator& X) : Base(X.m_pNode) {} in PolicyIterator() 41 explicit PolicyIterator(NodeBase* X) : Base(X) {} in PolicyIterator() 45 bool isGroup() const { return !Base::hasData() && !Base::isRoot(); } in isGroup()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashIterator.h | 251 typedef IteratorBase Base; typedef 286 this->Base::advance(); 292 this->Base::advance();
|
D | BinTree.h | 139 typedef PolicyIteratorBase<DataType, Traits, IteratorType> Base; typedef 147 PolicyIterator() : Base() {} in PolicyIterator() 149 PolicyIterator(const iterator& X) : Base(X.m_pNode) {} in PolicyIterator() 151 explicit PolicyIterator(NodeBase* X) : Base(X) {} in PolicyIterator()
|
/frameworks/opt/setupwizard/library/ |
D | rules.gradle | 2 * Base rules for building setup wizard library. This build file is not used directly but rather
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 77 HelpText<"Base directory for output reflected Java files">;
|
/frameworks/rs/api/ |
D | rs_math.spec | 822 summary: Base two exponent 906 summary: Base 10 logarithm 934 summary: Base 2 logarithm 948 summary: Base two exponent 1834 summary: Base raised to an exponent 1850 summary: Base raised to an integer exponent
|
/frameworks/base/docs/html/design/patterns/ |
D | notifications_k.jd | 27 <h4>Base Layout</h4> 40 Base layout of a notification
|
D | notifications.jd | 68 <h3 id="BaseLayout">Base layout</h3> 97 Base layout of a handheld notification (left) and the same notification on Wear (right),
|
/frameworks/base/docs/html/guide/topics/renderscript/reference/ |
D | overview.jd | 1121 Base two exponent 1153 Base 10 logarithm 1169 Base 2 logarithm 1177 Base two exponent 1537 Base raised to an exponent 1545 Base raised to an integer exponent
|
D | index.jd | 1035 Base two exponent 1075 Base 10 logarithm 1091 Base 2 logarithm 1099 Base two exponent 1491 Base raised to an exponent 1499 Base raised to an integer exponent
|
D | rs_math.jd | 476 Base two exponent 508 Base 10 logarithm 524 Base 2 logarithm 532 Base two exponent 892 Base raised to an exponent 900 Base raised to an integer exponent 3525 <span class='normal'>: Base two exponent</span> 3737 <span class='normal'>: Base 10 logarithm</span> 3815 <span class='normal'>: Base 2 logarithm</span> 3854 <span class='normal'>: Base two exponent</span> [all …]
|
/frameworks/base/docs/html/guide/appendix/ |
D | media-formats.jd | 196 <td>Base+progressive</td>
|
/frameworks/rs/scriptc/ |
D | rs_math.rsh | 1404 * ilogb: Base two exponent 1515 * log10: Base 10 logarithm 1553 * log2: Base 2 logarithm 1572 * logb: Base two exponent 3606 * pow: Base raised to an exponent 3626 * pown: Base raised to an integer exponent
|
/frameworks/base/docs/html/ndk/guides/ |
D | abis.jd | 132 Base Platform ABI for the ARM Architecture</a></li>
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 382 <dd>Base class for implementing a device administration component. This class provides
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.0.jd | 484 <p>Base class for an {@link android.widget.AdapterView} that performs animations when switching
|