Home
last modified time | relevance | path

Searched refs:KEEP (Results 1 - 13 of 13) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Durl.c241 #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 Dtcases.c27 R(KEEP),
69 TEST(VAL|EN, KEEP); in test()
86 TEST(VAL|UC|EN, KEEP); in test()
H A Dttable.c40 R(KEEP, 0x800080, "Ignore. Keep for CMC"),
/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dtcases.c27 R(KEEP),
69 TEST(VAL|EN, KEEP); in test()
86 TEST(VAL|UC|EN, KEEP); in test()
H A Dttable.c40 R(KEEP, 0x800080, "Ignore. Keep for CMC"),
/third_party/python/Lib/
H A Denum.py12 '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 Dplace-dep.js16 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__.py141 @enum._simple_enum(enum.IntFlag, boundary=enum.KEEP)
/third_party/ffmpeg/tests/
H A DMakefile2 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 Dmakedata.mak138 <<KEEP
/third_party/skia/third_party/externals/icu/source/extra/uconv/
H A Dmakedata.mak121 <<KEEP
/third_party/python/Lib/test/
H A Dtest_enum.py15 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 Dnine_dump.c694 CAP_CASE(StencilCaps, D3DSTENCILCAPS, KEEP); in nine_dump_D3DCAPS9()

Completed in 19 milliseconds