/frameworks/volley/tests/src/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 | 66 typedef DataIteratorBase<ChunkType> Base; typedef 78 : Base(0, 0) in DataIterator() 82 : Base(pChunk, pPos) in DataIterator() 86 : Base(pCopy.m_pChunk, pCopy.m_Pos) in DataIterator() 96 return this->m_pChunk->data[Base::m_Pos]; 100 this->Base::advance(); 106 this->Base::advance();
|
/frameworks/base/tests/WebViewTests/src/com/android/webviewtests/ |
D | JavaBridgeBasicsTest.java | 356 class Base { in testPublicInheritedMethod() class 359 class Derived extends Base { in testPublicInheritedMethod() 368 class Base { in testPrivateInheritedMethod() class 371 class Derived extends Base { in testPrivateInheritedMethod() 378 class Base { in testOverriddenMethod() class 381 class Derived extends Base { in testOverriddenMethod()
|
/frameworks/compile/mclinker/include/mcld/ |
D | InputTree.h | 30 typedef PolicyIteratorBase<Input, Traits, IteratorType> Base; typedef 36 : Base() {} in PolicyIterator() 39 : Base(X.m_pNode) {} in PolicyIterator() 42 : Base(X) {} in PolicyIterator() 47 { return !Base::hasData() && !Base::isRoot(); } in isGroup()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | HashIterator.h | 263 typedef IteratorBase Base; typedef 308 this->Base::advance(); 314 this->Base::advance();
|
D | BinTree.h | 145 typedef PolicyIteratorBase<DataType, Traits, IteratorType> Base; typedef 151 : Base() {} in PolicyIterator() 154 : Base(X.m_pNode) {} in PolicyIterator() 157 : Base(X) {} in PolicyIterator()
|
/frameworks/compile/slang/ |
D | RSCCOptions.td | 77 HelpText<"Base directory for output reflected Java files">;
|
/frameworks/base/docs/html/design/patterns/ |
D | notifications_k.jd | 27 <h4>Base Layout</h4> 40 Base layout of a notification
|
D | notifications.jd | 60 <h3 id="BaseLayout">Base layout</h3> 89 Base layout of a handheld notification (left) and the same notification on Wear (right),
|
/frameworks/base/docs/html/guide/appendix/ |
D | media-formats.jd | 187 <td>Base+progressive</td>
|
/frameworks/base/docs/html/preview/ |
D | notifications.jd | 42 <h3 id="BaseLayout">Base Layout</h3> 65 Base layout of a handheld notification and the same notification on Wear,
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 377 <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
|