HomeSort by relevance Sort by last modified time
    Searched defs:Preference (Results 1 - 20 of 20) 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/chromium_org/base/prefs/
pref_service.h 60 // A helper class to store all the information associated with a preference.
61 class BASE_PREFS_EXPORT Preference {
63 // The type of the preference is determined by the type with which it is
67 Preference(const PrefService* service,
70 ~Preference() {}
72 // Returns the name of the Preference (i.e., the key, e.g.,
76 // Returns the registered type of the preference.
79 // Returns the value of the Preference, falling back to the registered
86 // Returns true if the Preference is managed, i.e. set by an admin policy.
91 // Returns true if the Preference is recommended, i.e. set by an admi
    [all...]
pref_service.cc 176 const Preference* pref = FindPreference(path);
192 const PrefService::Preference* PrefService::FindPreference(
202 std::make_pair(pref_name, Preference(
227 const Preference* pref = FindPreference(pref_name);
232 const Preference* pref = FindPreference(pref_name);
255 const Preference* pref = FindPreference(path);
261 // Look for an existing preference in the user store. If it doesn't
283 // Lookup the preference in the default store.
362 const Preference* pref = FindPreference(path);
443 const Preference* pref = FindPreference(path)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 61 enum Preference {
62 None, // No preference
230 /// Return target scheduling preference.
231 Sched::Preference getSchedulingPreference() const {
236 /// for different nodes. This function returns the preference (or none) for
238 virtual Sched::Preference getSchedulingPreference(SDNode *) const {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
JumpThreading.cpp 125 ConstantPreference Preference);
127 ConstantPreference Preference);
305 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) {
313 if (Preference == WantBlockAddress)
328 ConstantPreference Preference) {
341 if (Constant *KC = getKnownConstant(V, Preference)) {
371 if (Constant *KC = getKnownConstant(PredCst, Preference))
382 if (Constant *KC = getKnownConstant(InVal, Preference)) {
387 if (Constant *KC = getKnownConstant(CI, Preference))
399 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> {
125 private int mLayoutResId = com.android.internal.R.layout.preference;
131 private List<Preference> mDependents;
137 * {@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/19/
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 
  /prebuilts/sdk/current/
android.jar 

Completed in 233 milliseconds