HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT (Results 201 - 225 of 456) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/chromeos/login/
wallpaper_manager_browsertest.cc 146 // Wait for default wallpaper loaded.
206 // Hook up the 2000x2000 display again. The large resolution default wallpaper
223 // New user log in, a default wallpaper is loaded.
273 // New user log in, a default wallpaper is loaded.
282 User::DEFAULT,
305 // New user log in, a default wallpaper is loaded.
323 // the default large resolution wallpaper should load.
327 // Set initial wallpaper to the default wallpaper.
352 // New user log in, a default wallpaper is loaded.
361 User::DEFAULT,
    [all...]
wallpaper_manager.cc 53 // Default quality for encoding wallpaper.
199 // TODO(sschmitz): We need an index for default wallpapers for the new UI.
247 info->type = current_user_wallpaper_info_.type = User::DEFAULT;
327 default:
429 // Use default wallpaper in this case.
489 current_user_wallpaper_info_.type = User::DEFAULT;
575 // Uses default built-in wallpaper when file is empty. Eventually, we
581 // Load downloaded ONLINE or converted DEFAULT wallpapers.
778 // Boot into sign in form, preload default wallpaper.
815 } else if (info.type == User::DEFAULT) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestNode.cpp 140 {"href", TestNodeV8Internal::hrefAttributeGetterCallback, TestNodeV8Internal::hrefAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */},
141 {"hrefThrows", TestNodeV8Internal::hrefThrowsAttributeGetterCallback, TestNodeV8Internal::hrefThrowsAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */},
V8TestInterfaceImplementedAs.cpp 166 {"a", RealClassV8Internal::aAttributeGetterCallback, RealClassV8Internal::aAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */},
167 {"b", RealClassV8Internal::bAttributeGetterCallback, RealClassV8Internal::bAttributeSetterCallback, 0, 0, 0, static_cast<v8::AccessControl>(v8::DEFAULT), static_cast<v8::PropertyAttribute>(v8::None), 0 /* on instance */},
  /external/chromium_org/tools/gyp/test/lib/
TestGyp.py 55 The default behavior is to test the 'gyp' or 'gyp.bat' file in the
79 DEFAULT = '__default__'
104 # Put test output in out/testworkarea by default.
290 return 'Default'
296 return 'Default'
307 A 'target' argument of None or the special value TestGyp.DEFAULT
308 specifies the default argument for the underlying build tool.
435 # The default target is 'droid'. However, we want to use our special target
437 if target in (None, self.DEFAULT):
578 if target not in (None, self.DEFAULT)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
HtmlTooltipHelper.java 305 int requiredWidth = label.computeSize(SWT.DEFAULT, SWT.DEFAULT).x;
  /external/oauth/core/src/main/java/net/oauth/signature/
OAuthSignatureMethod.java 198 return Base64.decode(s, Base64.DEFAULT);
202 return Base64.encodeToString(b, Base64.DEFAULT);
  /cts/tests/tests/graphics/src/android/graphics/cts/
PaintTest.java 42 Typeface.DEFAULT,
154 Typeface t = Typeface.DEFAULT;
265 assertEquals(Typeface.DEFAULT, p.setTypeface(Typeface.DEFAULT));
266 assertEquals(Typeface.DEFAULT, p.getTypeface());
543 // Check default
559 // Check reverting back to default
762 Typeface t = Typeface.DEFAULT;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
UIProvider.java 459 * URI for default recent folders for this account, if any.
527 * Integer column containing the user's specified default reply behavior. This value
568 * String containing the URI for the default inbox for this account.
572 * String containing the name of the default Inbox for this account
577 * a default address instead of a recipient.
    [all...]
Settings.java 59 private static final int DEFAULT = SWIPE_SETTING_ARCHIVE;
80 * The name of the default inbox: "Inbox" or "Priority Inbox", internationalized...
83 // If you find the need for more default Inbox information: ID or capabilities, then
84 // ask viki to replace the above two members with a single JSON object representing the default
123 swipe = DEFAULT;
349 * Returns the URI of the current account's default inbox if available, otherwise
352 * @return a valid default Inbox URI, or {@link Uri#EMPTY} if settings are null or no default
384 * {@link UIProvider.ConversationViewMode#DEFAULT}.
388 conversationViewMode : UIProvider.ConversationViewMode.DEFAULT;
    [all...]
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc 135 default:
368 // The pref has an OS-dependent default value. For the first run only, this
369 // default is overridden with SessionStartupPref::DEFAULT so that first run
371 // This applies only if the pref is still at its default and has not been
374 pref.type = SessionStartupPref::DEFAULT;
390 // default launch behavior.
391 pref.type = SessionStartupPref::DEFAULT;
716 startup_pref.type == SessionStartupPref::DEFAULT &&
  /frameworks/base/core/tests/coretests/src/android/util/
Base64Test.java 308 int[] flagses = { Base64.DEFAULT,
413 new ByteArrayInputStream("/v8=".getBytes()), Base64.DEFAULT);
423 int[] flagses = { Base64.DEFAULT,
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 250 format = DateFormat.getDateInstance(DateFormat.DEFAULT, Locale.US);
306 format = DateFormat.getTimeInstance(DateFormat.DEFAULT, Locale.US);
325 format = DateFormat.getDateTimeInstance(DateFormat.DEFAULT, DateFormat.SHORT, Locale.US);
  /packages/apps/UnifiedEmail/src/com/android/mail/widget/
BaseWidgetProvider.java 131 final int folderType = intent.getIntExtra(EXTRA_FOLDER_TYPE, FolderType.DEFAULT);
256 folder == null ? FolderType.DEFAULT : folder.type, folderUri,
430 updateWidgetInternal(context, widgetId, null, FolderType.DEFAULT, null, null, null);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 590 return Typeface.DEFAULT;
596 return Typeface.DEFAULT;
603 return Typeface.DEFAULT;
  /external/openssh/
buildpkg.sh.in 29 SSHDUID=67 # Default privsep uid
30 SSHDGID=67 # Default privsep gid
51 OPENSSH_FMRI=svc:/site/${SYSVINIT_NAME}:default
167 DEF_MSG="(default: n)"
178 DEF_MSG="(default: n)"
230 mv $FAKE_ROOT${sysconfdir}/ssh_config $FAKE_ROOT${sysconfdir}/ssh_config.default
231 mv $FAKE_ROOT${sysconfdir}/sshd_config $FAKE_ROOT${sysconfdir}/sshd_config.default
313 cp -p \${PKG_INSTALL_ROOT}${sysconfdir}/ssh_config.default \\
316 cp -p \${PKG_INSTALL_ROOT}${sysconfdir}/sshd_config.default \\
335 # NOTE, The manifest disables sshd by default
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/security/
KeyStoreUsage.java 376 return Base64.encodeToString(signature, Base64.DEFAULT);
424 signature = Base64.decode(signatureString, Base64.DEFAULT);
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_SimpleDateFormat.java 57 .getDateInstance(DateFormat.DEFAULT, Locale.US);
144 .getDateInstance(DateFormat.DEFAULT, Locale.US);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
RobolectricTestRunner.java 60 private static InstrumentDetector instrumentDetector = InstrumentDetector.DEFAULT;
89 } else throw new RuntimeException("You may not set the default robolectricClassLoader unless it is null!");
95 * with the android classes by default.
139 * Call this constructor in subclasses in order to specify non-default configuration (e.g. location of the
155 * Call this constructor in subclasses in order to specify non-default configuration (e.g. location of the
424 logger.info("No system property " + propertyName + " found, default to "
443 * By default, I18n-strict mode is disabled.
464 * Default implementation of global switch for i18n-strict mode.
597 * this will load H2 by default, the SQLite TestRunner version will override this.
628 /** Default detector. *
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
InstallShortcutReceiver.java 93 iconByteArray, 0, iconByteArray.length, Base64.DEFAULT));
130 byte[] iconArray = Base64.decode(iconBase64, Base64.DEFAULT);
253 // Try adding to the workspace screens incrementally, starting at the default or center
293 // By default, we allow for duplicate entries (located in
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 94 iconByteArray, 0, iconByteArray.length, Base64.DEFAULT));
172 byte[] iconArray = Base64.decode(iconBase64, Base64.DEFAULT);
  /cts/tests/tests/drm/src/android/drm/cts/
DRMTest.java 109 DrmStore.Action.DEFAULT);
232 default:
236 default:
  /cts/tools/dasm/src/dasm/
ReservedWords.java 87 reserved_words.put("default", new token(sym.DEFAULT));
  /external/chromium_org/chrome/browser/extensions/api/webview/
webview_api.cc 95 // If |ms_since_epoch| isn't set, default it to 0.
267 WebViewGuest::PermissionResponseAction action = WebViewGuest::DEFAULT;
277 default:
  /external/chromium_org/chrome/browser/ui/webui/options/
startup_pages_handler.cc 212 pref.type = SessionStartupPref::DEFAULT;

Completed in 1125 milliseconds

1 2 3 4 5 6 7 891011>>