HomeSort by relevance Sort by last modified time
    Searched defs:DEFAULT (Results 101 - 125 of 1042) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
LayoutParserWrapper.java 40 private static final String DEFAULT = "default=";
196 // Check if the value is bound via data-binding, if yes get the default value.
198 // TODO: Improve the detection of default keyword.
199 int i = returnValue.lastIndexOf(DEFAULT);
200 return i > 0 ? returnValue.substring(i + DEFAULT.length(), returnValue.length() - 1)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
ObjectInputStream2Test.java 83 assertEquals("super field A.s", A.DEFAULT, ((A) b).s);
129 public static final String DEFAULT = "aaa";
132 s = DEFAULT;
  /libcore/ojluni/src/main/java/java/text/
DateFormat.java 60 * <p>{@code DateFormat} provides many class methods for obtaining default date/time
61 * formatters based on the default or a given locale and a number of formatting
372 * <p> By default, parsing is lenient: If the input is not in the form used
440 * Constant for default style pattern. Its value is MEDIUM.
442 public static final int DEFAULT = MEDIUM;
445 * Gets the time formatter with the default formatting style
446 * for the default {@link java.util.Locale.Category#FORMAT FORMAT} locale.
448 * {@link #getTimeInstance(int, Locale) getTimeInstance(DEFAULT,
456 return get(DEFAULT, 0, 1, Locale.getDefault(Locale.Category.FORMAT));
461 * for the default {@link java.util.Locale.Category#FORMAT FORMAT} locale
    [all...]
  /packages/apps/Car/LensPicker/src/com/android/support/car/lenspicker/
LensResolverActivity.java 50 * <p>This activity replaces the default ResolverActivity that Android uses.
58 * {@code true} if this ResolverActivity is asking to the user to determine the default
96 // Check if we are setting the default launcher.
166 * activity will be set as the default activity for Intents of a matching format to
182 // It might be necessary to use startActivityAsCaller() instead. The default
193 * activity specified by that ResolveInfo will be the default for Intents like
301 * Default {@link PagedListView.Decoration} for the {@link PagedListView}
342 DEFAULT(null,
374 return DEFAULT;
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 59 private static final int DEFAULT = SWIPE_SETTING_ARCHIVE;
83 * The name of the default inbox: "Inbox" or "Priority Inbox", internationalized...
86 // If you find the need for more default Inbox information: ID or capabilities, then
87 // ask viki to replace the above two members with a single JSON object representing the default
132 swipe = DEFAULT;
365 * Returns the URI of the current account's default inbox if available, otherwise
368 * @return a valid default Inbox URI, or {@link Uri#EMPTY} if settings are null or no default
400 * {@link UIProvider.ConversationViewMode#DEFAULT}.
404 conversationViewMode : UIProvider.ConversationViewMode.DEFAULT;
    [all...]
  /system/core/base/include/android-base/
logging.h 42 // By default, output goes to logcat on Android and stderr on the host.
80 DEFAULT,
95 // We expose this even though it is the default because a user that wants to
96 // override the default log buffer will have to construct this themselves.
171 // Get an ostream that can be used for logging at the given severity and to the default
178 #define LOG_STREAM(severity) LOG_STREAM_TO(DEFAULT, severity)
191 #define LOG(severity) LOG_TO(DEFAULT, severity)
207 #define PLOG(severity) PLOG_TO(DEFAULT, severity)
238 ::android::base::LogMessage(__FILE__, __LINE__, ::android::base::DEFAULT, \
248 ::android::base::LogMessage(__FILE__, __LINE__, ::android::base::DEFAULT, \
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
TypefaceTest.java 52 private static final String DEFAULT = (String)null;
62 * Create a typeface of the given style. If the default font does not support the style,
114 Typeface typeface = Typeface.create(DEFAULT, Typeface.NORMAL);
141 assertNotNull(Typeface.DEFAULT);
348 // By default, returns null if no fallback font is specified.
457 // So the width should be different from the default one.
  /external/guice/extensions/multibindings/src/com/google/inject/multibindings/
OptionalBinder.java 59 * An API to bind optional values, optionally with a default value.
63 * <li>It allows a framework to supply a default value that can be changed
72 * <p>{@code setDefault} is intended for use by frameworks that need a default
73 * value. User code can call {@code setBinding} to override the default.
74 * <b>Warning: Even if setBinding is called, the default binding
127 * <p>Default values can be supplied using:
144 * ... which will override the default value.
146 * <p>If one module uses setDefault the only way to override the default is to use setBinding.
260 * Returns a binding builder used to set the default value that will be injected.
278 enum Source { DEFAULT, ACTUAL
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringPrep.java 66 public static final int DEFAULT = 0x0000;
491 * <li>{@link #DEFAULT} Prohibit processing of unassigned code points in the input</li>
573 * <li>{@link #DEFAULT} Prohibit processing of unassigned code points in the input</li>
Collator.java 111 * Collator for the default locale.
113 * // Compare two strings in the default locale
202 * will not be decomposed for collation. This is the default
237 * A special reordering code that is used to specify the default reordering codes for a locale.
239 public final static int DEFAULT = -1; // == UScript.INVALID_CODE
377 * default decomposition mode.
404 * <p>By default, reordering codes specified for the start of the order are placed in the
415 * <p>The special reorder code {@link Collator.ReorderCodes#DEFAULT DEFAULT}
417 * to the default for this collator. The default reordering may be the DUCET/CLDR order or may be a reordering tha
    [all...]
Normalizer.java 329 * Default normalization.
335 public static final Mode DEFAULT = NFC;
570 * If you want the default behavior corresponding to one of the
595 * If you want the default behavior corresponding to one of the
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
StringPrep.java 66 public static final int DEFAULT = 0x0000;
508 * <li>{@link #DEFAULT} Prohibit processing of unassigned code points in the input</li>
591 * <li>{@link #DEFAULT} Prohibit processing of unassigned code points in the input</li>
  /external/javassist/src/main/javassist/compiler/
TokenId.java 29 int DEFAULT = 310;
  /frameworks/base/core/java/android/view/accessibility/
CaptioningManager.java 41 /** Default captioning enabled value. */
44 /** Default style preset as an index into {@link CaptionStyle#PRESETS}. */
47 /** Default scaling value for caption fonts. */
126 * {@link CaptionStyle}, or the default style if not specified
272 * Packed value for a color of 'default' and opacity of 100%.
285 /** The default caption style used to fill in unspecified values. @hide */
286 public static final CaptionStyle DEFAULT;
374 * Returns whether a packed color indicates a non-default value.
377 * @return {@code true} if a non-default value is specified
381 // Matches the color packing code from Settings. "Default" packe
    [all...]
  /libcore/ojluni/src/main/java/sun/security/x509/
AVA.java 73 * DEFAULT format allows both RFC1779 and RFC2253 syntax and
76 final static int DEFAULT = 1;
135 this(in, DEFAULT);
148 this(in, DEFAULT, keywordMap);
155 * actually DEFAULT with RFC1779 keywords.
175 // assume format is one of DEFAULT or RFC2253
426 if (format == DEFAULT &&
566 default:
691 (toKeyword(DEFAULT, Collections.<String, String>emptyMap()));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateView.java 38 public static int DEFAULT = 0;
47 private int mType = DEFAULT;
49 private String mText = "Default";
72 this(context, DEFAULT);
153 if (mType == DEFAULT || mType == END) {
  /prebuilts/go/darwin-x86/src/go/token/
token.go 100 DEFAULT
201 DEFAULT: "default",
  /prebuilts/go/linux-x86/src/go/token/
token.go 100 DEFAULT
201 DEFAULT: "default",
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
Misc.py 701 # Replace the default dir to current dir
739 # Replace the default dir to current dir
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 58 # A sentinel object for default values
59 # TODO(jbudorick,perezju): revisit how default values are handled by
61 DEFAULT = object()
306 default_timeout: An integer containing the default number of seconds to
308 default_retries: An integer containing the default number or times an
405 def NeedsSU(self, timeout=DEFAULT, retries=DEFAULT):
431 timeout=self._default_timeout if timeout is DEFAULT else timeout,
432 retries=self._default_retries if retries is DEFAULT else retries)
863 TODO(perezju) Change the default of |check_return| to True when caller
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/mock/
mock.py 21 'DEFAULT',
363 DEFAULT = sentinel.DEFAULT
458 _mock_return_value = DEFAULT
562 if ret is DEFAULT:
853 If `any_order` is False (the default) then the calls must be
897 By default child mocks will be the same type as the parent.
933 def __init__(self, spec=None, side_effect=None, return_value=DEFAULT,
1006 ret_val = DEFAULT
1019 if ret_val is DEFAULT
    [all...]
  /external/clang/test/CodeGenCXX/
visibility.cpp 9 #define DEFAULT __attribute__((visibility("default")))
19 H DEFAULT a;
33 class DEFAULT A { };
41 class DEFAULT foo {
53 DEFAULT extern RECT data_rect;
63 DEFAULT static int bar;
88 // a default symbol.
91 DEFAULT foo x;
125 class DEFAULT D
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
DataRecord.java 256 public static final byte DEFAULT = 0;
260 public static final String[] names = { "DEFAULT",
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNA.java 35 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.DEFAULT, null);
47 doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNA.DEFAULT, null);
58 doTestIDNToASCII(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null);
65 doTestIDNToASCII(TestData.domainNames1Uni[i],TestData.domainNamesToASCIIOut[i],IDNA.DEFAULT, null);
72 doTestIDNToUnicode(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null);
78 doTestIDNToUnicode(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNA.DEFAULT, null);
290 doTestToASCII(testCase.input,testCase.output,IDNA.DEFAULT,testCase.expected);
294 //doTestToUnicode(testCase.input,testCase.output,IDNA.DEFAULT,testCase.expected);
304 StringBuffer output = namePrep.prepare(iter,StringPrep.DEFAULT);
342 doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNA.DEFAULT,errCase.expected)
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/text/
DateFormat.java 35 * <p>DateFormat provides many class methods for obtaining default date/time
36 * formatters based on the default or a given locale and a number of formatting
525 * <p> By default, parsing is lenient: If the input is not in the form used
560 * <p> By default, parsing is lenient: If the input is not in the form used
623 * Constant for default style pattern. Its value is MEDIUM.
626 public static final int DEFAULT = MEDIUM;
659 * {@icu} Constant for relative default style pattern.
662 public static final int RELATIVE_DEFAULT = RELATIVE | DEFAULT;
    [all...]

Completed in 666 milliseconds

1 2 3 45 6 7 8 91011>>