Searched defs:Preference (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/prefs/
H A Dpref_service.h40 class Preference { class in class:PrefService
47 Preference(const PrefService* service,
50 ~Preference() {}
52 // Returns the name of the Preference (i.e., the key, e.g.,
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 if
72 // Returns true if the Preference has a user setting, even if that value is
76 // Returns true if the Preference value is currently being controlled by an
80 // Returns true if the Preference valu
[all...]
H A Dpref_service.cc334 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_pre
649 PrefService::Preference::Preference(const PrefService* service, function in class:PrefService::Preference
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h61 enum Preference { enum in namespace:llvm::Sched
218 Sched::Preference getSchedulingPreference() const {
225 virtual Sched::Preference getSchedulingPreference(SDNode *) const {
873 void setSchedulingPreference(Sched::Preference Pref) {
1333 Sched::Preference SchedPreferenceInfo;
/external/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp124 ConstantPreference Preference);
126 ConstantPreference Preference);
303 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) { argument
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
325 ComputeValueKnownInPredecessors(Value *V, BasicBlock *BB, PredValueInfo &Result, ConstantPreference Preference) argument
669 ConstantPreference Preference = WantInteger; local
1063 ProcessThreadableEdges(Value *Cond, BasicBlock *BB, ConstantPreference Preference) argument
[all...]

Completed in 720 milliseconds