Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 114) sorted by relevance

12345

/frameworks/base/libs/rs/
DrsProgramStore.cpp95 ProgramStore *existing = rsc->mStateFragmentStore.mStorePrograms[ct]; in getProgramStore() local
96 if (existing->mHal.state.ditherEnable != ditherEnable) continue; in getProgramStore()
97 if (existing->mHal.state.colorRWriteEnable != colorMaskR) continue; in getProgramStore()
98 if (existing->mHal.state.colorGWriteEnable != colorMaskG) continue; in getProgramStore()
99 if (existing->mHal.state.colorBWriteEnable != colorMaskB) continue; in getProgramStore()
100 if (existing->mHal.state.colorAWriteEnable != colorMaskA) continue; in getProgramStore()
101 if (existing->mHal.state.blendSrc != srcFunc) continue; in getProgramStore()
102 if (existing->mHal.state.blendDst != destFunc) continue; in getProgramStore()
103 if (existing->mHal.state.depthWriteEnable != depthMask) continue; in getProgramStore()
104 if (existing->mHal.state.depthFunc != depthFunc) continue; in getProgramStore()
[all …]
DrsSampler.cpp88 Sampler *existing = rsc->mStateSampler.mAllSamplers[ct]; in getSampler() local
89 if (existing->mHal.state.magFilter != magFilter) continue; in getSampler()
90 if (existing->mHal.state.minFilter != minFilter ) continue; in getSampler()
91 if (existing->mHal.state.wrapS != wrapS) continue; in getSampler()
92 if (existing->mHal.state.wrapT != wrapT) continue; in getSampler()
93 if (existing->mHal.state.wrapR != wrapR) continue; in getSampler()
94 if (existing->mHal.state.aniso != aniso) continue; in getSampler()
95 returnRef.set(existing); in getSampler()
DrsProgramRaster.cpp84 ProgramRaster *existing = rsc->mStateRaster.mRasterPrograms[ct]; in getProgramRaster() local
85 if (existing->mHal.state.pointSprite != pointSprite) continue; in getProgramRaster()
86 if (existing->mHal.state.cull != cull) continue; in getProgramRaster()
87 returnRef.set(existing); in getProgramRaster()
/frameworks/base/services/java/com/android/server/net/
DNetworkStatsService.java1051 final NetworkStatsHistory existing = source.get(ident); in findOrCreateNetworkStatsLocked() local
1056 if (existing == null) { in findOrCreateNetworkStatsLocked()
1058 } else if (existing.getBucketDuration() != bucketDuration) { in findOrCreateNetworkStatsLocked()
1060 bucketDuration, estimateResizeBuckets(existing, bucketDuration)); in findOrCreateNetworkStatsLocked()
1061 updated.recordEntireHistory(existing); in findOrCreateNetworkStatsLocked()
1068 return existing; in findOrCreateNetworkStatsLocked()
1077 final NetworkStatsHistory existing = mUidStats.get(key); in findOrCreateUidStatsLocked() local
1082 if (existing == null) { in findOrCreateUidStatsLocked()
1084 } else if (existing.getBucketDuration() != bucketDuration) { in findOrCreateUidStatsLocked()
1086 bucketDuration, estimateResizeBuckets(existing, bucketDuration)); in findOrCreateUidStatsLocked()
[all …]
/frameworks/base/docs/html/guide/developing/tools/
Dzipalign.jd50 <p>To confirm the alignment of {@code existing.apk}:</p>
52 <pre>zipalign -c -v &lt;alignment> existing.apk</pre>
61 <li>{@code -f} : overwrite existing outfile.zip</li>
Dsqlite3.jd10 the SQL CREATE statement for an existing table. The tool also gives you the ability to execute
/frameworks/base/services/java/com/android/server/am/
DEventLogTags.logtags20 # An existing activity is being given a new intent:
24 # A new activity is being created in an existing task:
/frameworks/base/docs/html/guide/practices/
Dcompatibility.jd194 introduces a new feature or changes how existing features are handled, what
195 happens to existing apps that were written without any knowledge of the new
198 <p>Simply put, Android commits to not making existing apps available to devices
207 prevent users from having a bad experience with those apps, existing apps that
222 <p>In other words, whenever Android introduces new features or changes existing
223 ones, we will always take steps to protect existing applications so that they
/frameworks/base/docs/html/sdk/
Dadding-components.jd31 new SDK components are automatically installed into your existing SDK directory,
105 your existing Android SDK directories.</li>
113 and new documentation is saved in the existing
119 <p>From time to time, new revisions of existing SDK components are released and
Dwin-usb.jd193 or upgrading an existing driver.</p>
236 <p>Or, to <em>upgrade</em> an existing Android USB driver on Windows 7 with the new
281 <p>Or, to <em>upgrade</em> an existing Android USB driver on Windows XP with the new
327 <p>Or, to <em>upgrade</em> an existing Android USB driver on Windows Vista with the new
/frameworks/base/docs/html/sdk/1.1_r1/
Dupgrading.jd33 <p>This document describes how to move your development environment and existing
40 on mobile devices, you need to install the Android 1.1 SDK and port your existing Android
78 ADT plugin when a new version becomes available for your existing version
/frameworks/base/docs/html/sdk/1.5_r1/
Dupgrading.jd12 <li>To move existing projects into the SDK, you must make some minor changes in your
15 <li>You need to uninstall your existing ADT plugin, before installing ADT 0.9.</li>
47 <p>This document describes how to move your development environment and existing
105 <p>You must uninstall your existing ADT plugin (0.8 or older). If you do not uninstall it,
298 <p>To test forward-compatibility, simply run your existing application (as-is) on an Android
300 you through the process to running your existing applications on an emulator. <em>Please read
307 <li>Run your existing project, as-is, on an emulator running the Android 1.5 system image.
/frameworks/base/docs/html/sdk/1.5_r3/
Dupgrading.jd14 <li>To move existing projects into the SDK, you must make some minor changes in your
17 <li>You need to uninstall your existing ADT plugin, before installing ADT 0.9.</li>
49 <p>This document describes how to move your development environment and existing
107 <p>You must uninstall your existing ADT plugin (0.8 or older). If you do not uninstall it,
300 <p>To test forward-compatibility, simply run your existing application (as-is) on an Android
302 you through the process to running your existing applications on an emulator. <em>Please read
309 <li>Run your existing project, as-is, on an emulator running the Android 1.5 system image.
/frameworks/base/docs/html/sdk/1.5_r2/
Dupgrading.jd12 <li>To move existing projects into the SDK, you must make some minor changes in your
15 <li>You need to uninstall your existing ADT plugin, before installing ADT 0.9.</li>
47 <p>This document describes how to move your development environment and existing
105 <p>You must uninstall your existing ADT plugin (0.8 or older). If you do not uninstall it,
298 <p>To test forward-compatibility, simply run your existing application (as-is) on an Android
300 you through the process to running your existing applications on an emulator. <em>Please read
307 <li>Run your existing project, as-is, on an emulator running the Android 1.5 system image.
/frameworks/base/docs/html/resources/articles/
Don-screen-inputs.jd47 safest for existing applications.</p>
82 <p>There are a number of things the system does to try to help existing
88 <li>Analyze the various existing TextView attributes to guess at the kind of
106 about the text content. This attribute actually replaces many existing
253 …controlling input method interaction, which you can control through the existing <code>Window.addF…
Dtimed-ui-updates.jd9 (though small) application for Android, which was a port of an existing
92 one time shot. We also remove any existing callbacks to the handler
Dcontacts.jd16 If you have an existing application that uses the older API,
143 contact may create a new aggregate or break up an existing one.</p>
238 <p>If you have an existing application that uses the older Contacts API,
295 <li>Clone your existing app. </li>
342 <p>Go through the existing application and factor out all access to
Dlive-folders.jd48 to reuse an existing activity. In the case of Shelves, we will create a new
107 details.</p><p>In our example, all we need to do is modify the existing provider
/frameworks/base/docs/html/sdk/1.6_r1/
Dupgrading.jd38 <p>This document describes how to move your development environment and existing
80 0.9.3. With ADT 0.9.3, you can still compile your existing applications against
136 installation. Fully remove your existing ADT Plugin as described in <a
160 your existing applications on the Android 1.6 system image that is included in
200 very few actual changes to existing APIs. This means that, in most
279 <p>If you want to use any of the new Android 1.6 APIs in your existing
/frameworks/base/docs/html/guide/developing/projects/
Dprojects-cmdline.jd122 project from existing code, use the <code>android update project</code> command to update the
124 target of an existing project (with the <code>--target</code> option) and the project name (with
129 <p>To update an existing Android project, open a command-line and navigate to the
178 <p>If you want to convert an existing application project to a library project, so that other
Dprojects-eclipse.jd48 project (or a project from existing code). To create a new project:</p>
132 <p>You can also convert an existing application project into a library. To do so, simply open the
134 now reference the existing project as a library project.</p>
/frameworks/base/docs/html/sdk/ndk/
Doverview.jd30 certain classes of applications, in the form of reuse of existing code and in some cases
85 effective way to reuse a large corpus of existing C/C++ code.</p>
307 <li>Create a new project in Eclipse from the existing sample source or use the
317 <li>Select the <strong>Create project from existing source</strong> radio button.</li>
385 <li>Create a new project in Eclipse from the existing sample source or use the
395 <li>Select the <strong>Create project from existing source</strong> radio button.</li>
/frameworks/base/docs/html/guide/topics/fundamentals/
Dtasks-and-back-stack.jd207 to bring forward an existing instance of it (instead of creating a new
304 activity at the top of the back stack is <em>not</em> an existing instance of the activity).
308 stack becomes A-B-C-D-D. However, if D's launch mode is {@code "singleTop"}, the existing instance
314 the user can press the BACK key to return to the previous activity. But when an existing instance of
323 intent to the existing instance through a call to its {@link
388 the existing instance receives a call to {@link android.app.Activity#onNewIntent onNewIntent()},
402 FLAG_ACTIVITY_NEW_TASK}. When used together, these flags are a way of locating an existing activity
447 However, it doesn't have to be. If there's already an existing task with the same affinity as the
/frameworks/base/docs/html/guide/topics/graphics/
Danimation.jd43 If view animation accomplishes everything that you need to do, or if your existing code already
/frameworks/base/docs/html/
Dsearch.jd17 // use our existing search form and use tabs when multiple searchers are used

12345