Searched defs:DEFAULT (Results 51 - 75 of 155) sorted by relevance

1234567

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DCssSchema.java901 public static final CssSchema DEFAULT = field in class:CssSchema
/external/easymock/src/org/easymock/internal/
H A DMocksControl.java33 NICE, DEFAULT, STRICT enum constant in enum:MocksControl.MockType
86 type = MockType.DEFAULT;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DCurrencyData.java99 public static final CurrencySpacingInfo DEFAULT = new CurrencySpacingInfo( field in class:CurrencyData.CurrencySpacingInfo
181 return fallback ? CurrencySpacingInfo.DEFAULT : null;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DIDNAReference.java34 public static final int DEFAULT = 0x0000; field in class:IDNAReference
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/
H A DMathContext.java58 * When <code>MathContext.DEFAULT</code> is provided for a
337 public static final com.ibm.icu.math.MathContext DEFAULT=new com.ibm.icu.math.MathContext(DEFAULT_DIGITS,DEFAULT_FORM,DEFAULT_LOSTDIGITS,DEFAULT_ROUNDINGMODE); field in class:MathContext
348 * (see {@link #DEFAULT}).
369 * (see {@link #DEFAULT}).
393 * (see {@link #DEFAULT}).
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCurrencyData.java95 public static final CurrencySpacingInfo DEFAULT = new CurrencySpacingInfo( field in class:CurrencyData.CurrencySpacingInfo
177 return fallback ? CurrencySpacingInfo.DEFAULT : null;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/
H A DMathContext.java58 * When <code>MathContext.DEFAULT</code> is provided for a
337 public static final com.ibm.icu.math.MathContext DEFAULT=new com.ibm.icu.math.MathContext(DEFAULT_DIGITS,DEFAULT_FORM,DEFAULT_LOSTDIGITS,DEFAULT_ROUNDINGMODE); field in class:MathContext
348 * (see {@link #DEFAULT}).
369 * (see {@link #DEFAULT}).
393 * (see {@link #DEFAULT}).
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DIDNAReference.java33 public static final int DEFAULT = 0x0000; field in class:IDNAReference
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
H A DAlertDialogTask.java59 DEFAULT, MENU, SINGLE_CHOICE, MULTI_CHOICE, PLAIN_TEXT, PASSWORD; enum constant in enum:AlertDialogTask.InputType
65 mInputType = InputType.DEFAULT;
/external/v8/src/debug/
H A Ddebug-scopes.h42 enum Option { DEFAULT, IGNORE_NESTED_SCOPES, COLLECT_NON_LOCALS }; enumerator in enum:v8::internal::ScopeIterator::Option
45 Option options = DEFAULT);
/external/v8/tools/unittests/
H A Drun_perf_test.py9 from mock import DEFAULT namespace
/external/clang/test/CodeGenCXX/
H A Dmangle-ms-return-qualifiers.cpp124 enum Enum { DEFAULT }; enumerator in enum:Enum
126 Enum e1() { return DEFAULT; }
129 const Enum e2() { return DEFAULT; }
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DConscryptSocketTest.java69 DEFAULT(false) { method in enum:ConscryptSocketTest.SocketType
118 return Arrays.asList(SocketType.DEFAULT, SocketType.ENGINE);
/external/guice/extensions/multibindings/src/com/google/inject/multibindings/
H A DOptionalBinder.java278 enum Source { DEFAULT, ACTUAL } enum constant in enum:OptionalBinder.Source
524 // ACTUAL to fallback to DEFAULT if ACTUAL's provider returns null.
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DIDNA.java61 public static final int DEFAULT = 0; field in class:IDNA
462 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
495 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
527 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
563 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
599 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
635 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
667 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
699 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
731 * - IDNA.DEFAULT Us
[all...]
H A DStringPrep.java66 public static final int DEFAULT = 0x0000; field in class:StringPrep
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>
/external/icu/icu4c/source/i18n/unicode/
H A Ddatefmt.h207 DEFAULT = kDefault, enumerator in enum:DateFormat::EStyle
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DIDNA.java62 public static final int DEFAULT = 0; field in class:IDNA
482 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
514 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
545 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
580 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
615 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
650 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
681 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
712 * - IDNA.DEFAULT Use default options, i.e., do not process unassigned code points
743 * - IDNA.DEFAULT Us
[all...]
H A DStringPrep.java66 public static final int DEFAULT = 0x0000; field in class:StringPrep
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/r8/src/main/java/com/android/tools/r8/graph/
H A DDexValue.java64 return DexValueBoolean.DEFAULT;
67 return DexValueByte.DEFAULT;
70 return DexValueChar.DEFAULT;
73 return DexValueShort.DEFAULT;
76 return DexValueInt.DEFAULT;
79 return DexValueLong.DEFAULT;
82 return DexValueFloat.DEFAULT;
85 return DexValueDouble.DEFAULT;
128 public static final DexValueByte DEFAULT = new DexValueByte((byte) 0); field in class:DexValue.DexValueByte
137 return value == DEFAULT
174 public static final DexValueShort DEFAULT = new DexValueShort((short) 0); field in class:DexValue.DexValueShort
218 public static final DexValueChar DEFAULT = new DexValueChar((char) 0); field in class:DexValue.DexValueChar
266 public static final DexValueInt DEFAULT = new DexValueInt(0); field in class:DexValue.DexValueInt
310 public static final DexValueLong DEFAULT = new DexValueLong(0); field in class:DexValue.DexValueLong
354 public static final DexValueFloat DEFAULT = new DexValueFloat(0); field in class:DexValue.DexValueFloat
397 public static final DexValueDouble DEFAULT = new DexValueDouble(0); field in class:DexValue.DexValueDouble
724 private static final DexValueBoolean DEFAULT = new DexValueBoolean(false); field in class:DexValue.DexValueBoolean
[all...]
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/
H A DRobolectricTestRunner.java60 private static InstrumentDetector instrumentDetector = InstrumentDetector.DEFAULT;
629 InstrumentDetector DEFAULT = new InstrumentDetector() { field in interface:RobolectricTestRunner.InstrumentDetector
/external/autotest/frontend/client/src/autotest/tko/
H A DTableView.java119 DEFAULT, PASS_RATE, TRIAGE enum constant in enum:TableView.TableViewConfig
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/impl/
H A DDataRecord.java256 public static final byte DEFAULT = 0; field in interface:DataRecord.ENumberSystem
260 public static final String[] names = { "DEFAULT",
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/impl/
H A DDataRecord.java254 public static final byte DEFAULT = 0; field in interface:DataRecord.ENumberSystem
258 public static final String[] names = { "DEFAULT",
/external/javassist/src/main/javassist/compiler/
H A DTokenId.java29 int DEFAULT = 310; field in interface:TokenId

Completed in 1429 milliseconds

1234567