HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT (Results 126 - 150 of 318) sorted by null

1 2 3 4 56 7 8 91011>>

  /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/common/core/
VoicemailProviderHelpers.java 103 // If is_read is not set then set it to false as default value.
226 return getAllVoicemails(null, null, SortOrder.DEFAULT);
264 case DEFAULT:
  /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);
  /frameworks/base/media/java/android/media/
AudioRecord.java 149 private int mRecordSource = MediaRecorder.AudioSource.DEFAULT;
261 if ( (audioSource < MediaRecorder.AudioSource.DEFAULT) ||
297 default:
314 default:
475 default:
771 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;
  /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);
  /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...]
  /cts/tests/tests/text/src/android/text/format/cts/
DateUtilsTest.java 183 fixedTime, java.text.DateFormat.DEFAULT, java.text.DateFormat.FULL));
195 fixedTime, java.text.DateFormat.FULL, java.text.DateFormat.DEFAULT));
  /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 49 private static InstrumentDetector instrumentDetector = InstrumentDetector.DEFAULT;
78 } else throw new RuntimeException("You may not set the default robolectricClassLoader unless it is null!");
84 * with the android classes by default.
106 * Call this constructor in subclasses in order to specify non-default configuration (e.g. location of the
122 * Call this constructor in subclasses in order to specify non-default configuration (e.g. location of the
394 * By default, I18n-strict mode is disabled.
415 * Default implementation of global switch for i18n-strict mode.
548 * this will load H2 by default, the SQLite TestRunner version will override this.
579 /** Default detector. */
580 InstrumentDetector DEFAULT = new InstrumentDetector()
    [all...]
  /packages/apps/Email/src/com/android/mail/providers/
UIProvider.java 405 * Integer column containing the user's specified default reply behavior. This value
437 * String folder containing the serialized default inbox folder for an account.
442 * a default address instead of a recipient.
524 public static final int DEFAULT = 0;
624 * This int column contains the type of the folder. Zero is default.
675 // default CONVERSATION_PROJECTION defined above.
705 public static final int DEFAULT = 0;
    [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
  /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/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CTableCombo.java 252 // Enter and Tab cause default selection
475 // The enter causes default selection and
544 Point textSize = m_text.computeSize(wHint, SWT.DEFAULT, changed);
545 Point arrowSize = m_arrow.computeSize(SWT.DEFAULT, SWT.DEFAULT, changed);
567 Point arrowSize = m_arrow.computeSize(SWT.DEFAULT, height);
  /external/icu4c/i18n/unicode/
datefmt.h 144 * the default date-time pattern, and 4 date-time patterns. Each block of 4 values
164 // Default DateTime
196 DEFAULT = kDefault,
398 * By default, parsing is lenient: If the input is not in the form used by
431 * By default, parsing is lenient: If the input is not in the form used by
461 * By default, parsing is lenient: If the input is not in the form used by
517 * Create a default date/time formatter that uses the SHORT style for both
614 * Set the calendar to be used by this date format. Initially, the default
615 * calendar for the specified or default locale is used. The caller should
617 * Adopting a new calendar will change to the default symbols
    [all...]
  /external/javassist/src/main/javassist/compiler/
Parser.java 389 * swtich.label : DEFAULT ":"
409 if (op != CASE && op != DEFAULT)
410 throw new CompileError("no case or default in a switch block",
418 if (op2 == CASE || op2 == DEFAULT) {
433 if (t != CASE && t != DEFAULT)
441 s = new Stmnt(DEFAULT);
878 default :
886 default :
1023 default :
    [all...]
  /external/v8/src/
token.h 137 K(DEFAULT, "default", 0) \
236 default:
251 default:
  /frameworks/base/services/java/com/android/server/updates/
SELinuxPolicyInstallReceiver.java 92 writeUpdate(updateDir, destination, Base64.decode(chunk, Base64.DEFAULT));
  /frameworks/opt/photoviewer/src/com/android/ex/photo/util/
ImageUtils.java 282 return Base64.decode(base64, Base64.DEFAULT);
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioSystemLegacy.h 73 DEFAULT =-1,
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
DerOutputStream.java 171 if (Objects.equal(sequence.DEFAULT[i], values[i])) {
  /packages/apps/Calendar/src/com/android/calendar/
GoogleCalendarUriIntentFilter.java 79 byte[] decodedBytes = Base64.decode(eidParam, Base64.DEFAULT);
110 default:

Completed in 4759 milliseconds

1 2 3 4 56 7 8 91011>>