Home
last modified time | relevance | path

Searched refs:three (Results 1 – 25 of 146) sorted by relevance

123456

/frameworks/compile/mclinker/unittests/
DRTLinearAllocatorTest.h41 : one(1), two(2), three(3), four(4) in Data()
48 three = pThree; in Data()
56 three = -3; in ~Data()
62 unsigned char three; member
DLinearAllocatorTest.h28 : one(1), two(2), three(3), four(4) in Data()
35 three = pThree; in Data()
43 three = -3; in ~Data()
49 unsigned char three; member
DLinearAllocatorTest.cpp68 ASSERT_TRUE(3 == pointer->three); in TEST_F()
79 ASSERT_TRUE(7 == pointer->three); in TEST_F()
88 ASSERT_TRUE(3 == pointer->three); in TEST_F()
99 ASSERT_TRUE(7 == pointer->three); in TEST_F()
DRTLinearAllocatorTest.cpp69 ASSERT_TRUE(3 == pointer->three); in TEST_F()
80 ASSERT_TRUE(7 == pointer->three); in TEST_F()
89 ASSERT_TRUE(3 == pointer->three); in TEST_F()
100 ASSERT_TRUE(7 == pointer->three); in TEST_F()
/frameworks/base/core/tests/coretests/src/android/view/
DCreateViewTest.java61 ViewOne three = new ViewOne(mContext); in testLayout3() local
62 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3()
101 TextView three = new TextView(mContext); in testLayout6() local
102 three.setText("T"); in testLayout6()
103 vert.addView(three, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout6()
/frameworks/compile/libbcc/tests/debuginfo/host-tests/
Djit.cpp16 int three() in three() function
23 return three(); in two()
/frameworks/rs/scriptc/
Drs_types.rsh216 * Vector version of the basic float type. Provides three float fields packed
233 * Vector version of the basic double type. Provides three double fields packed
249 * Vector version of the basic uchar type. Provides three uchar fields packed
265 * Vector version of the basic ushort type. Provides three ushort fields packed
281 * Vector version of the basic uint type. Provides three uint fields packed into
297 * Vector version of the basic ulong type. Provides three ulong fields packed
313 * Vector version of the basic char type. Provides three char fields packed into
329 * Vector version of the basic short type. Provides three short fields packed
345 * Vector version of the basic int type. Provides three int fields packed into a
361 * Vector version of the basic long type. Provides three long fields packed into
[all …]
/frameworks/base/docs/html/guide/practices/app-design/
Dindex.jd10 <p>An outstanding user experience has three key characteristics: it is
12 every platform since the dawn of computing has probably cited those same three
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_motion.jd49 these sensors are always hardware-based (the accelerometer and gyroscope), and three of these
71 acceleration force data for the three coordinate axes, and the gyroscope returns rate of rotation
72 data for the three coordinate axes. These data values are returned in a <code>float</code> array
218 <p>The Android Open Source Project (AOSP) provides three software-based motion sensors: a gravity
224 version number is necessary because the Android system considers these three sensors to be secondary
226 gravity sensor shows up as a secondary gravity sensor. All three of these sensors rely on a
322 <p>The gravity sensor provides a three dimensional vector indicating the direction and magnitude of
450 <p>The linear acceleration sensor provides you with a three-dimensional vector representing
473 the device on a table, and then read the offsets for all three axes. You can then subtract that
496 <p>The three elements of the rotation vector are expressed as follows:</p>
[all …]
Dsensors_overview.jd55 precision and accuracy, and are useful if you want to monitor three-dimensional device movement or
63 <p>The Android platform supports three broad categories of sensors:</p>
67 <p>These sensors measure acceleration forces and rotational forces along three axes. This
128 all three physical axes (x, y, and z), including the force of gravity.</td>
140 three physical axes (x, y, z).</td>
146 <td>Measures a device's rate of rotation in rad/s around each of the three
162 all three physical axes (x, y, and z), excluding the force of gravity.</td>
168 <td>Measures the ambient geomagnetic field for all three physical axes (x, y, z) in
175 <td>Measures degrees of rotation that a device makes around all three physical axes (x, y, z).
205 <td>Measures the orientation of a device by providing the three elements of the device's
/frameworks/base/docs/html/guide/topics/ui/controls/
Dbutton.jd36 button in your layout in three ways:</p>
182 <p>You can define the state list in an XML file that defines three different images or colors to use
188 <li>Create three bitmaps for the button background that represent the default, pressed, and
227 the image displayed will change based on these three states.</p>
/frameworks/base/docs/html/design/building-blocks/
Dswitches.jd5 <p>Switches allow the user to select options. There are three kinds of switches: checkboxes, radio
/frameworks/base/docs/html/guide/topics/ui/layout/
Dlinear.jd67 <p>For example, if there are three text fields and two of them declare a weight of 1, while the
70 all three fields are measured. If the third field is then given a weight of 2 (instead of 0), then
/frameworks/base/docs/html/design/get-started/
Dcreative-vision.jd10 Android around these three overarching goals, which apply
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Dgrain.fs32 * However, since most of the valus are identical, we only use the first three
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dtoasts.jd37 This method takes three parameters: the application {@link android.content.Context},
64 method. This accepts three parameters: a {@link android.view.Gravity} constant,
/frameworks/base/docs/html/sdk/installing/
Dstudio-androidview.jd36 level of the project hierarchy and contains these three elements at the top level:</p>
/frameworks/base/docs/html/about/
Dstart.jd13 app into the following three sections that represent the general order for app development.
/frameworks/base/docs/html/wear/design/
Dindex.jd63 …f your notification, allowing the user to act on your notification. Up to three actions are permit…
124 <li>A current weather card might provide an additional page showing a three-day forecast.</li>
129 …add. However, notifications that provide actions should show no more than three pages to ensure th…
/frameworks/base/docs/html/tools/projects/
Dtemplates.jd114 three sections based on the {@link android.app.Fragment} class and a tabbed user
135 Swipe Views + Title Strip</strong> option creates an application with three
158 {@link android.support.v4.app.FragmentActivity}, containing three
/frameworks/base/docs/html/training/graphics/opengl/
Dindex.jd35 screen, or are venturing into three dimensional graphics, you need to use a different tool. The
Dmotion.jd39 moving and transforming drawn objects in three dimensions or in other unique ways to create
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dindex.jd17 <p>Android-powered devices with NFC simultaneously support three main modes of operation:</p>
/frameworks/base/docs/html/guide/topics/graphics/
Ddrawable-animation.jd30 <p>This animation runs for just three frames. By setting the <code>android:oneshot</code>
/frameworks/native/opengl/tests/angeles/
DREADME.txt15 flat shaded with three different lights.

123456