HomeSort by relevance Sort by last modified time
    Searched full:pref (Results 201 - 225 of 1229) sorted by null

1 2 3 4 5 6 7 891011>>

  /packages/apps/Settings/src/com/android/settings/
ApnSettings.java 181 ApnPreference pref = new ApnPreference(this); local
183 pref.setKey(key);
184 pref.setTitle(name);
185 pref.setSummary(apn);
186 pref.setPersistent(false);
187 pref.setOnPreferenceChangeListener(this);
190 pref.setSelectable(selectable);
193 pref.setChecked();
195 apnList.addPreference(pref);
197 mmsApnList.add(pref);
    [all...]
  /external/chromium/chrome/browser/prefs/
pref_member.h 17 // my_string_ should stay in sync with the prefs::kHomePage pref and will
18 // update if either the pref changes or if my_string_.SetValue is called.
162 // Check whether the pref is managed, i.e. controlled externally through
202 // Returns the pref name.
222 // We cache the value of the pref so we don't have to keep walking the pref
234 // This method is used to do the actual sync with pref of the specified type.
  /external/chromium/chrome/browser/resources/options/
options.js 35 cr.ui.decorate('input[pref][type=checkbox]', options.PrefCheckbox);
36 cr.ui.decorate('input[pref][type=number]', options.PrefNumber);
37 cr.ui.decorate('input[pref][type=radio]', options.PrefRadio);
38 cr.ui.decorate('input[pref][type=range]', options.PrefRange);
39 cr.ui.decorate('select[pref]', options.PrefSelect);
40 cr.ui.decorate('input[pref][type=text]', options.PrefTextField);
41 cr.ui.decorate('input[pref][type=url]', options.PrefTextField);
instant_confirm_overlay.js 30 Preferences.setBooleanPref(instantEnableCheckbox.pref, true,
  /external/chromium_org/chrome/browser/ui/webui/chromeos/
salsa_ui.cc 151 const PrefService::Preference* pref = local
154 if (pref->GetType() == value->GetType()) {
156 } else if (pref->GetType() == base::Value::TYPE_DOUBLE &&
177 const PrefService::Preference* pref = local
180 if (!pref)
187 pref->IsDefaultValue() ? NULL : pref->GetValue()->DeepCopy();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 83 pref = import_mod.prefix
89 names.extend([Name(name[0], prefix=pref), Comma()])
90 names.append(Name(MAPPING[import_mod.value][-1][0], prefix=pref))
99 pref = mod_member.prefix
113 mod_member.replace(Name(new_name, prefix=pref))
152 names.extend(handle_name(elt, pref))
154 names.extend(handle_name(elts[-1], pref))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 83 pref = import_mod.prefix
89 names.extend([Name(name[0], prefix=pref), Comma()])
90 names.append(Name(MAPPING[import_mod.value][-1][0], prefix=pref))
99 pref = mod_member.prefix
113 mod_member.replace(Name(new_name, prefix=pref))
152 names.extend(handle_name(elt, pref))
154 names.extend(handle_name(elts[-1], pref))
  /external/chromium_org/chrome/common/
pref_names.cc 27 // handling code reads local state, while extension APIs use profile pref.
61 // A string pref whose values is one of the values defined by
67 // An integer pref. Holds one of several values:
87 // Old startup url pref name for kURLsToRestoreOnStartup.
165 // Strings for WebKit font family preferences. If these change, the pref prefix
166 // in pref_names_util.cc and the pref format in font_settings_api.cc must also
460 // A boolean pref set to true if we're using Link Doctor error pages.
463 // OBSOLETE: new pref now stored with user prefs instead of profile, as
471 // OBSOLETE: new pref now stored with user prefs instead of profile, as
529 // A boolean pref set to true if prediction of network actions is allowed
    [all...]
  /bionic/libc/arch-mips/string/
memset.S 32 * memset.S, version "64h" with 1 cache line horizon for "pref 30" and 14 nops
194 # "pref 30,64(a0)" prefetch, which can be used as "pref 30,0(a0)" after
196 # For "a2" below 160 there will be no such "pref 30 safe" 64-byte chunk.
199 bgtz v1,.Lloop16w_nopref30 # skip "pref 30,0(a0)"
200 subu t7,a2,96 # subtract "pref 30 unsafe" region
201 # below we have at least 1 64-byte chunk which is "pref 30 safe"
207 # Don't use "pref 30,0(a0)" for a0 in a "middle" of a cache line
208 # pref 30,0(a0)
209 # Here we are in the region, where it is safe to use "pref 30,64(a0)
    [all...]
  /dalvik/vm/compiler/codegen/x86/libenc/
dec_base.h 54 pref[i] = InstPrefix_Null;
62 * Enumerating of indexes in the pref array.
78 InstPrefix pref[4]; member in struct:Inst
  /external/chromium/chrome/browser/ui/webui/options/
core_options_handler.cc 136 const PrefService::Preference* pref = local
140 if (pref) {
142 dict->Set("value", pref->GetValue()->DeepCopy());
143 dict->SetBoolean("managed", pref->IsManaged());
242 // First param is name is JS callback function name, the rest are pref
251 // Get all other parameters - pref identifiers.
257 // Just ignore bad pref identifiers for now.
313 // In case we have a List pref we got a JSON string.
368 const PrefService::Preference* pref = local
370 if (pref) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/settings/
stub_cros_settings_provider_unittest.cc 43 const Value* pref = provider_->Get(prefName); local
44 ASSERT_TRUE(pref);
45 ASSERT_TRUE(pref->Equals(value));
  /external/chromium_org/chrome/browser/spellchecker/
spelling_service_client_unittest.cc 303 PrefService* pref = profile_.GetPrefs(); local
304 pref->SetBoolean(prefs::kEnableContinuousSpellcheck, true);
305 pref->SetBoolean(prefs::kSpellCheckUseSpellingService, true);
313 pref->SetString(prefs::kSpellCheckDictionary, kTests[i].language);
334 PrefService* pref = profile_.GetPrefs(); local
335 pref->SetBoolean(prefs::kEnableContinuousSpellcheck, false);
336 pref->SetBoolean(prefs::kSpellCheckUseSpellingService, false);
340 pref->SetBoolean(prefs::kEnableContinuousSpellcheck, true);
341 pref->SetBoolean(prefs::kSpellCheckUseSpellingService, true);
348 pref->SetString(prefs::kSpellCheckDictionary, std::string())
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
__init__.py 52 pref = '%s (%d): ' % (test.__name__, len(suite._tests))
53 print pref + " " * (25 - len(pref)),
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
CacheManager.java 64 SharedPreferences pref = PreferenceManager local
68 n = pref.getInt(KEY_CACHE_UP_TO_DATE, 0);
73 pref.edit().putInt(KEY_CACHE_UP_TO_DATE, 1).commit();
  /packages/apps/Mms/src/com/android/mms/util/
CacheManager.java 67 SharedPreferences pref = PreferenceManager local
71 n = pref.getInt(KEY_CACHE_UP_TO_DATE, 0);
76 pref.edit().putInt(KEY_CACHE_UP_TO_DATE, 1).commit();
  /packages/services/Telephony/src/com/android/phone/
GsmUmtsAdditionalCallOptions.java 78 Preference pref = mPreferences.get(mInitIndex); local
79 if (pref instanceof CallWaitingCheckBoxPreference) {
80 ((CallWaitingCheckBoxPreference) pref).init(this, false);
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceCategoryTest.java 38 Preference prefCat = mActivity.findPreference("pref-1");
  /external/chromium/chrome/browser/resources/options/chromeos/
proxy_rules_list.js 21 pref: 'cros.session.proxy.ignorelist',
34 // Listens to pref changes.
35 Preferences.getInstance().addEventListener(this.pref,
95 Preferences.setListPref(this.pref, this.dataModel.slice());
  /external/chromium/net/base/
effective_tld_names_unittest1.gperf 19 pref.bar.jp, 1
  /external/chromium_org/chrome/browser/apps/
app_launch_for_metro_restart_win.h 21 // Set a local pref to launch an app before relaunching chrome in desktop mode.
  /external/chromium_org/chrome/browser/resources/options/chromeos/
proxy_rules_list.js 21 pref: 'cros.session.proxy.ignorelist',
35 // Listens to pref changes.
36 Preferences.getInstance().addEventListener(this.pref,
96 Preferences.setListPref(this.pref, this.dataModel.slice(), true);
  /external/chromium_org/chrome/browser/resources/options/
startup_overlay.html 8 <input type="text" pref="session.startup_urls" hidden>
  /external/chromium_org/chrome/browser/ui/options/
options_util.cc 24 // Only change the pref if GoogleUpdateSettings::GetCollectStatsConsent
  /external/chromium_org/chrome/browser/ui/webui/
gesture_config_ui.cc 60 const PrefService::Preference* pref = local
65 base::FundamentalValue js_pref_default(pref->IsDefaultValue());
93 const PrefService::Preference* pref = local
95 switch (pref->GetType()) {

Completed in 368 milliseconds

1 2 3 4 5 6 7 891011>>