Home
last modified time | relevance | path

Searched defs:DEFAULT (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/openh264/codec/common/x86/
Dasm_inc.asm65 DEFAULT REL label
131 DEFAULT REL label
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCaseMap.java68 private static final Lower DEFAULT = new Lower(0); field in CaseMap.Lower
124 private static final Upper DEFAULT = new Upper(0); field in CaseMap.Upper
180 private static final Title DEFAULT = new Title(0); field in CaseMap.Title
359 private static final Fold DEFAULT = new Fold(0); field in CaseMap.Fold
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DCaseMap.java74 private static final Lower DEFAULT = new Lower(0); field in CaseMap.Lower
134 private static final Upper DEFAULT = new Upper(0); field in CaseMap.Upper
194 private static final Title DEFAULT = new Title(0); field in CaseMap.Title
382 private static final Fold DEFAULT = new Fold(0); field in CaseMap.Fold
/third_party/python/Tools/scripts/
Dwin_add2path.py18 DEFAULT = "%PATH%" variable
/third_party/ffmpeg/libavformat/
Doptions_table.h31 #define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required… macro
/third_party/ffmpeg/libswscale/
Doptions.c33 #define DEFAULT 0 macro
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_hiTraceChain.js25 DEFAULT: 0, property
42 DEFAULT: 0, property
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
DIntegerWidth.java18 /* package-private */ static final IntegerWidth DEFAULT = new IntegerWidth(1, -1); field in IntegerWidth
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
DIntegerWidth.java19 /* package-private */ static final IntegerWidth DEFAULT = new IntegerWidth(1, -1); field in IntegerWidth
/third_party/ffmpeg/libavcodec/
Doptions_table.h34 #define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required… macro
/third_party/openssl/test/
Dcmp_ctx_test.c337 DEFAULT, NEW, FREE) \ argument
514 #define DEFINE_SET_GET_SK_TEST_DEFAULT(OSSL_CMP, CTX, N, M, FIELD, ELEM_TYPE, \ argument
526 #define DEFINE_SET_GET_TEST_DEFAULT(OSSL_CMP, CTX, N, M, DUP, FIELD, TYPE, \ argument
530 #define DEFINE_SET_TEST_DEFAULT(OSSL_CMP, CTX, N, DUP, FIELD, TYPE, DEFAULT) \ argument
564 #define DEFINE_SET_GET_INT_TEST_DEFAULT(OSSL_CMP, CTX, FIELD, DEFAULT) \ argument
609 DEFAULT, NEW, FREE) \ argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
DPermilleMatcher.java17 private static final PermilleMatcher DEFAULT = new PermilleMatcher(); field in PermilleMatcher
DPercentMatcher.java17 private static final PercentMatcher DEFAULT = new PercentMatcher(); field in PercentMatcher
DNanMatcher.java17 private static final NanMatcher DEFAULT = new NanMatcher("NaN"); field in NanMatcher
DInfinityMatcher.java19 private static final InfinityMatcher DEFAULT = new InfinityMatcher(); field in InfinityMatcher
DIgnorablesMatcher.java17 private static final IgnorablesMatcher DEFAULT = new IgnorablesMatcher( field in IgnorablesMatcher
DPlusSignMatcher.java19 private static final PlusSignMatcher DEFAULT = new PlusSignMatcher(false); field in PlusSignMatcher
DMinusSignMatcher.java19 private static final MinusSignMatcher DEFAULT = new MinusSignMatcher(false); field in MinusSignMatcher
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DPercentMatcher.java15 private static final PercentMatcher DEFAULT = new PercentMatcher(); field in PercentMatcher
DNanMatcher.java15 private static final NanMatcher DEFAULT = new NanMatcher("NaN"); field in NanMatcher
DIgnorablesMatcher.java15 private static final IgnorablesMatcher DEFAULT = new IgnorablesMatcher( field in IgnorablesMatcher
DPermilleMatcher.java15 private static final PermilleMatcher DEFAULT = new PermilleMatcher(); field in PermilleMatcher
DInfinityMatcher.java15 private static final InfinityMatcher DEFAULT = new InfinityMatcher(); field in InfinityMatcher
DPlusSignMatcher.java15 private static final PlusSignMatcher DEFAULT = new PlusSignMatcher(false); field in PlusSignMatcher
DMinusSignMatcher.java15 private static final MinusSignMatcher DEFAULT = new MinusSignMatcher(false); field in MinusSignMatcher

12345