/frameworks/base/core/java/android/animation/ |
D | AnimatorSet.java | 484 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/ |
D | README.txt | 6 * should be portable to host; avoid Android OS dependencies without a conditional
|
/frameworks/base/core/java/android/widget/ |
D | RelativeLayout.java | 1276 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/ |
D | RSCCOptions.td | 94 HelpText<"Specify output directory for dependencies output">; 98 HelpText<"Additional targets to show up in dependencies output">;
|
D | README.rst | 59 Specifies additional target dependencies.
|
/frameworks/base/docs/html/sdk/ |
D | adding-components.jd | 18 <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
|
D | eclipse-adt.jd | 1149 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
|
D | tools-notes.jd | 610 <li>Now enforces dependencies between platforms and tools components, and
|
/frameworks/compile/libbcc/ |
D | README.rst | 136 header, string pool, dependencies table, relocation table, exported 151 * **Dependencies Table** (OBCC_DependencyTable) - The dependencies table.
|
/frameworks/base/tools/layoutlib/create/ |
D | README.txt | 62 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/ |
D | upgrading.jd | 217 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/ |
D | provider-element.jd | 164 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/ |
D | process-lifecycle.jd | 114 <p>A process's priority may also be increased based on other dependencies
|
/frameworks/base/docs/html/guide/publishing/ |
D | versioning.jd | 44 determine compatibility and identify dependencies.</li>
|
/frameworks/base/docs/html/guide/topics/testing/ |
D | service_testing.jd | 137 isolates it from the real system. In addition, any hidden dependencies your Service has on
|
D | contentprovider_testing.jd | 100 ensures that tests always run against data dependencies set explicitly in the test case. It
|
D | testing_android.jd | 426 the methods you need in order to provide mock dependencies.
|
/frameworks/base/docs/html/guide/developing/building/ |
D | building-cmdline.jd | 325 dependencies as needed.</dd>
|
/frameworks/base/docs/html/sdk/ndk/ |
D | overview.jd | 448 <li>A complete Android SDK installation (including all dependencies) is required.</li>
|
/frameworks/base/docs/html/guide/appendix/ |
D | market-filters.jd | 82 restrictions and dependencies expressed by the application's
|
/frameworks/base/docs/html/guide/practices/design/ |
D | jni.jd | 570 dependencies on functions or libraries that don't exist on the device.
|