HomeSort by relevance Sort by last modified time
    Searched full:dependents (Results 1 - 25 of 33) sorted by null

1 2

  /frameworks/base/core/java/android/preference/
OnDependencyChangeListener.java 22 * dependents.
26 * Called when this preference has changed in a way that dependents should
TwoStatePreference.java 157 * Returns whether dependents are disabled when this preference is on ({@code true})
160 * @return Whether dependents are disabled when this preference is on ({@code true})
168 * Sets whether dependents are disabled when this preference is on ({@code true})
171 * @param disableDependentsState The preference state that should disable dependents.
Preference.java 1223 final List<Preference> dependents = mDependents; local
    [all...]
  /hardware/libhardware/modules/
README.android 1 Default (and possibly architecture dependents) HAL modules go here.
  /frameworks/base/core/java/android/widget/
RelativeLayout.java 1309 final HashMap<Node, DependencyGraph> dependents = node.dependents; local
1458 final HashMap<Node, DependencyGraph> dependents = new HashMap<Node, DependencyGraph>(); field in class:RelativeLayout.DependencyGraph.Node
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java 171 Set<INode> dependents = new HashSet<INode>(reachable.size()); local
174 dependents.add(v.node);
177 return dependents;
  /external/chromium/testing/
gtest.gyp 73 # direct dependents that might include gtest headers.
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.gyp/
JavaScriptCore.gyp 53 # its dependents.
  /external/webkit/Source/WebCore/bindings/v8/
V8Utilities.cpp 51 // Use an array to hold dependents. It works like a ref-counted scheme.
V8Utilities.h 45 // Use an array to hold dependents. It works like a ref-counted scheme. A value can be added more than once to the DOM object.
  /external/chromium/webkit/glue/
webkit_glue.gypi 97 # Dependents may rely on files generated by this target or one of its
437 # Dependents may rely on files generated by this target or one of its
  /external/webkit/Source/WebCore/svg/animation/
SMILTimeContainer.cpp 253 // FIXME: This should also consider timing relationships between the elements. Dependents
  /hardware/ti/wlan/wl1271/config/
tiwlan.ini 229 ################################ FEM dependents parameters #######################################
  /ndk/sources/host-tools/make-3.81/
filedef.h 195 them, even if said dependents' modtimes are in the future. */
remake.c     [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 339 /// propagateSiblingValue - Propagate the value in SVI to dependents if it is
343 /// @param VNI Dependent value, or NULL to propagate to all saved dependents.
438 // that the new value dominates. Non-phi dependents are always
454 // Something changed in DepSVI. Propagate to dependents.
559 // Add all the PHIs as dependents of NonPHI.
    [all...]
  /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 389 // Do not mark dependents more then once.
  /external/llvm/lib/Support/
DAGDeltaAlgorithm.cpp 22 // dependents.
  /external/oprofile/pp/
opreport.cpp 87 /// total count of us and all dependents
  /packages/apps/Phone/src/com/android/phone/
EditPhoneNumberPreference.java 395 * Decides how to disable dependents.
  /external/srec/srec/Grammar/include/
SR_Grammar.h 294 * allow rules that had no dependents to be modified while the grammar was setup. This makes
  /external/zlib/win32/
DLL_FAQ.txt 79 longer dependents on it.
  /external/llvm/utils/llvm-build/llvmbuild/
main.py 353 # only listing entries that have no other dependents.
    [all...]
  /external/webkit/Source/WebCore/WebCore.gyp/
WebCore.gyp 75 # and that library is pushed to dependents of this target below.
    [all...]

Completed in 1318 milliseconds

1 2