/third_party/boost/boost/process/detail/windows/ |
D | group_handle.hpp | 19 workaround::JOBOBJECT_EXTENDED_LIMIT_INFORMATION_ info; in break_away_enabled() 21 if (!workaround::query_information_job_object( in break_away_enabled() 23 workaround::JobObjectExtendedLimitInformation_, in break_away_enabled() 29 … return (info.BasicLimitInformation.LimitFlags & workaround::JOB_OBJECT_LIMIT_BREAKAWAY_OK_) != 0; in break_away_enabled() 34 workaround::JOBOBJECT_EXTENDED_LIMIT_INFORMATION_ info; in enable_break_away() 36 if (!workaround::query_information_job_object( in enable_break_away() 38 workaround::JobObjectExtendedLimitInformation_, in enable_break_away() 44 if ((info.BasicLimitInformation.LimitFlags & workaround::JOB_OBJECT_LIMIT_BREAKAWAY_OK_) != 0) in enable_break_away() 47 info.BasicLimitInformation.LimitFlags |= workaround::JOB_OBJECT_LIMIT_BREAKAWAY_OK_; in enable_break_away() 49 if (!workaround::set_information_job_object( in enable_break_away() [all …]
|
D | handles.hpp | 33 auto info_pointer = reinterpret_cast<workaround::SYSTEM_HANDLE_INFORMATION_*>(buffer.data()); in get_handles() 39 nt_status = workaround::nt_system_query_information( in get_handles() 40 workaround::SystemHandleInformation_, in get_handles() 45 info_pointer = reinterpret_cast<workaround::SYSTEM_HANDLE_INFORMATION_*>(buffer.data()); in get_handles() 82 auto nt_status = workaround::nt_query_object( in is_stream_handle() 84 workaround::ObjectTypeInformation, in is_stream_handle() 91 …workaround::OBJECT_TYPE_INFORMATION_ * type_info_p = reinterpret_cast<workaround::OBJECT_TYPE_INFO… in is_stream_handle() 92 nt_status = workaround::nt_query_object( in is_stream_handle() 94 workaround::ObjectTypeInformation, in is_stream_handle()
|
D | wait_group.hpp | 28 while (workaround::get_queued_completion_status( in wait_impl() 33 completion_code == workaround::JOB_OBJECT_MSG_ACTIVE_PROCESS_ZERO_) in wait_impl() 37 workaround::JOBOBJECT_BASIC_ACCOUNTING_INFORMATION_ info; in wait_impl() 38 if (!workaround::query_information_job_object( in wait_impl() 40 workaround::JobObjectBasicAccountingInformation_, in wait_impl()
|
/third_party/libuv/src/unix/ |
D | pthread-fixes.c | 40 static int workaround; in uv__pthread_sigmask() local 43 if (uv__load_relaxed(&workaround)) { in uv__pthread_sigmask() 49 uv__store_relaxed(&workaround, 1); in uv__pthread_sigmask()
|
/third_party/typescript/tests/baselines/reference/ |
D | deepKeysIndexing.js | 45 workaround< field in Bar 56 bar.workaround("a", "1", true); // ok - true is not allowed 65 Bar.prototype.workaround = function (k1, k2, value) { }; method in Bar 72 bar.workaround("a", "1", true); // ok - true is not allowed
|
D | deepKeysIndexing.types | 75 workaround< 76 >workaround : <K1 extends keyof O, K2 extends Extract<O[K1] extends object ? keyof O[K1] : never, s… 111 bar.workaround("a", "1", true); // ok - true is not allowed 112 >bar.workaround("a", "1", true) : void 113 >bar.workaround : <K1 extends string | number, K2 extends Extract<Foo[K1] extends object ? keyof Fo… 115 >workaround : <K1 extends string | number, K2 extends Extract<Foo[K1] extends object ? keyof Foo[K1…
|
D | deepKeysIndexing.symbols | 145 workaround< 146 >workaround : Symbol(Bar.workaround, Decl(deepKeysIndexing.ts, 41, 32)) 189 bar.workaround("a", "1", true); // ok - true is not allowed 190 >bar.workaround : Symbol(Bar.workaround, Decl(deepKeysIndexing.ts, 41, 32)) 192 >workaround : Symbol(Bar.workaround, Decl(deepKeysIndexing.ts, 41, 32))
|
/third_party/ffmpeg/libavcodec/ |
D | dxva2_internal.h | 71 uint64_t workaround; member 105 …AROUND(avctx, ctx) (ff_dxva2_is_d3d11(avctx) ? ctx->d3d11va.workaround : ctx->dxva2.workaround) 117 #define DXVA_CONTEXT_WORKAROUND(avctx, ctx) (ctx->dxva2.workaround) 127 #define DXVA_CONTEXT_WORKAROUND(avctx, ctx) (ctx->d3d11va.workaround)
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/dec/ |
D | BUILD | 45 ":brotli_jni", # Bazel JNI workaround 60 ":brotli_jni", # Bazel JNI workaround 75 ":brotli_jni", # Bazel JNI workaround
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/enc/ |
D | BUILD | 46 ":brotli_jni", # Bazel JNI workaround 62 ":brotli_jni", # Bazel JNI workaround 78 ":brotli_jni", # Bazel JNI workaround
|
/third_party/boost/boost/typeof/ |
D | pointers_data_members.hpp | 29 template<class T> struct workaround{ struct 32 …l<boost::type_of::constant<std::size_t,PTR_DATA_MEM_ID>, Iter>::template workaround<p1>::type type;
|
D | register_mem_functions.hpp | 22 template<class T> struct workaround{ struct 25 typedef typename workaround<BOOST_PP_CAT(p, BOOST_PP_INC(n))>::type type;
|
/third_party/boost/libs/range/test/ |
D | atl.cpp | 545 boost::iterator_range< ptr_t * > workaround(ptrs, ptrs+8); in test_atl() local 546 ::test_CAutoPtrArray<int>(workaround); in test_atl() 559 boost::iterator_range< ptr_t * > workaround(ptrs, ptrs+8); in test_atl() local 560 ::test_CAutoPtrList<int>(workaround); in test_atl() 573 boost::iterator_range< ptr_t * > workaround(ptrs, ptrs+5); in test_atl() local 574 ::test_CHeapPtrList<int>(workaround); in test_atl() 582 boost::iterator_range< ptr_t * > workaround(ptrs, ptrs+8); in test_atl() local 583 ::test_CInterfaceArray<IDispatch>(workaround); in test_atl() 584 ::test_CInterfaceList<IDispatch>(workaround); in test_atl()
|
/third_party/boost/libs/locale/doc/ |
D | changelog.txt | 17 - Fixed wired FreeBSD/clang issue on optimized build. Probably compiler workaround 18 - Added workaround for failing MSVC tests due to 932 codepage codecvt issue 30 - Added workaround for `libc++` issues
|
/third_party/mesa3d/docs/relnotes/ |
D | 13.0.3.rst | 106 - radeonsi: apply a multi-wave workgroup SPI bug workaround to affected 108 - radeonsi: apply a TC L1 write corruption workaround for SI 109 - radeonsi: apply a tessellation bug workaround for SI 110 - radeonsi: add a tess+GS hang workaround for VI dGPUs 111 - radeonsi: apply the double EVENT_WRITE_EOP workaround to VI as well
|
D | 17.2.2.rst | 63 - radv: add gfx9 scissor workaround 104 - cherry-ignore: add "radeonsi/gfx9: proper workaround for LS/HS VGPR 136 - radeonsi: workaround for gather4 on integer cube maps 138 - amd/common: add workaround for cube map array layer clamping
|
D | 18.0.3.rst | 68 - radeonsi/gfx9: workaround for INTERP with indirect indexing 72 - i965/tex_image: Avoid the ASTC LDR workaround on gen9lp
|
D | 17.1.10.rst | 49 instancing bug workaround on SI" 95 - cherry-ignore: add "amd/common: add workaround for cube map array 97 - cherry-ignore: add "radeonsi: workaround for gather4 on integer cube
|
D | 21.1.5.rst | 105 - radeonsi/driconf: add workaround for SpaceEngine 132 - util/driconf: add new ignore_write_to_readonly_var workaround 135 - util/radeonsi: add radeonsi workaround for Nuclear Throne
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/wrapper/common/ |
D | BUILD | 41 ":brotli_jni_no_dictionary_data", # Bazel JNI workaround 54 ":brotli_jni_no_dictionary_data", # Bazel JNI workaround
|
/third_party/typescript/tests/cases/compiler/ |
D | deepKeysIndexing.ts | 44 workaround< method in Bar 55 bar.workaround("a", "1", true); // ok - true is not allowed
|
/third_party/skia/tools/ |
D | build_workaround_header.py | 26 workarounds.update([workaround.strip() for workaround in f])
|
/third_party/flutter/skia/tools/ |
D | build_workaround_header.py | 26 workarounds.update([workaround.strip() for workaround in f])
|
/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | refmanual.rst | 35 .. workaround weird substitution bug (used to work!): 44 .. workaround weird substitution bug (works with t's!): 99 .. "[*Note:*" instead of "|Note:|" to workaround another subst. bug
|
/third_party/boost/libs/config/test/ |
D | header_deprecated_test.cpp | 17 #define HEADER <boost/config/workaround.hpp>
|