/frameworks/compile/mclinker/unittests/ |
D | RTLinearAllocatorTest.h | 41 : one(1), two(2), three(3), four(4) in Data() 46 one = pOne; in Data() 54 one = -1; in ~Data() 60 unsigned int one; member
|
D | LinearAllocatorTest.h | 28 : one(1), two(2), three(3), four(4) in Data() 33 one = pOne; in Data() 41 one = -1; in ~Data() 47 unsigned int one; member
|
D | LinearAllocatorTest.cpp | 66 ASSERT_EQ(1, pointer->one); in TEST_F() 77 ASSERT_EQ(7, pointer->one); in TEST_F() 86 ASSERT_EQ(1, pointer->one); in TEST_F() 97 ASSERT_EQ(7, pointer->one); in TEST_F() 107 pointer->one = i; in TEST_F() 125 pointer->one = counter; in TEST_F()
|
D | RTLinearAllocatorTest.cpp | 67 ASSERT_EQ(1, pointer->one); in TEST_F() 78 ASSERT_EQ(7, pointer->one); in TEST_F() 87 ASSERT_EQ(1, pointer->one); in TEST_F() 98 ASSERT_EQ(7, pointer->one); in TEST_F() 108 pointer->one = i; in TEST_F() 126 pointer->one = counter; in TEST_F()
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupDataInputStream.java | 59 byte[] one = mOneByte; in read() 61 one = mOneByte = new byte[1]; in read() 63 mData.readEntityData(one, 0, 1); in read() 64 return one[0]; in read()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | CreateViewTest.java | 55 ViewOne one = new ViewOne(mContext); in testLayout3() local 56 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, MATCH_PARENT, 0)); in testLayout3() 93 TextView one = new TextView(mContext); in testLayout6() local 94 one.setText("S"); in testLayout6() 95 vert.addView(one, new LinearLayout.LayoutParams(MATCH_PARENT, WRAP_CONTENT, 0)); in testLayout6()
|
/frameworks/compile/libbcc/tests/debuginfo/host-tests/ |
D | jit.cpp | 26 int one() in one() function 33 return one(); in main()
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | texture.jd | 57 your application, and simply pick which one to use at runtime.</p> 63 <li>There’s only one codebase to maintain</li> 66 <li>You don’t have to worry about market preference, behavior from "upgrades" from one APK to the 80 particular texture formats. Note that it’s generally a good idea for one of your APKs to support 84 <p>Since most Android-powered devices support more than one texture format, you need to establish an 102 "red", instead of "The one that supports ETC1 texture formats", etc.</p> 105 <p>Whether you’re modifying an existing Android application or starting one from scratch, this is 132 individual APK if necessary. This is much easier to manage in the long run than adding it to one, 155 your application initialization in one place, so that each individual APK doesn’t have to 177 different devices based on GL texture support, it’s going to be one texture format per APK.</p> [all …]
|
D | api.jd | 73 <li>There’s only one codebase to maintain</li> 76 <li>You don’t have to worry about market preference, behavior from "upgrades" from one APK to the 117 <p>Now just color in the chart such that each color represents an APK. Here’s one example of how 141 know, the Android 1.x one. How’s that coming along?" You can simply say "How’s the Blue APK coming 145 <p>Whether you’re modifying an existing Android application or starting one from scratch, this is 173 individual APK if necessary. This is much easier to manage in the long run than adding it to one, 195 your application initialization in one place, so that each individual APK doesn’t have to 289 <p>Fortunately, if a user is browsing Google Play from one such device, Google Play will look at the 298 scheme. The recommended one can be found on the <a 300 our developer guide. Since the example set of APKs is only dealing with one of 3 possible [all …]
|
D | multiple.jd | 68 <li>There’s only one codebase to maintain</li> 71 <li>You don’t have to worry about market preference, behavior from "upgrades" from one APK to the 86 in some "blobs", each color representing one APK.</p> 168 boot, you also have swanky codenames for each one, since "Have we tested red on the ?" is a lot 174 <p>Whether you’re modifying an existing Android application or starting one from scratch, this is 201 individual APK if necessary. This is much easier to manage in the long run than adding it to one, 224 your application initialization in one place, so that each individual APK doesn’t have to 325 XLarge device with API 11 can conceivably run any one of the 4 APKs specified. 338 <p>Fortunately, if a user is browsing Google Play from one such device, Google Play will look at the 347 scheme. The recommended one can be found on the <a [all …]
|
D | screensize.jd | 73 <li>There’s only one codebase to maintain</li> 76 <li>You don’t have to worry about market preference, behavior from "upgrades" from one APK to the 102 Now just color in the chart such that each color represents an APK. Here’s one example of how you 122 <p>Whether you’re modifying an existing Android application or starting one from scratch, this is 151 individual APK if necessary. This is much easier to manage in the long run than adding it to one, 175 your application initialization in one place, so that each individual APK doesn’t have to 236 <p>Fortunately, if a user is browsing Google Play from one such device, Google Play will look at the 245 scheme. The recommended one can be found on the <a 247 our developer guide. Since the example set of APKs is only dealing with one of 3 possible 313 <li>Each APK's manifest must be unique across at least one of supported screen, openGL texture, or [all …]
|
/frameworks/base/docs/html/sdk/installing/ |
D | adding-packages.jd | 9 you also need to download at least one Android platform and the latest SDK Platform-tools.</p> 14 Android SDK Manager open. Otherwise, you can launch the Android SDK Manager in one of the following 52 style="color:red">at least one platform</strong> into your environment so you're 58 <dd>Recommended. Although you might have one or more Android-powered devices on which to test 65 samples packages are available — one for each Android platform version. When 66 you are choosing a samples package to download, select the one whose API Level
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | grant-uri-permission-element.jd | 22 a one-time basis. 30 Each one can specify only one path (only one of the three possible attributes). 51 The {@code pathPattern} attribute specifies a complete path, but one
|
D | uses-configuration-element.jd | 40 each one. Each declaration must be complete. For example, if an application 57 control is one that can move the selection up, down, right, or left, and 81 The value must be one of the following strings: 109 must be one of the following strings: 139 rather than set this one. 144 The value must be one of the following strings:
|
/frameworks/base/docs/html/training/basics/fragments/ |
D | fragment-ui.jd | 44 <p>For example, on a handset device it might be appropriate to display just one fragment at a time 51 fit side by side, but on a handset device, only one fragment fits at a time so the fragments must 80 href="creating.html">previous lesson</a> that shows only one fragment at a time. In order to replace 81 one fragment with another, the activity's layout 148 element—the activity can remove the fragment and replace it with a different one.</p> 154 <p>The procedure to replace a fragment is similar to adding one, but requires the {@link 158 <p>Keep in mind that when you perform fragment transactions, such as replace or remove one, it's 169 <p>Example of replacing one fragment with another:</p>
|
/frameworks/base/docs/html/guide/topics/processes/ |
D | process-lifecycle.jd | 41 <li>A <strong>foreground process</strong> is one that is required for 54 in one of its callbacks ({@link android.app.Service#onCreate Service.onCreate()}, 66 <li>A <strong>visible process</strong> is one holding an {@link android.app.Activity} 75 <li>A <strong>service process</strong> is one holding a {@link android.app.Service} 84 <li>A <strong>background process</strong> is one holding an {@link android.app.Activity} 90 can kill such processes at any time to reclaim memory for one of the three 96 <li>An <strong>empty process</strong> is one that doesn't hold any active application
|
/frameworks/base/docs/html/training/basics/intents/ |
D | result.jd | 30 <p>Starting another activity doesn't have to be one-way. You can also start another activity and 44 {@link android.app.Activity#startActivityForResult startActivityForResult()}. When starting one of 112 one of your own activities. Apps included with the Android platform offer their own APIs that 136 // We only need the NUMBER column, because there will be only one row in the result 140 // We don't need a selection or sort order (there's only one result for the given URI) 159 on the {@link android.provider.ContactsContract.Contacts Contacts Provider} (like the one shown 165 applies only to the specific contact requested, so you cannot query a contact other than the one
|
D | sending.jd | 56 one of several other data types, or the intent might not need data at all.</p> 95 such as a string. You can add one or more pieces of extra data using the various {@link 144 <p>Although the Android platform guarantees that certain intents will resolve to one of the 162 <p>If <code>isIntentSafe</code> is <code>true</code>, then at least one app will respond to 178 when more than one app can handle an intent.</p> 183 identifies more than one activity that can handle the intent, it displays a dialog for the user to 184 select which app to use, as shown in figure 1. If there is only one activity that handles the 222 android.app.Activity#startActivity startActivity()} and there is more than one app that responds to 226 likely use just one web browser) or taking a photo (users likely prefer one camera). However, if
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | string-resource.jd | 34 combine string resources with other simple resources in the one XML file, 35 under one {@code <resources>} element.</p> 131 such, you can combine string array resources with other simple resources in the one XML file, 132 under one {@code <resources>} element.</p> 171 <dd>Defines an array of strings. Contains one or more {@code <item>} elements. 227 <code>one</code>, <code>two</code>, <code>few</code>, <code>many</code>, and <code>other</code>. 236 from 2, or any other number except 1 ("zero books", "one book", "two books", and so on). 238 the quantity 2: a language may require that 2, 12, 102 (and so on) are all treated like one 248 file). As such, you can combine plurals resources with other simple resources in the one 249 XML file, under one {@code <resources>} element.</p> [all …]
|
/frameworks/base/data/fonts/ |
D | Android.mk | 117 define build-one-font-module 171 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f))) 173 build-one-font-module :=
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 43 is by holding the device vertically in one orientation then sharply turning 49 for hysteresis. Try holding the device in one orientation and slowly turning 55 Next try holding the device in one orientation and rapidly turning it end 57 There should be no gap observed initially. The algorithm should pick one
|
/frameworks/compile/linkloader/utils/ |
D | serialize.h | 32 unsigned long one = 0x1UL; in is_host_little_endian() local 33 return *reinterpret_cast<unsigned char *>(&one); in is_host_little_endian()
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/ |
D | omxVCM4P2_PredictReconCoefIntra_s.s | 39 ; * [in] predDir indicates the prediction direction which takes one 56 ; * - At least one of the pointers is NULL: pSrcDst, pPredBufRow, or pPredBufCol. 57 ; * - At least one the following cases: curQP <= 0, predQP <= 0, curQP >31, 59 ; * - At least one of the pointers pSrcDst, pPredBufRow, or pPredBufCol is not
|
/frameworks/base/docs/html/design/building-blocks/ |
D | spinners.jd | 4 <p>Spinners provide a quick way to select one value from a set. In the default state, a spinner sho… 6 values, from which the user can select a new one.</p>
|
/frameworks/base/docs/html/tools/help/ |
D | monkey.jd | 34 <li>If you have constrained the Monkey to run in one or more specific packages, it 120 (Trackball events consist of one or more random movements, sometimes followed by a click.)</td> 158 <td>If you specify one or more packages this way, the Monkey will <i>only</i> allow the system 162 in all packages. To specify multiple packages, use the -p option multiple times — one -p 168 <td>If you specify one or more categories this way, the Monkey will <i>only</i> allow the 169 system to visit activities that are listed with one of the specified categories. 172 option multiple times — one -c option per category.</td> 180 For best results, combine with -v, one or more package constraints, and a non-zero throttle to keep…
|