Searched defs:Preference (Results 1 - 7 of 7) sorted by relevance
/external/chromium_org/base/prefs/ |
H A D | pref_service.h | 61 class BASE_PREFS_EXPORT Preference { class in class:PrefService 67 Preference(const PrefService* service, 70 ~Preference() {} 72 // Returns the name of the Preference (i.e., the key, e.g., 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 admin 95 // Returns true if the Preference has a value set by an extension, even if 99 // Returns true if the Preference has a user setting, even if that value is 103 // Returns true if the Preference valu [all...] |
H A D | pref_service.cc | 165 const Preference* pref = FindPreference(path); 194 const PrefService::Preference* PrefService::FindPreference( 204 std::make_pair(pref_name, Preference( 229 const Preference* pref = FindPreference(pref_name); 234 const Preference* pref = FindPreference(pref_name); 257 const Preference* pref = FindPreference(path); 328 const Preference* pref = FindPreference(path); 407 const Preference* pref = FindPreference(path); 443 const Preference* pref = FindPreference(path); 463 // PrefService::Preference 465 PrefService::Preference::Preference(const PrefService* service, function in class:PrefService::Preference [all...] |
/external/llvm/lib/Transforms/Scalar/ |
H A D | JumpThreading.cpp | 126 ConstantPreference Preference); 128 ConstantPreference Preference); 319 static Constant *getKnownConstant(Value *Val, ConstantPreference Preference) { argument 327 if (Preference == WantBlockAddress) 342 ConstantPreference Preference) { 355 if (Constant *KC = getKnownConstant(V, Preference)) { 385 if (Constant *KC = getKnownConstant(PredCst, Preference)) 396 if (Constant *KC = getKnownConstant(InVal, Preference)) { 401 if (Constant *KC = getKnownConstant(CI, Preference)) 413 assert(Preference 341 ComputeValueKnownInPredecessors(Value *V, BasicBlock *BB, PredValueInfo &Result, ConstantPreference Preference) argument 685 ConstantPreference Preference = WantInteger; local 1088 ProcessThreadableEdges(Value *Cond, BasicBlock *BB, ConstantPreference Preference) argument [all...] |
/external/llvm/include/llvm/Target/ |
H A D | TargetLowering.h | 65 enum Preference { enum in namespace:llvm::Sched 301 Sched::Preference getSchedulingPreference() const { 308 virtual Sched::Preference getSchedulingPreference(SDNode *) const { 983 void setSchedulingPreference(Sched::Preference Pref) { 1528 Sched::Preference SchedPreferenceInfo;
|
/external/chromium_org/third_party/libaddressinput/src/java/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ... |
/external/robolectric/lib/main/ |
H A D | android.jar | META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ... |
/external/chromium_org/third_party/android_platform/webview/ |
H A D | frameworks.jar | META-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ... |
Completed in 180 milliseconds