Home
last modified time | relevance | path

Searched refs:MISSING (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Lib/
H A Ddataclasses.py21 'MISSING',
187 MISSING = _MISSING_TYPE() variable
368 def field(*, default=MISSING, default_factory=MISSING, init=True, repr=True,
369 hash=None, compare=True, metadata=None, kw_only=MISSING):
386 if default is not MISSING and default_factory is not MISSING:
414 return_type=MISSING):
421 if return_type is not MISSING:
454 if f.default_factory is not MISSING
[all...]
/third_party/rust/crates/cxx/tools/cargo/
H A Dbuild.rs9 const MISSING: &str = " consts
56 let mut message = MISSING; in main()
/third_party/python/Tools/scripts/
H A Dstable_abi.py28 MISSING = object() variable
661 type=str, nargs="?", default=MISSING,
713 if filename is None or (run_all_generators and filename is MISSING):
715 elif filename is MISSING:
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DUResourceBundle.java324 private enum RootType { MISSING, ICU, JAVA } enum constant
342 rootType = RootType.MISSING; in getRootType()
381 case MISSING: in instantiateBundle()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DUResourceBundle.java310 private enum RootType { MISSING, ICU, JAVA } enum constant
328 rootType = RootType.MISSING; in getRootType()
366 case MISSING: in instantiateBundle()
/third_party/python/Lib/test/
H A Dtest_context.py219 self.assertIs(t0.old_value, t0.MISSING)
220 self.assertIs(t0.old_value, contextvars.Token.MISSING)
H A Dtest_dataclasses.py65 f"default=1,default_factory={MISSING!r}," \
68 f"kw_only={MISSING!r}," \
848 # Don't test for the default, since it's set to MISSING.
853 # Don't test for the default, since it's set to MISSING.
880 # Test that MISSING works the same as a default not being
884 x: int=field(default=MISSING)
901 # Test that MISSING works the same as a default factory not
906 x: int=field(default_factory=MISSING)
915 x: int=field(default=MISSING, default_factory=MISSING)
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.hpp1740 MISSING, enumerator
2009 MISSING, enumerator
2287 MISSING, enumerator
H A Dgl4cShadingLanguage420PackTests.cpp9598 case MISSING: in prepareNextTestCase()
9827 case MISSING: in getCaseString()
11350 case MISSING: in prepareNextTestCase()
11578 case MISSING: in getCaseString()
13181 case MISSING: in prepareNextTestCase()
13416 case MISSING: in getCaseString()
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcBlendEquationAdvancedTests.cpp1260 MISSING, // no qualifier at all.
1275 const char* qualifier = m_missingType == MISSING ?
1836 addChild(new MissingQualifierTestGroup(m_context, m_glslVersion, MissingQualifierTestGroup::MISSING));
/third_party/skia/third_party/externals/libpng/
H A Dconfigure2517 if test x"${MISSING+set}" != xset; then
2520 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2522 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2526 if eval "$MISSING --is-lightweight"; then
2527 am_missing_run="$MISSING "
/third_party/python/Lib/unittest/
H A Dmock.py318 _missing = sentinel.MISSING
/third_party/libevdev/
H A Dconfigure3995 if test x"${MISSING+set}" != xset; then
3996 MISSING="\${SHELL} '$am_aux_dir/missing'"
3999 if eval "$MISSING --is-lightweight"; then
4000 am_missing_run="$MISSING "
/third_party/eudev/
H A Dconfigure4527 if test x"${MISSING+set}" != xset; then
4530 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
4532 MISSING="\${SHELL} $am_aux_dir/missing" ;;
4536 if eval "$MISSING --is-lightweight"; then
4537 am_missing_run="$MISSING "
/third_party/lame/
H A Dconfigure2849 if test x"${MISSING+set}" != xset; then
2852 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2854 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2858 if eval "$MISSING --is-lightweight"; then
2859 am_missing_run="$MISSING "
/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure2672 if test x"${MISSING+set}" != xset; then
2675 MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
2677 MISSING="\${SHELL} $am_aux_dir/missing" ;;
2681 if eval "$MISSING --is-lightweight"; then
2682 am_missing_run="$MISSING "
/third_party/node/deps/cares/
H A Dconfigure5516 if test x"${MISSING+set}" != xset; then
5517 MISSING="\${SHELL} '$am_aux_dir/missing'"
5520 if eval "$MISSING --is-lightweight"; then
5521 am_missing_run="$MISSING "

Completed in 129 milliseconds