/hardware/libhardware/modules/ |
README.android | 1 Default (and possibly architecture dependents) HAL modules go here.
|
/frameworks/support/v14/preference/res/values/ |
attrs.xml | 38 <!-- The state (true for on, or false for off) that causes dependents to be disabled. By default, 39 dependents will be disabled when this is unchecked, so the value of this preference is false. -->
|
/frameworks/base/core/java/android/preference/ |
TwoStatePreference.java | 161 * Returns whether dependents are disabled when this preference is on ({@code true}) 164 * @return Whether dependents are disabled when this preference is on ({@code true}) 172 * Sets whether dependents are disabled when this preference is on ({@code true}) 175 * @param disableDependentsState The preference state that should disable dependents.
|
Preference.java | 1278 final List<Preference> dependents = mDependents; local [all...] |
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
TwoStatePreference.java | 159 * Returns whether dependents are disabled when this preference is on ({@code true}) 162 * @return Whether dependents are disabled when this preference is on ({@code true}) 170 * Sets whether dependents are disabled when this preference is on ({@code true}) 173 * @param disableDependentsState The preference state that should disable dependents.
|
Preference.java | 1159 final List<Preference> dependents = mDependents; local [all...] |
/external/lldb/www/ |
symbolication.html | 33 <code><pre><tt><b>(lldb)</b> target create --no-dependents --arch x86_64 /tmp/a.out
35 <p>We use the "--no-dependents" flag with the "target create" command so
59 <p>If we didn't use the "--no-dependents" option with "target create", we would
106 <code><pre><tt><b>(lldb)</b> target create --no-dependents --arch x86_64 /tmp/a.out
118 <code><pre><tt><b>(lldb)</b> target create --no-dependents --arch x86_64 /tmp/a.out
149 <code><pre><tt><b>(lldb)</b> target create --no-dependents --arch x86_64 /tmp/a.out
155 <code><pre><tt><b>(lldb)</b> target create --no-dependents --arch x86_64 /tmp/a.out <b>--symfile /tmp/a.out.dSYM</b>
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
DependencyGraph.java | 173 Set<INode> dependents = new HashSet<INode>(reachable.size()); local 176 dependents.add(v.node); 179 return dependents;
|
/frameworks/support/v7/preference/res/values/ |
attrs.xml | 155 <!-- The state (true for on, or false for off) that causes dependents to be disabled. By default, 156 dependents will be disabled when this is unchecked, so the value of this preference is false. --> 230 <!-- The state (true for on, or false for off) that causes dependents to be disabled. By default, 231 dependents will be disabled when this is unchecked, so the value of this preference is false. -->
|
/frameworks/base/core/java/android/widget/ |
RelativeLayout.java | 1710 final ArrayMap<Node, DependencyGraph> dependents = node.dependents; local 1806 final ArrayMap<Node, DependencyGraph> dependents = field in class:DependencyGraph.Node [all...] |
/external/pdfium/testing/ |
gtest.gyp | 81 # direct dependents that might include gtest headers.
|
/external/v8/testing/ |
gtest.gyp | 74 # direct dependents that might include gtest headers.
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_shared_library.h | 43 // Load a library (without its dependents) from an ELF file.
|
/external/llvm/lib/Analysis/ |
DivergenceAnalysis.cpp | 138 // A helper function that explores data dependents of V. 140 // A helper function that explores sync dependents of TI.
|
/external/llvm/lib/CodeGen/ |
InlineSpiller.cpp | 343 /// propagateSiblingValue - Propagate the value in SVI to dependents if it is 347 /// @param VNI Dependent value, or NULL to propagate to all saved dependents. 442 // that the new value dominates. Non-phi dependents are always 446 // Hoist a spill to outer loop if there are multiple dependents (it 447 // can be beneficial if more than one dependents are hoisted) or 471 // Something changed in DepSVI. Propagate to dependents. 578 // Add all the PHIs as dependents of NonPHI. [all...] |
/ndk/sources/host-tools/make-3.81/ |
filedef.h | 195 them, even if said dependents' modtimes are in the future. */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/ |
CodeWarrior_suite.py | 356 """dependents - the source files that need this source file in order to build """ 534 'dependents' : _Prop_dependents,
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/ |
Tool.java | 451 List dependents = dep.getDependenciesFileList(); 453 System.out.println("dependents: "+dependents); [all...] |
/external/clang/lib/StaticAnalyzer/Core/ |
SymbolManager.cpp | 369 // Do not mark dependents more then once.
|
/external/llvm/lib/Support/ |
DAGDeltaAlgorithm.cpp | 22 // dependents.
|
/external/skia/src/core/ |
SkPictureData.cpp | 307 * its dependents: FACTORY_TAG and TYPEFACE_TAG. These two are not required
|
/packages/services/Telephony/src/com/android/phone/ |
EditPhoneNumberPreference.java | 395 * Decides how to disable dependents.
|
/build/core/ |
binary.mk | 485 # This is just a dummy rule to make sure gmake doesn't skip updating the dependents. 548 # This is just a dummy rule to make sure gmake doesn't skip updating the dependents. [all...] |
/external/ceres-solver/internal/ceres/ |
problem_impl.cc | 537 // dependents will change after each call to RemoveResidualBlock(). [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/ |
words.txt | 649 dependents
|