/frameworks/rs/scriptc/ |
D | rs_types.rsh | 178 * Vector version of the basic float type. 184 * Vector version of the basic float type. Provides three float fields packed 189 * Vector version of the basic float type. 196 * Vector version of the basic double type. Provides two double fields packed 201 * Vector version of the basic double type. Provides three double fields packed 206 * Vector version of the basic double type. Provides four double fields packed 212 * Vector version of the basic uchar type. Provides two uchar fields packed 217 * Vector version of the basic uchar type. Provides three uchar fields packed 222 * Vector version of the basic uchar type. Provides four uchar fields packed 228 * Vector version of the basic ushort type. Provides two ushort fields packed [all …]
|
/frameworks/base/docs/html/design/building-blocks/ |
D | buttons.jd | 5 user touches it. Android supports two different types of buttons: <em>basic buttons</em> and <em>bo… 10 <h2 id="basic">Basic Buttons</h2> 13 basic buttons: default and small. Default buttons have slightly larger font size and are optimized 34 <p>Borderless buttons resemble basic buttons except that they have no borders or background. You can 36 than basic buttons and integrate nicely with other content.</p>
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | KeyEventCompat.java | 48 int modifiers, int basic, int left, int right) { in metaStateFilterDirectionalModifiers() argument 49 final boolean wantBasic = (modifiers & basic) != 0; in metaStateFilterDirectionalModifiers() 59 return metaState & ~basic; in metaStateFilterDirectionalModifiers()
|
/frameworks/base/docs/html/guide/basics/ |
D | fixme-gs-core-packages.jd | 23 and delete notes, and covers many of the basic concepts with practical 44 <p> These are the basic packages that make up the Android SDK for writing 53 <dd> provides basic operating system services, message 80 platform. They are not necessary for basic application development.</p>
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_crashed.txt | 1 /sdcard/android/layout_tests/http/tests/xmlhttprequest/basic-auth.html
|
D | layout_tests_failed.txt | 138 /sdcard/android/layout_tests/editing/text-iterator/basic-iteration.html 255 /sdcard/android/layout_tests/fast/dom/HTMLDataGridElement/DataGridColumns-basic.html 257 /sdcard/android/layout_tests/fast/dom/HTMLDataGridElement/DataGridDataSource-basic.html 570 /sdcard/android/layout_tests/http/tests/navigation/timerredirect-basic.html 580 /sdcard/android/layout_tests/http/tests/navigation/metaredirect-basic.html 585 /sdcard/android/layout_tests/http/tests/navigation/redirect302-basic.html 590 /sdcard/android/layout_tests/http/tests/navigation/slowmetaredirect-basic.html 593 /sdcard/android/layout_tests/http/tests/navigation/relativeanchor-basic.html 600 /sdcard/android/layout_tests/http/tests/navigation/success200-basic.html 604 /sdcard/android/layout_tests/http/tests/navigation/anchor-basic.html [all …]
|
D | layout_tests_nontext.txt | 61 /sdcard/android/layout_tests/css1/basic/containment.html 62 /sdcard/android/layout_tests/css1/basic/id_as_selector.html 63 /sdcard/android/layout_tests/css1/basic/comments.html 64 /sdcard/android/layout_tests/css1/basic/class_as_selector.html 65 /sdcard/android/layout_tests/css1/basic/contextual_selectors.html 66 /sdcard/android/layout_tests/css1/basic/inheritance.html 67 /sdcard/android/layout_tests/css1/basic/grouping.html 1614 /sdcard/android/layout_tests/fast/text/basic/001.html 1615 /sdcard/android/layout_tests/fast/text/basic/002.html 1616 /sdcard/android/layout_tests/fast/text/basic/011.html [all …]
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | index.jd | 71 <dd>Learn how to do basic movement and animation of drawn objects with OpenGL.</dd> 74 <dd>Learn how to do basic interaction with OpenGL graphics.</dd>
|
/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
D | BiDiTestBasic.java | 40 currentView = inflater.inflate(R.layout.basic, container, false); in onCreateView()
|
D | BiDiTestActivity.java | 102 addItem(result, "Basic", BiDiTestBasic.class, R.id.basic); in getTests()
|
/frameworks/base/docs/html/training/basics/supporting-devices/ |
D | index.jd | 34 <p>This class teaches you how to use basic platform features that leverage alternative
|
/frameworks/base/docs/html/guide/webapps/ |
D | best-practices.jd | 38 href="http://www.w3.org/TR/2008/REC-xhtml-basic-20080729/">XHTML Basic</a>. This standard 47 "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | index.jd | 21 NDEF data in your applications and gives an overview of the framework APIs that support the basic
|
/frameworks/base/docs/html/guide/google/gcm/ |
D | index.jd | 12 …<dd>Read this document to learn the basic steps involved in developing Android applications based …
|
/frameworks/base/docs/html/training/basics/network-ops/ |
D | index.jd | 40 <p>This class explains the basic tasks involved in connecting to the network,
|
/frameworks/base/docs/html/training/implementing-navigation/ |
D | index.jd | 49 (see right), you should also have a basic understanding of how to use
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
D | starting.jd | 65 <img src="{@docRoot}images/training/basics/basic-lifecycle.png" /> 139 <p>That's it for the basic activity lifecycle. Now you'll start learning about some of the 188 <p>You must implement the {@link android.app.Activity#onCreate onCreate()} method to perform basic 243 <img src="{@docRoot}images/training/basics/basic-lifecycle-create.png" />
|
/frameworks/base/core/java/android/view/ |
D | KeyEvent.java | 2108 int modifiers, int basic, int left, int right) { in metaStateFilterDirectionalModifiers() argument 2109 final boolean wantBasic = (modifiers & basic) != 0; in metaStateFilterDirectionalModifiers() 2116 + metaStateToString(basic) + " combined with " in metaStateFilterDirectionalModifiers() 2121 return metaState & ~basic; in metaStateFilterDirectionalModifiers()
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | index.jd | 44 <p>This class teaches you how to use basic platform features that leverage alternative
|
/frameworks/base/docs/html/design/get-started/ |
D | creative-vision.jd | 10 types of mobile devices. Starting with the most basic elements, we introduced a new font, Roboto,
|
/frameworks/compile/mclinker/m4/ |
D | llvm.m4 | 126 dnl This is used by lib/Support to determine the basic kind of implementation
|
/frameworks/base/docs/html/live/ |
D | index.jd | 56 …lendar/ical/g2ilcr0iki4olp10aluid7gl70%40group.calendar.google.com/public/basic.ics">Add to calend…
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | index.jd | 65 <dd>Learn how to build a fragment and implement basic behaviors within its callback
|
/frameworks/base/docs/html/training/basics/intents/ |
D | index.jd | 48 <p>This class shows you how to use an {@link android.content.Intent} to perform some basic
|
/frameworks/compile/mclinker/ |
D | ChangeLog | 112 * create all basic files and directories.
|