Home
last modified time | relevance | path

Searched refs:one (Results 1 – 25 of 577) sorted by relevance

12345678910>>...24

/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
DCube.java32 int one = 0x10000; in Cube() local
34 -one, -one, -one, in Cube()
35 one, -one, -one, in Cube()
36 one, one, -one, in Cube()
37 -one, one, -one, in Cube()
38 -one, -one, one, in Cube()
39 one, -one, one, in Cube()
40 one, one, one, in Cube()
41 -one, one, one, in Cube()
45 0, 0, 0, one, in Cube()
[all …]
/frameworks/compile/mclinker/unittests/
DRTLinearAllocatorTest.h41 : 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
DLinearAllocatorTest.h28 : 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
DLinearAllocatorTest.cpp66 ASSERT_TRUE(1 == pointer->one); in TEST_F()
77 ASSERT_TRUE(7 == pointer->one); in TEST_F()
86 ASSERT_TRUE(1 == pointer->one); in TEST_F()
97 ASSERT_TRUE(7 == pointer->one); in TEST_F()
107 pointer->one = i; in TEST_F()
125 pointer->one = counter; in TEST_F()
DRTLinearAllocatorTest.cpp67 ASSERT_TRUE(1 == pointer->one); in TEST_F()
78 ASSERT_TRUE(7 == pointer->one); in TEST_F()
87 ASSERT_TRUE(1 == pointer->one); in TEST_F()
98 ASSERT_TRUE(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/
DBackupDataInputStream.java59 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/
DCreateViewTest.java55 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/
Djit.cpp26 int one() in one() function
33 return one(); in main()
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd57 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 …]
Dapi.jd73 <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 …]
/frameworks/base/core/java/android/content/
DRestrictionEntry.java315 private boolean equalArrays(String[] one, String[] other) { in equalArrays() argument
316 if (one.length != other.length) return false; in equalArrays()
317 for (int i = 0; i < one.length; i++) { in equalArrays()
318 if (!one[i].equals(other[i])) return false; in equalArrays()
/frameworks/base/docs/html/training/basics/actionbar/
Doverlaying.jd51 style for the action bar with a partially transparent background, such as the one shown
68 {@link android.R.style#Theme_Holo Theme.Holo} theme (or one of its descendants) as your parent
87 (or one of its descendants) as your parent theme. For example:</p>
103 style: one with the {@code android:} prefix and one without. The one with the {@code android:}
104 prefix is for versions of Android that include the style in the platform and the one
/frameworks/base/docs/html/guide/topics/manifest/
Dgrant-uri-permission-element.jd22 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
/frameworks/base/docs/html/tools/help/
Dsdk-manager.jd8 <p>You can launch the SDK Manager in one of the following ways:</p>
39 <dd><strong>Required.</strong>You must download <em>at least one platform</em> into your
47 <dd>Recommended. Although you might have one or more Android-powered devices on which to test
62 samples packages are available &mdash; one for each Android platform version. When
63 you are choosing a samples package to download, select the one whose API Level
/frameworks/base/data/fonts/
DAndroid.mk90 define build-one-font-module
146 $(foreach f, $(font_src_files), $(call build-one-font-module, $(f)))
148 build-one-font-module :=
/frameworks/base/docs/html/training/basics/fragments/
Dfragment-ui.jd38 <p>For example, on a handset device it might be appropriate to display just one fragment at a time
45 fit side by side, but on a handset device, only one fragment fits at a time so the fragments must
74 href="creating.html">previous lesson</a> that shows only one fragment at a time. In order to replace
75 one fragment with another, the activity's layout
142 element&mdash;the activity can remove the fragment and replace it with a different one.</p>
148 <p>The procedure to replace a fragment is similar to adding one, but requires the {@link
152 <p>Keep in mind that when you perform fragment transactions, such as replace or remove one, it's
163 <p>Example of replacing one fragment with another:</p>
/frameworks/base/docs/html/training/basics/intents/
Dresult.jd31 <p>Starting another activity doesn't have to be one-way. You can also start another activity and
45 {@link android.app.Activity#startActivityForResult startActivityForResult()}. When starting one of
113 one of your own activities. Apps included with the Android platform offer their own APIs that
137 // We only need the NUMBER column, because there will be only one row in the result
141 // We don't need a selection or sort order (there's only one result for the given URI)
160 on the {@link android.provider.ContactsContract.Contacts Contacts Provider} (like the one shown
166 applies only to the specific contact requested, so you cannot query a contact other than the one
Dsending.jd56 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
220 android.app.Activity#startActivity startActivity()} and there is more than one app that responds to
224 likely use just one web browser) or taking a photo (users likely prefer one camera).</p>
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd41 <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/rs/cpu_ref/linkloader/utils/
Dserialize.h32 unsigned long one = 0x1UL; in is_host_little_endian() local
33 return *reinterpret_cast<unsigned char *>(&one); in is_host_little_endian()
/frameworks/base/tools/orientationplot/
DREADME.txt43 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/base/docs/html/guide/topics/resources/
Dstring-resource.jd33 combine string resources with other simple resources in the one XML file,
34 under one {@code &lt;resources>} element.</p>
130 such, you can combine string array resources with other simple resources in the one XML file,
131 under one {@code &lt;resources>} element.</p>
170 <dd>Defines an array of strings. Contains one or more {@code &lt;item>} elements.
226 <code>one</code>, <code>two</code>, <code>few</code>, <code>many</code>, and <code>other</code>.
242 isn't grammatically different from 2, or any other number except 1 ("zero books", "one book",
246 the quantity 2: a language may require that 2, 12, 102 (and so on) are all treated like one
256 file). As such, you can combine plurals resources with other simple resources in the one
257 XML file, under one {@code &lt;resources>} element.</p>
[all …]
/frameworks/compile/slang/tests/P_array_init/
Dstderr.txt.expect1 array_init.rs:22:6: warning: tentative array definition assumed to have one element
/frameworks/compile/slang/tests/F_kernel_badsig/
Dstderr.txt.expect1 kernel_badsig.rs:4:30: error: Compute kernel root() must have at least one input parameter or a non…
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
DomxVCM4P2_PredictReconCoefIntra_s.s39 ; * [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

12345678910>>...24