/frameworks/base/libs/rs/scriptc/ |
D | rs_types.rsh | 172 * Vector version of the basic float type. 178 * Vector version of the basic float type. Provides three float fields packed 183 * Vector version of the basic float type. 190 * Vector version of the basic double type. Provides two double fields packed 195 * Vector version of the basic double type. Provides three double fields packed 200 * Vector version of the basic double type. Provides four double fields packed 206 * Vector version of the basic uchar type. Provides two uchar fields packed 211 * Vector version of the basic uchar type. Provides three uchar fields packed 216 * Vector version of the basic uchar type. Provides four uchar fields packed 222 * Vector version of the basic ushort type. Provides two ushort fields packed [all …]
|
/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/resources/tutorials/views/ |
D | index.jd | 16 World</a> tutorial—it will teach you several things about basic 20 <li>The basic structure of an Android project (resource files, layout files, etc.)</li> 21 <li>The basic components of an {@link android.app.Activity}</li>
|
D | hello-tablelayout.jd | 96 basic {@link android.view.View}, which is used to draw a horizontal line.</p>
|
/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/guide/topics/views/ |
D | intro.jd | 6 …basic functional unit of an Android application is the <em>activity</em> — an object of the …
|
/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/developing/testing/ |
D | index.jd | 15 tutorial, which introduces basic testing concepts and procedures.
|
/frameworks/base/docs/html/guide/topics/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/practices/ui_guidelines/ |
D | index.jd | 33 <dd>Activities are the basic, independent building blocks of applications.
|
D | icon_design_dialog.jd | 155 <li>Create the basic shapes using a tool like Adobe Illustrator.</li>
|
/frameworks/base/core/java/android/view/ |
D | KeyEvent.java | 2046 int modifiers, int basic, int left, int right) { in metaStateFilterDirectionalModifiers() argument 2047 final boolean wantBasic = (modifiers & basic) != 0; in metaStateFilterDirectionalModifiers() 2054 + metaStateToString(basic) + " combined with " in metaStateFilterDirectionalModifiers() 2059 return metaState & ~basic; in metaStateFilterDirectionalModifiers()
|
/frameworks/base/docs/html/guide/topics/drawing/ |
D | opengl.jd | 51 <p>Finally, note that though Android does include some basic support for
|
/frameworks/base/docs/html/resources/articles/ |
D | layout-tricks-efficiency.jd | 7 rather easy to use and, most of the time, you only need the basic 10 <p>Sticking to the basic features is unfortunately not the most efficient
|
/frameworks/base/docs/html/guide/topics/testing/ |
D | index.jd | 54 Hello, Testing</a> tutorial introduces basic testing concepts and procedures.
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | debugging-projects-cmdline.jd | 22 the Android SDK provides for debugging. A basic debugging environment consists of:</p>
|
/frameworks/base/opengl/tests/angeles/ |
D | README.txt | 37 * How to use the basic features of OpenGL ES 1.0/1.1
|
/frameworks/base/opengl/specs/ |
D | EGL_ANDROID_recordable.txt | 112 RESPONSE: There are two basic approaches to implementing this extension
|
/frameworks/base/docs/html/guide/tutorials/views/ |
D | hello-gallery.jd | 108 <p>The next three methods are required for basic member queries.
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | monkey.jd | 52 <p>The basic syntax is: </p> 125 <td>Adjust percentage of "basic" navigation events.
|