Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/java/android/animation/
DAnimatorSet.java484 if (node.dependencies == null || node.dependencies.size() == 0) { in start()
487 int numDependencies = node.dependencies.size(); in start()
489 Dependency dependency = node.dependencies.get(j); in start()
493 node.tmpDependencies = (ArrayList<Dependency>) node.dependencies.clone(); in start()
576 nodeClone.dependencies = null; in clone()
604 if (node.dependencies != null) { in clone()
605 for (Dependency dependency : node.dependencies) { in clone()
789 if (node.dependencies == null || node.dependencies.size() == 0) { in sortNodes()
826 if (node.dependencies != null && node.dependencies.size() > 0) { in sortNodes()
827 int numDependencies = node.dependencies.size(); in sortNodes()
[all …]
/frameworks/base/include/cpustats/
DREADME.txt6 * should be portable to host; avoid Android OS dependencies without a conditional
/frameworks/base/core/java/android/widget/
DRelativeLayout.java1276 final SparseArray<Node> dependencies = dependent.dependencies; in getSortedViews() local
1278 dependencies.remove(key); in getSortedViews()
1279 if (dependencies.size() == 0) { in getSortedViews()
1310 node.dependencies.clear(); in findRoots()
1335 node.dependencies.put(rule, dependency); in findRoots()
1346 if (node.dependencies.size() == 0) roots.add(node); in findRoots()
1428 final SparseArray<Node> dependencies = new SparseArray<Node>(); field in RelativeLayout.DependencyGraph.Node
1479 dependencies.clear(); in release()
/frameworks/compile/slang/
DRSCCOptions.td94 HelpText<"Specify output directory for dependencies output">;
98 HelpText<"Additional targets to show up in dependencies output">;
DREADME.rst59 Specifies additional target dependencies.
/frameworks/base/docs/html/sdk/
Dadding-components.jd18 <li><a href="#dependencies">Component Dependencies</a></li>
144 <h2 id="dependencies">SDK Component Dependencies</h2>
147 another component or SDK tool. Where such dependencies exist, they are
164 address. The SDK and AVD Manager also enforces dependencies by requiring that you download any
Declipse-adt.jd1149 revision of the Android SDK Tools. If such dependencies exist, you will need to
1154 <p>To learn about new features of each ADT revision and also any dependencies on
Dtools-notes.jd610 <li>Now enforces dependencies between platforms and tools components, and
/frameworks/compile/libbcc/
DREADME.rst136 header, string pool, dependencies table, relocation table, exported
151 * **Dependencies Table** (OBCC_DependencyTable) - The dependencies table.
/frameworks/base/tools/layoutlib/create/
DREADME.txt62 with their dependencies and then only keep the ones we want.
77 The analysis then finds all the dependencies of the classes that are to be kept
/frameworks/base/docs/html/sdk/1.6_r1/
Dupgrading.jd217 hardware capabilities. If you find dependencies, you can design around them by
231 hardware capabilities. If you find dependencies, you can design around them by
241 configurations will give you an idea of where its dependencies are and help you
/frameworks/base/docs/html/guide/topics/manifest/
Dprovider-element.jd164 When there are dependencies among content providers, setting this
166 required by those dependencies. The value is a simple integer,
/frameworks/base/docs/html/guide/topics/processes/
Dprocess-lifecycle.jd114 <p>A process's priority may also be increased based on other dependencies
/frameworks/base/docs/html/guide/publishing/
Dversioning.jd44 determine compatibility and identify dependencies.</li>
/frameworks/base/docs/html/guide/topics/testing/
Dservice_testing.jd137 isolates it from the real system. In addition, any hidden dependencies your Service has on
Dcontentprovider_testing.jd100 ensures that tests always run against data dependencies set explicitly in the test case. It
Dtesting_android.jd426 the methods you need in order to provide mock dependencies.
/frameworks/base/docs/html/guide/developing/building/
Dbuilding-cmdline.jd325 dependencies as needed.</dd>
/frameworks/base/docs/html/sdk/ndk/
Doverview.jd448 <li>A complete Android SDK installation (including all dependencies) is required.</li>
/frameworks/base/docs/html/guide/appendix/
Dmarket-filters.jd82 restrictions and dependencies expressed by the application's
/frameworks/base/docs/html/guide/practices/design/
Djni.jd570 dependencies on functions or libraries that don't exist on the device.