Home
last modified time | relevance | path

Searched defs:DEFAULT (Results 1 - 25 of 94) sorted by relevance

1234

/third_party/ffmpeg/libavformat/
H A Doptions_table.h31 #define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C macro
114 #undef DEFAULT macro
/third_party/ffmpeg/libavcodec/
H A Doptions_table.h36 #define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C macro
411 #undef DEFAULT global() macro
[all...]
H A Davdct.c28 #define DEFAULT 0 //should be NAN but it does not work as it is not a constant in glibc as required by ANSI/ISO C macro
/third_party/ffmpeg/libswscale/
H A Doptions.c31 #define DEFAULT 0 macro
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
H A DIntegerWidth.java18 /* package-private */ static final IntegerWidth DEFAULT = new IntegerWidth(1, -1); field in IntegerWidth
H A DScale.java23 private static final Scale DEFAULT = new Scale(0, null); field in Scale
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/number/
H A DIntegerWidth.java19 /* package-private */ static final IntegerWidth DEFAULT = new IntegerWidth(1, -1); field in IntegerWidth
H A DScale.java24 private static final Scale DEFAULT = new Scale(0, null); field in Scale
/third_party/python/Tools/scripts/
H A Dwin_add2path.py18 DEFAULT = "%PATH%" variable
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
H A DPermilleMatcher.java15 private static final PermilleMatcher DEFAULT = new PermilleMatcher(); field in PermilleMatcher
H A DPercentMatcher.java15 private static final PercentMatcher DEFAULT = new PercentMatcher(); field in PercentMatcher
H A DInfinityMatcher.java15 private static final InfinityMatcher DEFAULT = new InfinityMatcher(); field in InfinityMatcher
H A DPlusSignMatcher.java15 private static final PlusSignMatcher DEFAULT = new PlusSignMatcher(false); field in PlusSignMatcher
H A DMinusSignMatcher.java15 private static final MinusSignMatcher DEFAULT = new MinusSignMatcher(false); field in MinusSignMatcher
H A DIgnorablesMatcher.java15 private static final IgnorablesMatcher DEFAULT = new IgnorablesMatcher( field in IgnorablesMatcher
H A DNanMatcher.java15 private static final NanMatcher DEFAULT = new NanMatcher("NaN"); field in NanMatcher
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/number/parse/
H A DInfinityMatcher.java19 private static final InfinityMatcher DEFAULT = new InfinityMatcher(); field in InfinityMatcher
H A DPermilleMatcher.java17 private static final PermilleMatcher DEFAULT = new PermilleMatcher(); field in PermilleMatcher
H A DPercentMatcher.java17 private static final PercentMatcher DEFAULT = new PercentMatcher(); field in PercentMatcher
H A DMinusSignMatcher.java19 private static final MinusSignMatcher DEFAULT = new MinusSignMatcher(false); field in MinusSignMatcher
H A DIgnorablesMatcher.java17 private static final IgnorablesMatcher DEFAULT = new IgnorablesMatcher( field in IgnorablesMatcher
H A DNanMatcher.java17 private static final NanMatcher DEFAULT = new NanMatcher("NaN"); field in NanMatcher
H A DPlusSignMatcher.java19 private static final PlusSignMatcher DEFAULT = new PlusSignMatcher(false); field in PlusSignMatcher
/third_party/python/Lib/unittest/test/testmock/
H A Dtestsentinel.py4 from unittest.mock import sentinel, DEFAULT namespace
/third_party/ninja/src/
H A Dlexer.h36 DEFAULT, enumerator

Completed in 8 milliseconds

1234