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

1 2 3 4 56 7 8 91011>>

  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
Collator.java 110 * Collator for the default locale.
112 * // Compare two strings in the default locale
208 * will not be decomposed for collation. This is the default
246 * A special reordering code that is used to specify the default reordering codes for a locale.
249 public final static int DEFAULT = -1; // == UScript.INVALID_CODE
396 * default decomposition mode.
424 * <p>By default, reordering codes specified for the start of the order are placed in the
435 * <p>The special reorder code {@link Collator.ReorderCodes#DEFAULT DEFAULT}
437 * to the default for this collator. The default reordering may be the DUCET/CLDR order or may be a reordering tha
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
DataRecord.java 254 public static final byte DEFAULT = 0;
258 public static final String[] names = { "DEFAULT",
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
Normalizer.java 321 * Default normalization.
326 public static final Mode DEFAULT = NFC;
561 * If you want the default behavior corresponding to one of the
585 * If you want the default behavior corresponding to one of the
    [all...]
DateFormat.java 46 * methods for obtaining default date/time formatters based on the default for a given locale and a number of formatting
690 * <p> By default, parsing is lenient: If the input is not in the form used
738 * <p> By default, parsing is lenient: If the input is not in the form used
773 * <p> By default, parsing is lenient: If the input is not in the form used
    [all...]
PluralRules.java 65 * keyword "other" by the default rule.
223 * The final fallback always returns the default rules.
271 * Returns the default factory.
321 * Common name for the default plural form. This name is returned
353 * The default constraint that is always satisfied.
390 return description.length() == 0 ? DEFAULT : new PluralRules(parseRuleChain(description));
409 * The default rules that accept any number and return
413 public static final PluralRules DEFAULT = new PluralRules(new RuleList().addRule(DEFAULT_RULE));
732 default: return source;
1026 default: throw new IllegalArgumentException("Ill-formed number range: " + range)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNA.java 34 doTestToUnicode(TestData.asciiIn[i],new String(TestData.unicodeIn[i]),IDNA.DEFAULT, null);
46 doTestToASCII(new String(TestData.unicodeIn[i]),TestData.asciiIn[i],IDNA.DEFAULT, null);
57 doTestIDNToASCII(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null);
64 doTestIDNToASCII(TestData.domainNames1Uni[i],TestData.domainNamesToASCIIOut[i],IDNA.DEFAULT, null);
71 doTestIDNToUnicode(TestData.domainNames[i],TestData.domainNames[i],IDNA.DEFAULT, null);
77 doTestIDNToUnicode(TestData.domainNamesToASCIIOut[i],TestData.domainNamesToUnicodeOut[i],IDNA.DEFAULT, null);
289 doTestToASCII(testCase.input,testCase.output,IDNA.DEFAULT,testCase.expected);
293 //doTestToUnicode(testCase.input,testCase.output,IDNA.DEFAULT,testCase.expected);
303 StringBuffer output = namePrep.prepare(iter,StringPrep.DEFAULT);
341 doTestToASCII(new String(errCase.unicode),errCase.ascii,IDNA.DEFAULT,errCase.expected)
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py 54 # A sentinel object for default values
55 # TODO(jbudorick,perezju): revisit how default values are handled by
57 DEFAULT = object()
260 default_timeout: An integer containing the default number of seconds to
262 default_retries: An integer containing the default number or times an
352 def NeedsSU(self, timeout=DEFAULT, retries=DEFAULT):
373 timeout=self._default_timeout if timeout is DEFAULT else timeout,
374 retries=self._default_retries if retries is DEFAULT else retries)
792 TODO(perezju) Change the default of |check_return| to True when caller
    [all...]
  /external/pdfium/third_party/pymock/
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/skia/src/sksl/
SkSLToken.h 87 DEFAULT,
173 default:
203 default:
  /external/swiftshader/src/OpenGL/compiler/
glslang_tab.h 76 DEFAULT = 279,
  /external/v8/src/inspector/
v8-console.cc 411 String16 protocolTitle = helper.firstArgToString("default");
425 String16 protocolTitle = helper.firstArgToString("default");
727 static_cast<v8::PropertyAttribute>(v8::None), v8::DEFAULT);
    [all...]
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay_i.h 98 enum { DEFAULT, DISABLED, ON_OPER_UP, ALWAYS } activate;
  /frameworks/base/core/java/android/accessibilityservice/
AccessibilityServiceInfo.java 171 * If an {@link AccessibilityService} is the default for a given type.
172 * Default service is invoked only if no package specific one exists. In case of
175 public static final int DEFAULT = 0x0000001;
247 * useful for UI test automation. This flag is not set by default.
383 * @see #DEFAULT
    [all...]
  /development/apps/Development/src/com/android/development/
Connectivity.java 210 default:
533 onHttpRequest(DEFAULT);
693 private final static int DEFAULT = 0;
766 case DEFAULT:
783 default:
  /external/autotest/frontend/client/src/autotest/tko/
TableView.java 119 DEFAULT, PASS_RATE, TRIAGE
293 // default to sorting on the first column
  /external/icu/android_icu4j/src/main/java/android/icu/text/
DateFormat.java 47 * methods for obtaining default date/time formatters based on the default for a given locale and a number of formatting
642 * <p> By default, parsing is lenient: If the input is not in the form used
689 * <p> By default, parsing is lenient: If the input is not in the form used
723 * <p> By default, parsing is lenient: If the input is not in the form used
    [all...]
PluralRules.java 66 * keyword "other" by the default rule.
226 * The final fallback always returns the default rules.
278 * Returns the default factory.
325 * Common name for the default plural form. This name is returned
352 * The default constraint that is always satisfied.
388 return description.length() == 0 ? DEFAULT : new PluralRules(parseRuleChain(description));
406 * The default rules that accept any number and return
409 public static final PluralRules DEFAULT = new PluralRules(new RuleList().addRule(DEFAULT_RULE));
753 default: return source;
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
PluralRules.java 60 * keyword "other" by the default rule.
209 * The final fallback always returns the default rules.
257 * Returns the default factory.
307 * Common name for the default plural form. This name is returned
339 * The default constraint that is always satisfied.
373 return description.length() == 0 ? DEFAULT : new PluralRules(parseRuleChain(description));
392 * The default rules that accept any number and return
396 public static final PluralRules DEFAULT = new PluralRules(new RuleList().addRule(DEFAULT_RULE));
712 default: return source;
1005 default: throw new IllegalArgumentException("Ill-formed number range: " + range)
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssSchema.java 158 default: break;
268 "all-scroll", "col-resize", "crosshair", "default", "e-resize",
    [all...]
  /external/robolectric/v3/
robolectric-annotations-3.1-SNAPSHOT.jar 
  /frameworks/base/media/java/android/media/
MediaRecorder.java 67 * Looper running (the main UI thread by default already has a Looper running).
102 * Default constructor.
191 * An audio source defines both a default physical source of audio signal, and a recording
207 /** Default audio source **/
208 public static final int DEFAULT = 0;
278 * {@link #DEFAULT} otherwise. */
311 case AudioSource.DEFAULT:
322 default:
336 public static final int DEFAULT = 0;
365 public static final int DEFAULT = 0
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
UserSwitcherController.java 315 final int DEFAULT = -1;
318 "enable_fullscreen_user_switcher", DEFAULT);
319 if (overrideUseFullscreenUserSwitcher != DEFAULT) {
322 // Otherwise default to the build setting.
    [all...]
  /frameworks/base/services/core/java/com/android/server/
LockSettingsStorage.java 72 private static final Object DEFAULT = new Object();
167 Object result = DEFAULT;
179 return result == DEFAULT ? defaultValue : (String) result;
595 return cached == DEFAULT ? defaultValue : (String) cached;
  /frameworks/support/core-ui/java/android/support/v4/widget/
MaterialProgressDrawable.java 56 @IntDef({LARGE, DEFAULT})
61 // Maps to ProgressBar default style
62 static final int DEFAULT = 1;
64 // Maps to ProgressBar default style
125 updateSizes(DEFAULT);
149 * {@link MaterialProgressDrawable.DEFAULT}
777 * Reset the progress spinner to default rotation, start and end angles.
SwipeRefreshLayout.java 70 // Maps to ProgressBar default style
71 public static final int DEFAULT = MaterialProgressDrawable.DEFAULT;
99 // Default background for the progress spinner
101 // Default offset in dips from the top of the view to where the progress spinner should stop
294 * One of DEFAULT, or LARGE.
297 if (size != MaterialProgressDrawable.LARGE && size != MaterialProgressDrawable.DEFAULT) {
    [all...]

Completed in 566 milliseconds

1 2 3 4 56 7 8 91011>>