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

<<11121314151617181920>>

  /external/chromium_org/chromeos/dbus/
power_policy_controller_unittest.cc 111 // The enable-screen-lock pref should force the screen-lock delays to
153 // Set the "allow screen wake locks" pref to false. The system should be
155 // pref-supplied screen-related delays should be left untouched.
  /external/chromium_org/components/policy/core/browser/
configuration_policy_handler.h 177 // Name of the pref to write.
203 // Name of the pref to write.
226 // Name of the pref to write.
  /frameworks/base/media/tests/omxjpegdecoder/
omx_jpeg_decoder.cpp 186 void OmxJpegImageDecoder::configBitmapSize(SkBitmap* bm, SkBitmap::Config pref,
188 bm->setConfig(getColorSpaceConfig(pref), width, height, 0, kOpaque_SkAlphaType);
192 SkBitmap::Config pref) {
  /frameworks/base/tests/backup/src/com/android/backuptest/
BackupTestActivity.java 52 static final String PREF_KEY = "pref";
112 new Test("Show Shared Pref") {
121 new Test("Increment Shared Pref") {
  /libcore/crypto/src/main/java/org/conscrypt/
PRF.java 79 byte[] pref = new byte[iteration];
80 Arrays.fill(pref, (byte) (64 + iteration++));
81 sha.update(pref);
  /external/guava/guava/src/com/google/common/net/
TldPatterns.java     [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 64 private static final String INT_PREF = "int-pref";
65 private static final String BOOL_PREF = "bool-pref";
68 private static final String FLOAT_PREF = "float-pref";
69 private static final String LONG_PREF = "long-pref";
70 private static final String STRING_PREF = "string-pref";
  /external/chromium_org/chrome/browser/chromeos/policy/
device_cloud_policy_manager_chromeos.cc 159 const PrefService::Preference* pref = local_state_->FindPreference( local
161 if (!pref->IsDefaultValue())
162 pref->GetValue()->GetAsString(&requisition);
309 const PrefService::Preference* pref = local_state_->FindPreference( local
311 if (pref->IsDefaultValue()) {
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.cc 69 // The string that is before a pref key.
87 LOG(ERROR) << "Invalid key found in Firefox pref file '" <<
94 LOG(ERROR) << "Invalid value found in Firefox pref file '" <<
100 LOG(ERROR) << "Invalid value found in Firefox pref file '" <<
134 LOG(ERROR) << "Invalid value found in Firefox pref file '"
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParserImpl_V30.java 215 // "comma,separated:inside.dquote",pref
218 // - pref
238 // pref"quoted"
242 // pref,"quoted"
243 // "quoted",pref
  /external/smack/src/org/jivesoftware/smackx/packet/
VCard.java 91 * VOICE?, FAX?, PAGER?, MSG?, CELL?, VIDEO?, BBS?, MODEM?, ISDN?, PCS?, PREF?
99 * POSTAL?, PARCEL?, (DOM | INTL)?, PREF?, POBOX?, EXTADR?, STREET?, LOCALITY?,
248 * @param addrField one of POSTAL, PARCEL, (DOM | INTL), PREF, POBOX, EXTADR, STREET,
258 * @param addrField one of POSTAL, PARCEL, (DOM | INTL), PREF, POBOX, EXTADR, STREET,
268 * @param addrField one of POSTAL, PARCEL, (DOM | INTL), PREF, POBOX, EXTADR, STREET,
278 * @param addrField one of POSTAL, PARCEL, (DOM | INTL), PREF, POBOX, EXTADR, STREET,
289 * @param phoneType one of VOICE, FAX, PAGER, MSG, CELL, VIDEO, BBS, MODEM, ISDN, PCS, PREF
299 * @param phoneType one of VOICE, FAX, PAGER, MSG, CELL, VIDEO, BBS, MODEM, ISDN, PCS, PREF
308 * @param phoneType one of VOICE, FAX, PAGER, MSG, CELL, VIDEO, BBS, MODEM, ISDN, PCS, PREF
318 * @param phoneType one of VOICE, FAX, PAGER, MSG, CELL, VIDEO, BBS, MODEM, ISDN, PCS, PREF
    [all...]
  /external/chromium_org/chrome/browser/chromeos/accessibility/
magnification_manager_browsertest.cc 163 // Sets pref to explicitly disable the magnifier.
198 // Sets pref to explicitly disable the magnifier.
448 // Sets the pref as true to enable magnifier.
460 // Sets 2.5x to the pref.
472 // Sets the scale and confirms that the scale is saved to pref.
482 // Sets too small value to the pref.
498 // Sets too large value to the pref.
  /external/chromium_org/chrome/browser/extensions/
install_verifier.cc 153 const DictionaryValue* pref = prefs_->GetInstallSignature(); local
154 if (pref) {
156 InstallSignature::FromValue(*pref);
442 DictionaryValue pref; local
443 signature_->ToValue(&pref);
449 InstallSignature::FromValue(pref);
452 prefs_->SetInstallSignature(&pref);
  /external/chromium_org/chrome/browser/metrics/variations/
variations_service_unittest.cc 221 // Check that loading a seed without a hash pref set works correctly.
226 // Make sure the pref hasn't been changed.
236 // Check that false is returned and the pref is cleared when hash differs.
251 // Check that loading a bad seed returns false and clears the pref.
279 // Make sure the pref was actually set.
286 // Make sure the stored seed from pref is the same as the seed we created.
289 // Check if trying to store a bad seed leaves the pref unchanged.
  /external/chromium_org/chrome/browser/prefs/
pref_metrics_service.cc 97 // We need the machine id to compute pref value hashes. Fetch that, and then
228 const PrefService::Preference* pref = prefs->FindPreference(path.c_str()); local
229 DCHECK(pref);
233 callback.Run(histogram_name, pref->GetValue());
273 // selected pref values and save them in local state. CheckTrackedPreferences
276 // profile. To make the system more resistant to spoofing, pref values are
277 // hashed with the pref path and the device id.
  /external/chromium/chrome/browser/extensions/
extension_service_unittest.cc 262 DictionaryValue* pref; local
266 EXPECT_TRUE(prefs_->GetDictionary(id, &pref))
273 if (pref) {
299 DictionaryValue* pref; local
303 EXPECT_TRUE(prefs_->GetDictionary(id, &pref))
307 if (pref) {
717 DictionaryValue* pref = NULL; local
718 ASSERT_TRUE(dict->GetDictionary(extension_id, &pref)) << msg;
719 EXPECT_TRUE(pref != NULL) << msg;
721 ASSERT_TRUE(pref->GetBoolean(pref_path, &val)) << msg
758 DictionaryValue* pref = NULL; local
779 DictionaryValue* pref = NULL; local
795 DictionaryValue* pref = NULL; local
833 DictionaryValue* pref = NULL; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp     [all...]
  /external/chromium/net/base/
registry_controlled_domain_unittest.cc 93 EXPECT_EQ("pref.bar.jp", GetDomainFromURL("http://baz.pref.bar.jp")); // 5
123 EXPECT_EQ("pref.bar.jp", GetDomainFromHost(L"baz.pref.bar.jp")); // 5
155 EXPECT_EQ(6U, GetRegistryLengthFromURL("http://baz.pref.bar.jp", false));
191 EXPECT_EQ(6U, GetRegistryLengthFromHost(L"baz.pref.bar.jp", false)); // 5
  /external/chromium_org/chrome/browser/policy/
configuration_policy_handler_unittest.cc 217 // Check that values lying in the accepted range are written to the pref.
243 // to the pref.
271 // Check that values lying in the accepted range are written to the pref.
410 // Check that values lying in the accepted range are written to the pref.
436 // to the pref.
465 // Check that values lying in the accepted range are written to the pref.
  /external/chromium_org/net/base/registry_controlled_domains/
registry_controlled_domain_unittest.cc 84 EXPECT_EQ("pref.bar.jp", GetDomainFromURL("http://baz.pref.bar.jp")); // 5
114 EXPECT_EQ("pref.bar.jp", GetDomainFromHost("baz.pref.bar.jp")); // 5
149 EXPECT_EQ(6U, GetRegistryLengthFromURL("http://baz.pref.bar.jp",
211 EXPECT_EQ(6U, GetRegistryLengthFromHost("baz.pref.bar.jp",
  /packages/apps/Settings/src/com/android/settings/
ChooseLockGeneric.java 305 Preference pref = entries.getPreference(i); local
306 if (pref instanceof PreferenceScreen) {
307 final String key = ((PreferenceScreen) pref).getKey();
327 entries.removePreference(pref);
329 pref.setSummary(R.string.unlock_set_unlock_disabled_summary);
330 pref.setEnabled(false);
  /packages/apps/Settings/src/com/android/settings/accounts/
AccountSyncSettings.java 322 Preference pref = getPreferenceScreen().getPreference(i); local
323 if (! (pref instanceof SyncStateCheckBoxPreference)) {
326 SyncStateCheckBoxPreference syncPref = (SyncStateCheckBoxPreference) pref;
378 Preference pref = getPreferenceScreen().getPreference(i); local
379 if (! (pref instanceof SyncStateCheckBoxPreference)) {
382 SyncStateCheckBoxPreference syncPref = (SyncStateCheckBoxPreference) pref;
  /external/chromium/chrome/browser/net/
pref_proxy_config_service.cc 93 const PrefService::Preference* pref = local
100 return (!pref->IsUserModifiable() || pref->HasUserSetting()) ?
  /external/chromium/chrome/browser/ui/
browser_init.h 143 // If IsAppLaunch is true and the user set a pref indicating that the app
156 // . If the user's startup pref is to restore the last session (or the
161 // . If the user's startup pref is to launch a specific set of URLs they
  /external/chromium_org/chrome/browser/renderer_host/
chrome_render_widget_host_view_mac_delegate.mm 251 PrefService* pref = profile->GetPrefs();
252 pref->SetBoolean(prefs::kEnableContinuousSpellcheck,
253 !pref->GetBoolean(prefs::kEnableContinuousSpellcheck));

Completed in 1426 milliseconds

<<11121314151617181920>>