HomeSort by relevance Sort by last modified time
    Searched defs:Preference (Results 1 - 16 of 16) sorted by null

  /external/chromium/chrome/browser/prefs/
pref_service.h 39 // A helper class to store all the information associated with a preference.
40 class Preference {
43 // The type of the preference is determined by the type with which it is
47 Preference(const PrefService* service,
50 ~Preference() {}
52 // Returns the name of the Preference (i.e., the key, e.g.,
56 // Returns the registered type of the preference.
59 // Returns the value of the Preference, falling back to the registered
63 // Returns true if the Preference is managed, i.e. set by an admin policy.
68 // Returns true if the Preference has a value set by an extension, even i
    [all...]
pref_service.cc 334 const Preference* pref = FindPreference(path);
349 const Preference* pref = FindPreference(path);
364 const Preference* pref = FindPreference(path);
379 const Preference* pref = FindPreference(path);
394 const Preference* pref = FindPreference(path);
405 const Preference* pref = FindPreference(path);
414 const Preference* pref = FindPreference(i->first.c_str());
423 const PrefService::Preference* PrefService::FindPreference(
426 Preference p(this, pref_name, Value::TYPE_NULL);
433 Preference* new_pref = new Preference(this, pref_name, type)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 61 enum Preference {
62 None, // No preference
217 /// getSchedulingPreference - Return target scheduling preference.
218 Sched::Preference getSchedulingPreference() const {
224 /// the preference (or none) for the given node.
225 virtual Sched::Preference getSchedulingPreference(SDNode *) const {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 124 ConstantPreference Preference);
126 ConstantPreference Preference);
303 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) {
311 if (Preference == WantBlockAddress)
326 ConstantPreference Preference) {
339 if (Constant *KC = getKnownConstant(V, Preference)) {
369 if (Constant *KC = getKnownConstant(PredCst, Preference))
380 if (Constant *KC = getKnownConstant(InVal, Preference)) {
385 if (Constant *KC = getKnownConstant(CI, Preference))
397 assert(Preference == WantInteger && "One-bit non-integer type?")
    [all...]
  /frameworks/base/core/java/android/preference/
Preference.java 17 package android.preference;
45 * Represents the basic Preference UI building
49 * store/retrieve the preference data.
51 * When specifying a preference hierarchy in XML, each element can point to a
52 * subclass of {@link Preference}, similar to the view hierarchy and layouts.
80 public class Preference implements Comparable<Preference>, OnDependencyChangeListener {
124 private int mLayoutResId = com.android.internal.R.layout.preference;
130 private List<Preference> mDependents;
136 * {@link Preference} has been changed by the user and i
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 621 milliseconds