/third_party/ffmpeg/libavformat/ |
H A D | url.c | 241 #define KEEP(component, also) do { \ in ff_make_absolute_url2() macro 248 KEEP(scheme, ); in ff_make_absolute_url2() 249 KEEP(authority_full, simplify_path = 1;); in ff_make_absolute_url2() 250 KEEP(path,); in ff_make_absolute_url2() 251 KEEP(query,); in ff_make_absolute_url2() 252 KEEP(fragment,); in ff_make_absolute_url2() 253 #undef KEEP in ff_make_absolute_url2() macro
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tcases.c | 27 R(KEEP), 69 TEST(VAL|EN, KEEP); in test() 86 TEST(VAL|UC|EN, KEEP); in test()
|
H A D | ttable.c | 40 R(KEEP, 0x800080, "Ignore. Keep for CMC"),
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tcases.c | 27 R(KEEP), 69 TEST(VAL|EN, KEEP); in test() 86 TEST(VAL|UC|EN, KEEP); in test()
|
H A D | ttable.c | 40 R(KEEP, 0x800080, "Ignore. Keep for CMC"),
|
/third_party/python/Lib/ |
H A D | enum.py | 12 'FlagBoundary', 'STRICT', 'CONFORM', 'EJECT', 'KEEP', 920 cls = _simple_enum(etype=cls, boundary=boundary or KEEP)(tmp_cls) 1308 KEEP = auto() variable in FlagBoundary 1309 STRICT, CONFORM, EJECT, KEEP = FlagBoundary 1407 elif cls._boundary_ is KEEP: 1424 if unknown and cls._boundary_ is not KEEP: 1537 if self._boundary_ is KEEP: 1552 class IntFlag(int, ReprEnum, Flag, boundary=KEEP): 1605 if self._boundary_ is not FlagBoundary.KEEP: 2049 cls = etype(name, members, module=module, boundary=boundary or KEEP) [all...] |
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | place-dep.js | 16 KEEP, 161 // if we have a current, then we treat CONFLICT as a KEEP. 199 // it's a conflict. Treat it as a KEEP, but warn and move on. 200 if (placementType === KEEP) { 206 // if we get a KEEP in a update scenario, then we MAY have something 211 // | +-- y@1.1.0 (replacing with 1.1.2, got KEEP at the root) 216 // first in x, then in the root, ending with KEEP, because we already
|
/third_party/python/Lib/re/ |
H A D | __init__.py | 141 @enum._simple_enum(enum.IntFlag, boundary=enum.KEEP)
|
/third_party/ffmpeg/tests/ |
H A D | Makefile | 2 ifneq ($(strip $(KEEP)),) 3 ifneq ($(strip $(KEEP)),0) 5 # to keep all intermediate FATE-files by setting KEEP.
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | makedata.mak | 138 <<KEEP
|
/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
H A D | makedata.mak | 121 <<KEEP
|
/third_party/python/Lib/test/ |
H A D | test_enum.py | 15 from enum import STRICT, CONFORM, EJECT, KEEP, _simple_enum, _test_simple_enum namespace 200 class HeadlightsK(IntFlag, boundary=enum.KEEP): 2782 class FlagFromChar(int, Flag, boundary=KEEP): 2991 class Bizarre(Flag, boundary=KEEP): 3563 self.assertIs(enum.IntFlag._boundary_, KEEP) 3564 class Simple(IntFlag, boundary=KEEP): 3585 class Bizarre(IntFlag, boundary=KEEP): 4529 class CheckedMissing(IntFlag, boundary=KEEP): 4537 @_simple_enum(IntFlag, boundary=KEEP)
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
H A D | nine_dump.c | 694 CAP_CASE(StencilCaps, D3DSTENCILCAPS, KEEP); in nine_dump_D3DCAPS9()
|