/frameworks/base/core/tests/coretests/src/android/net/ |
D | NetworkTest.java | 113 Network three = new Network(3); in testGetNetworkHandle() local 118 assertNotEqual(0, three.hashCode()); in testGetNetworkHandle() 122 assertNotEqual(one.hashCode(), three.hashCode()); in testGetNetworkHandle() 123 assertNotEqual(two.hashCode(), three.hashCode()); in testGetNetworkHandle() 128 assertNotEqual(0, three.getNetworkHandle()); in testGetNetworkHandle() 132 assertNotEqual(one.getNetworkHandle(), three.getNetworkHandle()); in testGetNetworkHandle() 133 assertNotEqual(two.getNetworkHandle(), three.getNetworkHandle()); in testGetNetworkHandle() 138 assertNotEqual(three.hashCode(), three.getNetworkHandle()); in testGetNetworkHandle() 144 assertEquals(12901337822L, three.getNetworkHandle()); in testGetNetworkHandle()
|
/frameworks/compile/mclinker/unittests/ |
D | RTLinearAllocatorTest.h | 38 Data() : one(1), two(2), three(3), four(4) {} in Data() 46 three = pThree; in Data() 53 three = -3; in ~Data() 59 unsigned char three; member
|
D | LinearAllocatorTest.h | 25 Data() : one(1), two(2), three(3), four(4) {} in Data() 33 three = pThree; in Data() 40 three = -3; in ~Data() 46 unsigned char three; member
|
D | LinearAllocatorTest.cpp | 63 ASSERT_TRUE(3 == pointer->three); in TEST_F() 74 ASSERT_TRUE(7 == pointer->three); in TEST_F() 83 ASSERT_TRUE(3 == pointer->three); in TEST_F() 94 ASSERT_TRUE(7 == pointer->three); in TEST_F()
|
D | RTLinearAllocatorTest.cpp | 64 ASSERT_TRUE(3 == pointer->three); in TEST_F() 75 ASSERT_TRUE(7 == pointer->three); in TEST_F() 84 ASSERT_TRUE(3 == pointer->three); in TEST_F() 95 ASSERT_TRUE(7 == pointer->three); in TEST_F()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | CreateViewTest.java | 61 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/rs/scriptc/ |
D | rs_value_types.rsh | 116 * Vector version of the half float type. Provides three half fields packed 269 * A vector of three floats. These three floats are packed into a single 128 bit field 293 * A vector of three doubles. These three double fields packed into a single 256 bit field 317 * A vector of three uchars. These three uchar fields packed into a single 32 bit field 341 * A vector of three ushorts. These three ushort fields packed into a single 64 bit field 365 * A vector of three uints. These three uints are packed into a single 128 bit field 389 * A vector of three ulongs. These three ulong fields packed into a single 256 bit field 413 * A vector of three chars. These three chars are packed into a single 32 bit field 437 * A vector of three shorts. These three short fields packed into a single 64 bit field 461 * A vector of three ints. These three ints are packed into a single 128 bit field [all …]
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | jit.cpp | 16 int three() in three() function 23 return three(); in two()
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | index.jd | 10 <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/renderscript/reference/ |
D | rs_value_types.jd | 532 <p> A vector of three chars. These three chars are packed into a single 32 bit field 574 <p> A vector of three doubles. These three double fields packed into a single 256 bit field 620 <p> A vector of three floats. These three floats are packed into a single 128 bit field 678 <p> Vector version of the half float type. Provides three half fields packed 734 <p> A vector of three ints. These three ints are packed into a single 128 bit field 818 <p> A vector of three longs. These three longs are packed into a single 256 bit field 936 <p> A vector of three shorts. These three short fields packed into a single 64 bit field 1023 <p> A vector of three uchars. These three uchar fields packed into a single 32 bit field 1091 <p> A vector of three uints. These three uints are packed into a single 128 bit field 1188 <p> A vector of three ulongs. These three ulong fields packed into a single 256 bit field [all …]
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | glu-tap-baseball.jd | 40 Console to test three different background colors in the game’s icon. 46 The results showed that of three different color schemes — blue, light blue,
|
D | gameloft-asphalt8.jd | 63 likely to come back after three days, and 400 percent more likely after seven
|
D | kongregate-global-assault.jd | 36 Developer Console to test three new icons. From previous internal tests, they
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_motion.jd | 49 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 …]
|
D | sensors_overview.jd | 55 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/resources/ |
D | complex-xml-resources.jd | 8 drawable and an animation. This requires the use of at least three XML files.</p> 66 <p>Using AAPT’s inline resource format, you can define all three resources in the same XML file.
|
/frameworks/base/docs/html/guide/topics/ui/controls/ |
D | button.jd | 36 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/guide/topics/ui/layout/ |
D | linear.jd | 67 <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/rs/java/tests/Refocus/src/com/android/rs/test/ |
D | camera_response_fast.rsh | 7 // Implementation of a three-parameter Camera Response Function as described in:
|
/frameworks/base/docs/html/design/get-started/ |
D | creative-vision.jd | 13 Android design is shaped by three overarching goals for users that apply
|
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
D | toasts.jd | 37 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/training/performance/battery/network/ |
D | gather-data.jd | 68 as one of these three request types. The Network Traffic tool represents each type of traffic 75 <li>In your app's development project, define three constants to represent the different types 265 <strong>Figure 1.</strong> Network traffic tagged for the three categories.
|
/frameworks/rs/api/ |
D | rs_convert.spec | 104 Packs three or four floating point RGBA values into a uchar4.
|
/frameworks/base/docs/html/about/ |
D | start.jd | 14 app into the following three sections that represent the general order for app development.
|
/frameworks/base/docs/html/guide/topics/connectivity/nfc/ |
D | index.jd | 17 <p>Android-powered devices with NFC simultaneously support three main modes of operation:</p>
|