Home
last modified time | relevance | path

Searched refs:dependent (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/compile/mclinker/lib/Target/ARM/
DREADME2 and all target-dependent behavior and data are here.
/frameworks/base/core/java/android/preference/
DPreference.java1191 private void registerDependent(Preference dependent) { in registerDependent() argument
1196 mDependents.add(dependent); in registerDependent()
1198 dependent.onDependencyChanged(this, shouldDisableDependents()); in registerDependent()
1209 private void unregisterDependent(Preference dependent) { in unregisterDependent() argument
1211 mDependents.remove(dependent); in unregisterDependent()
/frameworks/base/docs/html/tools/projects/
Dindex.jd207 …he SDK includes an example application called <code>TicTacToeMain</code> that shows how a dependent
244 dependent projects, with their different package names, will reference the library project
258 library in the dependent application and building that application.</p>
284 <p>As you develop your library project and dependent applications, keep the points listed below
289 <p>Since the tools merge the resources of a library project with those of a dependent application
311 …manually edit the dependent application project's build path and add a path to the JAR file.</p></…
316 external library). In this case, the dependent application must build against a target that
318 library project and the dependent application must declare the external library in their manifest
333 <p>A library is compiled as part of the dependent application project, so the API used in the
349 <p>When you build the dependent application project, library projects are compiled and
[all …]
Dprojects-cmdline.jd23 <li><a href="#depAppBuild">Building a dependent application</a></li>
288 <h3 id="depAppBuild">Building a dependent application</h3>
294 compiling the dependent application project. No additional commands or steps are necessary.</p>
Dprojects-eclipse.jd170 <li>In the <strong>Package Explorer</strong>, right-click the dependent project and select
/frameworks/base/core/java/android/widget/
DRelativeLayout.java1310 for (Node dependent : dependents.keySet()) { in getSortedViews()
1311 final SparseArray<Node> dependencies = dependent.dependencies; in getSortedViews()
1315 roots.add(dependent); in getSortedViews()
1420 for (Node dependent : node.dependents.keySet()) { in printNode()
1423 printdependents(resources, dependent, buffer); in printNode()
1435 for (Node dependent : node.dependents.keySet()) { in printdependents()
1437 printdependents(resources, dependent, subBuffer); in printdependents()
/frameworks/base/docs/html/about/versions/
Dindex.jd26 <li><strong>GSM Telephony</strong> (hardware dependent)</li>
27 <li><strong>Bluetooth, EDGE, 3G, and WiFi</strong> (hardware dependent)</li>
28 <li><strong>Camera, GPS, compass, and accelerometer</strong> (hardware dependent)</li>
/frameworks/testing/uiautomator/cmds/uiautomator/
Duiautomator27 # * all jar files that the test classes resides in, or dependent on are
/frameworks/base/docs/html/training/basics/location/
Dgeocoding.jd42 … is available for this purpose. Note that behind the scene, the API is dependent on a web service…
/frameworks/base/tools/orientationplot/
DREADME.txt76 to be no data. Likewise, all dependent calculations are suppressed in this case
/frameworks/compile/mclinker/
DINSTALL13 various system-dependent variables used during compilation. It uses
15 It may also create one or more `.h' files containing system-dependent
/frameworks/native/opengl/specs/
DEGL_ANDROID_blob_cache.txt197 RESPONSE: This is entirely dependent upon the cache implementation.
/frameworks/base/docs/html/guide/topics/manifest/
Ddata-element.jd30 These attributes are optional, but also mutually dependent:
/frameworks/base/docs/html/sdk/
Dexploring.jd29 <td>Contains platform-dependent tools for developing and debugging
/frameworks/base/docs/html/tools/sdk/
Dinstalling.jd213 <li><strong>SDK Platform-tools</strong> &mdash; Contains platform-dependent tools for developing
279 for application development. These tools are platform-dependent and typically update only when
382 <td>Contains platform-dependent development tools that may be updated with each platform release.
/frameworks/base/docs/html/tools/adk/
Daoa.jd39 <p class="note"><strong>Note:</strong> Accessory mode is ultimately dependent on the device's
/frameworks/native/libs/utils/
DREADME6 platforms, construct a platform-dependent implementation that shares
/frameworks/compile/slang/
DREADME.rst27 machine-dependent code generation for some input bitcode.
/frameworks/base/docs/html/tools/testing/
Dactivity_testing.jd80 Activity testing is particularly dependent on the the Android instrumentation framework.
/frameworks/base/docs/html/distribute/googleplay/strategies/
Dapp-quality.jd29 Most ways of measuring the "success" of an app are dependent on user behavior. User-related metrics…
/frameworks/base/docs/html/guide/google/play/licensing/
Dadding-licensing.jd114 because the SDK Tools will not merge it into the manifests of dependent
115 applications. Instead, you must declare the permission in each dependent
/frameworks/base/docs/html/guide/components/
Dprocesses-and-threads.jd178 <p>In addition, a process's ranking might be increased because other processes are dependent on
/frameworks/base/docs/html/guide/topics/graphics/
D2d-graphics.jd288 dependent on variables defined by your application code or user interaction, then defining the
/frameworks/base/docs/html/tools/workflow/
Dapp-signing.jd159 dependent applications that may be added to the suite in the future. </li>
/frameworks/base/docs/html/tools/publishing/
Dapp-signing.jd159 dependent applications that may be added to the suite in the future. </li>

12